diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-10 02:21:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-10 02:21:01 +0000 |
commit | 7f51c79e265d767289d953dfa14a9094d4c1ef6f (patch) | |
tree | 01158d3d5838efdc226c740648bed0093db9795b /lib/l10n/es_CR.js | |
parent | dffb7f26e363443d2fafa5b73553e60c72abd9a2 (diff) | |
download | nextcloud-server-7f51c79e265d767289d953dfa14a9094d4c1ef6f.tar.gz nextcloud-server-7f51c79e265d767289d953dfa14a9094d4c1ef6f.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_CR.js')
-rw-r--r-- | lib/l10n/es_CR.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index 051c2e62445..45367e71016 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -134,13 +134,13 @@ OC.L10N.register( "Oct." : "Oct.", "Nov." : "Nov.", "Dec." : "Dic.", + "A valid password must be provided" : "Se debe proporcionar una contraseña válida", + "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\", and \"_.@-'\"" : "Sólo se permiten los siguientes caracteres en el usuario: \"a-z\", \"A-Z\", \"0-9\" 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. ", - "A valid password must be provided" : "Se debe proporcionar una contraseña válida", - "The username is already being used" : "Ese usuario ya está en uso", - "Could not create user" : "No fue posible crear el usuario", "User disabled" : "Usuario deshabilitado", "Login canceled by app" : "Inicio de sesión cancelado por la aplicación", "a safe home for all your data" : "un lugar seguro para todos tus datos", |