chore: Update translations (#7728)

This commit is contained in:
Pranav Raj S
2023-08-15 13:47:38 -07:00
committed by GitHub
parent 37c0f1306c
commit 310c127693
747 changed files with 21494 additions and 5940 deletions

View File

@@ -25,6 +25,13 @@
"EDIT": "%{agentName} a actualizat o regulă de automatizare (#%{id})",
"DELETE": "%{agentName} a șters o regulă de automatizare (#%{id})"
},
"ACCOUNT_USER": {
"ADD": "%{agentName} invited %{invitee} to the account as an %{role}",
"EDIT": {
"SELF": "%{agentName} changed their %{attributes} to %{values}",
"OTHER": "%{agentName} changed %{attributes} of %{user} to %{values}"
}
},
"INBOX": {
"ADD": "%{agentName} a creat un nou inbox (#%{id})",
"EDIT": "%{agentName} a actualizat un inbox (#%{id})",
@@ -48,6 +55,9 @@
"ADD": "%{agentName} created a new macro (#%{id})",
"EDIT": "%{agentName} updated a macro (#%{id})",
"DELETE": "%{agentName} deleted a macro (#%{id})"
},
"ACCOUNT": {
"EDIT": "%{agentName} updated the account configuration (#%{id})"
}
}
}