aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/es.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-01-15 02:24:46 +0000
committerNextcloud bot <bot@nextcloud.com>2023-01-15 02:24:46 +0000
commit42676981150ca1f11c0a968249934147cc473687 (patch)
treeb9dcf07fbeeeae87fb32454e2a1a936b5bbcd3f5 /lib/l10n/es.js
parent5866418098c95619df2765ea7f52b6a32e1f6f7d (diff)
downloadnextcloud-server-42676981150ca1f11c0a968249934147cc473687.tar.gz
nextcloud-server-42676981150ca1f11c0a968249934147cc473687.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 5425792c473..760dc329a69 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -205,6 +205,7 @@ OC.L10N.register(
"A valid password must be provided" : "Se debe proporcionar una contraseña válida",
"The username is already being used" : "El nombre de usuario ya está en uso",
"Could not create user" : "No se ha podido crear el usuario",
+ "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Solo 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" : "Se debe proporcionar un nombre de usuario válido",
"Username contains whitespace at the beginning or at the end" : "El nombre de usuario contiene espacios en blanco al principio o al final",
"Username must not consist of dots only" : "El nombre de usuario no debe consistir solo de puntos",