feat: Add i18n support for Chinese language (#142)

* feat: Add i18n support for Chinese language

* fix: locale not working in Docker environment
This commit is contained in:
Jungley
2023-03-25 23:42:48 +08:00
committed by GitHub
parent 932853f1ba
commit 92eab6c634
26 changed files with 320 additions and 40 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"New folder": "新建文件夹",
"New chat": "新建聊天",
"No conversations.": "无对话。",
"Search conversations...": "搜索对话...",
"OpenAI API Key": "OpenAI API 密钥",
"Import conversations": "导入对话",
"Are you sure?": "确定吗?",
"Clear conversations": "清空对话",
"Export conversations": "导出对话",
"Dark mode": "深色模式",
"Light mode": "浅色模式"
}