chore: Update translations (#12722)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot
2025-10-27 05:24:15 -07:00
committed by GitHub
parent c4ba925ae7
commit f3176afc1c
127 changed files with 18356 additions and 1194 deletions

View File

@@ -1,77 +1,77 @@
{
"AUDIT_LOGS": {
"HEADER": "Audit Logs",
"HEADER_BTN_TXT": "Add Audit Logs",
"LOADING": "Fetching Audit Logs",
"DESCRIPTION": "Audit Logs maintain a record of activities in your account, allowing you to track and audit your account, team, or services.",
"LEARN_MORE": "Learn more about audit logs",
"HEADER_BTN_TXT": "Aggiungi Audit Logs",
"LOADING": "Caricamento Audit Logs",
"DESCRIPTION": "Gli Audit Logs mantengono un registro di tutte le attività del tuo account, consentendoti di monitorare il tuo account, team o servizi.",
"LEARN_MORE": "Scopri di più sugli audit logs",
"SEARCH_404": "Non ci sono elementi che corrispondono a questa richiesta",
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Gli Audit Logs sono registri di eventi e azioni eseguite in un sistema Chatwoot. </p>",
"LIST": {
"404": "There are no Audit Logs available in this account.",
"TITLE": "Manage Audit Logs",
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
"404": "Non ci sono Audit Logs disponibili in questo account.",
"TITLE": "Gestisci Audit Logs",
"DESC": "Gli Audit Logs sono registri di eventi e azioni eseguite in un sistema Chatwoot.",
"TABLE_HEADER": {
"ACTIVITY": "User",
"TIME": "Action",
"ACTIVITY": "Attività",
"TIME": "Orario",
"IP_ADDRESS": "Indirizzo IP"
}
},
"API": {
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
"SUCCESS_MESSAGE": "Audit Logs caricati correttamente",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
},
"DEFAULT_USER": "System",
"AUTOMATION_RULE": {
"ADD": "{agentName} created a new automation rule (#{id})",
"EDIT": "{agentName} updated an automation rule (#{id})",
"DELETE": "{agentName} deleted an automation rule (#{id})"
"ADD": "{agentName} ha creato una nuova regola di automazione (#{id})",
"EDIT": "{agentName} ha aggiornato una regola di automazione (#{id})",
"DELETE": "{agentName} ha eliminato una regola di automazione (#{id})"
},
"ACCOUNT_USER": {
"ADD": "{agentName} invited {invitee} to the account as an {role}",
"ADD": "{agentName} ha invitato {invitee} nell'account come {role}",
"EDIT": {
"SELF": "{agentName} changed their {attributes} to {values}",
"OTHER": "{agentName} changed {attributes} of {user} to {values}",
"DELETED": "{agentName} changed {attributes} of a deleted user to {values}"
"SELF": "{agentName} ha cambiato il suo {attributes} in {values}",
"OTHER": "{agentName} ha cambiato {attributes} di {user} in {values}",
"DELETED": "{agentName} ha cambiato {attributes} di un utente eliminato in {values}"
}
},
"INBOX": {
"ADD": "{agentName} created a new inbox (#{id})",
"EDIT": "{agentName} updated an inbox (#{id})",
"DELETE": "{agentName} deleted an inbox (#{id})"
"ADD": "{agentName} ha creato una nuova inbox (#{id})",
"EDIT": "{agentName} ha aggiornato una inbox (#{id})",
"DELETE": "{agentName} ha eliminato una inbox (#{id})"
},
"WEBHOOK": {
"ADD": "{agentName} created a new webhook (#{id})",
"EDIT": "{agentName} updated a webhook (#{id})",
"DELETE": "{agentName} deleted a webhook (#{id})"
"ADD": "{agentName} ha creato un nuovo webhook (#{id})",
"EDIT": "{agentName} ha aggiornato un webhook (#{id})",
"DELETE": "{agentName} ha eliminato un webhook (#{id})"
},
"USER_ACTION": {
"SIGN_IN": "{agentName} signed in",
"SIGN_OUT": "{agentName} signed out"
"SIGN_IN": "{agentName} ha eseguito l'accesso",
"SIGN_OUT": "{agentName} si è disconnesso"
},
"TEAM": {
"ADD": "{agentName} created a new team (#{id})",
"EDIT": "{agentName} updated a team (#{id})",
"DELETE": "{agentName} deleted a team (#{id})"
"EDIT": "{agentName} ha aggiornato un team (#{id})",
"DELETE": "{agentName} ha eliminato un team (#{id})"
},
"MACRO": {
"ADD": "{agentName} created a new macro (#{id})",
"EDIT": "{agentName} updated a macro (#{id})",
"DELETE": "{agentName} deleted a macro (#{id})"
"ADD": "{agentName} ha creato una nuova macro (#{id})",
"EDIT": "{agentName} ha aggiornato una macro (#{id})",
"DELETE": "{agentName} ha eliminato una macro (#{id})"
},
"INBOX_MEMBER": {
"ADD": "{agentName} added {user} to the inbox(#{inbox_id})",
"REMOVE": "{agentName} removed {user} from the inbox(#{inbox_id})"
"ADD": "{agentName} ha aggiunto {user} alla inbox (#{inbox_id})",
"REMOVE": "{agentName} ha rimosso {user} dalla inbox (#{inbox_id})"
},
"TEAM_MEMBER": {
"ADD": "{agentName} added {user} to the team(#{team_id})",
"REMOVE": "{agentName} removed {user} from the team(#{team_id})"
"ADD": "{agentName} ha aggiunto {user} al team (#{team_id})",
"REMOVE": "{agentName} ha rimosso {user} dal team (#{team_id})"
},
"ACCOUNT": {
"EDIT": "{agentName} updated the account configuration (#{id})"
"EDIT": "{agentName} ha aggiornato la configurazione dell'account (#{id})"
},
"CONVERSATION": {
"DELETE": "{agentName} deleted conversation #{id}"
"DELETE": "{agentName} ha eliminato la conversazione #{id}"
}
}
}