diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:19:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-15 00:19:18 +0000 |
commit | 4e6e5e21170c207fb2c8a7dafd7833b21a849657 (patch) | |
tree | a2cd3717a7de15260bb5ea92237833e19164338c /apps/oauth2 | |
parent | 9b6551d4c8b62d10ad72c59d8cd9e69234cd76f0 (diff) | |
download | nextcloud-server-4e6e5e21170c207fb2c8a7dafd7833b21a849657.tar.gz nextcloud-server-4e6e5e21170c207fb2c8a7dafd7833b21a849657.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", |