diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-07 00:30:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-07 00:30:43 +0000 |
commit | 826f26a4cc6a123d141d166cfc3a4e7a9e7cf0dd (patch) | |
tree | faa259d2ce4a16fd26afdb44539a1492d3ec594f /lib | |
parent | 6158d2b9088b643d7ffa4462ea4911f9f9e5e38b (diff) | |
download | nextcloud-server-826f26a4cc6a123d141d166cfc3a4e7a9e7cf0dd.tar.gz nextcloud-server-826f26a4cc6a123d141d166cfc3a4e7a9e7cf0dd.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es.js | 8 | ||||
-rw-r--r-- | lib/l10n/es.json | 8 |
2 files changed, 16 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.", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 1def3530daf..959b90e524b 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -261,6 +261,14 @@ "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.", |