chore: Update translations from Crowdin
This commit is contained in:
6
app/javascript/dashboard/i18n/locale/it/emoji.json
Normal file
6
app/javascript/dashboard/i18n/locale/it/emoji.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"EMOJI": {
|
||||
"PLACEHOLDER": "Search emojis",
|
||||
"NOT_FOUND": "No emoji match your search"
|
||||
}
|
||||
}
|
||||
@@ -134,7 +134,7 @@
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Numero di telefono",
|
||||
"PLACEHOLDER": "Inserisci il numero di telefono dal quale verrà inviato il messaggio.",
|
||||
"ERROR": "Inserisci un valore valido. Il numero di telefono dovrebbe iniziare con segno `+`."
|
||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
||||
},
|
||||
"API_CALLBACK": {
|
||||
"TITLE": "URL di callback",
|
||||
@@ -185,7 +185,7 @@
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Numero di telefono",
|
||||
"PLACEHOLDER": "Inserisci il numero di telefono dal quale verrà inviato il messaggio.",
|
||||
"ERROR": "Inserisci un valore valido. Il numero di telefono dovrebbe iniziare con segno `+`."
|
||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
||||
},
|
||||
"SUBMIT_BUTTON": "Crea un canale Bandwidth",
|
||||
"API": {
|
||||
@@ -214,7 +214,7 @@
|
||||
"PHONE_NUMBER": {
|
||||
"LABEL": "Numero di telefono",
|
||||
"PLACEHOLDER": "Inserisci il numero di telefono dal quale verrà inviato il messaggio.",
|
||||
"ERROR": "Inserisci un valore valido. Il numero di telefono dovrebbe iniziare con segno `+`."
|
||||
"ERROR": "Please provide a valid phone number that starts with a `+` sign and does not contain any spaces."
|
||||
},
|
||||
"PHONE_NUMBER_ID": {
|
||||
"LABEL": "ID numero di telefono",
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Nome account",
|
||||
"LABEL": "Nome azienda",
|
||||
"PLACEHOLDER": "Wayne Enterprises"
|
||||
},
|
||||
"SUBMIT": "Invia"
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "Registra un account",
|
||||
"TITLE": "Registrati",
|
||||
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
|
||||
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
|
||||
"TERMS_ACCEPT": "Registrandoti, accetti i nostri <a href=\"https://www.chatwoot.com/terms\">T & C</a> e l'<a href=\"https://www.chatwoot.com/privacy-policy\">informativa sulla privacy</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
"LABEL": "Nome dell'account",
|
||||
"PLACEHOLDER": "Inserisci il nome dell'account, es.: Wayne Enterprises",
|
||||
"ERROR": "Nome account troppo corto"
|
||||
"COMPANY_NAME": {
|
||||
"LABEL": "Company name",
|
||||
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
||||
"ERROR": "Company name is too short"
|
||||
},
|
||||
"FULL_NAME": {
|
||||
"LABEL": "Nome completo",
|
||||
@@ -16,7 +18,7 @@
|
||||
"EMAIL": {
|
||||
"LABEL": "Email di lavoro",
|
||||
"PLACEHOLDER": "Inserisci il tuo indirizzo email di lavoro. es.: bruce@wayne.enterprises",
|
||||
"ERROR": "Indirizzo email non valido"
|
||||
"ERROR": "Please enter a valid work email address"
|
||||
},
|
||||
"PASSWORD": {
|
||||
"LABEL": "Password",
|
||||
|
||||
Reference in New Issue
Block a user