-
-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(zh-tw): add Traditional Chinese UI translations (#1504)
Co-authored-by: liruifengv <25167721+liruifengv@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
- Loading branch information
1 parent
163bc84
commit fc83a05
Showing
3 changed files
with
33 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,5 @@ | ||
--- | ||
'@astrojs/starlight': patch | ||
--- | ||
|
||
Adds Traditional Chinese UI translations |
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
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,26 @@ | ||
{ | ||
"skipLink.label": "跳到內容", | ||
"search.label": "搜尋", | ||
"search.shortcutLabel": "(按 / 鍵開始搜尋)", | ||
"search.cancelLabel": "取消", | ||
"search.devWarning": "正式版本才能使用搜尋功能。\n如要在本地測試,請先建置並預覽網站。", | ||
"themeSelect.accessibleLabel": "選擇佈景主題", | ||
"themeSelect.dark": "深色", | ||
"themeSelect.light": "淺色", | ||
"themeSelect.auto": "自動", | ||
"languageSelect.accessibleLabel": "選擇語言", | ||
"menuButton.accessibleLabel": "選單", | ||
"sidebarNav.accessibleLabel": "主要", | ||
"tableOfContents.onThisPage": "本頁內容", | ||
"tableOfContents.overview": "概述", | ||
"i18n.untranslatedContent": "本頁內容尚未翻譯。", | ||
"page.editLink": "編輯頁面", | ||
"page.lastUpdated": "最後更新於:", | ||
"page.previousLink": "前一則", | ||
"page.nextLink": "下一則", | ||
"404.text": "找不到頁面。請檢查網址或改用搜尋功能。", | ||
"aside.note": "注意", | ||
"aside.tip": "提示", | ||
"aside.caution": "警告", | ||
"aside.danger": "危險" | ||
} |