chore: Update translations from Crowdin (#7750)

This commit is contained in:
Pranav Raj S
2023-08-18 12:48:50 -07:00
committed by GitHub
parent 2d31535620
commit 4101a7b566
68 changed files with 222 additions and 173 deletions

View File

@@ -19,53 +19,53 @@
"SUCCESS_MESSAGE": "AuditLogs recuperados com sucesso",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
},
"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} Nova regra de automação criada (#%{id})",
"EDIT": "%{agentName} Atualizada regra de automação (#%{id})",
"DELETE": "%{agentName} excluida regra de automação (#%{id})"
},
"ACCOUNT_USER": {
"ADD": "%{agentName} convidou %{invitee} para sua conta como %{role}",
"EDIT": {
"SELF": "%{agentName} changed their %{attributes} to %{values}",
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
"SELF": "%{agentName} alterado de %{attributes} para %{values}",
"OTHER": "%{agentName} alterado %{attributes} por %{user} para %{values}"
}
},
"INBOX": {
"ADD": "%{agentName} created a new inbox (#%{id})",
"EDIT": "%{agentName} updated an inbox (#%{id})",
"DELETE": "%{agentName} deleted an inbox (#%{id})"
"ADD": "%{agentName} criou uma nova caixa de entrada (#%{id})",
"EDIT": "%{agentName} atualizou uma caixa de entrada (#%{id})",
"DELETE": "%{agentName} excluiu uma caixa de entrada (#%{id})"
},
"WEBHOOK": {
"ADD": "%{agentName} created a new webhook (#%{id})",
"EDIT": "%{agentName} updated a webhook (#%{id})",
"DELETE": "%{agentName} deleted a webhook (#%{id})"
"ADD": "%{agentName} criou um novo webhook (#%{id})",
"EDIT": "%{agentName} atualizou um webhook (#%{id})",
"DELETE": "%{agentName} excluiu um webhook (#%{id})"
},
"USER_ACTION": {
"SIGN_IN": "%{agentName} signed in",
"SIGN_OUT": "%{agentName} signed out"
"SIGN_IN": "%{agentName} se conectou",
"SIGN_OUT": "%{agentName} se desconectou"
},
"TEAM": {
"ADD": "%{agentName} created a new team (#%{id})",
"EDIT": "%{agentName} updated a team (#%{id})",
"DELETE": "%{agentName} deleted a team (#%{id})"
"ADD": "%{agentName} criou uma nova equipe (#%{id})",
"EDIT": "%{agentName} atualizou uma equipe (#%{id})",
"DELETE": "%{agentName} excluiu uma equipe (#%{id})"
},
"MACRO": {
"ADD": "%{agentName} created a new macro (#%{id})",
"EDIT": "%{agentName} updated a macro (#%{id})",
"DELETE": "%{agentName} deleted a macro (#%{id})"
"ADD": "%{agentName} criou um novo macro (#%{id})",
"EDIT": "%{agentName} atualizou uma macro (#%{id})",
"DELETE": "%{agentName} excluiu uma macro (#%{id})"
},
"INBOX_MEMBER": {
"ADD": "%{agentName} added %{user} to the inbox(#%{inbox_id})",
"REMOVE": "%{agentName} removed %{user} from the inbox(#%{inbox_id})"
"ADD": "%{agentName} adicionou %{user} para a caixa de entrada (#%{inbox_id})",
"REMOVE": "%{agentName} removeu %{user} da caixa de 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} adicionou %{user} para a equipe (#%{team_id})",
"REMOVE": "%{agentName} removeu %{user} da equipe (#%{team_id})"
},
"ACCOUNT": {
"EDIT": "%{agentName} updated the account configuration (#%{id})"
"EDIT": "%{agentName} atualizou a configuração de conta (#%{id})"
}
}
}