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

This commit is contained in:
csigs
2021-10-18 13:40:07 -07:00
committed by GitHub
parent 7f92d8bc19
commit dacfddc523
50 changed files with 3451 additions and 88 deletions

View File

@@ -1176,10 +1176,13 @@
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.generatingProjectFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Generating project via AutoRest failed: {0}]]></Val>
<Val><![CDATA[Generating project via AutoRest failed. Check output pane for more details. Error: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法透過 AutoRest 產生專案: {0}]]></Val>
<Val><![CDATA[透過 AutoRest 產生專案失敗。如需詳細資料,請查看輸出窗格。錯誤: {0}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Generating project via AutoRest failed: {0}]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1201,6 +1204,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.installGlobally" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Install globally]]></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.invalidDataSchemaProvider" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Invalid DSP in .sqlproj file]]></Val>
@@ -1435,6 +1447,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.noSqlFilesGenerated" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No .sql files were generated by Autorest. Please confirm that your spec contains model definitions, or check the output log for details.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Autorest 未產生任何 .sql 檔案。請確認您的規格包含模型定義,或檢查輸出記錄以尋找詳細資料。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.noSqlProjFilesSelected" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[No .sqlproj file selected; please select one.]]></Val>
@@ -1471,12 +1492,24 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.nodeButNotAutorestFoundPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Autorest is not installed. To proceed, choose whether to run Autorest from a temporary location via 'npx' or install Autorest globally then run.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[未安裝 Autorest。若要繼續請選擇是否要透過 'npx' 從暫時位置執行 Autorest或全域安裝 Autorest 然後執行。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.nodeNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Neither autorest nor Node.js (npx) found in system path. Please install Node.js for autorest generation to work.]]></Val>
<Val><![CDATA[Neither Autorest nor Node.js (npx) found in system path. Please install Node.js for Autorest generation to work.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[在系統路徑中找不到 Autorest 和 Node.js (npx)。請安裝 Node.js 以產生 Autorest。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Neither autorest nor Node.js (npx) found in system path. Please install Node.js for autorest generation to work.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1840,6 +1873,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.runViaNpx" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run via npx]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[透過 npx 執行]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.runningDockerMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Building and running the docker container ...]]></Val>