Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-07-17 05:44:18 +0300
committerNextcloud bot <bot@nextcloud.com>2021-07-17 05:44:18 +0300
commit43e307f59e603350fc508a911e86843e74e87a50 (patch)
tree774903efcaefa73a8c084dbe47a25c170794e362 /apps/admin_audit
parentde7f53b2df301242f10af396530f5fb055114e38 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/es_MX.js7
-rw-r--r--apps/admin_audit/l10n/es_MX.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/es_MX.js b/apps/admin_audit/l10n/es_MX.js
new file mode 100644
index 00000000000..61766ce7915
--- /dev/null
+++ b/apps/admin_audit/l10n/es_MX.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoría / Registros",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Habilita las opciones de bitácora de Nextcloud tales como registro de acceso a archivos o de acciones delicadas."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/es_MX.json b/apps/admin_audit/l10n/es_MX.json
new file mode 100644
index 00000000000..61f0d5f38cc
--- /dev/null
+++ b/apps/admin_audit/l10n/es_MX.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoría / Registros",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Habilita las opciones de bitácora de Nextcloud tales como registro de acceso a archivos o de acciones delicadas."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file