diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-16 00:20:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-16 00:20:11 +0000 |
commit | d6a59be1c04726e57b071012d23e33a1ecc7720a (patch) | |
tree | b2f227f0de07f0265bb72b12efc8320f1b0ab787 /lib/l10n/es.js | |
parent | d46f271b1f3971120386591a3489f74b55f7a7ba (diff) | |
download | nextcloud-server-d6a59be1c04726e57b071012d23e33a1ecc7720a.tar.gz nextcloud-server-d6a59be1c04726e57b071012d23e33a1ecc7720a.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 0d5bae0bc1c..1e361819686 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -249,7 +249,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration." : "Comprueba el valor de «datadirectory» en tu configuración.", "Your data directory is invalid." : "Tu carpeta de datos es inválida.", "Action \"%s\" not supported or implemented." : "La acción \"%s\" no está soportada o implementada.", - "Authentication failed, wrong token or provider ID given" : "La autentificación ha fallado. Se ha dado un token o una ID de proveedor erróneos.", + "Authentication failed, wrong token or provider ID given" : "La autentificación ha fallado. Se ha proporcionado un token o una ID de proveedor erróneos.", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Faltan parámetros para completar la petición. Parámetros que faltan: \"%s\"", "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "La ID «%1$s» ya está siendo usada por el proveedor de federación en la nube «%2$s»", "Cloud Federation Provider with ID: \"%s\" does not exist." : "El proveedor de nube federada con ID \"%s\" no existe.", @@ -264,6 +264,7 @@ OC.L10N.register( "Writes text in a given style based on the provided source material." : "Escribe el texto en un estilo dado basándose en el material fuente proporcionado.", "Writing style" : "Estilo de escritura", "Source material" : "Material fuente", + "The generated text with content from the source material in the given style" : "El texto generado con el contenido del material fuente en el estilo dado", "Generate image" : "Generar imagen", "Prompt" : "Prompt", "Generates a possible headline for a text." : "Genera un posible titular para un texto.", |