forked from vuejs/create-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh-Hant.json
More file actions
74 lines (74 loc) · 1.95 KB
/
zh-Hant.json
File metadata and controls
74 lines (74 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"projectName": {
"message": "請輸入專案名稱:"
},
"shouldOverwrite": {
"dirForPrompts": {
"current": "當前資料夾",
"target": "目標資料夾:"
},
"message": "非空,是否覆蓋?"
},
"packageName": {
"message": "請輸入套件名稱:",
"invalidMessage": "無效的 package.json 名稱"
},
"needsTypeScript": {
"message": "是否使用 TypeScript?"
},
"needsJsx": {
"message": "是否啟用 JSX 支援?"
},
"needsRouter": {
"message": "是否引入 Vue Router 進行單頁應用程式開發?"
},
"needsPinia": {
"message": "是否引入 Pinia 用於狀態管理?"
},
"needsVitest": {
"message": "是否引入 Vitest 用於單元測試"
},
"needsE2eTesting": {
"message": "是否要引入一款端對端(End to End)測試工具?",
"hint": "- 使用箭頭切換按 Enter 確認。",
"selectOptions": {
"negative": {
"title": "不需要"
},
"cypress": {
"title": "Cypress",
"desc": "同時支援基於 Cypress Component Testing 的單元測試"
},
"nightwatch": {
"title": "Nightwatch",
"desc": "同時支援基於 Nightwatch Component Testing 的單元測試"
},
"playwright": {
"title": "Playwright"
}
}
},
"needsEslint": {
"message": "是否引入 ESLint 用於程式碼品質檢測?"
},
"needsPrettier": {
"message": "是否引入 Prettier 用於程式碼格式化?"
},
"needsDevTools": {
"message": "是否引入 Vue DevTools 7 擴充元件以協助偵錯?(試驗性功能)"
},
"needsVueI18n": {
"message": "是否引入 Vue I18n 用於國際化?"
},
"errors": {
"operationCancelled": "操作取消"
},
"defaultToggleOptions": {
"active": "是",
"inactive": "否"
},
"infos": {
"scaffolding": "正在建置專案",
"done": "專案建置完成,可執行以下命令:"
}
}