diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
commit | 65e9409e729f92a2b55d17642b9437d0d0223857 (patch) | |
tree | 80b6c310774cb93a715c8d54690b1ba3ca0b430b /lib/l10n/es.js | |
parent | c2f3010ee7b828459b279879285f1bdc2c7e3c62 (diff) | |
download | nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.tar.gz nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 1e078b3b6ac..1550c9455b0 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -152,7 +152,6 @@ OC.L10N.register( "%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 requested share does not exist anymore" : "El recurso compartido solicitado ya no existe", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "El límite de usuarios fue alcanzado y el usuario no fue creado. Compruebe sus notificaciones para aprender más.", "Could not find category \"%s\"" : "No puede encontrar la categoría \"%s\"", "Sunday" : "Domingo", "Monday" : "Lunes", @@ -286,6 +285,7 @@ OC.L10N.register( "Your data directory is readable by other users" : "Tu directorio de datos puede ser leído por otros usuarios", "Your data directory must be an absolute path" : "Su directorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Compruebe el valor de \"datadirectory\" en su configuración.", - "Your data directory is invalid" : "Tu directorio de datos es inválido" + "Your data directory is invalid" : "Tu directorio de datos es inválido", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "El límite de usuarios fue alcanzado y el usuario no fue creado. Compruebe sus notificaciones para aprender más." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |