diff options
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 08d752960a3..c85cfbf70c9 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -263,6 +263,14 @@ OC.L10N.register( "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", + "Free prompt" : "Prompt libre", + "Runs an arbitrary prompt through the built-in language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje integrado.", + "Generate headline" : "Generar titular", + "Generates a possible headline for a text." : "Genera un posible titular para un texto.", + "Summarize" : "Resumir", + "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", + "Extract topics" : "Extraer tópicos", + "Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la app %1$s no se han reemplazado correctamente. Asegúrate de que es una versión compatible con el servidor.", "Full name" : "Nombre completo", "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.", |