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

This commit is contained in:
csigs
2020-10-08 07:54:53 -07:00
committed by GitHub
parent 038087e076
commit 9216aa465f
21 changed files with 1325 additions and 26 deletions

View File

@@ -13,30 +13,45 @@
<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[ez a parancs {0} alkalommal lett végrehajtva]]></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[Hiba történt a parancs futtatásakor]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";wox_plugin_cmd_command_not_found" ItemType="0;.resx" PsrId="211" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Command not found]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[A parancs nem található]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<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[parancs végrehajtása a parancshéj használatával]]></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[Rendszerparancsok végrehajtásának engedélyezése a PowerToys Asszisztensben. A parancsoknak a > karakterrel kell kezdődniük]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -52,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[Futtatás rendszergazdaként (Ctrl+Shift+Enter)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>