mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Merge pull request #17418 from rgaricano/date_format_i18n
UPD: i18n es-ES Translation - dev_v0.6.29
This commit is contained in:
commit
a35469c669
1 changed files with 11 additions and 9 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"{{COUNT}} Replies": "{{COUNT}} Respuestas",
|
||||
"{{COUNT}} Sources": "{{COUNT}} Fuentes",
|
||||
"{{COUNT}} words": "{{COUNT}} palabras",
|
||||
"{{LOCALIZED_DATE}} at {{LOCALIZED_TIME}}": "",
|
||||
"{{LOCALIZED_DATE}} at {{LOCALIZED_TIME}}": "{{LOCALIZED_DATE}} a las {{LOCALIZED_TIME}}",
|
||||
"{{model}} download has been canceled": "La descarga de {{model}} ha sido cancelada",
|
||||
"{{user}}'s Chats": "Chats de {{user}}",
|
||||
"{{webUIName}} Backend Required": "{{webUIName}} Servidor Requerido",
|
||||
|
|
@ -147,8 +147,8 @@
|
|||
"Ask a question": "Haz una pregunta",
|
||||
"Assistant": "Asistente",
|
||||
"Attach file from knowledge": "Adjuntar archivo desde conocimiento",
|
||||
"Attach Knowledge": "",
|
||||
"Attach Notes": "",
|
||||
"Attach Knowledge": "Adjuntar Conocimiento",
|
||||
"Attach Notes": "Adjuntar Notas",
|
||||
"Attention to detail": "Atención al detalle",
|
||||
"Attribute for Mail": "Atributo para Correo",
|
||||
"Attribute for Username": "Atributo para Nombre de Usuario",
|
||||
|
|
@ -367,7 +367,9 @@
|
|||
"Default (Open AI)": "Predeterminado (Open AI)",
|
||||
"Default (SentenceTransformers)": "Predeterminado (SentenceTransformers)",
|
||||
"Default action buttons will be used.": "Se usara la acción predeterminada para el botón",
|
||||
"Default description enabled": "Descripción por defecto activada",
|
||||
"Default description enabled": "Descripción predeterminada activada",
|
||||
"Default Features": "Características Predeterminadas",
|
||||
"Default Filters": "Filtros Predeterminados",
|
||||
"Default mode works with a wider range of models by calling tools once before execution. Native mode leverages the model's built-in tool-calling capabilities, but requires the model to inherently support this feature.": "El modo predeterminado trabaja con un amplio rango de modelos, llamando a las herramientas una vez antes de la ejecución. El modo nativo aprovecha las capacidades de llamada de herramientas integradas del modelo, pero requiere que el modelo admita inherentemente esta función.",
|
||||
"Default Model": "Modelo Predeterminado",
|
||||
"Default model updated": "El modelo Predeterminado ha sido actualizado",
|
||||
|
|
@ -854,7 +856,7 @@
|
|||
"Install from Github URL": "Instalar desde la URL de Github",
|
||||
"Instant Auto-Send After Voice Transcription": "AutoEnvio Instantaneo tras la Transcripción de Voz",
|
||||
"Integration": "Integración",
|
||||
"Integrations": "",
|
||||
"Integrations": "Integraciones",
|
||||
"Interface": "Interfaz",
|
||||
"Invalid file content": "Contenido de archivo inválido",
|
||||
"Invalid file format.": "Formato de archivo inválido.",
|
||||
|
|
@ -913,7 +915,7 @@
|
|||
"Leave empty to include all models or select specific models": "Dejar vacío para incluir todos los modelos o Seleccionar modelos específicos",
|
||||
"Leave empty to use the default prompt, or enter a custom prompt": "Dejar vacío para usar el indicador predeterminado, o Ingresar un indicador personalizado",
|
||||
"Leave model field empty to use the default model.": "Dejar vacío el campo modelo para usar el modelo predeterminado.",
|
||||
"Legacy": "",
|
||||
"Legacy": "Heredado",
|
||||
"lexical": "léxica",
|
||||
"License": "Licencia",
|
||||
"Lift List": "Desplegar Lista",
|
||||
|
|
@ -1226,7 +1228,7 @@
|
|||
"Rename": "Renombrar",
|
||||
"Reorder Models": "Reordenar Modelos",
|
||||
"Reply in Thread": "Responder en Hilo",
|
||||
"required": "",
|
||||
"required": "requerido",
|
||||
"Reranking Engine": "Motor de Reclasificación",
|
||||
"Reranking Model": "Modelo de Reclasificación",
|
||||
"Reset": "Reiniciar",
|
||||
|
|
@ -1519,7 +1521,7 @@
|
|||
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para seleccionar herramientas aquí, primero añadelas a \"Herramientas\" en el área de trabajo.",
|
||||
"Toast notifications for new updates": "Notificaciones emergentes para nuevas actualizaciones",
|
||||
"Today": "Hoy",
|
||||
"Today at {{LOCALIZED_TIME}}": "",
|
||||
"Today at {{LOCALIZED_TIME}}": "Hoy a las {{LOCALIZED_TIME}}",
|
||||
"Toggle search": "Alternar busqueda",
|
||||
"Toggle settings": "Alternar Ajustes",
|
||||
"Toggle sidebar": "Alternar Barra Lateral",
|
||||
|
|
@ -1660,7 +1662,7 @@
|
|||
"Yacy Password": "Contraseña de Yacy",
|
||||
"Yacy Username": "Usuario de Yacy",
|
||||
"Yesterday": "Ayer",
|
||||
"Yesterday at {{LOCALIZED_TIME}}": "",
|
||||
"Yesterday at {{LOCALIZED_TIME}}": "Ayer a las {{LOCALIZED_TIME}}",
|
||||
"You": "Tu",
|
||||
"You are currently using a trial license. Please contact support to upgrade your license.": "Actualmente estás utilizando una licencia de prueba. Por favor, para actualizar su licencia contacta con soporte.",
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Solo puedes chatear con un máximo de {{maxCount}} archivo(s) a la vez.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue