diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-05 00:40:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-05 00:40:48 +0000 |
commit | 6f7b871c0d76482b370c58f57209edc3f6326582 (patch) | |
tree | 2f16ec9d1e0a958c243e191e4ced348ef6067ea9 /apps/admin_audit/l10n/pt_BR.js | |
parent | e24b95837f81cf4c43321aa1d829c2eb3e0d27a9 (diff) | |
download | nextcloud-server-6f7b871c0d76482b370c58f57209edc3f6326582.tar.gz nextcloud-server-6f7b871c0d76482b370c58f57209edc3f6326582.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n/pt_BR.js')
-rw-r--r-- | apps/admin_audit/l10n/pt_BR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_audit/l10n/pt_BR.js b/apps/admin_audit/l10n/pt_BR.js index 69722368c89..5f5782230b1 100644 --- a/apps/admin_audit/l10n/pt_BR.js +++ b/apps/admin_audit/l10n/pt_BR.js @@ -2,6 +2,6 @@ OC.L10N.register( "admin_audit", { "Auditing / Logging" : "Auditoria / Registro", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de registro para Nextcloud, como registros de acesso a arquivos ou outras ações confidenciais." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de registro para Nextcloud, como registros de acesso a arquivos ou outras ações sensíveis." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |