aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-22 00:20:58 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-22 00:20:58 +0000
commitaff3e65806082e85765630dcdf292d54a7b40277 (patch)
treea00525fca463d2471df5570707a728afc096d3db /apps/user_ldap
parent864e4e7ea20159db989df07d6f0415e7902611be (diff)
downloadnextcloud-server-aff3e65806082e85765630dcdf292d54a7b40277.tar.gz
nextcloud-server-aff3e65806082e85765630dcdf292d54a7b40277.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/es_MX.js8
-rw-r--r--apps/user_ldap/l10n/es_MX.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js
index 9d954ab9a35..01c4da35dc6 100644
--- a/apps/user_ldap/l10n/es_MX.js
+++ b/apps/user_ldap/l10n/es_MX.js
@@ -50,7 +50,10 @@ OC.L10N.register(
"Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Considera refinar la búsqueda, ya que abarca demasiados usuarios y solo el primero de ellos podrá iniciar sesión. ",
"An unspecified error occurred. Please check log and settings." : "Se presentó un error inesperado. Por fvor verifica la bitácora y las configuraciones.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "El filtro de la búsqueda es inválido, posiblemente debido a temas de sintaxis como un número diferente de corchetes abiertos y cerrados. Por favor verifícalo. ",
+ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Ocurrió un error de conexión a LDAP/AD. Por favor, verifique el huésped, puerto y credenciales.",
+ "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Falta el marcador de posición \"%uid\". Se reemplazará con el nombre de inicio de sesión al consultar LDAP/AD.",
"Please provide a login name to test against" : "Favor de proporcionar un nombre de usuario contra el cual probar",
+ "The group box was disabled, because the LDAP/AD server does not support memberOf." : "El cuadro de grupo está deshabilitado porque el servidor LDAP/AD no admite \"memberOf\".",
"Password change rejected. Hint: " : "Cambio de contraseña rechazado. Pista: ",
"Please login with the new password" : "Por favor inicia sesion con la nueva contraseña",
"LDAP User backend" : "Backend de usuario LDAP",
@@ -59,6 +62,11 @@ OC.L10N.register(
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["La contraseña expirará dentro de %n día. ","La contraseña expirará dentro de %n días. ","La contraseña expirará dentro de %n días. "],
"LDAP/AD integration" : "Integración LDAP/AD",
"LDAP Connection" : "Conexión LDAP",
+ "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["El enlace falló para las siguiente configuración de LDAP: %s","El enlace falló para las siguientes configuraciones de LDAP: %s","El enlace falló para las siguientes configuraciones de LDAP: %s"],
+ "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["La búsqueda falló para las siguiente configuración de LDAP: %s","La búsqueda falló para las siguientes configuraciones de LDAP: %s","La búsqueda falló para las siguientes configuraciones de LDAP: %s"],
+ "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Hay una configuración de LDAP inactiva: %s","Hay configuraciones de LDAP inactivas: %s","Hay configuraciones de LDAP inactivas: %s"],
+ "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["El enlace y búsqueda funcionan para las conexión de LDAP configurada (%s)","El enlace y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)","El enlace y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)"],
+ "Invalid LDAP UUIDs" : "UUIDs de LDAP inválidas",
"None found" : "Ninguno encontrado",
"_%n group found_::_%n groups found_" : ["%n grupo encontrado","%n grupos encontrados","%n grupos encontrados"],
"> 1000 groups found" : "> 1000 grupos encontrados",
diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json
index 79445c2561a..2c062dca9fb 100644
--- a/apps/user_ldap/l10n/es_MX.json
+++ b/apps/user_ldap/l10n/es_MX.json
@@ -48,7 +48,10 @@
"Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Considera refinar la búsqueda, ya que abarca demasiados usuarios y solo el primero de ellos podrá iniciar sesión. ",
"An unspecified error occurred. Please check log and settings." : "Se presentó un error inesperado. Por fvor verifica la bitácora y las configuraciones.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "El filtro de la búsqueda es inválido, posiblemente debido a temas de sintaxis como un número diferente de corchetes abiertos y cerrados. Por favor verifícalo. ",
+ "A connection error to LDAP/AD occurred. Please check host, port and credentials." : "Ocurrió un error de conexión a LDAP/AD. Por favor, verifique el huésped, puerto y credenciales.",
+ "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Falta el marcador de posición \"%uid\". Se reemplazará con el nombre de inicio de sesión al consultar LDAP/AD.",
"Please provide a login name to test against" : "Favor de proporcionar un nombre de usuario contra el cual probar",
+ "The group box was disabled, because the LDAP/AD server does not support memberOf." : "El cuadro de grupo está deshabilitado porque el servidor LDAP/AD no admite \"memberOf\".",
"Password change rejected. Hint: " : "Cambio de contraseña rechazado. Pista: ",
"Please login with the new password" : "Por favor inicia sesion con la nueva contraseña",
"LDAP User backend" : "Backend de usuario LDAP",
@@ -57,6 +60,11 @@
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["La contraseña expirará dentro de %n día. ","La contraseña expirará dentro de %n días. ","La contraseña expirará dentro de %n días. "],
"LDAP/AD integration" : "Integración LDAP/AD",
"LDAP Connection" : "Conexión LDAP",
+ "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["El enlace falló para las siguiente configuración de LDAP: %s","El enlace falló para las siguientes configuraciones de LDAP: %s","El enlace falló para las siguientes configuraciones de LDAP: %s"],
+ "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["La búsqueda falló para las siguiente configuración de LDAP: %s","La búsqueda falló para las siguientes configuraciones de LDAP: %s","La búsqueda falló para las siguientes configuraciones de LDAP: %s"],
+ "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Hay una configuración de LDAP inactiva: %s","Hay configuraciones de LDAP inactivas: %s","Hay configuraciones de LDAP inactivas: %s"],
+ "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["El enlace y búsqueda funcionan para las conexión de LDAP configurada (%s)","El enlace y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)","El enlace y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)"],
+ "Invalid LDAP UUIDs" : "UUIDs de LDAP inválidas",
"None found" : "Ninguno encontrado",
"_%n group found_::_%n groups found_" : ["%n grupo encontrado","%n grupos encontrados","%n grupos encontrados"],
"> 1000 groups found" : "> 1000 grupos encontrados",