Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const planner: TranslationStrings = { | |
| 'planner.places': 'الأماكن', | |
| 'planner.bookings': 'الحجوزات', | |
| 'planner.packingList': 'قائمة التجهيز', | |
| 'planner.documents': 'المستندات', | |
| 'planner.dayPlan': 'خطة اليوم', | |
| 'planner.reservations': 'الحجوزات', | |
| 'planner.minTwoPlaces': 'يلزم مكانان على الأقل مع إحداثيات', | |
| 'planner.noGeoPlaces': 'لا توجد أماكن بإحداثيات', | |
| 'planner.routeCalculated': 'تم حساب المسار', | |
| 'planner.routeCalcFailed': 'تعذر حساب المسار', | |
| 'planner.routeError': 'خطأ أثناء حساب المسار', | |
| 'planner.icsExportFailed': 'فشل تصدير ICS', | |
| 'planner.routeOptimized': 'تم تحسين المسار', | |
| 'planner.reservationUpdated': 'تم تحديث الحجز', | |
| 'planner.reservationAdded': 'تمت إضافة الحجز', | |
| 'planner.confirmDeleteReservation': 'حذف الحجز؟', | |
| 'planner.reservationDeleted': 'تم حذف الحجز', | |
| 'planner.days': 'الأيام', | |
| 'planner.allPlaces': 'كل الأماكن', | |
| 'planner.totalPlaces': 'إجمالي {n} أماكن', | |
| 'planner.noDaysPlanned': 'لا توجد أيام مخططة بعد', | |
| 'planner.editTrip': 'تعديل الرحلة ←', | |
| 'planner.placeOne': 'مكان واحد', | |
| 'planner.placeN': '{n} أماكن', | |
| 'planner.addNote': 'إضافة ملاحظة', | |
| 'planner.noEntries': 'لا توجد عناصر لهذا اليوم', | |
| 'planner.addPlace': 'إضافة مكان/نشاط', | |
| 'planner.addPlaceShort': '+ إضافة مكان/نشاط', | |
| 'planner.resPending': 'حجز قيد الانتظار · ', | |
| 'planner.resConfirmed': 'حجز مؤكد · ', | |
| 'planner.notePlaceholder': 'ملاحظة…', | |
| 'planner.noteTimePlaceholder': 'الوقت (اختياري)', | |
| 'planner.noteExamplePlaceholder': | |
| 'مثال: S3 الساعة 14:30 من المحطة المركزية، عبّارة من الرصيف 7، استراحة غداء…', | |
| 'planner.totalCost': 'إجمالي التكلفة', | |
| 'planner.searchPlaces': 'ابحث عن أماكن…', | |
| 'planner.allCategories': 'كل الفئات', | |
| 'planner.noPlacesFound': 'لم يتم العثور على أماكن', | |
| 'planner.addFirstPlace': 'أضف أول مكان', | |
| 'planner.noReservations': 'لا توجد حجوزات', | |
| 'planner.addFirstReservation': 'أضف أول حجز', | |
| 'planner.new': 'جديد', | |
| 'planner.addToDay': '+ يوم', | |
| 'planner.calculating': 'جارٍ الحساب…', | |
| 'planner.route': 'المسار', | |
| 'planner.optimize': 'تحسين', | |
| 'planner.openGoogleMaps': 'فتح في Google Maps', | |
| 'planner.selectDayHint': 'اختر يومًا من القائمة اليسرى لعرض خطة اليوم', | |
| 'planner.noPlacesForDay': 'لا توجد أماكن لهذا اليوم بعد', | |
| 'planner.addPlacesLink': 'إضافة أماكن ←', | |
| 'planner.minTotal': 'دقيقة إجمالًا', | |
| 'planner.noReservation': 'لا يوجد حجز', | |
| 'planner.removeFromDay': 'إزالة من اليوم', | |
| 'planner.addToThisDay': 'إضافة إلى اليوم', | |
| 'planner.overview': 'نظرة عامة', | |
| 'planner.noDays': 'لا توجد أيام بعد', | |
| 'planner.editTripToAddDays': 'عدّل الرحلة لإضافة أيام', | |
| 'planner.dayCount': '{n} أيام', | |
| 'planner.clickToUnlock': 'انقر لفتح القفل', | |
| 'planner.keepPosition': 'الحفاظ على الموضع أثناء تحسين المسار', | |
| 'planner.dayDetails': 'تفاصيل اليوم', | |
| 'planner.dayN': 'اليوم {n}', | |
| }; | |
| export default planner; | |