diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-20 00:19:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-20 00:19:18 +0000 |
commit | 66b2fd95d133611edec66a3f37d0555f482cf7ea (patch) | |
tree | 8083d02fe4368728eda96c68389c2c0f13cfe234 /apps/oauth2/l10n | |
parent | 5077d0a10b9654420b098449a6b922798d469aee (diff) | |
download | nextcloud-server-66b2fd95d133611edec66a3f37d0555f482cf7ea.tar.gz nextcloud-server-66b2fd95d133611edec66a3f37d0555f482cf7ea.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-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 d5187a52a6d..a4182414018 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Adicionar", "Delete" : "Excluir", "Show client secret" : "Mostra senha do cliente", + "Hide client secret" : "Ocultar segredo do cliente", "Secret" : "Secreto" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index ed79bb1bde8..f0c9ebcf514 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -15,6 +15,7 @@ "Add" : "Adicionar", "Delete" : "Excluir", "Show client secret" : "Mostra senha do cliente", + "Hide client secret" : "Ocultar segredo do cliente", "Secret" : "Secreto" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |