diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:53 +0000 |
commit | 0d48e941a56a73382a6c2b404b37729c4b1a7a69 (patch) | |
tree | fe3b4969883b93b26f6aa7a68fd696ba75815ec3 /lib | |
parent | 29a586bad81d2c0f05901dd95e4be08460c0f14e (diff) | |
download | nextcloud-server-0d48e941a56a73382a6c2b404b37729c4b1a7a69.tar.gz nextcloud-server-0d48e941a56a73382a6c2b404b37729c4b1a7a69.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_MX.js | 8 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 9e6f22cadd6..334aa0e20ed 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -296,6 +296,7 @@ OC.L10N.register( "Output images" : "Salida de imágenes", "The generated images" : "Las imágenes generadas", "Free text to text prompt" : "Texto libre a prompt de texto", + "Runs an arbitrary prompt through a language model that returns a reply" : "Ejecuta un prompt arbitrario a través de un modelo de lenguaje que regresa una respuesta", "Describe a task that you want the assistant to do or ask a question" : "Describa una tarea que quiere que haga el asistente o haga una pregunta", "Generated reply" : "Respuesta generada", "The generated text from the assistant" : "El texto generado por el asistente", @@ -339,8 +340,15 @@ OC.L10N.register( "Topics" : "Temas", "The list of extracted topics" : "La lista de temas extraídos", "Translate" : "Traducir", + "Translate text from one language to another" : "Traducir texto de un idioma a otro", + "Origin text" : "Texto de origen", + "The text to translate" : "El texto a traducir", + "Origin language" : "Idioma de origen", + "The language of the origin text" : "El idioma del texto de origen", "Target language" : "Idioma destino", + "The desired language to translate the origin text in" : "El idioma deseado a traducir el texto de origen", "Result" : "Resultado", + "The translated text" : "El texto traducido", "Free prompt" : "Liberar prompt", "Runs an arbitrary prompt through the language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje.", "Generate headline" : "Generar titular", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index d5eacda0a21..13a95f0badf 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -294,6 +294,7 @@ "Output images" : "Salida de imágenes", "The generated images" : "Las imágenes generadas", "Free text to text prompt" : "Texto libre a prompt de texto", + "Runs an arbitrary prompt through a language model that returns a reply" : "Ejecuta un prompt arbitrario a través de un modelo de lenguaje que regresa una respuesta", "Describe a task that you want the assistant to do or ask a question" : "Describa una tarea que quiere que haga el asistente o haga una pregunta", "Generated reply" : "Respuesta generada", "The generated text from the assistant" : "El texto generado por el asistente", @@ -337,8 +338,15 @@ "Topics" : "Temas", "The list of extracted topics" : "La lista de temas extraídos", "Translate" : "Traducir", + "Translate text from one language to another" : "Traducir texto de un idioma a otro", + "Origin text" : "Texto de origen", + "The text to translate" : "El texto a traducir", + "Origin language" : "Idioma de origen", + "The language of the origin text" : "El idioma del texto de origen", "Target language" : "Idioma destino", + "The desired language to translate the origin text in" : "El idioma deseado a traducir el texto de origen", "Result" : "Resultado", + "The translated text" : "El texto traducido", "Free prompt" : "Liberar prompt", "Runs an arbitrary prompt through the language model." : "Ejecuta un prompt arbitrario a través del modelo de lenguaje.", "Generate headline" : "Generar titular", |