diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-24 00:20:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-24 00:20:00 +0000 |
commit | 608c82b88bb88fbfd1a3e99e8d223b4b699b68e4 (patch) | |
tree | 63ee9d6ab60c8097ad19ec0617c1a77ab07a3716 /lib/l10n | |
parent | b0ad69d235deffdc4061e53daa538d1ce8071842 (diff) | |
download | nextcloud-server-608c82b88bb88fbfd1a3e99e8d223b4b699b68e4.tar.gz nextcloud-server-608c82b88bb88fbfd1a3e99e8d223b4b699b68e4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/es_MX.js | 4 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index e781a9539ea..030618490f0 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -23,6 +23,7 @@ OC.L10N.register( "Enterprise bundle" : "Paquete empresarial", "Groupware bundle" : "Paquete de Groupware", "Hub bundle" : "Paquete Hub", + "Public sector bundle" : "Paquete de sector público", "Social sharing bundle" : "Paquete para compartir en redes sociales", "PHP %s or higher is required." : "Se requiere de PHP %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferiror a la %s es requerido. ", @@ -269,7 +270,9 @@ OC.L10N.register( "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extract topics" : "Extraer temas", "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la aplicación %1$s no se reemplazaron correctamente. Asegúrese que sea una versión compatible con el servidor.", "404" : "404", + "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "El usuario que ha iniciado sesión debe ser un administrador, un subadministrador o tener permisos especiales para acceder a esta configuración", "Logged in user must be an admin or sub admin" : "El usuario conectado debe ser un administrador o un subadministrador", "Logged in user must be an admin" : "El usuario firmado debe ser un administrador", "Full name" : "Nombre completo", @@ -283,6 +286,7 @@ OC.L10N.register( "Sharing %s failed, because this item is already shared with user %s" : "Se presento una falla al compartir %s, porque este elemento ya ha sido compartido con el usuario %s", "The username is already being used" : "Ese usuario ya está en uso", "Could not create user" : "No fue posible crear el usuario", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Sólo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", espacios y \"_.@-'\"", "A valid username must be provided" : "Debes proporcionar un nombre de usuario válido", "Username contains whitespace at the beginning or at the end" : "El usuario contiene un espacio en blanco al inicio o al final", "Username must not consist of dots only" : "El usuario no debe consistir de solo puntos. ", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 0af9308d2fc..b3c33ff1039 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -21,6 +21,7 @@ "Enterprise bundle" : "Paquete empresarial", "Groupware bundle" : "Paquete de Groupware", "Hub bundle" : "Paquete Hub", + "Public sector bundle" : "Paquete de sector público", "Social sharing bundle" : "Paquete para compartir en redes sociales", "PHP %s or higher is required." : "Se requiere de PHP %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferiror a la %s es requerido. ", @@ -267,7 +268,9 @@ "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extract topics" : "Extraer temas", "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la aplicación %1$s no se reemplazaron correctamente. Asegúrese que sea una versión compatible con el servidor.", "404" : "404", + "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "El usuario que ha iniciado sesión debe ser un administrador, un subadministrador o tener permisos especiales para acceder a esta configuración", "Logged in user must be an admin or sub admin" : "El usuario conectado debe ser un administrador o un subadministrador", "Logged in user must be an admin" : "El usuario firmado debe ser un administrador", "Full name" : "Nombre completo", @@ -281,6 +284,7 @@ "Sharing %s failed, because this item is already shared with user %s" : "Se presento una falla al compartir %s, porque este elemento ya ha sido compartido con el usuario %s", "The username is already being used" : "Ese usuario ya está en uso", "Could not create user" : "No fue posible crear el usuario", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Sólo los siguientes caracteres están permitidos en un nombre de usuario: \"a-z\", \"A-Z\", \"0-9\", espacios y \"_.@-'\"", "A valid username must be provided" : "Debes proporcionar un nombre de usuario válido", "Username contains whitespace at the beginning or at the end" : "El usuario contiene un espacio en blanco al inicio o al final", "Username must not consist of dots only" : "El usuario no debe consistir de solo puntos. ", |