diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-07 00:20:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-07 00:20:09 +0000 |
commit | fbbc10466b79caea0b9d1f718d4abdd021df241c (patch) | |
tree | f5006565ed3ce19b96a2f91646335aacf91926a7 /apps/admin_audit | |
parent | 3419edd697cbc81b814c60f820355b85b0ee2c05 (diff) | |
download | nextcloud-server-fbbc10466b79caea0b9d1f718d4abdd021df241c.tar.gz nextcloud-server-fbbc10466b79caea0b9d1f718d4abdd021df241c.zip |
Fix(l10n): Update translations 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 | 2 | ||||
-rw-r--r-- | apps/admin_audit/l10n/es_MX.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/es_MX.js b/apps/admin_audit/l10n/es_MX.js index e7b24aed581..02a4e01c33d 100644 --- a/apps/admin_audit/l10n/es_MX.js +++ b/apps/admin_audit/l10n/es_MX.js @@ -2,6 +2,6 @@ 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." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, tales como el registro de accesos a archivos o de acciones delicadas." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/admin_audit/l10n/es_MX.json b/apps/admin_audit/l10n/es_MX.json index abaceb15cb4..2f483b93cf0 100644 --- a/apps/admin_audit/l10n/es_MX.json +++ b/apps/admin_audit/l10n/es_MX.json @@ -1,5 +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." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, tales como el registro de accesos a archivos o de acciones delicadas." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |