mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
19 lines
1.2 KiB
XML
19 lines
1.2 KiB
XML
<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>
|
|
|
|
<system:String x:Key="wox_plugin_sys_shutdown_computer">关闭电脑</system:String>
|
|
<system:String x:Key="wox_plugin_sys_log_off">注销</system:String>
|
|
<system:String x:Key="wox_plugin_sys_lock">锁定这台电脑</system:String>
|
|
<system:String x:Key="wox_plugin_sys_exit">退出Wox</system:String>
|
|
<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_plugin_name">系统命令</system:String>
|
|
<system:String x:Key="wox_plugin_sys_plugin_description">系统系统相关的命令。例如,关机,锁定,设置等</system:String>
|
|
|
|
</ResourceDictionary> |