summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-20 02:27:58 +0000
committerNextcloud bot <bot@nextcloud.com>2021-05-20 02:27:58 +0000
commit5432c958be918bece086ccf32ffd86f68bbda675 (patch)
treec08613454a4a5e6a45893dfea598c538fd8fa07c /apps/admin_audit
parentfa28782084987ed6720acff6e3f673e11843bf56 (diff)
downloadnextcloud-server-5432c958be918bece086ccf32ffd86f68bbda675.tar.gz
nextcloud-server-5432c958be918bece086ccf32ffd86f68bbda675.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/pt_PT.js7
-rw-r--r--apps/admin_audit/l10n/pt_PT.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/pt_PT.js b/apps/admin_audit/l10n/pt_PT.js
new file mode 100644
index 00000000000..c85ea42cf2e
--- /dev/null
+++ b/apps/admin_audit/l10n/pt_PT.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoria / registo",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece a funcionalidade de registo ao Nextcloud como o registo de acesso a ficheiros ou acções sensíveis."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/pt_PT.json b/apps/admin_audit/l10n/pt_PT.json
new file mode 100644
index 00000000000..7851be0cc27
--- /dev/null
+++ b/apps/admin_audit/l10n/pt_PT.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoria / registo",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece a funcionalidade de registo ao Nextcloud como o registo de acesso a ficheiros ou acções sensíveis."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file