diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:18:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:18:59 +0000 |
commit | b9cf8fd8bc10b32201fe0bc315bca54a689e6b29 (patch) | |
tree | 64f5663ba3cb2e5c0e0197226cf32353a47992e5 /apps/oauth2 | |
parent | cd32db63f7acba753888c8f5b60a30d1d10035e1 (diff) | |
download | nextcloud-server-b9cf8fd8bc10b32201fe0bc315bca54a689e6b29.tar.gz nextcloud-server-b9cf8fd8bc10b32201fe0bc315bca54a689e6b29.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pt_BR.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index c83d65cfaf4..6a4bbc369a5 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -12,6 +12,7 @@ OC.L10N.register( "Redirection URI" : "Redirecionamento URI", "Client Identifier" : "Identificador do Cliente", "Secret key" : "Chave secreta", + "Delete client" : "Excluir cliente", "Add client" : "Adicionar cliente", "Add" : "Adicionar", "Show client secret" : "Mostra senha do cliente", diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index 732874c3438..c73bd3f9614 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -10,6 +10,7 @@ "Redirection URI" : "Redirecionamento URI", "Client Identifier" : "Identificador do Cliente", "Secret key" : "Chave secreta", + "Delete client" : "Excluir cliente", "Add client" : "Adicionar cliente", "Add" : "Adicionar", "Show client secret" : "Mostra senha do cliente", |