LEGO: check in for main to temporary branch. (#17318)

This commit is contained in:
csigs
2021-10-08 09:21:48 -07:00
committed by GitHub
parent 33d9bfd87f
commit d51c03bbeb
12 changed files with 140 additions and 20 deletions

View File

@@ -950,10 +950,13 @@
</Item>
<Item ItemId=";extensions/notebook/dist/dialog/configurePython/configurePathPage.configurePython.descriptionWithKernel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The {0} kernel requires a Python runtime to be configured and dependencies to be installed.]]></Val>
<Val><![CDATA[The '{0}' kernel requires a Python runtime to be configured and dependencies to be installed.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[{0} カーネルに、Python ランタイムを構成し、依存関係をインストールする必要があります。]]></Val>
<Val><![CDATA['{0}' カーネルにって、Python ランタイムを構成し、依存関係をインストールする必要があります。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[The {0} kernel requires a Python runtime to be configured and dependencies to be installed.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1173,11 +1176,11 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/notebook/dist/dialog/configurePython/pickPackagesPage.msgUnsupportedKernel" ItemType="0" PsrId="308" Leaf="true">
<Item ItemId=";extensions/notebook/dist/dialog/configurePython/pickPackagesPage.msgNoRequirementsForKernel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not retrieve packages for kernel {0}]]></Val>
<Val><![CDATA[No packages are required by default for the kernel '{0}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[カーネル {0}パッケージを取得できませんでした]]></Val>
<Val><![CDATA[既定では、カーネル '{0}' にはパッケージは必要ありません]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />

View File

@@ -187,6 +187,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.addPackageReferenceMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[To use SQL bindings, ensure your Azure Functions project has a reference to {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[SQL バインドを使用するには、Azure Functions プロジェクトに {0} への参照があることを確認します]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.appSettingPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Would you like to update Azure Function local.settings.json with the new connection string?]]></Val>
@@ -1303,6 +1312,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More Information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[詳細情報]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.msec" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[msec]]></Val>

View File

@@ -10665,6 +10665,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/query/browser/queryResultsView.queryResults.queryEditorCrashError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The query editor ran into an issue and has stopped working. Please save and reopen it.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[クエリ エディターで問題が発生し、動作を停止しました。保存してからもう一度開いてください。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/query/browser/queryResultsView.resultsTabTitle" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Results]]></Val>