forked from XiaoMo/ChatGPT-Next-Web
Improve the text in tw.ts
Adoption of text that is more closely aligned with the usage of zh-tw
This commit is contained in:
parent
5a7ec38ecd
commit
1d7286c161
@ -20,7 +20,7 @@ const tw: PartialLocaleType = {
|
|||||||
Retry: "重試",
|
Retry: "重試",
|
||||||
Delete: "刪除",
|
Delete: "刪除",
|
||||||
},
|
},
|
||||||
Rename: "重命名對話",
|
Rename: "重新命名對話",
|
||||||
Typing: "正在輸入…",
|
Typing: "正在輸入…",
|
||||||
Input: (submitKey: string) => {
|
Input: (submitKey: string) => {
|
||||||
var inputHints = `輸入訊息後,按下 ${submitKey} 鍵即可發送`;
|
var inputHints = `輸入訊息後,按下 ${submitKey} 鍵即可發送`;
|
||||||
@ -31,8 +31,8 @@ const tw: PartialLocaleType = {
|
|||||||
},
|
},
|
||||||
Send: "發送",
|
Send: "發送",
|
||||||
Config: {
|
Config: {
|
||||||
Reset: "重置默认",
|
Reset: "重置預設",
|
||||||
SaveAs: "另存为面具",
|
SaveAs: "另存新檔",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Export: {
|
Export: {
|
||||||
@ -62,7 +62,7 @@ const tw: PartialLocaleType = {
|
|||||||
|
|
||||||
Lang: {
|
Lang: {
|
||||||
Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
|
Name: "Language", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language`
|
||||||
All: "所有语言",
|
All: "所有語言",
|
||||||
},
|
},
|
||||||
Avatar: "大頭貼",
|
Avatar: "大頭貼",
|
||||||
FontSize: {
|
FontSize: {
|
||||||
@ -70,7 +70,7 @@ const tw: PartialLocaleType = {
|
|||||||
SubTitle: "聊天內容的字型大小",
|
SubTitle: "聊天內容的字型大小",
|
||||||
},
|
},
|
||||||
InjectSystemPrompts: {
|
InjectSystemPrompts: {
|
||||||
Title: "注入系統提示",
|
Title: "匯入系統提示",
|
||||||
SubTitle: "強制在每個請求的訊息列表開頭添加一個模擬 ChatGPT 的系統提示",
|
SubTitle: "強制在每個請求的訊息列表開頭添加一個模擬 ChatGPT 的系統提示",
|
||||||
},
|
},
|
||||||
Update: {
|
Update: {
|
||||||
@ -86,12 +86,12 @@ const tw: PartialLocaleType = {
|
|||||||
TightBorder: "緊湊邊框",
|
TightBorder: "緊湊邊框",
|
||||||
SendPreviewBubble: {
|
SendPreviewBubble: {
|
||||||
Title: "預覽氣泡",
|
Title: "預覽氣泡",
|
||||||
SubTitle: "在预览气泡中预览 Markdown 内容",
|
SubTitle: "在預覽氣泡中預覽 Markdown 内容",
|
||||||
},
|
},
|
||||||
Mask: {
|
Mask: {
|
||||||
Splash: {
|
Splash: {
|
||||||
Title: "面具启动页",
|
Title: "面具啟動頁面",
|
||||||
SubTitle: "新建聊天时,展示面具启动页",
|
SubTitle: "新增聊天時,呈現面具啟動頁面",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Prompt: {
|
Prompt: {
|
||||||
@ -109,7 +109,7 @@ const tw: PartialLocaleType = {
|
|||||||
Search: "搜尋提示詞",
|
Search: "搜尋提示詞",
|
||||||
},
|
},
|
||||||
EditModal: {
|
EditModal: {
|
||||||
Title: "编辑提示词",
|
Title: "編輯提示詞",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
HistoryCount: {
|
HistoryCount: {
|
||||||
@ -179,53 +179,53 @@ const tw: PartialLocaleType = {
|
|||||||
Edit: "前置上下文和歷史記憶",
|
Edit: "前置上下文和歷史記憶",
|
||||||
Add: "新增一條",
|
Add: "新增一條",
|
||||||
},
|
},
|
||||||
Plugin: { Name: "插件" },
|
Plugin: { Name: "外掛" },
|
||||||
Mask: {
|
Mask: {
|
||||||
Name: "面具",
|
Name: "面具",
|
||||||
Page: {
|
Page: {
|
||||||
Title: "预设角色面具",
|
Title: "預設角色面具",
|
||||||
SubTitle: (count: number) => `${count} 个预设角色定义`,
|
SubTitle: (count: number) => `${count} 個預設角色定義`,
|
||||||
Search: "搜索角色面具",
|
Search: "搜尋角色面具",
|
||||||
Create: "新建",
|
Create: "新增",
|
||||||
},
|
},
|
||||||
Item: {
|
Item: {
|
||||||
Info: (count: number) => `包含 ${count} 条预设对话`,
|
Info: (count: number) => `包含 ${count} 條預設對話`,
|
||||||
Chat: "对话",
|
Chat: "對話",
|
||||||
View: "查看",
|
View: "查看",
|
||||||
Edit: "编辑",
|
Edit: "編輯",
|
||||||
Delete: "删除",
|
Delete: "删除",
|
||||||
DeleteConfirm: "确认删除?",
|
DeleteConfirm: "確認删除?",
|
||||||
},
|
},
|
||||||
EditModal: {
|
EditModal: {
|
||||||
Title: (readonly: boolean) =>
|
Title: (readonly: boolean) =>
|
||||||
`编辑预设面具 ${readonly ? "(只读)" : ""}`,
|
`編輯預設面具 ${readonly ? "(只读)" : ""}`,
|
||||||
Download: "下载预设",
|
Download: "下載預設",
|
||||||
Clone: "克隆预设",
|
Clone: "克隆預設",
|
||||||
},
|
},
|
||||||
Config: {
|
Config: {
|
||||||
Avatar: "角色头像",
|
Avatar: "角色頭像",
|
||||||
Name: "角色名称",
|
Name: "角色名稱",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
NewChat: {
|
NewChat: {
|
||||||
Return: "返回",
|
Return: "返回",
|
||||||
Skip: "跳过",
|
Skip: "跳過",
|
||||||
Title: "挑选一个面具",
|
Title: "挑選一個面具",
|
||||||
SubTitle: "现在开始,与面具背后的灵魂思维碰撞",
|
SubTitle: "現在開始,與面具背後的靈魂思維碰撞",
|
||||||
More: "搜索更多",
|
More: "搜尋更多",
|
||||||
NotShow: "不再展示",
|
NotShow: "不再呈現",
|
||||||
ConfirmNoShow: "确认禁用?禁用后可以随时在设置中重新启用。",
|
ConfirmNoShow: "確認禁用?禁用後可以随時在設定中重新啟用。",
|
||||||
},
|
},
|
||||||
UI: {
|
UI: {
|
||||||
Confirm: "确认",
|
Confirm: "確認",
|
||||||
Cancel: "取消",
|
Cancel: "取消",
|
||||||
Close: "关闭",
|
Close: "關閉",
|
||||||
Create: "新建",
|
Create: "新增",
|
||||||
Edit: "编辑",
|
Edit: "編輯",
|
||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Model: "模型",
|
Model: "模型",
|
||||||
Messages: "消息",
|
Messages: "訊息",
|
||||||
Topic: "主題",
|
Topic: "主題",
|
||||||
Time: "時間",
|
Time: "時間",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user