LEGO: check in for master to temporary branch. (#7168)

This commit is contained in:
csigs
2020-10-08 07:55:56 -07:00
committed by GitHub
parent 9216aa465f
commit 8a81bea413
55 changed files with 1948 additions and 67 deletions

View File

@@ -13,12 +13,18 @@
<Item ItemId=";wox_plugin_cmd_cmd_has_been_executed_times" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[this command has been executed {0} times]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Este comando se ejecutó {0} veces.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_cmd_command_failed" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error running the command]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Error al ejecutar el comando]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -26,7 +32,7 @@
<Str Cat="Text">
<Val><![CDATA[Command not found]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[No se encuentra el comando]]></Val>
<Val><![CDATA[No se encontró el comando.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@@ -34,12 +40,18 @@
<Item ItemId=";wox_plugin_cmd_execute_through_shell" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[execute command through command shell]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[ejecutar el comando mediante el shell de comandos]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_cmd_plugin_description" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Allows to execute system commands from PowerToys Run. Commands should start with >]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Permite ejecutar comandos del sistema desde Ejecutor de PowerToys. Los comandos deberían empezar con >.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -55,6 +67,9 @@
<Item ItemId=";wox_plugin_cmd_run_as_administrator" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Run as administrator (Ctrl+Shift+Enter)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ejecutar como administrador (Control + Mayús + Entrar)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>