Skip to content

Commit

Permalink
(fix:locales) missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishMadan2882 committed Jan 18, 2025
1 parent 9594c82 commit 9042554
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 4 deletions.
13 changes: 12 additions & 1 deletion frontend/src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 10 additions & 0 deletions frontend/src/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chats": "Чаты",
"newChat": "Новый чат",
"myPlan": "Мой план",
"about": "О",
"about": "О нас",
"inputPlaceholder": "Введите свое сообщение здесь...",
"tagline": "DocsGPT использует GenAI, пожалуйста, проверьте важную информацию, используя источники.",
"sourceDocs": "Источник",
Expand Down Expand Up @@ -138,7 +138,8 @@
"secret": "Секрет клиента",
"agent": "Пользовательский агент",
"searchQueries": "Поисковые запросы",
"numberOfPosts": "Количество сообщений"
"numberOfPosts": "Количество сообщений",
"addQuery": "Добавить запрос"
},
"drag": {
"title": "Загрузить исходный файл",
Expand Down
18 changes: 18 additions & 0 deletions frontend/src/locale/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,23 @@
"previousPage": "上一頁",
"nextPage": "下一頁",
"lastPage": "最後一頁"
},
"conversation": {
"copy": "複製",
"copied": "已複製",
"speak": "朗讀",
"answer": "回答",
"edit": {
"update": "更新",
"cancel": "取消",
"placeholder": "輸入更新的查詢..."
},
"sources": {
"title": "來源",
"text": "來源文字",
"link": "來源連結",
"view_more": "查看更多 {{count}} 個來源"
},
"retry": "重試"
}
}
3 changes: 2 additions & 1 deletion frontend/src/locale/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"daily": "每天",
"weekly": "每周",
"monthly": "每月"
}
},
"actions": "操作"
},
"apiKeys": {
"label": "聊天机器人",
Expand Down

0 comments on commit 9042554

Please sign in to comment.