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 не установлена. Чтобы продолжить, выберите, запускать ли Autorest из временного расположения с помощью "npx" или установить 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>
<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>