Chatwoot/app/javascript/dashboard/i18n/locale/it/generalSettings.json

84 lines
2.5 KiB
JSON
Raw Normal View History

{
"GENERAL_SETTINGS": {
"TITLE": "Impostazioni dell'account",
"SUBMIT": "Aggiorna impostazioni",
"BACK": "Back",
"UPDATE": {
"ERROR": "Impossibile aggiornare le impostazioni, riprova!",
"SUCCESS": "Impostazioni account aggiornate con successo"
},
"FORM": {
"ERROR": "Correggi gli errori del modulo",
"GENERAL_SECTION": {
"TITLE": "Impostazioni generali",
"NOTE": ""
},
"NAME": {
"LABEL": "Nome del conto",
"PLACEHOLDER": "Nome del tuo account",
"ERROR": "Inserisci un nome di conto valido"
},
"LANGUAGE": {
"LABEL": "Lingua del sito (Beta)",
"PLACEHOLDER": "Nome del tuo account",
"ERROR": ""
},
"DOMAIN": {
"LABEL": "Incoming Email Domain",
"PLACEHOLDER": "The domain where you will receive the emails",
"ERROR": ""
},
"SUPPORT_EMAIL": {
"LABEL": "E-mail di supporto",
"PLACEHOLDER": "E-mail di supporto della tua azienda",
"ERROR": ""
},
"AUTO_RESOLVE_DURATION": {
"LABEL": "Number of days after a ticket should auto resolve if there is no activity",
"PLACEHOLDER": "30",
"ERROR": "Please enter a valid auto resolve duration (minimum 1 day)"
},
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Conversation continuity with emails is enabled for your account.",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "You can receive emails in your custom domain now."
}
},
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance."
},
"FORMS": {
"MULTISELECT": {
"ENTER_TO_SELECT": "Press enter to select",
"ENTER_TO_REMOVE": "Press enter to remove",
"SELECT_ONE": "Select one"
}
},
"NOTIFICATIONS_PAGE": {
"HEADER": "Notifiche",
"MARK_ALL_DONE": "Mark All Done",
"LIST": {
"LOADING_MESSAGE": "Loading notifications...",
"404": "No Notifications",
"TABLE_HEADER": [
"nome",
"Phone Number",
"Conversazioni",
"Last Contacted"
]
},
"TYPE_LABEL": {
"conversation_creation": "New conversation",
"conversation_assignment": "Conversation Assigned",
"assigned_conversation_new_message": "New Message",
"conversation_mention": "Mention"
}
2021-10-14 08:02:15 +00:00
},
"NETWORK": {
"NOTIFICATION": {
"TEXT": "Disconnected from Chatwoot"
},
"BUTTON": {
"REFRESH": "Refresh"
}
}
}