[Loc] update to english xlfs for 10/15/2021 (#17377)

This commit is contained in:
Alex Ma
2021-10-15 16:33:46 -07:00
committed by GitHub
parent 4ed4e5f39c
commit bb09e808a9
4 changed files with 42 additions and 6 deletions

View File

@@ -374,7 +374,7 @@
<source xml:lang="en">Generate Script</source>
</trans-unit>
<trans-unit id="generatingProjectFailed">
<source xml:lang="en">Generating project via AutoRest failed: {0}</source>
<source xml:lang="en">Generating project via AutoRest failed. Check output pane for more details. Error: {0}</source>
</trans-unit>
<trans-unit id="hr">
<source xml:lang="en">hr</source>
@@ -382,6 +382,9 @@
<trans-unit id="input">
<source xml:lang="en">Input</source>
</trans-unit>
<trans-unit id="installGlobally">
<source xml:lang="en">Install globally</source>
</trans-unit>
<trans-unit id="invalidDataSchemaProvider">
<source xml:lang="en">Invalid DSP in .sqlproj file</source>
</trans-unit>
@@ -460,6 +463,9 @@
<trans-unit id="noFileExist">
<source xml:lang="en">File {0} doesn't exist</source>
</trans-unit>
<trans-unit id="noSqlFilesGenerated">
<source xml:lang="en">No .sql files were generated by Autorest. Please confirm that your spec contains model definitions, or check the output log for details.</source>
</trans-unit>
<trans-unit id="noSqlProjFilesSelected">
<source xml:lang="en">No .sqlproj file selected; please select one.</source>
</trans-unit>
@@ -472,8 +478,11 @@
<trans-unit id="nodeButNotAutorestFound">
<source xml:lang="en">Autorest tool not found in system path, but found Node.js. Running via npx. Please execute 'npm install autorest -g' to install permanently.</source>
</trans-unit>
<trans-unit id="nodeButNotAutorestFoundPrompt">
<source xml:lang="en">Autorest is not installed. To proceed, choose whether to run Autorest from a temporary location via 'npx' or install Autorest globally then run.</source>
</trans-unit>
<trans-unit id="nodeNotFound">
<source xml:lang="en">Neither autorest nor Node.js (npx) found in system path. Please install Node.js for autorest generation to work.</source>
<source xml:lang="en">Neither Autorest nor Node.js (npx) found in system path. Please install Node.js for Autorest generation to work.</source>
</trans-unit>
<trans-unit id="notValidVariableName">
<source xml:lang="en">The variable name '{0}' is not valid.</source>
@@ -592,6 +601,9 @@
<trans-unit id="retryWaitMessage">
<source xml:lang="en">Waiting for {0} seconds before another attempt for operation '{1}'</source>
</trans-unit>
<trans-unit id="runViaNpx">
<source xml:lang="en">Run via npx</source>
</trans-unit>
<trans-unit id="runningDockerMessage">
<source xml:lang="en">Building and running the docker container ...</source>
</trans-unit>