There were two warnings showing up on new teams page 1. `errorMessage` prop was getting invalid value, this was because were short circuting the error message using `&&`, fixed it by using ternary operator 2. `vue-i18n` has deprecated [rails syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format), fixed that warning by removing `%` before `{}` for interpolation > Note: the `vue-i18n` deprecation needs to be handled, but we can do it later
26 lines
932 B
JSON
26 lines
932 B
JSON
{
|
|
"WHATSAPP_TEMPLATES": {
|
|
"MODAL": {
|
|
"TITLE": "Șabloane WhatsApp",
|
|
"SUBTITLE": "Selectați șablonul WhatsApp pe care doriți să trimiteți",
|
|
"TEMPLATE_SELECTED_SUBTITLE": "{templateName} de proces"
|
|
},
|
|
"PICKER": {
|
|
"SEARCH_PLACEHOLDER": "Caută Șabloane",
|
|
"NO_TEMPLATES_FOUND": "Nu s-au găsit șabloane pentru",
|
|
"LABELS": {
|
|
"LANGUAGE": "Limbă",
|
|
"TEMPLATE_BODY": "Corpul șablonului",
|
|
"CATEGORY": "Categorie"
|
|
}
|
|
},
|
|
"PARSER": {
|
|
"VARIABLES_LABEL": "Variabile",
|
|
"VARIABLE_PLACEHOLDER": "Introducerea {variable} valoare",
|
|
"GO_BACK_LABEL": "Înapoi",
|
|
"SEND_MESSAGE_LABEL": "Trimite mesaj",
|
|
"FORM_ERROR_MESSAGE": "Vă rugăm să completați toate variabilele înainte de a trimite"
|
|
}
|
|
}
|
|
}
|