summaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-30 02:19:09 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-30 02:19:09 +0000
commit11fca45e4c9ed5bc53436b6232a656a51f4984fa (patch)
tree61ec36d00f41c6b6f90cc61a4317369c0930ef75 /apps/admin_audit
parentb0bfb825c418eafeb264fd3f47aa98770261d480 (diff)
downloadnextcloud-server-11fca45e4c9ed5bc53436b6232a656a51f4984fa.tar.gz
nextcloud-server-11fca45e4c9ed5bc53436b6232a656a51f4984fa.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/es_CO.js7
-rw-r--r--apps/admin_audit/l10n/es_CO.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/es_CO.js b/apps/admin_audit/l10n/es_CO.js
new file mode 100644
index 00000000000..e9232163cb6
--- /dev/null
+++ b/apps/admin_audit/l10n/es_CO.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoría / Registro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el acceso a archivos de registro o acciones sensibles."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/es_CO.json b/apps/admin_audit/l10n/es_CO.json
new file mode 100644
index 00000000000..1af0b9da6bb
--- /dev/null
+++ b/apps/admin_audit/l10n/es_CO.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoría / Registro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el acceso a archivos de registro o acciones sensibles."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file