nova-betterchat/public/locales/zh-HK/main.json
Peng Guanwen c2d833b332
Add simple mode (#113)
* Add simple mode

The current UI is too complicated for some first time users.
This commit adds a "Advanced mode" toggle that defaults on but can be
turned off. When the toggle if switched off, the simple mode is
activated and following UI elements are hided:

- Model parameters setting
- Role switch
- Save button (This means user must save *and* submit in simple mode.)

* Simple mode: Fix ctrl-enter in non-sticky blocks

* i18n

* hide token count

* add back save button

* remove unused variables

---------

Co-authored-by: Jing Hua <tohjinghua123@gmail.com>
2023-04-15 22:03:33 +08:00

43 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"save": "儲存",
"saveAndSubmit": "儲存並提交",
"cancel": "取消",
"confirm": "確認",
"warning": "警告",
"clearMessageWarning": "請注意,提交呢條訊息之後,所有後續訊息都將被刪除!",
"clearConversationWarning": "請注意,呢個操作會刪晒所有訊息!",
"clearConversation": "清空傾偈",
"import": "匯入",
"export": "匯出",
"author": "由 Jing Hua 製作",
"about": "關於同贊助",
"api": "API",
"personal": "個人",
"free": "免費",
"downloadChat": "儲存傾偈記錄",
"user": "用户",
"assistant": "助手",
"system": "系統",
"newChat": "新傾偈",
"lightMode": "亮色模式",
"darkMode": "黑暗模式",
"setting": "設定",
"image": "圖片",
"autoTitle": "自動生成標題",
"advancedMode": "高級模式",
"prompt": "Prompt",
"promptLibrary": "Prompt 資料庫",
"name": "名",
"search": "檢索",
"morePrompts": "如果你想揾更多 prompt撳呢度",
"postOnShareGPT": {
"title": "po 上 ShareGPT",
"warning": "請注意,你將呢個傾偈 po 上 ShareGPT 之後,佢會係公開嘅,所有人都可以見到你寫嘅嘢。一旦 po 咗,呢個傾偈將冇得被隱藏或刪除,亦都可能畀人存檔同分享。我哋建議你仔細諗下,唔好喺嗰度分享敏感或私人資料。"
},
"newFolder": "新資料夾",
"cloneChat": "建立傾偈副本",
"cloned": "建立成功",
"enterToSubmit": "撳 Enter 鍵提交",
"submitPlaceholder": "Type a message or click [/] for prompts..."
}