Chore: Include Tamil, Arabic, other language updates (#1018)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
68
app/javascript/dashboard/i18n/locale/ar/labelsMgmt.json
Normal file
68
app/javascript/dashboard/i18n/locale/ar/labelsMgmt.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "الوسوم",
|
||||
"HEADER_BTN_TXT": "إضافة وسم جديد",
|
||||
"LOADING": "جار جلب الوسوم",
|
||||
"SEARCH_404": "لا توجد عناصر مطابقة لهذا الاستعلام",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"LIST": {
|
||||
"404": "لا يوجد وسوم متوفرة في هذا الحساب.",
|
||||
"TITLE": "إدارة الوسوم",
|
||||
"DESC": "الوسوم تسمح لك بتجميع المحادثات المتشابهة معاً.",
|
||||
"TABLE_HEADER": [
|
||||
"الاسم",
|
||||
"الوصف",
|
||||
"اللون"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "اسم الوسم",
|
||||
"PLACEHOLDER": "اسم الوسم",
|
||||
"ERROR": "اسم الوسم مطلوب"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "الوصف",
|
||||
"PLACEHOLDER": "وصف الوسم"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "اللون"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "إظهار الوسم على الشريط الجانبي"
|
||||
},
|
||||
"EDIT": "تعديل",
|
||||
"CREATE": "إنشاء",
|
||||
"DELETE": "حذف",
|
||||
"CANCEL": "إلغاء"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "إضافة وسم جديد",
|
||||
"DESC": "الوسوم تسمح لك بتجميع المحادثات المتشابهة معاً.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم إضافة الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "تعديل الوسم",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم تحديث الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "حذف",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "تم حذف الوسم بنجاح",
|
||||
"ERROR_MESSAGE": "حدث خطأ، الرجاء المحاولة مرة أخرى"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "تأكيد الحذف",
|
||||
"MESSAGE": "هل أنت متأكد من الحذف ",
|
||||
"YES": "نعم، احذف ",
|
||||
"NO": "لا، احتفظ "
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user