diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-24 00:21:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-24 00:21:26 +0000 |
commit | d65ce2328c2bf142f9a9c7c35616a22f5e7b3ec4 (patch) | |
tree | 558689dabb4daee776eca73d40857bc3d6ebc39f /lib/l10n/es.js | |
parent | 4b3b09f3c44a6c68e752b102e018c6fa1e990c51 (diff) | |
download | nextcloud-server-d65ce2328c2bf142f9a9c7c35616a22f5e7b3ec4.tar.gz nextcloud-server-d65ce2328c2bf142f9a9c7c35616a22f5e7b3ec4.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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 87621758508..8c1ef8232ad 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -148,7 +148,6 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" : "El motor compartido %s no se ha encontrado", "Sharing backend for %s not found" : "Motor compartido para %s no encontrado", - "Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.", "%1$s via %2$s" : "%1$s vía %2$s", "Passwords are enforced for link and mail shares" : "Las contraseñas son obligatorias para los enlaces y correos compartidos.", "Share recipient is not a valid user" : "El recipiente del recurso compartido no es un usuario válido", @@ -411,6 +410,7 @@ OC.L10N.register( "Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s", "%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo", "%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.", + "Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.", "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 \"_.@-'\"", |