Skip to content

Commit dd3e671

Browse files
fix: Traditional Chinese
1 parent d4506d7 commit dd3e671

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

ui/src/locales/lang/zh-Hant/ai-chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default {
101101
historyRecord: '歷史記錄',
102102
currentChat: '本次對話',
103103
AiResponse: 'AI 回答',
104-
knowedMessage: '已知資訊'
104+
knowedMessage: '已知資訊'
105105
},
106106
editTitle: '編輯標題',
107107
}

ui/src/locales/lang/zh-Hant/views/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default {
1313
placeholder: '按名稱搜尋',
1414
},
1515
status: {
16-
published: '已发布',
17-
unpublished: '未发布',
16+
published: '已發布',
17+
unpublished: '未發布',
1818
},
1919
operation: {
2020
toChat: '去對話',

ui/src/locales/lang/zh-Hant/views/login.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ export default {
22
title: '普通登錄',
33
loginForm: {
44
username: {
5-
label: '使用者名稱',
6-
placeholder: '請輸入使用者名稱',
7-
requiredMessage: '請輸入使用者名稱',
5+
label: '用戶名稱',
6+
placeholder: '請輸入用戶名稱',
7+
requiredMessage: '請輸入用戶名稱',
88
lengthMessage: '長度須介於 4 到 20 個字元之間',
99
},
1010
password: {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export default {
22
title: '共享',
3-
shared_resources: '共享资源',
3+
shared_resources: '共享資源',
44
shared_tool: '共享工具',
55
shared_model: '共享模型',
6-
shared_knowledge: '共享知识库',
7-
authorized_workspace: '授权工作区',
8-
authorized_tip: '被授权的工作空间,可使用当前资源',
9-
select_workspace: '选择工作空间',
6+
shared_knowledge: '共享知識庫',
7+
authorized_workspace: '已授權工作空間',
8+
authorized_tip: '被授權的工作空間,可以使用該共享資源',
9+
select_workspace: '选择工作空間',
1010
allCheck: '全选',
1111
BLACK_LIST: '黑名单',
1212
WHITE_LIST: '白名单',
13-
type: '类型',
13+
type: '類型',
1414
}

ui/src/locales/lang/zh-Hant/views/system.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
testFailed: '測試連線失敗',
66
password: '密碼',
77
authentication: {
8-
title: '登入認證',
8+
title: '登錄認證',
99
ldap: {
1010
title: 'LDAP',
1111
address: 'LDAP 位址',
@@ -110,21 +110,21 @@ export default {
110110
enableTLS: '啟用 TLS(如果 SMTP 端口是 587,通常需要啟用 TLS)',
111111
},
112112
resourceAuthorization: {
113-
title: '资源授权',
114-
member: '成员',
115-
permissionSetting: '资源权限配置',
113+
title: '資源授权',
114+
member: '成員',
115+
permissionSetting: '資源权限配置',
116116
setting: {
117117
management: '管理',
118118
check: '查看',
119119
authorization: '授权',
120120
},
121121
priority: {
122-
label: '资源权限优先级',
122+
label: '資源权限优先级',
123123
role: '按角色',
124124
},
125125
},
126126
resource_management: {
127-
label: '资源管理',
127+
label: '資源管理',
128128
type: '类型',
129129
},
130130
}

ui/src/locales/lang/zh-Hant/views/user-manage.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
export default {
2-
title: '使用者管理',
3-
createUser: '建立使用者',
4-
editUser: '編輯使用者',
2+
title: '用戶管理',
3+
createUser: '建立用戶',
4+
editUser: '編輯用戶',
55
roleSetting: '角色設定',
66
addRole: '添加角色',
77
setting: {
8-
updatePwd: '修改使用者密碼',
8+
updatePwd: '修改用戶密碼',
99
},
1010
tip: {
1111
professionalMessage: '社群版最多支援 2 個使用者,如需擁有更多使用者,請升級為專業版。',
1212
updatePwdSuccess: '使用者密碼修改成功',
1313
},
1414
delete: {
15-
confirmTitle: '是否刪除該使用者?',
15+
confirmTitle: '是否刪除該用戶?',
1616
confirmMessage:
17-
'刪除該使用者後,該使用者建立的所有資源(應用、知識庫、模型)都不會被刪除,請謹慎操作。',
17+
'刪除該用戶後,該使用者建立的所有資源(應用、知識庫、模型)都不會被刪除,請謹慎操作。',
1818
},
1919
disabled: {
2020
confirmTitle: '是否停用工具?',
@@ -34,8 +34,8 @@ export default {
3434
},
3535
},
3636
source: {
37-
label: '使用者來源',
38-
local: '系統使用者',
37+
label: '用戶來源',
38+
local: '系統用戶',
3939
localCreate: '本地建立',
4040
wecom: '企業微信',
4141
lark: '飛書',

0 commit comments

Comments
 (0)