chore: Enable Russian, update translations (#1159)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-08-22 17:54:16 +05:30
committed by GitHub
parent cdd385b269
commit 83eb92e7ff
268 changed files with 4686 additions and 1469 deletions

View File

@@ -44,24 +44,29 @@
"LABEL": "صورة الملف الشخصي"
},
"NAME": {
"LABEL": "الاسم الخاص بك",
"ERROR": "الرجاء إدخال اسم صالح",
"PLACEHOLDER": "الرجاء إدخال اسمك، سيتم عرض هذا في المحادثات"
"LABEL": "Your full name",
"ERROR": "Please enter a valid full name",
"PLACEHOLDER": "Please enter your full name"
},
"DISPLAY_NAME": {
"LABEL": "Display name",
"ERROR": "Please enter a valid display name",
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
},
"AVAILABILITY": {
"LABEL": "Availability",
"STATUSES_LIST": [
{
"value": "online",
"label": "Online"
"value": "متصل",
"label": "متصل"
},
{
"value": "busy",
"label": "Busy"
"value": "مشغول",
"label": "مشغول"
},
{
"value": "offline",
"label": "Offline"
"value": "غير متصل",
"label": "غير متصل"
}
]
},
@@ -122,5 +127,21 @@
"INTEGRATIONS": "خيارات الربط",
"ACCOUNT_SETTINGS": "إعدادات الحساب",
"LABELS": "الوسوم"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"ERROR_MESSAGE": "تعذر الاتصال بالخادم، الرجاء المحاولة مرة أخرى لاحقاً"
},
"FORM": {
"NAME": {
"LABEL": "اسم الحساب",
"PLACEHOLDER": "مؤسسة Wayne"
},
"SUBMIT": "إرسال"
}
}
}