Skip to content

feat: Add zh-HK locale #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions locales/zh-HK.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"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 用於程式碼格式化?"
},
"errors": {
"operationCancelled": "操作取消"
},
"defaultToggleOptions": {
"active": "是",
"inactive": "否"
},
"infos": {
"scaffolding": "正在建構項目",
"done": "項目建置完成,可執行以下命令:"
}
}