diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-21 00:21:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-21 00:21:10 +0000 |
commit | 26ef10a07ff4550f3f94cb216b5eded6c8e36daf (patch) | |
tree | 4e5cb444e854afd2acb1e8920b998d4848a0b148 /apps/admin_audit/l10n | |
parent | 42dee2e29f0153bbb15a0d0fe1350d766ae68f18 (diff) | |
download | nextcloud-server-26ef10a07ff4550f3f94cb216b5eded6c8e36daf.tar.gz nextcloud-server-26ef10a07ff4550f3f94cb216b5eded6c8e36daf.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/pt_BR.js | 2 | ||||
-rw-r--r-- | apps/admin_audit/l10n/pt_BR.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/pt_BR.js b/apps/admin_audit/l10n/pt_BR.js index 5f5782230b1..a706afdc942 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 sensíveis." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece habilidades de registro para o NextCloud, como acessos de arquivo de log ou ações sensíveis." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/admin_audit/l10n/pt_BR.json b/apps/admin_audit/l10n/pt_BR.json index 66d8ef65f16..befc0c2c900 100644 --- a/apps/admin_audit/l10n/pt_BR.json +++ b/apps/admin_audit/l10n/pt_BR.json @@ -1,5 +1,5 @@ { "translations": { "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 sensíveis." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece habilidades de registro para o NextCloud, como acessos de arquivo de log ou ações sensíveis." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |