diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-01-23 13:39:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-01-23 13:39:30 +0000 |
commit | 4d61fd2e5a6ef61686e3606382e17dd8febb8e79 (patch) | |
tree | 8168db83c641fa6e628a4e7014c06f332514cf61 /lib/l10n/es_EC.js | |
parent | 709fd2fb7a3fbffa8d2c626de1f3c973262794df (diff) | |
download | nextcloud-server-4d61fd2e5a6ef61686e3606382e17dd8febb8e79.tar.gz nextcloud-server-4d61fd2e5a6ef61686e3606382e17dd8febb8e79.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_EC.js')
-rw-r--r-- | lib/l10n/es_EC.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js index 1feb6f9e34f..7a6b1f72cd1 100644 --- a/lib/l10n/es_EC.js +++ b/lib/l10n/es_EC.js @@ -235,41 +235,19 @@ OC.L10N.register( "Target language" : "Lenguaje de destino", "Result" : "Resultado", "Education Edition" : "Edición Educativa", - "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 que ha iniciado sesión debe ser un administrador o un subadministrador.", - "Logged in user must be an admin" : "El usuario firmado debe ser un administrador", "File name is a reserved word" : "Nombre de archivo es una palabra reservada", "File name contains at least one invalid character" : "El nombre del archivo contiene al menos un caracter inválido", "File name is too long" : "El nombre del archivo es demasiado largo", - "Help" : "Ayuda", "Users" : "Usuarios", - "Unknown user" : "Ususario desconocido", - "Enter the database username and name for %s" : "Introduce el nombre de usuario y el nombre de la base de datos para %s", - "Enter the database username for %s" : "Introduce el nombre de usuario de la base de datos para %s", - "MySQL username and/or password not valid" : "Nombre de usuario y/o contraseña de MySQL no válidos", - "Oracle username and/or password not valid" : "Usuario y/o contraseña de Oracle inválidos", - "PostgreSQL username and/or password not valid" : "El Usuario y/o Contraseña de PostgreSQL inválido(s)", - "Set an admin username." : "Establecer un Usuario administrador", "%1$s shared »%2$s« with you and wants to add:" : "%1$s compartió »%2$s« contigo y quiere añadir:", "%1$s shared »%2$s« with you and wants to add" : "%1$s compartió »%2$s« contigo y quiere añadir", "»%s« added a note to a file shared with you" : "»%s« añadió una nota a un archivo compartido contigo", "Open »%s«" : "Abrir »%s«", - "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", "%1$s shared »%2$s« with you" : "%1$s compartió »%2$s« contigo", "%1$s shared »%2$s« with you." : "%1$s compartió »%2$s« contigo.", "Click the button below to open it." : "Haz click en el botón inferior para abrirlo. ", - "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 \"_.@-'\"" : "Solo se permiten los siguientes caracteres 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. ", - "Username is invalid because files already exist for this user" : "El nombre de usuario no es válido porque ya existen archivos para este usuario", - "User disabled" : "Usuario deshabilitado", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ", "Cannot download file" : "No se puede descargar el archivo", - "Your data directory is readable by other users." : "Tu directorio de datos es legible por otros usuarios.", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. " }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |