mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-09 11:40:53 +08:00
Fixes #1326 This PR moves all json in side_menu.json to common.json. We have an issue with the side menu layout as it's a high level component and this causes hydration issues with SSR when global namespaces are not passed by default.
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"about": "حول",
|
|
"account_settings": "حساب",
|
|
"admin_dashboard": "لوحة التحكم الإدارية",
|
|
"connect": "الاتصال",
|
|
"conversational": "ذكاء تحدثي للجميع.",
|
|
"copied": "Copied",
|
|
"dark_mode": "الوضع الداكن",
|
|
"dashboard_home": "الصفحة الرئيسية للإحصائيات",
|
|
"dashboard": "لوحة التحكم",
|
|
"delete": "حذف",
|
|
"discord": "ديسكورد",
|
|
"docs": "وثائق",
|
|
"github": "جيت هوب (github)",
|
|
"leaderboard": "جدول الأوائل",
|
|
"legal": "قانوني",
|
|
"light_mode": "الوضع المضيء",
|
|
"loading": "جار التحميل...",
|
|
"messages_dashboard": "لوحة تحكم الرسائل",
|
|
"messages": "رسائل",
|
|
"more_information": "مزيد من المعلومات",
|
|
"no": "لا",
|
|
"privacy_policy": "سياسة الخصوصية",
|
|
"report_a_bug": "إبلاغ عن خطأ",
|
|
"sign_in": "تسجيل الدخول",
|
|
"sign_out": "تسجيل الخروج",
|
|
"status_dashboard": "لوحة تحكم الحالة",
|
|
"status": "الحالة",
|
|
"success": "Success",
|
|
"terms_of_service": "شروط الخدمة",
|
|
"title": "Open Assistant (المساعد المفتوح)",
|
|
"user_leaderboard": "جدول الأوائل للمستخدمين",
|
|
"users_dashboard": "لوحة تحكم المستخدمين",
|
|
"users": "المستخدمون",
|
|
"yes": "نعم"
|
|
}
|