Skip to content

Commit

Permalink
Add I18n/zh_tw translation (#31)
Browse files Browse the repository at this point in the history
* Create zh_tw.json

* Update zh_tw.json

* Update zh_tw.json
  • Loading branch information
EvanHsieh0415 authored Oct 4, 2023
1 parent 7b09cb7 commit 6ad8e76
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/assets/vt_downloader/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"vtd.error": "錯誤!",
"vtd.download": "下載",
"vtd.download.failed": "意外錯誤!",
"vtd.download.success": "資源包下載成功!",
"vtd.share": "分享",
"vtd.share.failed": "獲取資源包共享代碼失敗",
"vtd.share.code": "您的共享代碼是 %s。點擊連結將打開或複製到剪貼板",
"vtd.fileNameValidity.fileExists": "該名稱的文件已存在",
"vtd.fileNameValidity.invalidWindows": "該檔名是無效的 Windows 名稱",
"vtd.fileNameValidity.regexDoesntMatch": "檔名必須匹配 %s",
"vtd.fileNameValidity.reservedWindows": "該檔名是 Windows 保留名稱",
"vtd.packError.title": "嘗試獲取資源包時出錯。",
"vtd.packError.body": "請檢查您的網路連接,站點 %s 正常工作。",
"vtd.resourcePack.button": "下載 VT 資源包",
"vtd.resourcePack.nameField": "資源包名稱...",
"vtd.resourcePack.subtitle": "選擇資源包",
"vtd.resourcePack.reload": "重新載入資源包",
"vtd.selectedPacks": "選定資源包",
"vtd.readPackDataFailed": "無法讀取原生除錯資源包數據:",
"vtd.unsavedPackWarning.header": "警告:未保存的資源包",
"vtd.unsavedPackWarning.text": "對此資源包的所有更改都將遺失!"
}

0 comments on commit 6ad8e76

Please sign in to comment.