Skip to content

Commit

Permalink
chore: New Translation updates (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Nov 12, 2021
1 parent 37a3634 commit e011b45
Show file tree
Hide file tree
Showing 224 changed files with 4,001 additions and 2,028 deletions.
42 changes: 22 additions & 20 deletions app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "السمات",
"HEADER_BTN_TXT": "إضافة سمة",
"LOADING": "Fetching attributes",
"SIDEBAR_TXT": "<p><b>Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
"HEADER": "سمات مخصصة",
"HEADER_BTN_TXT": "Add Custom Attribute",
"LOADING": "Fetching custom attributes",
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
"ADD": {
"TITLE": "أضف سمة",
"TITLE": "Add Custom Attribute",
"SUBMIT": "إنشاء",
"CANCEL_BUTTON_TEXT": "إلغاء",
"FORM": {
"NAME": {
"LABEL": "اسم العرض",
"PLACEHOLDER": "أدخل اسم عرض السمة",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
},
"DESC": {
"LABEL": "الوصف",
"PLACEHOLDER": "أدخل وصف السمة",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
},
"MODEL": {
"LABEL": "نموذج",
"PLACEHOLDER": "الرجاء اختيار نموذج",
"LABEL": "Applies to",
"PLACEHOLDER": "Please select one",
"ERROR": "النموذج مطلوب"
},
"TYPE": {
Expand All @@ -30,34 +30,36 @@
"ERROR": "النوع مطلوب"
},
"KEY": {
"LABEL": "المفتاح"
"LABEL": "المفتاح",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required"
}
},
"API": {
"SUCCESS_MESSAGE": "تمت إضافة السمة بنجاح",
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "حذف",
"API": {
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
},
"CONFIRM": {
"TITLE": "هل أنت متأكد من أنك تريد حذف - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the attribute",
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "حذف ",
"NO": "إلغاء"
}
},
"EDIT": {
"TITLE": "Edit attribute",
"TITLE": "Edit Custom Attribute",
"UPDATE_BUTTON_TEXT": "تحديث",
"API": {
"SUCCESS_MESSAGE": "Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
}
},
"TABS": {
Expand All @@ -77,8 +79,8 @@
"DELETE": "حذف"
},
"EMPTY_RESULT": {
"404": "There are no attributes created",
"NOT_FOUND": "There are no attributes configured"
"404": "There are no custom attributes created",
"NOT_FOUND": "There are no custom attributes configured"
}
}
}
Expand Down
34 changes: 34 additions & 0 deletions app/javascript/dashboard/i18n/locale/ar/contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
"LABEL": "صندوق الوارد",
"ERROR": "حدد صندوق الوارد"
},
"SUBJECT": {
"LABEL": "الموضوع",
"PLACEHOLDER": "الموضوع",
"ERROR": "Subject can't be empty"
},
"MESSAGE": {
"LABEL": "رسالة",
"PLACEHOLDER": "اكتب رسالتك هنا",
Expand Down Expand Up @@ -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": "أضف معلومات خاصة إلى جهة الاتصال هذه."
Expand All @@ -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": {
Expand Down
21 changes: 21 additions & 0 deletions app/javascript/dashboard/i18n/locale/ar/conversation.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,27 @@
"PREVIOUS_CONVERSATION": "المحادثات السابقة"
}
},
"CONVERSATION_CUSTOM_ATTRIBUTES": {
"ADD_BUTTON_TEXT": "Create attribute",
"UPDATE": {
"SUCCESS": "Attribute updated successfully",
"ERROR": "Unable to update attribute. Please try again later"
},
"ADD": {
"TITLE": "إضافة",
"SUCCESS": "تمت إضافة السمة بنجاح",
"ERROR": "Unable to add 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"
}
},
"EMAIL_HEADER": {
"TO": "إلى",
"BCC": "Bcc",
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/ar/login.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"LOGIN": {
"TITLE": "تسجيل الدخول إلى Chatwoot",
"TITLE": "تسجيل الدخول إلى شات ووت",
"EMAIL": {
"LABEL": "البريد الإلكتروني",
"PLACEHOLDER": "مثال: someone@example.com"
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/ar/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"ACCOUNT_SETTINGS": "إعدادات الحساب",
"APPLICATIONS": "التطبيقات",
"LABELS": "الوسوم",
"ATTRIBUTES": "السمات",
"CUSTOM_ATTRIBUTES": "سمات مخصصة",
"TEAMS": "الفرق",
"ALL_CONTACTS": "جميع جهات الاتصال",
"TAGGED_WITH": "Tagged with",
Expand Down
42 changes: 22 additions & 20 deletions app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "Attributes",
"HEADER_BTN_TXT": "Add Attribute",
"LOADING": "Fetching attributes",
"SIDEBAR_TXT": "<p><b>Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
"HEADER": "Atributs personalitzats",
"HEADER_BTN_TXT": "Add Custom Attribute",
"LOADING": "Fetching custom attributes",
"SIDEBAR_TXT": "<p><b>Custom Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Custom Attribute, just click on the <b>Add Custom Attribute.</b> You can also edit or delete an existing Custom Attribute by clicking on the Edit or Delete button.</p>",
"ADD": {
"TITLE": "Add attribute",
"TITLE": "Add Custom Attribute",
"SUBMIT": "Crear",
"CANCEL_BUTTON_TEXT": "Cancel·la",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter attribute display name",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
},
"DESC": {
"LABEL": "Descripció",
"PLACEHOLDER": "Enter attribute description",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
},
"MODEL": {
"LABEL": "Model",
"PLACEHOLDER": "Please select a model",
"LABEL": "Applies to",
"PLACEHOLDER": "Please select one",
"ERROR": "Model is required"
},
"TYPE": {
Expand All @@ -30,34 +30,36 @@
"ERROR": "Type is required"
},
"KEY": {
"LABEL": "Key"
"LABEL": "Key",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required"
}
},
"API": {
"SUCCESS_MESSAGE": "Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
"SUCCESS_MESSAGE": "Custom Attribute added successfully",
"ERROR_MESSAGE": "Could not able to create a custom attribute, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Esborrar",
"API": {
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
},
"CONFIRM": {
"TITLE": "Are you sure want to delete - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the attribute",
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "Suprimeix ",
"NO": "Cancel·la"
}
},
"EDIT": {
"TITLE": "Edit attribute",
"TITLE": "Edit Custom Attribute",
"UPDATE_BUTTON_TEXT": "Actualitza",
"API": {
"SUCCESS_MESSAGE": "Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
"SUCCESS_MESSAGE": "Custom Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating custom attribute, please try again"
}
},
"TABS": {
Expand All @@ -77,8 +79,8 @@
"DELETE": "Esborrar"
},
"EMPTY_RESULT": {
"404": "There are no attributes created",
"NOT_FOUND": "There are no attributes configured"
"404": "There are no custom attributes created",
"NOT_FOUND": "There are no custom attributes configured"
}
}
}
Expand Down
34 changes: 34 additions & 0 deletions app/javascript/dashboard/i18n/locale/ca/contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
"LABEL": "Inbox",
"ERROR": "Select an inbox"
},
"SUBJECT": {
"LABEL": "Subject",
"PLACEHOLDER": "Subject",
"ERROR": "Subject can't be empty"
},
"MESSAGE": {
"LABEL": "Missatge",
"PLACEHOLDER": "Write your message here",
Expand Down Expand Up @@ -232,8 +237,15 @@
}
},
"CUSTOM_ATTRIBUTES": {
"ADD_BUTTON_TEXT": "Add attributes",
"BUTTON": "Add custom attribute",
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
"COPY_SUCCESSFUL": "S'ha copiat al porta-retalls amb èxit",
"ACTIONS": {
"COPY": "Copy attribute",
"DELETE": "Delete attribute",
"EDIT": "Edit attribute"
},
"ADD": {
"TITLE": "Create custom attribute",
"DESC": "Add custom information to this contact."
Expand All @@ -249,7 +261,29 @@
"VALUE": {
"LABEL": "Attribute value",
"PLACEHOLDER": "Eg: 11901 "
},
"ADD": {
"TITLE": "Create new attribute ",
"SUCCESS": "Attribute added successfully",
"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": {
Expand Down
21 changes: 21 additions & 0 deletions app/javascript/dashboard/i18n/locale/ca/conversation.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,27 @@
"PREVIOUS_CONVERSATION": "Converses prèvies"
}
},
"CONVERSATION_CUSTOM_ATTRIBUTES": {
"ADD_BUTTON_TEXT": "Create attribute",
"UPDATE": {
"SUCCESS": "Attribute updated successfully",
"ERROR": "Unable to update attribute. Please try again later"
},
"ADD": {
"TITLE": "Add",
"SUCCESS": "Attribute added successfully",
"ERROR": "Unable to add 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"
}
},
"EMAIL_HEADER": {
"TO": "To",
"BCC": "Bcc",
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/ca/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"ACCOUNT_SETTINGS": "Configuració del compte",
"APPLICATIONS": "Applications",
"LABELS": "Etiquetes",
"ATTRIBUTES": "Attributes",
"CUSTOM_ATTRIBUTES": "Atributs personalitzats",
"TEAMS": "Equips",
"ALL_CONTACTS": "All Contacts",
"TAGGED_WITH": "Tagged with",
Expand Down
Loading

0 comments on commit e011b45

Please sign in to comment.