update to langpack source files 8/9/2021 (#16635)

This commit is contained in:
Alex Ma
2021-08-09 14:19:43 -07:00
committed by GitHub
parent b2ff8162e6
commit 005c0aad7b
35 changed files with 1111 additions and 1791 deletions

View File

@@ -159,7 +159,7 @@
"browseButtonText": "フォルダーの参照",
"selectFolderStructure": "Select folder structure",
"folderStructureLabel": "フォルダー構造",
"browseEllipsis": "Browse...",
"browseEllipsis": "参照...",
"selectProjectLocation": "Select project location",
"dataworkspace.projectParentDirectoryNotExistError": "選択したプロジェクトの場所 '{0}' は存在しないか、ディレクトリではありません。",
"dataworkspace.projectDirectoryAlreadyExistError": "選択された場所 '{1}' には、すでに '{0}' という名前のディレクトリが存在します。",
@@ -228,8 +228,14 @@
"externalStreamingJobFriendlyName": "外部ストリーミング ジョブ",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"input": "Input",
"output": "Output",
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.",
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.",
"sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location",
"sqlDatabaseProjects.InstallNetCore": "Install",
"sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again",
"sqlDatabaseProjects.outputChannel": "Database Projects",
"input": "入力",
"output": "出力",
"selectBindingType": "Select type of binding",
"selectAzureFunction": "Select an Azure function in the current file to add SQL binding to",
"sqlObjectToQuery": "SQL object to query",
@@ -239,11 +245,6 @@
"noAzureFunctionsInFile": "No Azure functions in the current active file"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProjects.NetCoreInstallationConfirmation": ".NET Core SDK が見つかりません。プロジェクトのビルドは機能しません。.NET Core SDK バージョン 3.1 をインストールするか、既にインストールされている場合は [設定] で .Net Core SDK の場所を更新してください。",
"sqlDatabaseProjects.UpdateNetCoreLocation": "場所の更新",
"sqlDatabaseProjects.InstallNetCore": "インストール",
"sqlDatabaseProjects.doNotAskAgain": "今後このメッセージを表示しない",
"sqlDatabaseProjects.outputChannel": "データベース プロジェクト",
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} ...エラーが発生しました: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … コード {1} で終了しました",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … シグナル {1} で終了しました",