chore: Update translations (#8016)

This commit is contained in:
Chatwoot Bot
2023-09-29 15:46:29 +05:30
committed by GitHub
parent 5ee980465f
commit 8ce7539c5e
52 changed files with 5072 additions and 91 deletions

View File

@@ -57,15 +57,15 @@
"DELETE": "%{agentName} a supprimé une macro (#%{id})"
},
"INBOX_MEMBER": {
"ADD": "%{agentName} added %{user} to the inbox(#%{inbox_id})",
"REMOVE": "%{agentName} removed %{user} from the inbox(#%{inbox_id})"
"ADD": "%{agentName} a ajouté %{user} à la boîte de réception (#%{inbox_id})",
"REMOVE": "%{agentName} a retiré %{user} de la boîte de réception (#%{inbox_id})"
},
"TEAM_MEMBER": {
"ADD": "%{agentName} added %{user} to the team(#%{team_id})",
"REMOVE": "%{agentName} removed %{user} from the team(#%{team_id})"
"ADD": "%{agentName} a ajouté %{user} à la boîte de réception (#%{team_id})",
"REMOVE": "%{agentName} a retiré %{user} de la boîte de réception (#%{team_id})"
},
"ACCOUNT": {
"EDIT": "%{agentName} updated the account configuration (#%{id})"
"EDIT": "%{agentName} a mis à jour la configuration du compte (#%{id})"
}
}
}