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

This commit is contained in:
csigs
2020-10-07 13:30:34 -07:00
committed by GitHub
parent 5e30ad176a
commit de4436ccc0
21 changed files with 1000 additions and 13 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[이 명령을 {0}번 실행했습니다.]]></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[명령을 실행하는 동안 오류가 발생했습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -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[명령 셸을 통해 명령 실행]]></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[PowerToys Run에서 시스템 명령을 실행하도록 허용합니다. 명령은 >로 시작해야 합니다.]]></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[관리자 권한으로 실행(Ctrl+Shift+Enter)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>