diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-17 02:44:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-17 02:44:18 +0000 |
commit | 43e307f59e603350fc508a911e86843e74e87a50 (patch) | |
tree | 774903efcaefa73a8c084dbe47a25c170794e362 /apps/admin_audit | |
parent | de7f53b2df301242f10af396530f5fb055114e38 (diff) | |
download | nextcloud-server-43e307f59e603350fc508a911e86843e74e87a50.tar.gz nextcloud-server-43e307f59e603350fc508a911e86843e74e87a50.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 |