LOC CHECKIN | cli master | 20180222

This commit is contained in:
Zbyněk Sailer 2018-02-22 17:07:50 +01:00
parent 787bee7ad3
commit 3c2c956670
39 changed files with 198 additions and 185 deletions

View file

@ -676,8 +676,7 @@
</trans-unit>
<trans-unit id="ToolSettingsInvalidXml">
<source>Invalid XML: {0}</source>
<target state="needs-review-translation">El archivo de configuración de la herramienta es un xml no válido.
{0}</target>
<target state="translated">XML no válido: {0}</target>
<note />
</trans-unit>
<trans-unit id="NuGetConfigurationFileDoesNotExist">
@ -771,32 +770,32 @@ setx PATH "%PATH%;{1}"</target>
</trans-unit>
<trans-unit id="ToolSettingsMissingCommandName">
<source>Tool defines a command with a missing name setting.</source>
<target state="new">Tool defines a command with a missing name setting.</target>
<target state="translated">La herramienta define un comando en el que falta un valor de nombre.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsMissingEntryPoint">
<source>Command '{0}' is missing an entry point setting.</source>
<target state="new">Command '{0}' is missing an entry point setting.</target>
<target state="translated">En el comando “{0}”, falta un valor de punto de entrada.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsInvalidCommandName">
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
<target state="translated">El comando “{0}” contiene uno o varios de los siguientes caracteres no válidos: {1}.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsMoreThanOneCommand">
<source>More than one command is defined for the tool.</source>
<target state="new">More than one command is defined for the tool.</target>
<target state="translated">Se ha definido más de un comando para la herramienta.</target>
<note />
</trans-unit>
<trans-unit id="ToolSettingsUnsupportedRunner">
<source>Command '{0}' uses unsupported runner '{1}'."</source>
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
<target state="translated">El comando “{0}” utiliza un ejecutor que no se admite: “{1}”.</target>
<note />
</trans-unit>
<trans-unit id="ToolPackageConflictPackageId">
<source>Tool '{0}' is already installed.</source>
<target state="new">Tool '{0}' is already installed.</target>
<target state="translated">La herramienta “{0}” ya está instalada.</target>
<note />
</trans-unit>
</body>