Skip to content
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

i18n: Update zh-Hant.json #479

Merged
merged 1 commit into from
Apr 1, 2024
Merged
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
6 changes: 3 additions & 3 deletions locales/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"invalidMessage": "無效的 package.json 名稱"
},
"needsTypeScript": {
"message": "是否使用 TypeScript 語法?"
"message": "是否使用 TypeScript?"
},
"needsJsx": {
"message": "是否啟用 JSX 支援?"
},
"needsRouter": {
"message": "是否引入 Vue Router 進行單頁應用開發?"
"message": "是否引入 Vue Router 進行單頁應用程式開發?"
},
"needsPinia": {
"message": "是否引入 Pinia 用於狀態管理?"
Expand Down Expand Up @@ -55,7 +55,7 @@
"message": "是否引入 Prettier 用於程式碼格式化?"
},
"needsDevTools": {
"message": "是否引入 Vue DevTools 7 擴展用於調試? (試驗階段)"
"message": "是否引入 Vue DevTools 7 擴充元件以協助偵錯?(試驗性功能)"
},
"errors": {
"operationCancelled": "操作取消"
Expand Down