-
Notifications
You must be signed in to change notification settings - Fork 4
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 #3 from EvanHsieh0415/i18n/zh-tw
- Loading branch information
Showing
1 changed file
with
58 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,58 @@ | ||
{ | ||
"name": "繁體中文", | ||
"errors.something_went_wrong": "有地方出錯了…", | ||
"errors.package_not_found": "雖然沒有找到,但如果這個🍪餅乾能讓你更好的話,那給你吧!", | ||
"errors.package_not_found.details": "小知識:你可以使用 '@author:作者名稱' 檢是由該作者創作的包。也可以使用 '@details' 來查看更多資訊。", | ||
"errors.no_packages_published": "看起來沒有任何包被上傳至 KJSPKG,真難過…", | ||
"errors.automatin_down": "看起來我的的統計資料庫下線了…", | ||
"errors.automatin_down.details": "下載次數與觀看次數好像遺失了,請回報至", | ||
"errors.automatin_down.server": "我們的 Discord 伺服器", | ||
"menu.language": "語言", | ||
"menu.theme": "主題", | ||
"list.by": "作者:", | ||
"list.detailed.on_branch": "在分支上", | ||
"list.detailed.at_path": "在路徑", | ||
"list.detailed.in_repo": "在存儲庫中", | ||
"list.download_singluar": "下載次數", | ||
"list.download_plural": "下載次數", | ||
"list.view_singular": "觀看次數", | ||
"list.view_plural": "觀看次數", | ||
"author.owns": "擁有", | ||
"author.package_singular": "個包", | ||
"author.package_plural": "包", | ||
"author.you": "是你!", | ||
"author.organizations": "組織", | ||
"author.auth_required": "要訪問此頁面,您必須先通過 GitHub 進行身份驗證。", | ||
"author.auth_required.login": "登入", | ||
"search.placeholder": "搜尋包", | ||
"search.package_singular": "包", | ||
"search.package_plural": "包", | ||
"search.found_singular": "找到 <span>%d</span> 個", | ||
"search.found_plural": "找到 <span>%d</span> 個", | ||
"search.matching": "配對中…", | ||
"search.made_by": "作者:", | ||
"search.detailed": "detailed", | ||
"search.show_details": "顯示細節", | ||
"search.clear_filters": "清除篩選", | ||
"search.use_view.list": "使用列表視圖", | ||
"search.use_view.compact": "使用緊湊視圖", | ||
"search.sorted_by": "排序方式", | ||
"search.sort_type.name": "包名 (a-z)", | ||
"search.sort_type.author": "作者名稱 (a-z)", | ||
"search.sort_type.downloads": "下載次數", | ||
"search.sort_type.views": "觀看次數", | ||
"search.sorted_by.name": "包名", | ||
"search.sorted_by.author": "作者名稱", | ||
"search.sorted_by.downloads": "下載次數", | ||
"search.sorted_by.views": "觀看次數", | ||
"package.created_by": "作者:", | ||
"package.available_for": "可用於", | ||
"package.manage_package": "管理包(點擊複製)", | ||
"package.readme_file": "README 檔案", | ||
"package.package_preview": "預覽包", | ||
"package.depends_on": "依賴於", | ||
"package.incompatible_with": "不相容於", | ||
"package.dependency.kjs_package": "KubeJS 包", | ||
"package.dependency.external_mod": "外部模組", | ||
"package.dependency.mod_open_in": "開啟模組頁面" | ||
} |