-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from AlphaWong/feature/add-zh-hant
feat: add zh-hant i18n
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"toolbar": { | ||
"menu": { | ||
"about": "規劃撲克101?", | ||
"guide": "使用教學", | ||
"examples": "應用實例", | ||
"newSession": "建立房間", | ||
"joinSession": "加入房間" | ||
} | ||
}, | ||
"HomePage": { | ||
"heroSection": { | ||
"title": "免費規劃撲克小程式 Free Planning Poker App", | ||
"description": "免費/開源規劃撲克 Web 應用程序,用於評估敏捷/Scrum 團隊的用戶故事。 建立一個房間並邀請您的團隊成員有效地估計用戶故事。", | ||
"formNewSession": { | ||
"newSessionHeader": "建立房間", | ||
"sessionNameLabel": "房間名稱", | ||
"yourNameLabel": "您的稱呼" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters