Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/Languages/zh-cn.xaml
2021-04-28 22:36:32 +08:00

36 lines
No EOL
2.9 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">
<!--Command List-->
<system:String x:Key="flowlauncher_plugin_sys_command">命令</system:String>
<system:String x:Key="flowlauncher_plugin_sys_desc">描述</system:String>
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">关闭电脑</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">重启这台电脑</system:String>
<system:String x:Key="flowlauncher_plugin_sys_log_off">注销</system:String>
<system:String x:Key="flowlauncher_plugin_sys_lock">锁定这台电脑</system:String>
<system:String x:Key="flowlauncher_plugin_sys_exit">退出Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_restart">重启Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_sys_setting">设置</system:String>
<system:String x:Key="flowlauncher_plugin_sys_sleep">休眠这台电脑</system:String>
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">清空回收站</system:String>
<system:String x:Key="flowlauncher_plugin_sys_hibernate">休眠计算机</system:String>
<system:String x:Key="flowlauncher_plugin_sys_save_all_settings">保存所有Flow Launcher设置</system:String>
<system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">用新内容刷新插件数据</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_log_location">打开Flow Launcher的日志目录</system:String>
<system:String x:Key="flowlauncher_plugin_sys_check_for_update">检查新的Flow Launcher更新</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">访问Flow Launcher的文档以获取更多帮助以及使用技巧</system:String>
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">打开存储Flow Launcher设置的位置</system:String>
<!--Dialogs-->
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">成功</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">所有Flow Launcher设置已保存</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">重新加载了所有插件数据</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">您确定要关闭计算机吗?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">您确定要重新启动计算机吗?</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">系统命令</system:String>
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">系统系统相关的命令。例如,关机,锁定,设置等</system:String>
</ResourceDictionary>