chore: Update translations from Crowdin (#9835)

This commit is contained in:
Chatwoot Bot
2024-07-26 00:28:22 +05:30
committed by GitHub
parent 239c61095a
commit 027a540bbd
435 changed files with 12737 additions and 2698 deletions

View File

@@ -1,14 +1,14 @@
{
"AUDIT_LOGS": {
"HEADER": "Audit Logs",
"HEADER_BTN_TXT": "Add Audit Logs",
"LOADING": "Fetching Audit Logs",
"HEADER": "Registres d'auditoria",
"HEADER_BTN_TXT": "Afegeix registres d'auditoria",
"LOADING": "S'estan recollint registres d'auditoria",
"SEARCH_404": "No hi ha cap resposta que coincideixi amb aquesta consulta",
"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>Registres d'auditoria</b> </p><p> Els registres d'auditoria són pistes d'esdeveniments i accions en un sistema de 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": "No hi ha registres d'auditoria disponibles en aquest compte.",
"TITLE": "Gestiona els registres d'auditoria",
"DESC": "Els registres d'auditoria són pistes d'esdeveniments i accions en un sistema Chatwoot.",
"TABLE_HEADER": [
"User",
"Temps",
@@ -16,56 +16,56 @@
]
},
"API": {
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
"SUCCESS_MESSAGE": "Els registres d'auditoria s'han recuperat correctament",
"ERROR_MESSAGE": "No s'ha pogut connectar amb el servidor Woot. Torna-ho a provar més endavant"
},
"DEFAULT_USER": "System",
"DEFAULT_USER": "Sistema",
"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 creat una nova regla d'automatització (#%{id})",
"EDIT": "%{agentName} ha actualitzat una regla d'automatització (#%{id})",
"DELETE": "%{agentName} ha suprimit una regla d'automatització (#%{id})"
},
"ACCOUNT_USER": {
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
"ADD": "%{agentName} ha convidat %{invitee} al compte com a %{role}",
"EDIT": {
"SELF": "%{agentName} changed their %{attributes} to %{values}",
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
"SELF": "%{agentName} ha canviat els seus %{attributes} a %{values}",
"OTHER": "%{agentName} ha canviat %{attributes} de %{user} a %{values}"
}
},
"INBOX": {
"ADD": "%{agentName} created a new inbox (#%{id})",
"EDIT": "%{agentName} updated an inbox (#%{id})",
"DELETE": "%{agentName} deleted an inbox (#%{id})"
"ADD": "%{agentName} ha creat una safata d'entrada nova (#%{id})",
"EDIT": "%{agentName} ha actualitzat una safata d'entrada (#%{id})",
"DELETE": "%{agentName} ha suprimit una safata d'entrada (#%{id})"
},
"WEBHOOK": {
"ADD": "%{agentName} created a new webhook (#%{id})",
"EDIT": "%{agentName} updated a webhook (#%{id})",
"DELETE": "%{agentName} deleted a webhook (#%{id})"
"ADD": "%{agentName} ha creat un nou webhook (#%{id})",
"EDIT": "%{agentName} ha actualitzat un webhook (#%{id})",
"DELETE": "%{agentName} ha suprimit un webhook (#%{id})"
},
"USER_ACTION": {
"SIGN_IN": "%{agentName} signed in",
"SIGN_OUT": "%{agentName} signed out"
"SIGN_IN": "%{agentName} ha iniciat la sessió",
"SIGN_OUT": "%{agentName} ha tancat la sessió"
},
"TEAM": {
"ADD": "%{agentName} created a new team (#%{id})",
"EDIT": "%{agentName} updated a team (#%{id})",
"DELETE": "%{agentName} deleted a team (#%{id})"
"ADD": "%{agentName} ha creat un equip nou (#%{id})",
"EDIT": "%{agentName} ha actualitzat un equip (#%{id})",
"DELETE": "%{agentName} ha suprimit un equip (#%{id})"
},
"MACRO": {
"ADD": "%{agentName} created a new macro (#%{id})",
"EDIT": "%{agentName} updated a macro (#%{id})",
"DELETE": "%{agentName} deleted a macro (#%{id})"
"ADD": "%{agentName} ha creat una macro nova (#%{id})",
"EDIT": "%{agentName} ha actualitzat una macro (#%{id})",
"DELETE": "%{agentName} ha suprimit 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 afegit %{user} a la safata d'entrada(#%{inbox_id})",
"REMOVE": "%{agentName} ha eliminat %{user} de la safata d'entrada(#%{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 afegit %{user} a l'equip (#%{team_id})",
"REMOVE": "%{agentName} ha eliminat %{user} de l'equip (#%{team_id})"
},
"ACCOUNT": {
"EDIT": "%{agentName} updated the account configuration (#%{id})"
"EDIT": "%{agentName} ha actualitzat la configuració del compte (#%{id})"
}
}
}