codexmate 0.0.41 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +168 -168
- package/README.zh.md +168 -168
- package/cli/agents-files.js +230 -230
- package/cli/analytics-export-args.js +68 -68
- package/cli/archive-helpers.js +453 -453
- package/cli/auth-profiles.js +375 -375
- package/cli/builtin-proxy.js +2144 -2144
- package/cli/claude-proxy.js +1022 -1022
- package/cli/config-bootstrap.js +407 -407
- package/cli/config-health.js +454 -454
- package/cli/doctor-core.js +903 -903
- package/cli/import-skills-url.js +356 -356
- package/cli/local-bridge.js +556 -556
- package/cli/openai-bridge.js +1984 -1984
- package/cli/openclaw-config.js +629 -629
- package/cli/session-convert-args.js +69 -69
- package/cli/session-convert-io.js +82 -82
- package/cli/session-convert.js +150 -150
- package/cli/session-usage.concurrent.js +28 -28
- package/cli/session-usage.js +304 -304
- package/cli/session-usage.models.js +176 -176
- package/cli/skills.js +1141 -1141
- package/cli/update.js +171 -171
- package/cli/zip-commands.js +510 -510
- package/cli.js +16495 -16458
- package/lib/automation.js +404 -404
- package/lib/cli-file-utils.js +151 -151
- package/lib/cli-models-utils.js +440 -440
- package/lib/cli-network-utils.js +190 -190
- package/lib/cli-path-utils.js +85 -85
- package/lib/cli-session-utils.js +121 -121
- package/lib/cli-sessions.js +427 -427
- package/lib/cli-utils.js +155 -155
- package/lib/cli-webhook.js +154 -154
- package/lib/download-artifacts.js +92 -92
- package/lib/mcp-stdio.js +453 -453
- package/lib/task-orchestrator.js +869 -869
- package/lib/text-diff.js +303 -303
- package/lib/win-tray.js +119 -119
- package/lib/workflow-engine.js +340 -340
- package/package.json +77 -77
- package/plugins/README.md +20 -20
- package/plugins/README.zh-CN.md +20 -20
- package/plugins/prompt-templates/comment-polish/index.mjs +25 -25
- package/plugins/prompt-templates/computed.mjs +311 -311
- package/plugins/prompt-templates/index.mjs +8 -8
- package/plugins/prompt-templates/manifest.mjs +18 -18
- package/plugins/prompt-templates/methods.mjs +553 -553
- package/plugins/prompt-templates/overview.mjs +91 -91
- package/plugins/prompt-templates/ownership.mjs +19 -19
- package/plugins/prompt-templates/rule-ack/index.mjs +21 -21
- package/plugins/prompt-templates/storage.mjs +64 -64
- package/plugins/registry.mjs +16 -16
- package/web-ui/app.js +705 -695
- package/web-ui/index.html +37 -37
- package/web-ui/logic.agents-diff.mjs +386 -386
- package/web-ui/logic.claude.mjs +172 -172
- package/web-ui/logic.codex.mjs +69 -69
- package/web-ui/logic.mjs +5 -5
- package/web-ui/logic.runtime.mjs +128 -128
- package/web-ui/logic.session-convert.mjs +70 -70
- package/web-ui/logic.sessions.mjs +782 -782
- package/web-ui/modules/api.mjs +90 -90
- package/web-ui/modules/app.computed.dashboard.mjs +252 -252
- package/web-ui/modules/app.computed.index.mjs +17 -17
- package/web-ui/modules/app.computed.main-tabs.mjs +214 -214
- package/web-ui/modules/app.computed.session.mjs +876 -876
- package/web-ui/modules/app.constants.mjs +15 -15
- package/web-ui/modules/app.methods.agents.mjs +651 -651
- package/web-ui/modules/app.methods.claude-config.mjs +412 -412
- package/web-ui/modules/app.methods.codex-config.mjs +869 -869
- package/web-ui/modules/app.methods.index.mjs +96 -96
- package/web-ui/modules/app.methods.install.mjs +205 -205
- package/web-ui/modules/app.methods.navigation.mjs +804 -804
- package/web-ui/modules/app.methods.openclaw-core.mjs +814 -814
- package/web-ui/modules/app.methods.openclaw-editing.mjs +420 -420
- package/web-ui/modules/app.methods.openclaw-persist.mjs +375 -375
- package/web-ui/modules/app.methods.providers.mjs +602 -601
- package/web-ui/modules/app.methods.runtime.mjs +426 -420
- package/web-ui/modules/app.methods.session-actions.mjs +617 -591
- package/web-ui/modules/app.methods.session-browser.mjs +1018 -1018
- package/web-ui/modules/app.methods.session-timeline.mjs +479 -479
- package/web-ui/modules/app.methods.session-trash.mjs +468 -468
- package/web-ui/modules/app.methods.startup-claude.mjs +557 -554
- package/web-ui/modules/app.methods.task-orchestration.mjs +556 -556
- package/web-ui/modules/app.methods.tool-config-permissions.mjs +90 -87
- package/web-ui/modules/app.methods.webhook.mjs +87 -87
- package/web-ui/modules/config-mode.computed.mjs +124 -124
- package/web-ui/modules/config-template-confirm-pref.mjs +33 -33
- package/web-ui/modules/i18n/locales/en.mjs +1187 -1140
- package/web-ui/modules/i18n/locales/ja.mjs +1178 -1130
- package/web-ui/modules/i18n/locales/vi.mjs +294 -239
- package/web-ui/modules/i18n/locales/zh.mjs +1190 -1143
- package/web-ui/modules/i18n.dict.mjs +14 -14
- package/web-ui/modules/i18n.mjs +111 -111
- package/web-ui/modules/plugins.computed.mjs +3 -3
- package/web-ui/modules/plugins.methods.mjs +3 -3
- package/web-ui/modules/plugins.storage.mjs +11 -11
- package/web-ui/modules/provider-url-display.mjs +17 -17
- package/web-ui/modules/sessions-filters-url.mjs +138 -138
- package/web-ui/modules/skills.computed.mjs +107 -107
- package/web-ui/modules/skills.methods.mjs +513 -513
- package/web-ui/partials/index/layout-footer.html +13 -13
- package/web-ui/partials/index/layout-header.html +478 -478
- package/web-ui/partials/index/modal-config-template-agents.html +185 -185
- package/web-ui/partials/index/modal-confirm-toast.html +32 -32
- package/web-ui/partials/index/modal-health-check.html +45 -45
- package/web-ui/partials/index/modal-openclaw-config.html +344 -344
- package/web-ui/partials/index/modal-skills.html +200 -200
- package/web-ui/partials/index/modal-webhook.html +42 -42
- package/web-ui/partials/index/modals-basic.html +263 -263
- package/web-ui/partials/index/panel-config-claude.html +187 -187
- package/web-ui/partials/index/panel-config-codex.html +205 -205
- package/web-ui/partials/index/panel-config-openclaw.html +89 -89
- package/web-ui/partials/index/panel-dashboard.html +171 -171
- package/web-ui/partials/index/panel-docs.html +114 -114
- package/web-ui/partials/index/panel-market.html +104 -104
- package/web-ui/partials/index/panel-orchestration.html +391 -391
- package/web-ui/partials/index/panel-plugins.html +253 -253
- package/web-ui/partials/index/panel-sessions.html +325 -319
- package/web-ui/partials/index/panel-settings.html +181 -181
- package/web-ui/partials/index/panel-trash.html +82 -82
- package/web-ui/partials/index/panel-usage.html +181 -181
- package/web-ui/res/json5.min.js +1 -1
- package/web-ui/res/vue.global.prod.js +13 -13
- package/web-ui/res/vue.runtime.global.prod.js +7 -7
- package/web-ui/res/web-ui-render.precompiled.js +7671 -7666
- package/web-ui/session-helpers.mjs +602 -602
- package/web-ui/source-bundle.cjs +305 -305
- package/web-ui/styles/base-theme.css +291 -291
- package/web-ui/styles/bridge-pool.css +266 -266
- package/web-ui/styles/controls-forms.css +532 -532
- package/web-ui/styles/dashboard.css +438 -438
- package/web-ui/styles/docs-panel.css +245 -245
- package/web-ui/styles/feedback.css +108 -108
- package/web-ui/styles/health-check-dialog.css +144 -144
- package/web-ui/styles/layout-shell.css +711 -711
- package/web-ui/styles/modals-core.css +499 -499
- package/web-ui/styles/navigation-panels.css +399 -399
- package/web-ui/styles/openclaw-structured.css +616 -616
- package/web-ui/styles/plugins-panel.css +564 -564
- package/web-ui/styles/responsive.css +501 -501
- package/web-ui/styles/sessions-list.css +683 -683
- package/web-ui/styles/sessions-preview.css +407 -407
- package/web-ui/styles/sessions-toolbar-trash.css +518 -518
- package/web-ui/styles/sessions-usage.css +849 -849
- package/web-ui/styles/settings-panel.css +419 -419
- package/web-ui/styles/skills-list.css +305 -305
- package/web-ui/styles/skills-market.css +723 -723
- package/web-ui/styles/task-orchestration.css +822 -822
- package/web-ui/styles/titles-cards.css +492 -486
- package/web-ui/styles/trash-panel.css +90 -90
- package/web-ui/styles/webhook.css +115 -115
- package/web-ui/styles.css +24 -24
- package/web-ui.html +17 -17
|
@@ -1,239 +1,294 @@
|
|
|
1
|
-
const vi = Object.freeze({
|
|
2
|
-
'plugins.catalog.promptTemplates.title': 'Mẫu prompt',
|
|
3
|
-
'plugins.catalog.promptTemplates.description': 'Công cụ prompt theo mẫu, hỗ trợ biến, sao chép và xuất.',
|
|
4
|
-
'plugins.status.standard': 'tiêu chuẩn',
|
|
5
|
-
'plugins.builtin.commentPolish.name': 'Chỉnh chú thích mã',
|
|
6
|
-
'plugins.builtin.commentPolish.desc': 'Chỉnh nhẹ các chú thích mã sau {{code}}',
|
|
7
|
-
'plugins.builtin.commentPolish.line1': 'Chỉnh nhẹ các chú thích mã sau',
|
|
8
|
-
'plugins.builtin.ruleAck.name': 'Xác nhận quy tắc',
|
|
9
|
-
'plugins.builtin.ruleAck.desc': '
|
|
10
|
-
'plugins.builtin.ruleAck.line1': 'Hãy làm theo【{{rule}}】, nhận được thì phản hồi',
|
|
11
|
-
// Global
|
|
12
|
-
'lang.zh': 'Tiếng Trung',
|
|
13
|
-
'lang.en': 'Tiếng Anh',
|
|
14
|
-
'lang.vi': 'Tiếng Việt',
|
|
15
|
-
'lang.label': 'Ngôn ngữ',
|
|
16
|
-
'nav.topTabs.aria': 'Điều hướng',
|
|
17
|
-
|
|
18
|
-
// Common
|
|
19
|
-
'common.all': 'Tất cả',
|
|
20
|
-
'common.copy': 'Sao chép',
|
|
21
|
-
'common.paste': 'Dán',
|
|
22
|
-
'common.edit': 'Chỉnh sửa',
|
|
23
|
-
'common.install': 'Cài đặt',
|
|
24
|
-
'common.update': 'Cập nhật',
|
|
25
|
-
'common.uninstall': 'Gỡ cài đặt',
|
|
26
|
-
'common.official': 'Chính thức',
|
|
27
|
-
'common.custom': 'Tùy chỉnh',
|
|
28
|
-
'common.rules': 'Quy tắc',
|
|
29
|
-
'common.troubleshooting': 'Khắc phục sự cố',
|
|
30
|
-
'common.command': 'Lệnh',
|
|
31
|
-
'common.mirror': 'Nguồn',
|
|
32
|
-
'common.packageManager': 'Trình quản lý gói',
|
|
33
|
-
'common.action': 'Thao tác',
|
|
34
|
-
'common.targets': 'Mục tiêu',
|
|
35
|
-
'common.currentPm': 'Trình quản lý gói',
|
|
36
|
-
'common.currentAction': 'Thao tác hiện tại',
|
|
37
|
-
'common.mirrorActive': 'Nguồn',
|
|
38
|
-
'common.defaultOfficial': 'Mặc định',
|
|
39
|
-
'common.cancel': 'Hủy',
|
|
40
|
-
'common.confirm': 'Xác nhận',
|
|
41
|
-
'common.add': 'Thêm',
|
|
42
|
-
'common.save': 'Lưu',
|
|
43
|
-
'common.saveApply': 'Lưu & áp dụng',
|
|
44
|
-
'common.close': 'Đóng',
|
|
45
|
-
'common.delete': 'Xóa',
|
|
46
|
-
'common.clear': 'Xóa',
|
|
47
|
-
'common.show': 'Hiện',
|
|
48
|
-
'common.hide': 'Ẩn',
|
|
49
|
-
'common.detail': 'Chi tiết',
|
|
50
|
-
'common.refresh': 'Làm mới',
|
|
51
|
-
'common.refreshing': 'Đang làm mới...',
|
|
52
|
-
'common.loading': 'Đang tải...',
|
|
53
|
-
'common.saving': 'Đang lưu...',
|
|
54
|
-
'common.sending': 'Đang gửi...',
|
|
55
|
-
'common.scanning': 'Đang quét...',
|
|
56
|
-
'common.export': 'Xuất',
|
|
57
|
-
'common.import': 'Nhập',
|
|
58
|
-
'common.apply': 'Áp dụng',
|
|
59
|
-
'common.applying': 'Đang áp dụng...',
|
|
60
|
-
'common.confirming': 'Đang xác nhận...',
|
|
61
|
-
'common.writeToEditor': 'Ghi vào trình soạn thảo',
|
|
62
|
-
'common.refreshFromText': 'Làm mới từ văn bản',
|
|
63
|
-
'common.backToEdit': 'Quay lại chỉnh sửa',
|
|
64
|
-
'common.selectAll': 'Chọn tất cả',
|
|
65
|
-
'common.unselectAll': 'Bỏ chọn tất cả',
|
|
66
|
-
'common.resetFilters': 'Đặt lại bộ lọc',
|
|
67
|
-
'common.notEditable': 'Không thể chỉnh sửa',
|
|
68
|
-
'common.notDeletable': 'Không thể xóa',
|
|
69
|
-
'common.notLoaded': 'Chưa tải',
|
|
70
|
-
'common.exists': 'Đã tồn tại',
|
|
71
|
-
'common.notExistsWillCreateOnApply': 'Không tồn tại. Sẽ được tạo khi áp dụng.',
|
|
72
|
-
'common.notExistsWillCreateOnSave': 'Không tồn tại. Sẽ được tạo khi lưu.',
|
|
73
|
-
'common.none': 'Không có',
|
|
74
|
-
'common.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
'
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
'tab.
|
|
85
|
-
'tab.
|
|
86
|
-
'tab.
|
|
87
|
-
'tab.
|
|
88
|
-
'tab.
|
|
89
|
-
'tab.
|
|
90
|
-
'tab.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
'side.
|
|
96
|
-
'side.
|
|
97
|
-
'side.
|
|
98
|
-
'side.
|
|
99
|
-
'side.
|
|
100
|
-
'side.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
'side.
|
|
106
|
-
'side.
|
|
107
|
-
'side.
|
|
108
|
-
'side.
|
|
109
|
-
'side.config.
|
|
110
|
-
'side.config.
|
|
111
|
-
'side.config.
|
|
112
|
-
'side.config.
|
|
113
|
-
'side.
|
|
114
|
-
'side.
|
|
115
|
-
'side.
|
|
116
|
-
'side.
|
|
117
|
-
'side.
|
|
118
|
-
'side.
|
|
119
|
-
'side.
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'toolConfig.
|
|
124
|
-
'toolConfig.
|
|
125
|
-
'toolConfig.
|
|
126
|
-
'toolConfig.
|
|
127
|
-
'toolConfig.
|
|
128
|
-
'toolConfig.
|
|
129
|
-
'toolConfig.
|
|
130
|
-
'toolConfig.
|
|
131
|
-
'toolConfig.codex.
|
|
132
|
-
'toolConfig.codex.
|
|
133
|
-
'toolConfig.codex.
|
|
134
|
-
'toolConfig.
|
|
135
|
-
'toolConfig.
|
|
136
|
-
'toolConfig.claude.
|
|
137
|
-
'toolConfig.claude.
|
|
138
|
-
'toolConfig.claude.
|
|
139
|
-
'
|
|
140
|
-
'
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
'kicker.
|
|
146
|
-
'kicker.
|
|
147
|
-
'kicker.
|
|
148
|
-
'kicker.
|
|
149
|
-
'kicker.
|
|
150
|
-
'kicker.
|
|
151
|
-
'kicker.
|
|
152
|
-
'kicker.
|
|
153
|
-
|
|
154
|
-
'
|
|
155
|
-
|
|
156
|
-
'title.
|
|
157
|
-
'title.
|
|
158
|
-
'title.
|
|
159
|
-
'title.
|
|
160
|
-
'title.
|
|
161
|
-
'title.
|
|
162
|
-
'title.
|
|
163
|
-
|
|
164
|
-
'
|
|
165
|
-
|
|
166
|
-
'subtitle.
|
|
167
|
-
'subtitle.
|
|
168
|
-
'subtitle.
|
|
169
|
-
'subtitle.
|
|
170
|
-
'subtitle.
|
|
171
|
-
'subtitle.
|
|
172
|
-
'subtitle.
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
'settings.trash.
|
|
180
|
-
|
|
181
|
-
'
|
|
182
|
-
|
|
183
|
-
'orchestration.readiness.target.
|
|
184
|
-
'orchestration.readiness.
|
|
185
|
-
'orchestration.readiness.
|
|
186
|
-
'orchestration.readiness.
|
|
187
|
-
'orchestration.readiness.
|
|
188
|
-
'orchestration.readiness.
|
|
189
|
-
'orchestration.readiness.
|
|
190
|
-
'orchestration.readiness.scope.
|
|
191
|
-
'orchestration.readiness.scope.
|
|
192
|
-
'orchestration.readiness.
|
|
193
|
-
'orchestration.readiness.
|
|
194
|
-
'orchestration.readiness.preview.
|
|
195
|
-
'orchestration.readiness.preview.
|
|
196
|
-
'orchestration.readiness.
|
|
197
|
-
'orchestration.readiness.
|
|
198
|
-
'orchestration.readiness.
|
|
199
|
-
'orchestration.readiness.
|
|
200
|
-
'orchestration.readiness.
|
|
201
|
-
'orchestration.readiness.
|
|
202
|
-
'orchestration.readiness.
|
|
203
|
-
'orchestration.readiness.
|
|
204
|
-
'orchestration.readiness.
|
|
205
|
-
'orchestration.readiness.
|
|
206
|
-
'orchestration.readiness.
|
|
207
|
-
'orchestration.readiness.
|
|
208
|
-
'orchestration.readiness.
|
|
209
|
-
'orchestration.readiness.
|
|
210
|
-
'orchestration.readiness.ready.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
'settings.language.
|
|
216
|
-
'settings.language.
|
|
217
|
-
'settings.language.
|
|
218
|
-
|
|
219
|
-
'settings.
|
|
220
|
-
|
|
221
|
-
'settings.webhook.
|
|
222
|
-
'settings.webhook.
|
|
223
|
-
'settings.webhook.
|
|
224
|
-
'settings.webhook.
|
|
225
|
-
'settings.webhook.
|
|
226
|
-
'settings.webhook.
|
|
227
|
-
'settings.webhook.
|
|
228
|
-
'settings.webhook.
|
|
229
|
-
'settings.webhook.
|
|
230
|
-
'settings.webhook.
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
'dashboard.doctor.
|
|
236
|
-
'dashboard.doctor.
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
1
|
+
const vi = Object.freeze({
|
|
2
|
+
'plugins.catalog.promptTemplates.title': 'Mẫu prompt',
|
|
3
|
+
'plugins.catalog.promptTemplates.description': 'Công cụ prompt theo mẫu, hỗ trợ biến, sao chép và xuất.',
|
|
4
|
+
'plugins.status.standard': 'tiêu chuẩn',
|
|
5
|
+
'plugins.builtin.commentPolish.name': 'Chỉnh chú thích mã',
|
|
6
|
+
'plugins.builtin.commentPolish.desc': 'Chỉnh nhẹ các chú thích mã sau {{code}}',
|
|
7
|
+
'plugins.builtin.commentPolish.line1': 'Chỉnh nhẹ các chú thích mã sau',
|
|
8
|
+
'plugins.builtin.ruleAck.name': 'Xác nhận quy tắc',
|
|
9
|
+
'plugins.builtin.ruleAck.desc': 'Tạo phản hồi xác nhận quy tắc',
|
|
10
|
+
'plugins.builtin.ruleAck.line1': 'Hãy làm theo【{{rule}}】, nhận được thì phản hồi',
|
|
11
|
+
// Global
|
|
12
|
+
'lang.zh': 'Tiếng Trung',
|
|
13
|
+
'lang.en': 'Tiếng Anh',
|
|
14
|
+
'lang.vi': 'Tiếng Việt',
|
|
15
|
+
'lang.label': 'Ngôn ngữ',
|
|
16
|
+
'nav.topTabs.aria': 'Điều hướng',
|
|
17
|
+
|
|
18
|
+
// Common
|
|
19
|
+
'common.all': 'Tất cả',
|
|
20
|
+
'common.copy': 'Sao chép',
|
|
21
|
+
'common.paste': 'Dán',
|
|
22
|
+
'common.edit': 'Chỉnh sửa',
|
|
23
|
+
'common.install': 'Cài đặt',
|
|
24
|
+
'common.update': 'Cập nhật',
|
|
25
|
+
'common.uninstall': 'Gỡ cài đặt',
|
|
26
|
+
'common.official': 'Chính thức',
|
|
27
|
+
'common.custom': 'Tùy chỉnh',
|
|
28
|
+
'common.rules': 'Quy tắc',
|
|
29
|
+
'common.troubleshooting': 'Khắc phục sự cố',
|
|
30
|
+
'common.command': 'Lệnh',
|
|
31
|
+
'common.mirror': 'Nguồn',
|
|
32
|
+
'common.packageManager': 'Trình quản lý gói',
|
|
33
|
+
'common.action': 'Thao tác',
|
|
34
|
+
'common.targets': 'Mục tiêu',
|
|
35
|
+
'common.currentPm': 'Trình quản lý gói',
|
|
36
|
+
'common.currentAction': 'Thao tác hiện tại',
|
|
37
|
+
'common.mirrorActive': 'Nguồn',
|
|
38
|
+
'common.defaultOfficial': 'Mặc định',
|
|
39
|
+
'common.cancel': 'Hủy',
|
|
40
|
+
'common.confirm': 'Xác nhận',
|
|
41
|
+
'common.add': 'Thêm',
|
|
42
|
+
'common.save': 'Lưu',
|
|
43
|
+
'common.saveApply': 'Lưu & áp dụng',
|
|
44
|
+
'common.close': 'Đóng',
|
|
45
|
+
'common.delete': 'Xóa',
|
|
46
|
+
'common.clear': 'Xóa',
|
|
47
|
+
'common.show': 'Hiện',
|
|
48
|
+
'common.hide': 'Ẩn',
|
|
49
|
+
'common.detail': 'Chi tiết',
|
|
50
|
+
'common.refresh': 'Làm mới',
|
|
51
|
+
'common.refreshing': 'Đang làm mới...',
|
|
52
|
+
'common.loading': 'Đang tải...',
|
|
53
|
+
'common.saving': 'Đang lưu...',
|
|
54
|
+
'common.sending': 'Đang gửi...',
|
|
55
|
+
'common.scanning': 'Đang quét...',
|
|
56
|
+
'common.export': 'Xuất',
|
|
57
|
+
'common.import': 'Nhập',
|
|
58
|
+
'common.apply': 'Áp dụng',
|
|
59
|
+
'common.applying': 'Đang áp dụng...',
|
|
60
|
+
'common.confirming': 'Đang xác nhận...',
|
|
61
|
+
'common.writeToEditor': 'Ghi vào trình soạn thảo',
|
|
62
|
+
'common.refreshFromText': 'Làm mới từ văn bản',
|
|
63
|
+
'common.backToEdit': 'Quay lại chỉnh sửa',
|
|
64
|
+
'common.selectAll': 'Chọn tất cả',
|
|
65
|
+
'common.unselectAll': 'Bỏ chọn tất cả',
|
|
66
|
+
'common.resetFilters': 'Đặt lại bộ lọc',
|
|
67
|
+
'common.notEditable': 'Không thể chỉnh sửa',
|
|
68
|
+
'common.notDeletable': 'Không thể xóa',
|
|
69
|
+
'common.notLoaded': 'Chưa tải',
|
|
70
|
+
'common.exists': 'Đã tồn tại',
|
|
71
|
+
'common.notExistsWillCreateOnApply': 'Không tồn tại. Sẽ được tạo khi áp dụng.',
|
|
72
|
+
'common.notExistsWillCreateOnSave': 'Không tồn tại. Sẽ được tạo khi lưu.',
|
|
73
|
+
'common.none': 'Không có',
|
|
74
|
+
'common.configured': 'Đã cấu hình',
|
|
75
|
+
'common.notConfigured': 'Chưa cấu hình',
|
|
76
|
+
'common.notSelected': 'Chưa chọn',
|
|
77
|
+
|
|
78
|
+
// Roles / labels
|
|
79
|
+
'role.you': 'Bạn',
|
|
80
|
+
'role.provider': 'Nhà cung cấp',
|
|
81
|
+
'label.model': 'Mẫu:',
|
|
82
|
+
|
|
83
|
+
// Top tabs
|
|
84
|
+
'tab.dashboard': 'Tổng quan',
|
|
85
|
+
'tab.docs': 'Tài liệu',
|
|
86
|
+
'tab.config': 'Cấu hình',
|
|
87
|
+
'tab.sessions': 'Phiên',
|
|
88
|
+
'tab.usage': 'Sử dụng',
|
|
89
|
+
'tab.orchestration': 'Tác vụ',
|
|
90
|
+
'tab.market': 'Skills',
|
|
91
|
+
'tab.plugins': 'Plugin',
|
|
92
|
+
'tab.settings': 'Cài đặt',
|
|
93
|
+
|
|
94
|
+
// Side rail section titles
|
|
95
|
+
'side.overview': 'Tổng quan',
|
|
96
|
+
'side.docs': 'Tài liệu',
|
|
97
|
+
'side.config': 'Cấu hình',
|
|
98
|
+
'side.sessions': 'Phiên',
|
|
99
|
+
'side.plugins': 'Plugin',
|
|
100
|
+
'side.system': 'Hệ thống',
|
|
101
|
+
'side.orchestration': 'Tác vụ',
|
|
102
|
+
'side.skills': 'Skills',
|
|
103
|
+
|
|
104
|
+
// Side rail items
|
|
105
|
+
'side.overview.doctor': 'Doctor',
|
|
106
|
+
'side.overview.doctor.meta': 'Tổng quan / Chẩn đoán',
|
|
107
|
+
'side.docs.cliInstall': 'Cài CLI',
|
|
108
|
+
'side.docs.cliInstall.meta': 'Cài đặt / Cập nhật / Gỡ',
|
|
109
|
+
'side.config.codex': 'Codex',
|
|
110
|
+
'side.config.codex.meta': 'Provider / Model',
|
|
111
|
+
'side.config.claude': 'Claude Code',
|
|
112
|
+
'side.config.claude.meta': 'Cài đặt Claude',
|
|
113
|
+
'side.config.openclaw': 'OpenClaw',
|
|
114
|
+
'side.config.openclaw.meta': 'JSON5 / AGENTS',
|
|
115
|
+
'side.sessions.browser': 'Trình duyệt phiên',
|
|
116
|
+
'side.sessions.browser.meta': 'Duyệt / Xuất / Dọn dẹp',
|
|
117
|
+
'side.plugins.tools': 'Công cụ prompt',
|
|
118
|
+
'side.plugins.tools.meta': 'Mẫu / Biến',
|
|
119
|
+
'side.system.settings': 'Cài đặt runtime',
|
|
120
|
+
'side.system.settings.meta': 'Dữ liệu / Sao lưu',
|
|
121
|
+
'side.newTab': 'Tab mới',
|
|
122
|
+
'config.localBridge.enabledCount': 'Đã bật {enabled}/{total}',
|
|
123
|
+
'toolConfig.allow': 'Cho phép ghi',
|
|
124
|
+
'toolConfig.viewOnly': 'Chỉ đọc',
|
|
125
|
+
'toolConfig.enableWrite': 'Bật ghi',
|
|
126
|
+
'toolConfig.allowToast': 'Đã bật ghi',
|
|
127
|
+
'toolConfig.viewOnlyToast': 'Đã chuyển về chỉ đọc',
|
|
128
|
+
'toolConfig.saveFailed': 'Không lưu được công tắc ghi',
|
|
129
|
+
'toolConfig.confirmTitle': 'Bật quyền ghi',
|
|
130
|
+
'toolConfig.confirmAllow': 'Bật ghi',
|
|
131
|
+
'toolConfig.codex.title': 'Ghi provider Codex',
|
|
132
|
+
'toolConfig.codex.desc': 'Provider Codex mặc định chỉ đọc; bật công tắc này trước khi ghi cấu hình ~/.codex.',
|
|
133
|
+
'toolConfig.codex.lockedTitle': 'Provider Codex đang chỉ đọc',
|
|
134
|
+
'toolConfig.codex.lockedDesc': 'Cấu hình tài khoản Codex sẽ không bị sửa. Hãy bật ghi trong tab này để thêm, chuyển, sửa hoặc xóa provider.',
|
|
135
|
+
'toolConfig.codex.confirmMessage': 'Sau khi bật, thao tác provider trong tab Codex có thể ghi ~/.codex/config.toml, auth hoặc cấu hình model.',
|
|
136
|
+
'toolConfig.claude.title': 'Ghi provider Claude',
|
|
137
|
+
'toolConfig.claude.desc': 'Provider Claude mặc định chỉ đọc; bật công tắc này trước khi ghi Claude settings.',
|
|
138
|
+
'toolConfig.claude.lockedTitle': 'Provider Claude đang chỉ đọc',
|
|
139
|
+
'toolConfig.claude.lockedDesc': 'Cấu hình Claude sẽ không bị sửa. Hãy bật ghi trong tab này để thêm, áp dụng, sửa hoặc xóa provider.',
|
|
140
|
+
'toolConfig.claude.confirmMessage': 'Sau khi bật, thao tác áp dụng trong tab Claude có thể ghi ~/.claude/settings.json và cấu hình Claude liên quan.',
|
|
141
|
+
'side.usage.meta': 'Thống kê / Xu hướng',
|
|
142
|
+
'side.orchestration.meta': 'Kế hoạch / Hàng đợi / Runs',
|
|
143
|
+
|
|
144
|
+
// Header titles
|
|
145
|
+
'kicker.dashboard': 'Doctor',
|
|
146
|
+
'kicker.config': 'Cấu hình',
|
|
147
|
+
'kicker.sessions': 'Phiên',
|
|
148
|
+
'kicker.usage': 'Sử dụng',
|
|
149
|
+
'kicker.orchestration': 'Tác vụ',
|
|
150
|
+
'kicker.market': 'Skills',
|
|
151
|
+
'kicker.plugins': 'Plugin',
|
|
152
|
+
'kicker.docs': 'Tài liệu',
|
|
153
|
+
'kicker.settings': 'Cài đặt',
|
|
154
|
+
'kicker.trash': 'Thùng rác',
|
|
155
|
+
|
|
156
|
+
'title.dashboard': 'Dashboard / Doctor',
|
|
157
|
+
'title.config': 'Bảng điều khiển cấu hình cục bộ',
|
|
158
|
+
'title.sessions': 'Phiên & Xuất',
|
|
159
|
+
'title.usage': 'Thống kê & Xu hướng',
|
|
160
|
+
'title.orchestration': 'Điều phối tác vụ',
|
|
161
|
+
'title.market': 'Cài đặt & Đồng bộ Skills',
|
|
162
|
+
'title.plugins': 'Plugin & Mẫu',
|
|
163
|
+
'title.docs': 'Cài CLI & Tài liệu',
|
|
164
|
+
'title.settings': 'Hệ thống & Dữ liệu',
|
|
165
|
+
|
|
166
|
+
'subtitle.dashboard': 'Tổng hợp trạng thái và chẩn đoán.',
|
|
167
|
+
'subtitle.config': 'Quản lý cấu hình và mô hình cục bộ.',
|
|
168
|
+
'subtitle.sessions': 'Duyệt và xuất các phiên.',
|
|
169
|
+
'subtitle.usage': 'Xem sử dụng trong 7/30 ngày gần đây.',
|
|
170
|
+
'subtitle.orchestration': 'Lập kế hoạch, xếp hàng, chạy và xem lại tác vụ cục bộ.',
|
|
171
|
+
'subtitle.market': 'Quản lý skills cục bộ.',
|
|
172
|
+
'subtitle.plugins': 'Quản lý plugin và mẫu tái sử dụng.',
|
|
173
|
+
'subtitle.docs': 'Lệnh cài CLI và hướng dẫn.',
|
|
174
|
+
'subtitle.settings': 'Quản lý tải xuống, thư mục và dữ liệu.',
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
// Task orchestration readiness
|
|
178
|
+
// Trash
|
|
179
|
+
'settings.trash.empty': 'Thùng rác trống',
|
|
180
|
+
'settings.trash.emptyHint': 'Không có phiên đã xóa trong thời gian lưu {days} ngày.',
|
|
181
|
+
'settings.trash.retentionUnit': 'ngày',
|
|
182
|
+
|
|
183
|
+
'orchestration.readiness.target.label': 'Mục tiêu',
|
|
184
|
+
'orchestration.readiness.target.done': 'Đã viết mục tiêu',
|
|
185
|
+
'orchestration.readiness.target.missing': 'Chưa viết mục tiêu',
|
|
186
|
+
'orchestration.readiness.engine.label': 'Chiến lược chạy',
|
|
187
|
+
'orchestration.readiness.engine.codex': 'Dùng Codex để lập kế hoạch node',
|
|
188
|
+
'orchestration.readiness.workflow.done': 'Đã chọn {count} Workflow',
|
|
189
|
+
'orchestration.readiness.workflow.missing': 'Chưa chọn Workflow ID',
|
|
190
|
+
'orchestration.readiness.scope.label': 'Phạm vi',
|
|
191
|
+
'orchestration.readiness.scope.done': 'Đã bổ sung ghi chú',
|
|
192
|
+
'orchestration.readiness.scope.writeHint': 'Nên bổ sung ghi chú trước khi ghi',
|
|
193
|
+
'orchestration.readiness.scope.readonlyHint': 'Đang ở chế độ chỉ đọc, có thể thử ngay',
|
|
194
|
+
'orchestration.readiness.preview.label': 'Xem trước',
|
|
195
|
+
'orchestration.readiness.preview.missing': 'Chưa tạo kế hoạch',
|
|
196
|
+
'orchestration.readiness.preview.blocked': 'Có {count} mục chặn',
|
|
197
|
+
'orchestration.readiness.preview.ready': 'Kế hoạch sẵn sàng, {count} node',
|
|
198
|
+
'orchestration.readiness.empty.title': 'Viết mục tiêu trước',
|
|
199
|
+
'orchestration.readiness.empty.summary': 'Mô tả rõ kết quả cần đạt, rồi để bộ điều phối tách thành các node.',
|
|
200
|
+
'orchestration.readiness.workflow.title': 'Thiếu Workflow',
|
|
201
|
+
'orchestration.readiness.workflow.summary': 'Bạn đã chọn chế độ Workflow nhưng chưa chỉ định quy trình tái sử dụng.',
|
|
202
|
+
'orchestration.readiness.preview.title': 'Nên xem trước trước',
|
|
203
|
+
'orchestration.readiness.preview.summary': 'Bản nháp đã đủ hình hài; hãy tạo kế hoạch để kiểm tra node và phụ thuộc.',
|
|
204
|
+
'orchestration.readiness.blocked.title': 'Bản xem trước có mục chặn',
|
|
205
|
+
'orchestration.readiness.blocked.summary': 'Kế hoạch hiện còn {count} mục chặn, hãy xử lý chúng trước.',
|
|
206
|
+
'orchestration.readiness.warn.title': 'Có thể chạy nhưng có cảnh báo',
|
|
207
|
+
'orchestration.readiness.warn.summary': 'Kế hoạch đã được tạo, nhưng còn {count} cảnh báo nên xem trước.',
|
|
208
|
+
'orchestration.readiness.dryRun.title': 'Phù hợp để chạy thử',
|
|
209
|
+
'orchestration.readiness.dryRun.summary': 'Bây giờ có thể chạy thử an toàn rồi xem kết quả trước khi chạy thật.',
|
|
210
|
+
'orchestration.readiness.ready.title': 'Sẵn sàng chạy',
|
|
211
|
+
'orchestration.readiness.ready.withFollowUps': 'Mục tiêu chính và hành động tiếp theo đã sẵn sàng; có thể chạy ngay hoặc đưa vào hàng đợi.',
|
|
212
|
+
'orchestration.readiness.ready.summary': 'Mục tiêu chính đã đủ rõ; có thể chạy ngay hoặc đưa vào hàng đợi.',
|
|
213
|
+
|
|
214
|
+
// Settings panel
|
|
215
|
+
'settings.language.sideLabel': 'Ngôn ngữ: {language}',
|
|
216
|
+
'settings.language.title': 'Ngôn ngữ',
|
|
217
|
+
'settings.language.meta': 'Chọn ngôn ngữ hiển thị cho Web UI',
|
|
218
|
+
'settings.language.label': 'Ngôn ngữ giao diện',
|
|
219
|
+
'settings.language.hint': 'Tùy chọn ngôn ngữ được lưu trong trình duyệt này.',
|
|
220
|
+
|
|
221
|
+
'settings.webhook.title': 'Webhook',
|
|
222
|
+
'settings.webhook.meta': 'Gửi thông báo sự kiện tới dịch vụ bên ngoài',
|
|
223
|
+
'settings.webhook.enabled': 'Đã bật',
|
|
224
|
+
'settings.webhook.disabled': 'Chưa bật',
|
|
225
|
+
'settings.webhook.enable': 'Bật',
|
|
226
|
+
'settings.webhook.edit': 'Sửa',
|
|
227
|
+
'settings.webhook.configure': 'Cấu hình',
|
|
228
|
+
'settings.webhook.modalTitle': 'Cài đặt Webhook',
|
|
229
|
+
'settings.webhook.enabledLabel': 'Trạng thái',
|
|
230
|
+
'settings.webhook.enableToggle': 'Bật webhook',
|
|
231
|
+
'settings.webhook.urlLabel': 'Webhook URL',
|
|
232
|
+
'settings.webhook.eventsLabel': 'Sự kiện',
|
|
233
|
+
|
|
234
|
+
// Dashboard / doctor
|
|
235
|
+
'dashboard.doctor.title': 'Doctor',
|
|
236
|
+
'dashboard.doctor.runChecks': 'Chạy kiểm tra',
|
|
237
|
+
'dashboard.doctor.checking': 'Đang kiểm tra...',
|
|
238
|
+
'dashboard.doctor.export': 'Xuất báo cáo',
|
|
239
|
+
|
|
240
|
+
// Toasts
|
|
241
|
+
'toast.copy.empty': 'Không có gì để sao chép',
|
|
242
|
+
'toast.copy.ok': 'Đã sao chép',
|
|
243
|
+
'toast.copy.fail': 'Sao chép thất bại',
|
|
244
|
+
'toast.save.ok': 'Đã lưu',
|
|
245
|
+
'toast.save.fail': 'Lưu thất bại',
|
|
246
|
+
'toast.delete.ok': 'Đã xóa',
|
|
247
|
+
'toast.delete.fail': 'Xóa thất bại',
|
|
248
|
+
'toast.operation.success': 'Thao tác thành công',
|
|
249
|
+
'toast.load.fail': 'Tải tệp thất bại',
|
|
250
|
+
'toast.apply.success': 'Đã áp dụng cấu hình',
|
|
251
|
+
'toast.apply.fail': 'Áp dụng cấu hình thất bại',
|
|
252
|
+
'toast.check.success': 'Kiểm tra thành công',
|
|
253
|
+
'toast.check.fail': 'Kiểm tra thất bại',
|
|
254
|
+
'toast.noChanges': 'Không phát hiện thay đổi',
|
|
255
|
+
'toast.template.loadFail': 'Tải mẫu thất bại',
|
|
256
|
+
'toast.template.empty': 'Mẫu không được để trống',
|
|
257
|
+
'toast.template.applied': 'Đã áp dụng mẫu',
|
|
258
|
+
'toast.template.appliedButRefreshFail': 'Đã áp dụng mẫu, nhưng làm mới giao diện thất bại. Vui lòng làm mới thủ công',
|
|
259
|
+
'toast.template.applyFail': 'Áp dụng mẫu thất bại',
|
|
260
|
+
'toast.provider.addFail': 'Thêm thất bại',
|
|
261
|
+
'toast.provider.notDeletable': 'Provider này là mục dành riêng, không thể xóa',
|
|
262
|
+
'toast.provider.deletedAndSwitched': 'Đã xóa provider, tự động chuyển sang {provider}{model}',
|
|
263
|
+
'toast.provider.notEditable': 'Provider này là mục dành riêng, không thể chỉnh sửa',
|
|
264
|
+
'toast.provider.updateFail': 'Cập nhật thất bại',
|
|
265
|
+
'toast.provider.resetSuccess': 'Đã cài đặt lại cấu hình{backup}',
|
|
266
|
+
'toast.provider.resetFail': 'Cài đặt lại thất bại',
|
|
267
|
+
'toast.provider.fieldsRequired': 'Tên, URL, API Key và tên mô hình là bắt buộc',
|
|
268
|
+
'toast.provider.urlRequired': 'URL là bắt buộc',
|
|
269
|
+
'toast.claude.modelRequired': 'Vui lòng nhập mô hình',
|
|
270
|
+
'toast.claude.apiKeyRequired': 'Vui lòng cấu hình API Key trước',
|
|
271
|
+
'toast.claude.checkConfig': 'Vui lòng kiểm tra cấu hình Claude',
|
|
272
|
+
'toast.claude.savedWithoutKey': 'Đã lưu (chưa điền API Key)',
|
|
273
|
+
'toast.claude.applied': 'Cấu hình Claude đã được áp dụng',
|
|
274
|
+
'toast.claude.exists': 'Cấu hình đã tồn tại',
|
|
275
|
+
'toast.claude.keepOne': 'Giữ ít nhất một mục',
|
|
276
|
+
'toast.claude.externalAuth': 'Sử dụng xác thực bên ngoài, không cần API Key',
|
|
277
|
+
'toast.claude.balanceEnabled': 'Đã bật cân bằng tải cục bộ Claude',
|
|
278
|
+
'toast.claude.balanceDisabled': 'Đã tắt cân bằng tải cục bộ Claude',
|
|
279
|
+
'toast.claude.balanceEnableFail': 'Không thể bật cân bằng tải',
|
|
280
|
+
'toast.claude.balanceRequireProvider': 'Vui lòng thêm và cấu hình ít nhất một nhà cung cấp Claude',
|
|
281
|
+
'toast.claude.loadSettingsFail': 'Tải cài đặt Claude thất bại',
|
|
282
|
+
'validation.claude.nameRequired': 'Tên cấu hình là bắt buộc',
|
|
283
|
+
'validation.claude.nameExists': 'Tên đã tồn tại',
|
|
284
|
+
'validation.claude.apiKeyRequired': 'API Key là bắt buộc',
|
|
285
|
+
'validation.claude.baseUrlRequired': 'Base URL là bắt buộc',
|
|
286
|
+
'validation.claude.baseUrlHttpOnly': 'Base URL chỉ hỗ trợ http/https',
|
|
287
|
+
'validation.claude.modelRequired': 'Tên mô hình là bắt buộc',
|
|
288
|
+
'modal.claudeDelete.title': 'Xóa cấu hình Claude',
|
|
289
|
+
'modal.claudeDelete.message': 'Xóa cấu hình "{name}"?',
|
|
290
|
+
'modal.claudeDelete.confirm': 'Xóa',
|
|
291
|
+
'modal.claudeDelete.cancel': 'Hủy',
|
|
292
|
+
});
|
|
293
|
+
|
|
294
|
+
export { vi };
|