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
20 lines
716 B
JSON
20 lines
716 B
JSON
{
|
|
"SURVEY": {
|
|
"DESCRIPTION": "Gerbiamas kliente 👋, skirkite kelias minutes ir pasidalykite atsiliepimais apie pokalbį su {inboxName}.",
|
|
"RATING": {
|
|
"LABEL": "Įvertinkite savo pokalbį",
|
|
"SUCCESS_MESSAGE": "Dėkojame, kad pateikėte įvertinimą"
|
|
},
|
|
"FEEDBACK": {
|
|
"LABEL": "Ar turite kokių nors minčių, kuriomis norėtumėte pasidalinti?",
|
|
"PLACEHOLDER": "Jūsų atsiliepimas (neprivaloma)",
|
|
"BUTTON_TEXT": "Pateikite atsiliepimą"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Apklausa sėkmingai atnaujinta",
|
|
"ERROR_MESSAGE": "Nepavyko prisijungti prie Woot serverio, bandykite dar kartą vėliau"
|
|
}
|
|
},
|
|
"POWERED_BY": "Parengta pagal Chatwoot"
|
|
}
|