-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create zh_tw.json * Update zh_tw.json * Update zh_tw.json
- Loading branch information
1 parent
7b09cb7
commit 6ad8e76
Showing
1 changed file
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,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": "對此資源包的所有更改都將遺失!" | ||
} |