diff options
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 583fc711cf2..cec463cec93 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -312,6 +312,8 @@ OC.L10N.register( "The audio to transcribe" : "El audio a transcribir", "Transcription" : "Transcripción", "The transcribed text" : "El texto transcrito", + "Chat message" : "Mensaje de chat", + "Confirmation" : "Confirmación", "Context write" : "Escribir contexto", "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", @@ -342,7 +344,6 @@ OC.L10N.register( "Chat with the assistant" : "Chatear con el asistente", "System prompt" : "Prompt del sistema", "Define rules and assumptions that the assistant should follow during the conversation." : "Definir las reglas y supuestos que el asistente debe seguir durante la conversación.", - "Chat message" : "Mensaje de chat", "Chat history" : "Historial de la conversación", "The history of chat messages before the current message, starting with a message by the user" : "El historial de mensajes del chat antes del mensaje actual, empezando con un mensaje del usuario", "Response message" : "Mensaje de respuesta", |