-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.nls.zh-tw.json
More file actions
27 lines (25 loc) · 2.48 KB
/
package.nls.zh-tw.json
File metadata and controls
27 lines (25 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"cmd.open": "在應用程式中開啟",
"cmd.openMultiple": "在多個應用程式中開啟",
"msg.error.configFormat": "擴充設定檔格式錯誤!",
"msg.error.sameTitleMultipleApp": "不允許多個應用程式使用同一個標題,請先修改設定!",
"msg.quickPick.selectApp.placeholder": "選擇要開啟檔案的應用程式...",
"msg.quickPick.selectApps.placeholder": "選擇要開啟檔案的多個應用程式...",
"cfg.openInExternalApp.openMapper": "副檔名和用於開啟的應用程式之對應關係",
"cfg.openInExternalApp.openMapper.item.id": "結合快捷鍵識別碼 configItemId 可以為特定的選項設定快捷鍵",
"cfg.openInExternalApp.openMapper.item.extensionName.string": "副檔名,例如:md",
"cfg.openInExternalApp.openMapper.item.extensionName.array": "輸入字串陣列可以對應多個副檔名",
"cfg.openInExternalApp.openMapper.item.apps": "用於開啟檔案的應用程式",
"cfg.openInExternalApp.openMapper.item.apps.string": "在 shell 中可以存取的命令或可執行檔的絕對路徑",
"cfg.openInExternalApp.openMapper.item.apps.array": "應用程式資訊",
"cfg.openInExternalApp.openMapper.item.apps.item.title": "使用多個應用程式開啟檔案時跳出的下拉式選單中的標題",
"cfg.openInExternalApp.openMapper.item.apps.item.shellCommand": "使用 shell 命令和檔案修飾符號以處理檔案",
"cfg.openInExternalApp.openMapper.item.apps.item.args": "輸入給開啟命令的參數",
"cfg.openInExternalApp.openMapper.item.apps.item.isElectronApp": "當選擇 electron 應用程式時請設定為 true",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv": "shellCommand 的額外環境變數",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.string": "環境變數",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.windows": "Windows 平台的 shellCommand 額外環境變數",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.linux": "Linux 平台的 shellCommand 額外環境變數",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.osx": "macOS 平台的 shellCommand 額外環境變數",
"cfg.openInExternalApp.openMapper.item.apps.item.wslConvertWindowsPath": "在 WSL remote 模式下是否將 WSL 路徑轉換為 Windows 路徑。預設為 true(轉換為 Windows 路徑,用於 Windows 應用程式)。設定為 false 可保持 WSL 原生路徑,用於 WSL 應用程式(如 evince)"
}