Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const shared: TranslationStrings = { | |
| 'shared.expired': 'الرابط منتهي أو غير صالح', | |
| 'shared.expiredHint': 'رابط الرحلة المشترك لم يعد نشطًا.', | |
| 'shared.readOnly': 'عرض للقراءة فقط', | |
| 'shared.tabPlan': 'الخطة', | |
| 'shared.tabBookings': 'الحجوزات', | |
| 'shared.tabPacking': 'قائمة التعبئة', | |
| 'shared.tabBudget': 'الميزانية', | |
| 'shared.tabChat': 'الدردشة', | |
| 'shared.days': 'أيام', | |
| 'shared.places': 'أماكن', | |
| 'shared.other': 'أخرى', | |
| 'shared.totalBudget': 'إجمالي الميزانية', | |
| 'shared.messages': 'رسائل', | |
| 'shared.sharedVia': 'تمت المشاركة عبر', | |
| 'shared.confirmed': 'مؤكد', | |
| 'shared.pending': 'قيد الانتظار', | |
| }; | |
| export default shared; | |