summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-08 02:18:45 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-08 02:18:45 +0000
commitae596362273d9232ee9ef2814a23d738eb68aeb6 (patch)
tree565a336fec25b4ca6a9ae2ef5c64579731e80724 /apps/admin_audit
parent3f78639866b19faba720efb6b420e5967bdbb5f5 (diff)
downloadnextcloud-server-ae596362273d9232ee9ef2814a23d738eb68aeb6.tar.gz
nextcloud-server-ae596362273d9232ee9ef2814a23d738eb68aeb6.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/pt_BR.js7
-rw-r--r--apps/admin_audit/l10n/pt_BR.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/pt_BR.js b/apps/admin_audit/l10n/pt_BR.js
new file mode 100644
index 00000000000..535d25025c7
--- /dev/null
+++ b/apps/admin_audit/l10n/pt_BR.js
@@ -0,0 +1,7 @@
+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."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/admin_audit/l10n/pt_BR.json b/apps/admin_audit/l10n/pt_BR.json
new file mode 100644
index 00000000000..0c6a29620e7
--- /dev/null
+++ b/apps/admin_audit/l10n/pt_BR.json
@@ -0,0 +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 confidenciais."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file