@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
63 lines (62 loc) • 1.63 kB
JSON
{
"actions": {
"expand": {
"off": "Contraer",
"on": "Expandir"
},
"typobar": {
"off": "Ocultar barra de herramientas de formato",
"on": "Mostrar barra de herramientas de formato"
}
},
"cancel": "Cancelar",
"confirm": "Confirmar",
"file": {
"error": "Error: {{message}}",
"uploading": "Subiendo archivo..."
},
"image": {
"broken": "Imagen dañada"
},
"link": {
"edit": "Editar enlace",
"open": "Abrir enlace",
"placeholder": "Introduce la URL del enlace",
"unlink": "Quitar enlace"
},
"math": {
"placeholder": "Por favor, introduzca la fórmula TeX"
},
"slash": {
"h1": "Título de nivel 1",
"h2": "Título de nivel 2",
"h3": "Título de nivel 3",
"hr": "Línea divisoria",
"table": "Tabla",
"tex": "Fórmula TeX"
},
"table": {
"delete": "Eliminar tabla",
"deleteColumn": "Eliminar columna",
"deleteRow": "Eliminar fila",
"insertColumnLeft": "Insertar {{count}} columna(s) a la izquierda",
"insertColumnRight": "Insertar {{count}} columna(s) a la derecha",
"insertRowAbove": "Insertar {{count}} fila(s) encima",
"insertRowBelow": "Insertar {{count}} fila(s) debajo"
},
"typobar": {
"blockquote": "Cita",
"bold": "Negrita",
"bulletList": "Lista desordenada",
"code": "Código en línea",
"codeblock": "Bloque de código",
"italic": "Cursiva",
"link": "Enlace",
"numberList": "Lista ordenada",
"strikethrough": "Tachado",
"table": "tabla",
"taskList": "Lista de tareas",
"tex": "Fórmula TeX",
"underline": "Subrayado"
}
}