Files
azuredatastudio/i18n/ads-language-pack-zh-hant/translations/extensions/data-workspace.i18n.json
2021-08-02 11:15:58 -07:00

77 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"extension-displayName": "資料工作區",
"extension-description": "資料工作區",
"data-workspace-view-container-name": "專案",
"main-view-name": "專案",
"new-command": "新增",
"refresh-workspace-command": "重新整理",
"close-workspace-command": "關閉工作區",
"remove-project-command": "移除專案",
"projects-view-no-workspace-content": "建立新的或開啟現有的以開始使用。\r\n[建立新的] (command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。",
"projects-view-no-project-content": "目前工作區未開啟任何專案。\r\n[建立新的] (command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。\r\n",
"open-existing-command": "開啟現有項目",
"projects.defaultProjectSaveLocation": "預設儲存新專案之資料夾的完整路徑。",
"projects.showNotAddedProjectsInWorkspacePrompt": "當目前的工作區資料夾包含尚未新增到工作區專案的專案時,永遠顯示資訊訊息。",
"manage-project-command": "管理"
},
"dist/common/constants": {
"activateExtensionFailed": "無法載入專案提供者延伸模組 '{0}'。錯誤訊息: {1}",
"UnknownProjectsError": "找不到下列專案的提供者: {0}",
"SelectProjectFileActionName": "選取",
"AllProjectTypes": "所有專案類型",
"UnknownProjectTypeError": "找不到識別碼為 '{0}' 之專案類型的提供者",
"dataworkspace.restartConfirmation": "必須將 Azure Data Studio 重新開機,才能建立專案並將其新增至工作區,立即執行此動作嗎?",
"dataworkspace.projectsFailedToLoad": "無法載入部分專案。若要檢視更多詳細資料,請[開啟開發人員主控台](command:workbench.action.toggleDevTools)",
"fileDoesNotExist": "檔案 '{0}' 不存在",
"projectNameNull": "專案名稱為 Null",
"noPreviousData": "目前專案的先前 {0} 會顯示在這裡,請執行以查看結果。",
"gitCloneMessage": "正在複製 Git 儲存庫 '{0}'... ",
"gitCloneError": "Git 複製期間發生錯誤。如需更多詳細資料,請檢視 git 輸出",
"dataworkspace.ok": "確定",
"dataworkspace.browse": "瀏覽",
"dataworkspace.browseEllipsis": "瀏覽...",
"dataworkspace.open": "開啟",
"dataworkspace.create": "建立",
"dataworkspace.select": "選取",
"dataworkspace.NewProjectDialogTitle": "建立新專案",
"dataworkspace.Type": "類型",
"dataworkspace.projectNameTitle": "名稱",
"dataworkspace.projectNamePlaceholder": "輸入專案名稱",
"dataworkspace.enterProjectName": "輸入專案名稱",
"dataworkspace.projectLocationTitle": "位置",
"dataworkspace.projectLocationPlaceholder": "選取要建立專案的位置",
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "選取的位置中已有目錄 '{0}',請選擇另一個",
"dataworkspace.selectProjectType": "選取專案類型",
"dataworkspace.selectProjectLocation": "選取專案位置",
"dataworkspace.nameCannotBeEmpty": "名稱不可為空白",
"dataworkspace.targetPlatform": "目標平台",
"dataworkspace.openExistingDialogTitle": "開啟現有專案",
"dataworkspace.fileNotExistError": "選取的 {0} 檔案 '{1}' 不存在或不是檔案。",
"dataworkspace.cloneParentDirectoryNotExistError": "選取的複製路徑 '{0}' 不存在或不是目錄。",
"dataworkspace.project": "專案",
"dataworkspace.locationSelectorTitle": "位置",
"dataworkspace.projectFilePlaceholder": "選取專案檔",
"dataworkspace.workspacePlaceholder": "選取工作區 ({0}) 檔案",
"dataworkspace.projectAlreadyOpened": "專案 '{0}' 已經開啟。",
"dataworksapce.local": "本機",
"dataworkspace.remoteGitRepo": "遠端 Git 存放庫",
"dataworkspace.gitRepoUrlTitle": "Git 存放庫 URL",
"dataworkspace.gitRepoUrlPlaceholder": "輸入遠端 git 存放庫 URL",
"dataworkspace.localClonePathTitle": "本機複製路徑",
"dataworkspace.localClonePathPlaceholder": "選取要在本機複製存放庫的位置",
"dataworksapce.refresh": "重新整理"
}
}
}