diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-17 02:44:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-17 02:44:29 +0000 |
commit | 9970740f6b22ce8a4dd7f3c7ee7eeba5dcc257be (patch) | |
tree | 3ddc75e488ef86d1ded07fb7c3980deae5a5ad61 /apps/admin_audit | |
parent | be1444576d581665a5b5fc05540e0bd86470e938 (diff) | |
download | nextcloud-server-9970740f6b22ce8a4dd7f3c7ee7eeba5dcc257be.tar.gz nextcloud-server-9970740f6b22ce8a4dd7f3c7ee7eeba5dcc257be.zip |
[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.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/es_MX.json | 5 |
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 |