diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-08 00:32:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-08 00:32:32 +0000 |
commit | ab7830972edc3beb410b773cfe519ec3f85106eb (patch) | |
tree | 300d0268cf85fb3b6e4d8f9e7dc05244e0d562e4 /apps/settings/l10n/es_419.js | |
parent | 2aa8e9d32a7538b372378ef41882df71865b0d3b (diff) | |
download | nextcloud-server-ab7830972edc3beb410b773cfe519ec3f85106eb.tar.gz nextcloud-server-ab7830972edc3beb410b773cfe519ec3f85106eb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es_419.js')
-rw-r--r-- | apps/settings/l10n/es_419.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/es_419.js b/apps/settings/l10n/es_419.js index 299cb2791b8..2a3f45ae961 100644 --- a/apps/settings/l10n/es_419.js +++ b/apps/settings/l10n/es_419.js @@ -83,6 +83,8 @@ OC.L10N.register( "Delete" : "Borrar", "Unlimited" : "Ilimitado", "Verifying" : "Verificando", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", "None" : "Ninguno", "Two-Factor Authentication" : "Autenticación de dos factores", "Enforce two-factor authentication" : "Forzar autenticación de dos factores", |