chore: Update translations (#8544)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2024-01-16 15:19:38 +05:30
committed by GitHub
parent d1e7e75638
commit e467d15f2c
501 changed files with 10361 additions and 7417 deletions

View File

@@ -1,18 +1,18 @@
{
"FILTER": {
"TITLE": "Filtra conversazioni",
"SUBTITLE": "Aggiungi filtri qui sotto e premi 'Applica filtri' per filtrare le conversazioni.",
"SUBTITLE": "Add your filters below and hit 'Apply filters' to cut through the chat clutter.",
"EDIT_CUSTOM_FILTER": "Edit Folder",
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
"ADD_NEW_FILTER": "Aggiungi filtro",
"FILTER_DELETE_ERROR": "Dovresti avere almeno un filtro da salvare",
"ADD_NEW_FILTER": "Add filter",
"FILTER_DELETE_ERROR": "Oops, looks like we can't save nothing! Please add at least one filter to save it.",
"SUBMIT_BUTTON_LABEL": "Applica filtri",
"UPDATE_BUTTON_LABEL": "Update folder",
"CANCEL_BUTTON_LABEL": "Annulla",
"CLEAR_BUTTON_LABEL": "Cancella filtri",
"EMPTY_VALUE_ERROR": "Il valore è obbligatorio",
"CLEAR_BUTTON_LABEL": "Clear filters",
"FOLDER_LABEL": "Folder Name",
"FOLDER_QUERY_LABEL": "Folder Query",
"EMPTY_VALUE_ERROR": "Il valore è obbligatorio.",
"TOOLTIP_LABEL": "Filtra conversazioni",
"QUERY_DROPDOWN_LABELS": {
"AND": "E",
@@ -36,15 +36,15 @@
},
"ATTRIBUTES": {
"STATUS": "Stato",
"ASSIGNEE_NAME": "Nome assegnatario",
"INBOX_NAME": "Nome Casella",
"TEAM_NAME": "Nome team",
"CONVERSATION_IDENTIFIER": "Identificativo conversazione",
"CAMPAIGN_NAME": "Nome campagna",
"ASSIGNEE_NAME": "Assignee name",
"INBOX_NAME": "Nome casella",
"TEAM_NAME": "Nome del team",
"CONVERSATION_IDENTIFIER": "Conversation identifier",
"CAMPAIGN_NAME": "Campaign name",
"LABELS": "Etichette",
"BROWSER_LANGUAGE": "Lingua del browser",
"BROWSER_LANGUAGE": "Browser language",
"PRIORITY": "Priorità",
"COUNTRY_NAME": "Nome del paese",
"COUNTRY_NAME": "Country name",
"REFERER_LINK": "Link referente",
"CUSTOM_ATTRIBUTE_LIST": "Elenco",
"CUSTOM_ATTRIBUTE_TEXT": "Testo",
@@ -52,28 +52,28 @@
"CUSTOM_ATTRIBUTE_LINK": "Link",
"CUSTOM_ATTRIBUTE_CHECKBOX": "Checkbox",
"CREATED_AT": "Creato il",
"LAST_ACTIVITY": "Ultima attività"
"LAST_ACTIVITY": "Last activity"
},
"GROUPS": {
"STANDARD_FILTERS": "Filtri standard",
"ADDITIONAL_FILTERS": "Filtri addizionali",
"CUSTOM_ATTRIBUTES": "Attributi personalizzati"
"STANDARD_FILTERS": "Standard filters",
"ADDITIONAL_FILTERS": "Additional filters",
"CUSTOM_ATTRIBUTES": "Custom attributes"
},
"CUSTOM_VIEWS": {
"ADD": {
"TITLE": "Vuoi salvare questo filtro?",
"LABEL": "Dai un nome a questo filtro",
"PLACEHOLDER": "Inserisci un nome per questo filtro",
"ERROR_MESSAGE": "Il nome è obbligatorio",
"PLACEHOLDER": "Name your filter to refer it later.",
"ERROR_MESSAGE": "Il nome è obbligatorio.",
"SAVE_BUTTON": "Salva filtro",
"CANCEL_BUTTON": "Annulla",
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Cartella creata con successo",
"ERROR_MESSAGE": "Errore durante la creazione della cartella"
"SUCCESS_MESSAGE": "Cartella creata con successo.",
"ERROR_MESSAGE": "Errore durante la creazione della cartella."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segmento creato con successo",
"ERROR_MESSAGE": "Errore durante la creazione del segmento"
"SUCCESS_MESSAGE": "Segmento creato con successo.",
"ERROR_MESSAGE": "Errore durante la creazione del segmento."
}
},
"EDIT": {
@@ -85,17 +85,17 @@
"CONFIRM": {
"TITLE": "Conferma eliminazione",
"MESSAGE": "Sei sicuro di voler eliminare il filtro ",
"YES": ", elimina",
"YES": "Yes, delete",
"NO": "No, mantienilo"
}
},
"API_FOLDERS": {
"SUCCESS_MESSAGE": "Cartella eliminata con successo",
"ERROR_MESSAGE": "Errore durante l'eliminazione della cartella"
"SUCCESS_MESSAGE": "Cartella eliminata con successo.",
"ERROR_MESSAGE": "Errore durante l'eliminazione della cartella."
},
"API_SEGMENTS": {
"SUCCESS_MESSAGE": "Segmento eliminato con successo",
"ERROR_MESSAGE": "Errore durante l'eliminazione del segmento"
"SUCCESS_MESSAGE": "Segmento eliminato con successo.",
"ERROR_MESSAGE": "Errore durante l'eliminazione del segmento."
}
}
}

View File

@@ -1,73 +1,73 @@
{
"AGENT_BOTS": {
"HEADER": "Bots",
"LOADING_EDITOR": "Loading Editor...",
"HEADER_BTN_TXT": "Add Bot Configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
"LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "Bot Name",
"PLACEHOLDER": "Give your bot a name",
"ERROR": "Bot name is required"
"LABEL": "Bot name",
"PLACEHOLDER": "Name your bot.",
"ERROR": "Bot name is required."
},
"DESCRIPTION": {
"LABEL": "Bot Description",
"LABEL": "Bot description",
"PLACEHOLDER": "What does this bot do?"
},
"BOT_CONFIG": {
"ERROR": "Please enter your CSML bot configuration above",
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
"ERROR": "Please enter your CSML bot configuration above.",
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
},
"SUBMIT": "Validate and save"
},
"BOT_CONFIGURATION": {
"TITLE": "Select an agent bot",
"DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.",
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
"SUBMIT": "Aggiorna",
"DISCONNECT": "Disconnect Bot",
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later",
"SELECT_PLACEHOLDER": "Select Bot"
"DISCONNECT": "Disconnect bot",
"SUCCESS_MESSAGE": "Successfully updated the agent bot.",
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot.",
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
"SELECT_PLACEHOLDER": "Select bot"
},
"ADD": {
"TITLE": "Configure new bot",
"CANCEL_BUTTON_TEXT": "Annulla",
"API": {
"SUCCESS_MESSAGE": "Bot added successfully",
"ERROR_MESSAGE": "Could not add bot, Please try again later"
"SUCCESS_MESSAGE": "Bot added successfully.",
"ERROR_MESSAGE": "Could not add bot. Please try again later."
}
},
"LIST": {
"404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗",
"LOADING": "Fetching Bots...",
"TYPE": "Bot Type"
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
"LOADING": "Fetching bots...",
"TYPE": "Bot type"
},
"DELETE": {
"BUTTON_TEXT": "Elimina",
"TITLE": "Delete Bot",
"TITLE": "Delete bot",
"SUBMIT": "Elimina",
"CANCEL_BUTTON_TEXT": "Annulla",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible.",
"API": {
"SUCCESS_MESSAGE": "Bot deleted successfully",
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
"SUCCESS_MESSAGE": "Bot deleted successfully.",
"ERROR_MESSAGE": "Could not delete bot. Please try again."
}
},
"EDIT": {
"BUTTON_TEXT": "Modifica",
"LOADING": "Fetching Bots...",
"TITLE": "Edit Bot",
"LOADING": "Fetching bots...",
"TITLE": "Edit bot",
"CANCEL_BUTTON_TEXT": "Annulla",
"API": {
"SUCCESS_MESSAGE": "Bot updated successfully",
"ERROR_MESSAGE": "Could not update bot, Please try again later"
"SUCCESS_MESSAGE": "Bot updated successfully.",
"ERROR_MESSAGE": "Could not update bot. Please try again."
}
},
"TYPES": {
"WEBHOOK": "Webhook Bot",
"CSML": "CSML Bot"
"WEBHOOK": "Webhook bot",
"CSML": "CSML bot"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "%{conversationCount} conversazioni selezionate",
"AGENT_SELECT_LABEL": "Seleziona agente",
"AGENT_SELECT_LABEL": "Seleziona un'agente",
"ASSIGN_CONFIRMATION_LABEL": "Are you sure to assign %{conversationCount} %{conversationLabel} to",
"UNASSIGN_CONFIRMATION_LABEL": "Are you sure to unassign %{conversationCount} %{conversationLabel}?",
"GO_BACK_LABEL": "Torna indietro",
@@ -9,32 +9,32 @@
"YES": "Sì",
"ASSIGN_AGENT_TOOLTIP": "Assegna agente",
"ASSIGN_TEAM_TOOLTIP": "Assegna team",
"ASSIGN_SUCCESFUL": "Conversazioni assegnate correttamente",
"ASSIGN_FAILED": "Assegnazione delle conversazioni non riuscita, riprova",
"RESOLVE_SUCCESFUL": "Conversazioni risolte correttamente",
"RESOLVE_FAILED": "Risoluzione delle conversazioni non riuscita, riprova",
"ASSIGN_SUCCESFUL": "Conversazioni assegnate correttamente.",
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
"RESOLVE_SUCCESFUL": "Conversazioni risolte correttamente.",
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "Le conversazioni visibili in questa pagina sono selezionate.",
"AGENT_LIST_LOADING": "Caricamento agenti",
"UPDATE": {
"CHANGE_STATUS": "Cambia stato",
"SNOOZE_UNTIL_NEXT_REPLY": "Posticipa fino alla prossima risposta",
"SNOOZE_UNTIL_NEXT_REPLY": "Posticipa fino alla prossima risposta.",
"UPDATE_SUCCESFUL": "Stato della conversazione aggiornata correttamente.",
"UPDATE_FAILED": "Impossibile aggiornare le conversazioni, riprova"
"UPDATE_FAILED": "Failed to update conversations. Please try again."
},
"LABELS": {
"ASSIGN_LABELS": "Assegna etichette",
"ASSIGN_LABELS": "Assign labels",
"NO_LABELS_FOUND": "Nessuna etichetta trovata per",
"ASSIGN_SELECTED_LABELS": "Assegna etichette selezeionate",
"ASSIGN_SUCCESFUL": "Etichette assegnate correttamente",
"ASSIGN_FAILED": "Impossibile assegnare le etichette, riprova"
"ASSIGN_SUCCESFUL": "Etichette assegnate correttamente.",
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
},
"TEAMS": {
"TEAM_SELECT_LABEL": "Seleziona team",
"NONE": "Nessuno",
"NO_TEAMS_AVAILABLE": "There are no teams added to this account yet.",
"ASSIGN_SELECTED_TEAMS": "Assign selected team",
"ASSIGN_SUCCESFUL": "Teams assiged successfully",
"ASSIGN_FAILED": "Failed to assign team, please try again"
"ASSIGN_SELECTED_TEAMS": "Assign selected team.",
"ASSIGN_SUCCESFUL": "Teams assiged successfully.",
"ASSIGN_FAILED": "Failed to assign team. Please try again."
}
}
}

View File

@@ -1,75 +1,75 @@
{
"CANNED_MGMT": {
"HEADER": "Risposte predefinite",
"HEADER_BTN_TXT": "Aggiungi risposta predefinita",
"LOADING": "Recupero delle risposte predefinite",
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta",
"SIDEBAR_TXT": "<p><b>Risposte predefinite</b> </p><p> Le risposte predefinite sono modelli di risposta salvati che possono essere utilizzati per inviare rapidamente una risposta a una conversazione. </p><p> Per creare una risposta predefinita, basta cliccare su <b>Aggiungi risposta predefinita</b>. Puoi anche modificare o eliminare una risposta predefinita esistente facendo clic sul pulsante Modifica o Elimina </p><p> Le risposte predefinite sono utilizzate con l'aiuto dei <b>Codici brevi</b>. Gli agenti possono accedere alle risposte predefinite durante una chat digitando <b>'/'</b> seguito dal codice breve. </p>",
"HEADER_BTN_TXT": "Add canned response",
"LOADING": "Fetching canned responses...",
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta.",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are pre-written reply templates that help you quickly respond to a conversation. To insert a canned response during a chat, agents can type a short code preceded by a '/' character. </p><p> You can manage your canned responses from this page or create new ones using the \"Add canned response\" button.</p><p>Open the <a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">Canned Responses handbook</a> in another tab for a helping hand.</p><p>Also, check out the all-new <a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">Canned Responses Library</a>.</p>",
"LIST": {
"404": "Non ci sono risposte predefinite disponibili in questo account.",
"TITLE": "Gestisci le risposte predefinite",
"DESC": "Le risposte predefinite sono modelli di risposta predefiniti che possono essere utilizzati per inviare rapidamente risposte ai ticket.",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"TABLE_HEADER": [
"Codice breve",
"Short code",
"Contenuto",
"Azioni"
]
},
"ADD": {
"TITLE": "Aggiungi risposta predefinita",
"DESC": "Le risposte predefinite sono modelli di risposta salvati che possono essere utilizzati per inviare rapidamente una risposta alla conversazione.",
"TITLE": "Add canned response",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to conversations.",
"CANCEL_BUTTON_TEXT": "Annulla",
"FORM": {
"SHORT_CODE": {
"LABEL": "Codice breve",
"PLACEHOLDER": "Si prega di inserire un codice breve",
"ERROR": "Il codice breve è obbligatorio"
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a short code.",
"ERROR": "Short Code is required."
},
"CONTENT": {
"LABEL": "Contenuto",
"PLACEHOLDER": "Inserisci un contenuto",
"ERROR": "Il contenuto è obbligatorio"
"LABEL": "Messaggio",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "Message is required."
},
"SUBMIT": "Invia"
},
"API": {
"SUCCESS_MESSAGE": "Risposta predefinita aggiunta correttamente",
"SUCCESS_MESSAGE": "Canned response added successfully.",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"EDIT": {
"TITLE": "Modifica risposta predefinita",
"TITLE": "Edit canned response",
"CANCEL_BUTTON_TEXT": "Annulla",
"FORM": {
"SHORT_CODE": {
"LABEL": "Codice breve",
"PLACEHOLDER": "Si prega di inserire un codice breve",
"ERROR": "Il codice breve è obbligatorio"
"LABEL": "Short code",
"PLACEHOLDER": "Please enter a shortcode.",
"ERROR": "Short code is required."
},
"CONTENT": {
"LABEL": "Contenuto",
"PLACEHOLDER": "Inserisci un contenuto",
"ERROR": "Il contenuto è obbligatorio"
"LABEL": "Messaggio",
"PLACEHOLDER": "Please write the message you want to save as a template to use later.",
"ERROR": "Il messaggio è obbligatorio."
},
"SUBMIT": "Invia"
},
"BUTTON_TEXT": "Modifica",
"API": {
"SUCCESS_MESSAGE": "Risposta predefinita aggiornata con successo",
"SUCCESS_MESSAGE": "Canned response is updated successfully.",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
}
},
"DELETE": {
"BUTTON_TEXT": "Elimina",
"API": {
"SUCCESS_MESSAGE": "Risposta predefinita eliminata correttamente",
"SUCCESS_MESSAGE": "Canned response deleted successfully.",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
},
"CONFIRM": {
"TITLE": "Conferma eliminazione",
"MESSAGE": "Sei sicuro di voler eliminare ",
"YES": ", elimina ",
"NO": "No, conserva "
"YES": "Yes, delete ",
"NO": "No, keep "
}
}
}

View File

@@ -51,18 +51,30 @@
"ACTIVE": "Last activity"
}
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
"SORT_ORDER_ITEMS": {
"last_activity_at_asc": {
"TEXT": "Last activity: Oldest first"
},
"sort_on_created_at": {
"TEXT": "Creato il"
"last_activity_at_desc": {
"TEXT": "Last activity: Newest first"
},
"sort_on_priority": {
"TEXT": "Priorità"
"created_at_desc": {
"TEXT": "Created at: Newest first"
},
"sort_on_waiting_since": {
"TEXT": "Pending Response"
"created_at_asc": {
"TEXT": "Created at: Oldest first"
},
"priority_desc": {
"TEXT": "Priority: Highest first"
},
"priority_asc": {
"TEXT": "Priority: Lowest first"
},
"waiting_since_asc": {
"TEXT": "Pending Response: Longest first"
},
"waiting_since_desc": {
"TEXT": "Pending Response: Shortest first"
}
},
"ATTACHMENTS": {

View File

@@ -41,6 +41,9 @@
"SAVE_CONTACT": "Save",
"UPLOADING_ATTACHMENTS": "Caricamento allegati...",
"REPLIED_TO_STORY": "Replied to your story",
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
"SUCCESS_DELETE_MESSAGE": "Messaggio eliminato con successo",
"FAIL_DELETE_MESSSAGE": "Impossibile eliminare il messaggio! Riprova",
"NO_RESPONSE": "Nessuna risposta",
@@ -139,6 +142,7 @@
"PRIVATE_NOTE": "Nota privata",
"SEND": "Invia",
"CREATE": "Aggiungi nota",
"INSERT_READ_MORE": "Read more",
"DISMISS_REPLY": "Dismiss reply",
"REPLYING_TO": "Replying to:",
"TIP_FORMAT_ICON": "Mostra editor di testo ricco",

View File

@@ -92,7 +92,7 @@
},
"NETWORK": {
"NOTIFICATION": {
"TEXT": "Disconnesso da Chatwoot"
"OFFLINE": "Offline"
},
"BUTTON": {
"REFRESH": "Aggiorna"

View File

@@ -3,6 +3,7 @@
"HEADER": {
"FILTER": "Filtra per",
"SORT": "Ordina per",
"LOCALE": "Locale",
"SETTINGS_BUTTON": "Impostazioni",
"NEW_BUTTON": "Nuovo articolo",
"DROPDOWN_OPTIONS": {
@@ -15,6 +16,12 @@
"MINE": "I miei articoli",
"DRAFT": "Articoli in bozza",
"ARCHIVED": "Articoli archiviati"
},
"LOCALE_SELECT": {
"TITLE": "Select locale",
"PLACEHOLDER": "Select locale",
"NO_RESULT": "No locale found",
"SEARCH_PLACEHOLDER": "Search locale"
}
},
"EDIT_HEADER": {
@@ -76,6 +83,9 @@
},
"ARTICLE_SEARCH_RESULT": {
"UNCATEGORIZED": "Uncategorized",
"SEARCH_RESULTS": "Search results for %{query}",
"EMPTY_TEXT": "Search for articles to insert into replies.",
"SEARCH_LOADER": "Searching...",
"INSERT_ARTICLE": "Insert",
"NO_RESULT": "No articles found",
"COPY_LINK": "Copy article link to clipboard",
@@ -220,7 +230,10 @@
"LOGO": {
"LABEL": "Logo",
"UPLOAD_BUTTON": "Carica logo",
"HELP_TEXT": "Questo logo verrà visualizzato nell'intestazione del portale."
"HELP_TEXT": "Questo logo verrà visualizzato nell'intestazione del portale.",
"IMAGE_UPLOAD_SUCCESS": "Logo uploaded successfully",
"IMAGE_UPLOAD_ERROR": "Logo deleted successfully",
"IMAGE_DELETE_ERROR": "Error while deleting logo"
},
"NAME": {
"LABEL": "Nome",
@@ -426,6 +439,21 @@
}
}
},
"ARTICLE_SEARCH": {
"TITLE": "Search articles",
"PLACEHOLDER": "Search articles",
"NO_RESULT": "No articles found",
"SEARCHING": "Searching...",
"SEARCH_BUTTON": "Cerca",
"INSERT_ARTICLE": "Insert link",
"IFRAME_ERROR": "URL is empty or invalid. Unable to display content.",
"OPEN_ARTICLE_SEARCH": "Insert article from Help Center",
"SUCCESS_ARTICLE_INSERTED": "Article inserted successfully",
"PREVIEW_LINK": "Preview article",
"CANCEL": "Chiudi",
"BACK": "Indietro",
"BACK_RESULTS": "Back to results"
},
"UPGRADE_PAGE": {
"TITLE": "Help Center",
"DESCRIPTION": "Create user-friendly self-service portals. Help your users to access the articles and get support 24/7. Upgrade your subscription to enable this feature.",