mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
15 lines
872 B
Plaintext
15 lines
872 B
Plaintext
|
<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>
|
||
|
|
||
|
</ResourceDictionary>
|