Skip to content

Commit 8b1dc03

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent a92869c commit 8b1dc03

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

l10n/es.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ OC.L10N.register(
116116
"This includes the user instructions and the LLM's messages" : "Esto incluye las instrucciones del usuario y los mensajes del LLM.",
117117
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "Número de mensajes a considerar para completar conversaciones (excluyendo las instrucciones del usuario, que siempre se toman en cuenta)",
118118
"The task ran successfully but the result is identical to the input." : "La tarea se ejecutó exitosamente pero resultado es idéntico a la entrada.",
119-
"This output was generated by AI. Make sure to double-check and adjust." : "Esta salida fue generada mediante IA. Asegúrese de hacer un doble chequeo y ajustar.",
119+
"This output was generated by AI. Make sure to double-check and adjust." : "Esta salida fue generada mediante IA. Asegúrese de revisar de nuevo y ajustar.",
120120
"Hide advanced options" : "Ocultar opciones avanzadas",
121121
"Show advanced options" : "Mostrar opciones avanzadas",
122122
"Try again" : "Vuelva a intentarlo",
@@ -169,6 +169,7 @@ OC.L10N.register(
169169
"Try sending a message to spark a conversation." : "Intente enviar un mensaje para iniciar una conversación.",
170170
"Load older messages" : "Cargar mensajes antiguos",
171171
"Retry response generation" : "Reintentar la generación de respuesta",
172+
"Output shown here is generated by AI. Make sure to always double-check." : "Esta salida fue generada mediante IA. Asegúrese de revisar de nuevo.",
172173
"Conversation deletion" : "Borrado de conversaciones",
173174
"Error loading messages" : "Error cargando mensajes",
174175
"Loading messages…" : "Cargando mensajes…",

l10n/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"This includes the user instructions and the LLM's messages" : "Esto incluye las instrucciones del usuario y los mensajes del LLM.",
115115
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "Número de mensajes a considerar para completar conversaciones (excluyendo las instrucciones del usuario, que siempre se toman en cuenta)",
116116
"The task ran successfully but the result is identical to the input." : "La tarea se ejecutó exitosamente pero resultado es idéntico a la entrada.",
117-
"This output was generated by AI. Make sure to double-check and adjust." : "Esta salida fue generada mediante IA. Asegúrese de hacer un doble chequeo y ajustar.",
117+
"This output was generated by AI. Make sure to double-check and adjust." : "Esta salida fue generada mediante IA. Asegúrese de revisar de nuevo y ajustar.",
118118
"Hide advanced options" : "Ocultar opciones avanzadas",
119119
"Show advanced options" : "Mostrar opciones avanzadas",
120120
"Try again" : "Vuelva a intentarlo",
@@ -167,6 +167,7 @@
167167
"Try sending a message to spark a conversation." : "Intente enviar un mensaje para iniciar una conversación.",
168168
"Load older messages" : "Cargar mensajes antiguos",
169169
"Retry response generation" : "Reintentar la generación de respuesta",
170+
"Output shown here is generated by AI. Make sure to always double-check." : "Esta salida fue generada mediante IA. Asegúrese de revisar de nuevo.",
170171
"Conversation deletion" : "Borrado de conversaciones",
171172
"Error loading messages" : "Error cargando mensajes",
172173
"Loading messages…" : "Cargando mensajes…",

l10n/pt_BR.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ OC.L10N.register(
5050
"Transcription of {sourceFile} has failed" : "Transcrição de {sourceFile} falhou",
5151
"The text-to-speech process for {sourceFile} has failed" : "O processo texto-para-fala para {sourceFile} falhou",
5252
"The processing of {sourceFile} has failed" : "Falha ao processar {sourceFile}",
53-
"New image file has been generated" : "Nova arquivo de imagem foi gerada",
54-
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} foi gerada em {targetDirectory}",
53+
"New image file has been generated" : "Novo arquivo de imagem foi gerado",
54+
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} foi gerado em {targetDirectory}",
5555
"Image file generation has failed" : "Geração do arquivo de imagem falhou",
5656
"Generation of a new image file in {targetDirectory} has failed" : "A geração de um novo arquivo de imagem em {targetDirectory} falhou",
5757
"AI sticker generation" : "Geração de stickers por IA",

l10n/pt_BR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"Transcription of {sourceFile} has failed" : "Transcrição de {sourceFile} falhou",
4949
"The text-to-speech process for {sourceFile} has failed" : "O processo texto-para-fala para {sourceFile} falhou",
5050
"The processing of {sourceFile} has failed" : "Falha ao processar {sourceFile}",
51-
"New image file has been generated" : "Nova arquivo de imagem foi gerada",
52-
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} foi gerada em {targetDirectory}",
51+
"New image file has been generated" : "Novo arquivo de imagem foi gerado",
52+
"{targetFile} has been generated in {targetDirectory}" : "{targetFile} foi gerado em {targetDirectory}",
5353
"Image file generation has failed" : "Geração do arquivo de imagem falhou",
5454
"Generation of a new image file in {targetDirectory} has failed" : "A geração de um novo arquivo de imagem em {targetDirectory} falhou",
5555
"AI sticker generation" : "Geração de stickers por IA",

0 commit comments

Comments
 (0)