chore: New Translation updates (#3371)

This commit is contained in:
Sojan Jose
2021-11-12 23:40:08 +05:30
committed by GitHub
parent 37a36349f2
commit e011b4566b
224 changed files with 4002 additions and 2029 deletions

View File

@@ -155,6 +155,11 @@
"LABEL": "صندوق الوارد",
"ERROR": "حدد صندوق الوارد"
},
"SUBJECT": {
"LABEL": "الموضوع",
"PLACEHOLDER": "الموضوع",
"ERROR": "Subject can't be empty"
},
"MESSAGE": {
"LABEL": "رسالة",
"PLACEHOLDER": "اكتب رسالتك هنا",
@@ -232,8 +237,15 @@
}
},
"CUSTOM_ATTRIBUTES": {
"ADD_BUTTON_TEXT": "Add attributes",
"BUTTON": "إضافة سمة خاصة",
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
"COPY_SUCCESSFUL": "تم النسخ إلى الحافظة بنجاح",
"ACTIONS": {
"COPY": "Copy attribute",
"DELETE": "Delete attribute",
"EDIT": "Edit attribute"
},
"ADD": {
"TITLE": "إنشاء سمة خاصة",
"DESC": "أضف معلومات خاصة إلى جهة الاتصال هذه."
@@ -249,7 +261,29 @@
"VALUE": {
"LABEL": "قيمة السمة",
"PLACEHOLDER": "Eg: 11901 "
},
"ADD": {
"TITLE": "Create new attribute ",
"SUCCESS": "تمت إضافة السمة بنجاح",
"ERROR": "Unable to add attribute. Please try again later"
},
"UPDATE": {
"SUCCESS": "Attribute updated successfully",
"ERROR": "Unable to update attribute. Please try again later"
},
"DELETE": {
"SUCCESS": "Attribute deleted successfully",
"ERROR": "Unable to delete attribute. Please try again later"
},
"ATTRIBUTE_SELECT": {
"TITLE": "Add attributes",
"PLACEHOLDER": "Search attributes",
"NO_RESULT": "No attributes found"
}
},
"VALIDATIONS": {
"REQUIRED": "Valid value is required",
"INVALID_URL": "Invalid URL"
}
},
"MERGE_CONTACTS": {