chore: Update translations (#6999)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-04-28 07:58:03 -07:00
committed by GitHub
parent 02c467b6db
commit be3c75e858
611 changed files with 4830 additions and 2339 deletions

View File

@@ -6,16 +6,16 @@
"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 Custom Attribute",
"SUBMIT": "Create",
"CANCEL_BUTTON_TEXT": "Cancel",
"SUBMIT": "Sukurti",
"CANCEL_BUTTON_TEXT": "Atšaukti",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter custom attribute display name",
"ERROR": "Name is required"
"ERROR": "Yra reikalingas vardas"
},
"DESC": {
"LABEL": "Description",
"LABEL": "Aprašymas",
"PLACEHOLDER": "Enter custom attribute description",
"ERROR": "Description is required"
},
@@ -25,9 +25,9 @@
"ERROR": "Model is required"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "Please select a type",
"ERROR": "Type is required",
"LABEL": "Tipas",
"PLACEHOLDER": "Prašau pasirinkti tipą",
"ERROR": "Yra reikalingas tipas",
"LIST": {
"LABEL": "List Values",
"PLACEHOLDER": "Please enter value and press enter key",
@@ -35,7 +35,7 @@
}
},
"KEY": {
"LABEL": "Key",
"LABEL": "Raktas",
"PLACEHOLDER": "Enter custom attribute key",
"ERROR": "Key is required",
"IN_VALID": "Invalid key"
@@ -47,7 +47,7 @@
}
},
"DELETE": {
"BUTTON_TEXT": "Delete",
"BUTTON_TEXT": "Ištrinti",
"API": {
"SUCCESS_MESSAGE": "Custom Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the custom attribute. Try again."
@@ -56,8 +56,8 @@
"TITLE": "Are you sure want to delete - %{attributeName}",
"PLACE_HOLDER": "Please type {attributeName} to confirm",
"MESSAGE": "Deleting will remove the custom attribute",
"YES": "Delete ",
"NO": "Cancel"
"YES": "Ištrinti ",
"NO": "Atšaukti"
}
},
"EDIT": {
@@ -81,14 +81,14 @@
},
"LIST": {
"TABLE_HEADER": [
"Name",
"Description",
"Type",
"Key"
"Vardas",
"Aprašymas",
"Tipas",
"Raktas"
],
"BUTTONS": {
"EDIT": "Edit",
"DELETE": "Delete"
"EDIT": "Redaguoti",
"DELETE": "Ištrinti"
},
"EMPTY_RESULT": {
"404": "There are no custom attributes created",