-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Traditional Chinese translation (#727)
- Loading branch information
Showing
1 changed file
with
44 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,44 @@ | ||
{ | ||
"description": "管理 Maven 專案、執行目標命令(goals)、從原型(archetype)產生專案,改善 Java 開發人員的用戶體驗。", | ||
"contributes.commands.maven.explorer.refresh": "重新整理", | ||
"contributes.commands.maven.goal.custom": "自訂…", | ||
"contributes.commands.maven.project.effectivePom": "顯示 Effective POM", | ||
"contributes.commands.maven.project.openPom": "打開 POM 文件", | ||
"contributes.commands.maven.archetype.generate": "建立 Maven 專案", | ||
"contributes.commands.maven.archetype.update": "更新 Maven Archetype 目錄", | ||
"contributes.commands.maven.favorites": "我的最愛…", | ||
"contributes.commands.maven.history": "歷史…", | ||
"contributes.commands.maven.goal.execute": "執行命令...", | ||
"contributes.commands.maven.plugin.execute": "執行", | ||
"contributes.commands.maven.plugin.debug": "偵錯", | ||
"contributes.commands.maven.view.hierarchical": "切換到階層檢視", | ||
"contributes.commands.maven.view.flat": "切換到扁平檢視", | ||
"contributes.commands.maven.project.addDependency": "新增相依套件…", | ||
"contributes.commands.maven.project.showDependencies": "顯示所有相依套件", | ||
"contributes.commands.maven.project.excludeDependency": "刪除相依套件", | ||
"contributes.commands.maven.project.setDependencyVersion": "指定相依套件版本為...", | ||
"contributes.commands.maven.dependency.goToEffective": "移至有效的相依套件項", | ||
"contributes.commands.maven.project.goToDefinition": "移至定義", | ||
"contributes.views.explorer.mavenProjects": "Maven", | ||
"contributes.viewsWelcome.mavenProjects.untrustedWorkspaces": "進階功能 (例如: 執行生命週期階段與 Plugin 的目標命令) 將會因為安全考量在限制模式中被停用。\nPOM 編輯輔助功能 (例如: [新增相依套件](command:maven.project.addDependency)) 還是可以使用。\n學習更多關於 [工作區信任](https://aka.ms/vscode-workspace-trust)\n[管理工作區信任](command:workbench.action.manageTrust)", | ||
"configuration.maven.excludedFolders": "指定搜尋 Maven 專案時要排除的文件夾。", | ||
"configuration.maven.executable.preferMavenWrapper": "指定是否優先使用 Maven Wrapper。如果為 true,則嘗試向上遍歷父文件夾尋找 mvnw 作為可執行文件;如果為 false,或者找不到 mvnw,則嘗試使用系統 PATH 中的 mvn。", | ||
"configuration.maven.executable.path": "指定 mvn 可執行文件的絕對路徑。當此值為空時,它會根據 maven.executable.preferMavenWrapper 的值嘗試使用 mvn 或 mvnw 。", | ||
"configuration.maven.executable.options": "指定所有mvn命令的預設選項。", | ||
"configuration.maven.pomfile.autoUpdateEffectivePOM": "指定是否自動更新 Effective POM。", | ||
"configuration.maven.pomfile.globPattern": "指定用於尋找 POM 文件的 glob 模式。", | ||
"configuration.maven.pomfile.prefetchEffectivePom": "指定是否在啟動時預先載入 Effective POM。", | ||
"configuration.maven.terminal.useJavaHome": "如果此值為 true,並且設定項 java.home 具有值,則在建立新的終端機視窗時,將環境變數 JAVA_HOME 設定為 java.home 的值。", | ||
"configuration.maven.terminal.customEnv": "自定義環境變數。在首次執行 Maven 之前,這些環境變數值將被新增到終端工作階段中。", | ||
"configuration.maven.terminal.customEnv.environmentVariable": "要設定的環境變數的名稱。", | ||
"configuration.maven.terminal.customEnv.value": "要設定的環境變數的值。", | ||
"configuration.maven.view": "指定 Maven 專案的檢視方式。", | ||
"configuration.maven.showInExplorerContextMenu": "如果此值為 true,將會在檔案總管的資料夾右鍵選單新增一個命令來建立 Maven 專案。", | ||
"configuration.maven.terminal.favorites": "指定要執行的偏好命令。", | ||
"configuration.maven.terminal.favorites.alias": "命令的別名。", | ||
"configuration.maven.terminal.favorites.command": "命令的內容。", | ||
"configuration.maven.terminal.favorites.debug": "是否以偵錯模式運行。", | ||
"configuration.maven.settingsFile": "指定 maven 設定文件的絕對路徑,預設是 ~/.m2/settings.xml", | ||
"configuration.maven.dependency.enableConflictDiagnostics": "指定是否在 POM 文件中顯示相依套件衝突。", | ||
"configuration.maven.projectOpenBehavior": "新建專案的預設打開方式" | ||
} |