Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the zh-TW (Traditional Chinese) translation file. #2573

Merged
merged 4 commits into from
Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
25 changes: 25 additions & 0 deletions package.nls.zh-tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"java.server.mode.switch": "切換到標準模式",
"java.projectConfiguration.update": "重新載入專案",
"java.project.import": "匯入 Java 專案到工作區",
"java.open.serverLog": "開啟 Java 語言伺服器日誌檔",
"java.open.serverStdoutLog": "開啟 Java 語言伺服器輸出日誌檔",
"java.open.serverStderrLog": "開啟 Java 語言伺服器錯誤日誌檔",
"java.open.clientLog": "開啟 Java 延伸模組日誌檔",
"java.open.logs": "開啟所有日誌檔",
"java.workspace.compile": "強制編譯 Java",
"java.project.build": "重新建置專案",
"java.open.formatter.settings": "開啟 Java 格式設定",
"java.clean.workspace": "清理 Java 語言伺服器工作區",
"java.project.updateSourceAttachment": "附加原始碼",
"java.project.addToSourcePath": "將資料夾加入 Java 原始碼路徑",
"java.project.removeFromSourcePath": "從 Java 始碼路徑中移除資料夾",
"java.project.listSourcePaths": "列出所有 Java 始碼路徑",
"java.show.server.task.status": "顯示建置工作狀態",
"java.action.navigateToSuperImplementation": "移到父類別中的實作",
"java.action.showTypeHierarchy": "顯示型別階層結構",
"java.action.showClassHierarchy": "顯示類別階層結構",
"java.action.showSupertypeHierarchy": "顯示父類別階層結構",
"java.action.showSubtypeHierarchy": "顯示子類別階層結構",
"java.action.changeBaseType": "以此型別為基礎"
}