Merge branch 'rel/1.0.0' into localization
This commit is contained in:
commit
f0d6b20dd7
101 changed files with 2299 additions and 323 deletions
|
@ -353,11 +353,6 @@
|
|||
<target state="translated">No se encuentra la solución o el directorio `{0}`.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidSolution">
|
||||
<source>Invalid solution `{0}`.</source>
|
||||
<target state="translated">La solución `{0}` no es válida.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="SolutionDoesNotExist">
|
||||
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
|
||||
<target state="translated">El archivo de solución {0} especificado no existe, o bien no hay ningún archivo de solución en el directorio.</target>
|
||||
|
@ -615,6 +610,36 @@
|
|||
{1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="UnsupportedProjectType">
|
||||
<source>Unsupported project type. Please check with your sdk provider.</source>
|
||||
<target state="new">Unsupported project type. Please check with your sdk provider.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidSolutionFormatString">
|
||||
<source>Invalid solution `{0}`. {1}</source>
|
||||
<target state="new">Invalid solution `{0}`. {1}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsProjectDescription">
|
||||
<source>The project file to operate on. If a file is not specified, the command will search the current directory for one.</source>
|
||||
<target state="new">The project file to operate on. If a file is not specified, the command will search the current directory for one.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ArgumentsSolutionDescription">
|
||||
<source>Solution file to operate on. If not specified, the command will search the current directory for one.</source>
|
||||
<target state="new">Solution file to operate on. If not specified, the command will search the current directory for one.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdSlnFile">
|
||||
<source><SLN_FILE></source>
|
||||
<target state="new"><SLN_FILE></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CmdProjectFile">
|
||||
<source><PROJECT></source>
|
||||
<target state="new"><PROJECT></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
Loading…
Add table
Add a link
Reference in a new issue