(fix:locales) missing translations

This commit is contained in:
ManishMadan2882
2025-01-18 18:58:12 +05:30
parent 9594c82005
commit 90425542f8
5 changed files with 45 additions and 4 deletions

View File

@@ -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"
}
}

View File

@@ -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": {

View File

@@ -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": "Загрузить исходный файл",

View File

@@ -215,5 +215,23 @@
"previousPage": "上一頁",
"nextPage": "下一頁",
"lastPage": "最後一頁"
},
"conversation": {
"copy": "複製",
"copied": "已複製",
"speak": "朗讀",
"answer": "回答",
"edit": {
"update": "更新",
"cancel": "取消",
"placeholder": "輸入更新的查詢..."
},
"sources": {
"title": "來源",
"text": "來源文字",
"link": "來源連結",
"view_more": "查看更多 {{count}} 個來源"
},
"retry": "重試"
}
}

View File

@@ -69,7 +69,8 @@
"daily": "每天",
"weekly": "每周",
"monthly": "每月"
}
},
"actions": "操作"
},
"apiKeys": {
"label": "聊天机器人",