mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(fix:locales) missing translations
This commit is contained in:
@@ -217,10 +217,21 @@
|
||||
"lastPage": "Last page"
|
||||
},
|
||||
"conversation": {
|
||||
"copy": "Copy",
|
||||
"copied": "Copied",
|
||||
"speak": "Speak",
|
||||
"answer": "Answer",
|
||||
"edit": {
|
||||
"update": "Update",
|
||||
"cancel": "Cancel",
|
||||
"placeholder": "Enter updated query..."
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"title": "Sources",
|
||||
"text": "Source text",
|
||||
"link": "Source link",
|
||||
"view_more": "View {{count}} more sources"
|
||||
},
|
||||
"retry": "Retry"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,6 +185,16 @@
|
||||
"apiKeyPlaceholder": "Ingrese la Clave API / OAuth",
|
||||
"addButton": "Agregar Herramienta",
|
||||
"closeButton": "Cerrar"
|
||||
},
|
||||
"prompts": {
|
||||
"addPrompt": "Agregar Prompt",
|
||||
"addDescription": "Agrega tu prompt personalizado y guárdalo en DocsGPT",
|
||||
"editPrompt": "Editar Prompt",
|
||||
"editDescription": "Edita tu prompt personalizado y guárdalo en DocsGPT",
|
||||
"promptName": "Nombre del Prompt",
|
||||
"promptText": "Texto del Prompt",
|
||||
"save": "Guardar",
|
||||
"nameExists": "El nombre ya existe"
|
||||
}
|
||||
},
|
||||
"sharedConv": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"chats": "Чаты",
|
||||
"newChat": "Новый чат",
|
||||
"myPlan": "Мой план",
|
||||
"about": "О",
|
||||
"about": "О нас",
|
||||
"inputPlaceholder": "Введите свое сообщение здесь...",
|
||||
"tagline": "DocsGPT использует GenAI, пожалуйста, проверьте важную информацию, используя источники.",
|
||||
"sourceDocs": "Источник",
|
||||
@@ -138,7 +138,8 @@
|
||||
"secret": "Секрет клиента",
|
||||
"agent": "Пользовательский агент",
|
||||
"searchQueries": "Поисковые запросы",
|
||||
"numberOfPosts": "Количество сообщений"
|
||||
"numberOfPosts": "Количество сообщений",
|
||||
"addQuery": "Добавить запрос"
|
||||
},
|
||||
"drag": {
|
||||
"title": "Загрузить исходный файл",
|
||||
|
||||
@@ -215,5 +215,23 @@
|
||||
"previousPage": "上一頁",
|
||||
"nextPage": "下一頁",
|
||||
"lastPage": "最後一頁"
|
||||
},
|
||||
"conversation": {
|
||||
"copy": "複製",
|
||||
"copied": "已複製",
|
||||
"speak": "朗讀",
|
||||
"answer": "回答",
|
||||
"edit": {
|
||||
"update": "更新",
|
||||
"cancel": "取消",
|
||||
"placeholder": "輸入更新的查詢..."
|
||||
},
|
||||
"sources": {
|
||||
"title": "來源",
|
||||
"text": "來源文字",
|
||||
"link": "來源連結",
|
||||
"view_more": "查看更多 {{count}} 個來源"
|
||||
},
|
||||
"retry": "重試"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,8 @@
|
||||
"daily": "每天",
|
||||
"weekly": "每周",
|
||||
"monthly": "每月"
|
||||
}
|
||||
},
|
||||
"actions": "操作"
|
||||
},
|
||||
"apiKeys": {
|
||||
"label": "聊天机器人",
|
||||
|
||||
Reference in New Issue
Block a user