diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-21 00:20:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-21 00:20:59 +0000 |
commit | 2547332fe5f704e3a6e79034e7bdbbf541a753dd (patch) | |
tree | a1d0a9febed7f5a5e09072ee80737bc9be463488 /apps/admin_audit/l10n | |
parent | d949fce1d524ee7c050fbb7cdca800b0723350ec (diff) | |
download | nextcloud-server-2547332fe5f704e3a6e79034e7bdbbf541a753dd.tar.gz nextcloud-server-2547332fe5f704e3a6e79034e7bdbbf541a753dd.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 |