Chatwoot/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json
2021-09-03 15:48:24 +05:30

38 lines
1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ATTRIBUTES_MGMT": {
"HEADER": "Attributes",
"HEADER_BTN_TXT": "Add Attribute",
"ADD": {
"TITLE": "Add attribute",
"SUBMIT": "Create",
"CANCEL_BUTTON_TEXT": "Скасувати",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter attribute display name"
},
"DESC": {
"LABEL": "Description",
"PLACEHOLDER": "Enter attribute description"
},
"MODEL": {
"LABEL": "Model",
"PLACEHOLDER": "Please select a model",
"ERROR": "Model is required"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "Будь ласка, оберіть тип",
"ERROR": "Type is required"
},
"KEY": {
"LABEL": "Key"
}
},
"API": {
"SUCCESS_MESSAGE": "Attribute added successfully",
"ERROR_MESSAGE": "Не вдалося підключитися до Woot Server, спробуйте ще раз пізніше"
}
}
}
}