- Add navigation translations (All Tasks, Archived, Things, etc.) - Translate NavBar menu items and logout button - Add comprehensive SettingsOverview translations - Translate upgrade card and all settings sections - Add ChoreView translations structure - Improve RTL CSS support for better card alignment - Fix flex, list, and container alignment for RTL languages Navigation drawer now shows translated menu items in user's language. Settings overview page fully translated. RTL languages (Arabic, Hebrew) now have proper alignment for sidepanel cards.
34 lines
897 B
JSON
34 lines
897 B
JSON
{
|
|
"save": "حفظ",
|
|
"cancel": "إلغاء",
|
|
"delete": "حذف",
|
|
"edit": "تعديل",
|
|
"close": "إغلاق",
|
|
"confirm": "تأكيد",
|
|
"loading": "جارٍ التحميل...",
|
|
"error": "خطأ",
|
|
"success": "نجح",
|
|
"warning": "تحذير",
|
|
"refresh": "تحديث",
|
|
"copy": "نسخ",
|
|
"copied": "تم النسخ!",
|
|
"settings": "الإعدادات",
|
|
"yes": "نعم",
|
|
"no": "لا",
|
|
"back": "رجوع",
|
|
"backToCalendar": "العودة إلى التقويم",
|
|
"logout": "تسجيل الخروج",
|
|
"version": "النسخة",
|
|
"navigation": {
|
|
"allTasks": "جميع المهام",
|
|
"archived": "المؤرشفة",
|
|
"things": "الأشياء",
|
|
"labels": "التسميات",
|
|
"projects": "المشاريع",
|
|
"filters": "الفلاتر",
|
|
"activities": "الأنشطة",
|
|
"points": "النقاط",
|
|
"settings": "الإعدادات"
|
|
}
|
|
}
|