chore: Update translations (#9946)

This commit is contained in:
Chatwoot Bot
2024-08-16 14:06:32 +05:30
committed by GitHub
parent f38101527f
commit bb78639696
903 changed files with 4461 additions and 1860 deletions

View File

@@ -7,7 +7,7 @@
"ADD": {
"TITLE": "Add Automation Rule",
"SUBMIT": "Create",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
@@ -28,7 +28,7 @@
"LABEL": "Conditions"
},
"ACTIONS": {
"LABEL": "Actions"
"LABEL": "Radnje"
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
@@ -40,7 +40,7 @@
},
"LIST": {
"TABLE_HEADER": [
"Name",
"Ime",
"Description",
"Active",
"Created on"
@@ -49,13 +49,13 @@
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"SUBMIT": "Delete",
"CANCEL_BUTTON_TEXT": "Cancel",
"SUBMIT": "Izbriši",
"CANCEL_BUTTON_TEXT": "Odustani",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"TITLE": "Potvrdi brisanje",
"MESSAGE": "Are you sure to delete ",
"YES": "Yes, Delete ",
"NO": "No, Keep "
"YES": "Da, izbriši",
"NO": "Ne, zadrži"
},
"API": {
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
@@ -65,7 +65,7 @@
"EDIT": {
"TITLE": "Edit Automation Rule",
"SUBMIT": "Update",
"CANCEL_BUTTON_TEXT": "Cancel",
"CANCEL_BUTTON_TEXT": "Odustani",
"API": {
"SUCCESS_MESSAGE": "Automation rule updated successfully",
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
@@ -79,10 +79,10 @@
}
},
"FORM": {
"EDIT": "Edit",
"EDIT": "Uredi",
"CREATE": "Create",
"DELETE": "Delete",
"CANCEL": "Cancel",
"DELETE": "Izbriši",
"CANCEL": "Odustani",
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
},
"CONDITION": {
@@ -93,7 +93,9 @@
"ACTION": {
"DELETE_MESSAGE": "You need to have atleast one action to save",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here",
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams"
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams",
"EMAIL_INPUT_PLACEHOLDER": "Enter email",
"URL_INPUT_PLACEHOLDER": "Enter URL"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Activate Automation Rule",
@@ -113,6 +115,15 @@
"LABEL_UPLOADING": "Prenosim...",
"LABEL_UPLOADED": "Successfully Uploaded",
"LABEL_UPLOAD_FAILED": "Upload Failed"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_REQUIRED": "Value is required",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
}
}
}