2015-07-17 15:08:39 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_sys_command">命令</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_desc">描述</system:String>
|
|
|
|
|
2016-08-04 06:18:57 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_shutdown_computer">電腦關機</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_restart_computer">電腦重新啟動</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_log_off">登出</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_lock">鎖定電腦</system:String>
|
2015-07-17 15:08:39 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_exit">退出Wox</system:String>
|
2016-08-04 06:18:57 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_restart">重新啟動 Wox</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_setting">設定</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_sleep">睡眠</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_emptyrecyclebin">清空資源回收桶</system:String>
|
2015-07-17 15:08:39 +08:00
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_sys_plugin_name">系統命令</system:String>
|
2016-08-04 06:18:57 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_plugin_description">系統相關的命令。例如,關機,鎖定,設定等</system:String>
|
2015-07-17 15:08:39 +08:00
|
|
|
|
2016-08-04 06:18:57 +08:00
|
|
|
</ResourceDictionary>
|