Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml
2022-12-13 03:36:02 +02:00

121 lines
12 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<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">
<!-- Dialogues -->
<system:String x:Key="plugin_explorer_make_selection_warning">请先进行选择</system:String>
<system:String x:Key="plugin_explorer_select_folder_link_warning">请选择一个文件夹链接</system:String>
<system:String x:Key="plugin_explorer_delete_folder_link">您确定要删除 {0} 吗?</system:String>
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">您确定要永久删除此 {0} 吗?</system:String>
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">删除成功</system:String>
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">已成功删除 {0}</system:String>
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">使用全局操作关键字可能会在搜索过程中带来太多结果。请使用一个特定的操作关键字。</system:String>
<system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">无法使用全局动作关键词作为快速访问关键字,请指定动作关键字</system:String>
<system:String x:Key="plugin_explorer_windowsSearchServiceNotRunning">Windows 索引搜索所需的服务似乎没有运行</system:String>
<system:String x:Key="plugin_explorer_windowsSearchServiceFix">若要解决这个问题,请启动 Windows 搜索服务。点击此处删除警告</system:String>
<system:String x:Key="plugin_explorer_alternative">警告消息已关闭。 作为搜索文件和文件夹的一个替代办法,你想要安装 Everything 插件吗?{0}{0}选择 '是'安装Everything插件',或者'否' 退出</system:String>
<system:String x:Key="plugin_explorer_alternative_title">资源管理器选项</system:String>
<system:String x:Key="plugin_explorer_directoryinfosearch_error">搜索时发生错误:{0}</system:String>
<!-- Controls -->
<system:String x:Key="plugin_explorer_delete">删除</system:String>
<system:String x:Key="plugin_explorer_edit">编辑</system:String>
<system:String x:Key="plugin_explorer_add">增加</system:String>
<system:String x:Key="plugin_explorer_generalsetting_header">通用设置</system:String>
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
<system:String x:Key="plugin_explorer_everything_setting_header">Everything 设置</system:String>
<system:String x:Key="plugin_explorer_everything_sort_option">排序选项</system:String>
<system:String x:Key="plugin_explorer_everything_installed_path">Everything 路径</system:String>
<system:String x:Key="plugin_explorer_launch_hidden">隐藏启动</system:String>
<system:String x:Key="plugin_explorer_editor_path">编辑器路径</system:String>
<system:String x:Key="plugin_explorer_shell_path">Shell 路径</system:String>
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">索引搜索排除的路径</system:String>
<system:String x:Key="plugin_explorer_use_location_as_working_dir">使用搜索结果的位置作为应用程序的工作目录</system:String>
<system:String x:Key="plugin_explorer_usewindowsindexfordirectorysearch">使用索引进行路径搜索</system:String>
<system:String x:Key="plugin_explorer_manageindexoptions">索引选项</system:String>
<system:String x:Key="plugin_explorer_actionkeywordview_search">搜索激活:</system:String>
<system:String x:Key="plugin_explorer_actionkeywordview_pathsearch">路径搜索激活:</system:String>
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">文件内容搜索:</system:String>
<system:String x:Key="plugin_explorer_actionkeywordview_indexsearch">索引搜索:</system:String>
<system:String x:Key="plugin_explorer_actionkeywordview_quickaccess">快速访问</system:String>
<system:String x:Key="plugin_explorer_actionkeyword_current">当前触发关键字</system:String>
<system:String x:Key="plugin_explorer_actionkeyword_done">确认</system:String>
<system:String x:Key="plugin_explorer_actionkeyword_enabled">启用</system:String>
<system:String x:Key="plugin_explorer_actionkeyword_enabled_tooltip">当禁用时Flow Launcher 将不会执行此搜索选项,并且还会恢复到“*”以释放动作关键字</system:String>
<system:String x:Key="plugin_explorer_engine_everything">Everything</system:String>
<system:String x:Key="plugin_explorer_engine_windows_index">Windows 索引</system:String>
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">直接枚举</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">文件内容搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">目录递归搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Index_Search_Engine">索引搜索引擎</system:String>
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">文件管理器</system:String>
<system:String x:Key="plugin_explorer_plugin_description">利用Windows索引来搜索和管理文件和文件夹。</system:String>
<!-- Plugin Tooltip -->
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter 以打开目录</system:String>
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter 以打开所在的文件夹</system:String>
<!-- Context menu items -->
<system:String x:Key="plugin_explorer_copypath">复制路径</system:String>
<system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String>
<system:String x:Key="plugin_explorer_deletefilefolder">删除</system:String>
<system:String x:Key="plugin_explorer_path">路径:</system:String>
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">删除所选内容</system:String>
<system:String x:Key="plugin_explorer_runasdifferentuser">以其他用户身份运行</system:String>
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">使用其他用户帐户运行所选内容</system:String>
<system:String x:Key="plugin_explorer_opencontainingfolder">打开文件所在文件夹</system:String>
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">打开文件或文件夹所在目录</system:String>
<system:String x:Key="plugin_explorer_openwitheditor">使用编辑器打开:</system:String>
<system:String x:Key="plugin_explorer_openwithshell">使用 Shell 打开:</system:String>
<system:String x:Key="plugin_explorer_excludefromindexsearch">从索引搜索中排除当前目录和子目录</system:String>
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">从索引搜索中排除</system:String>
<system:String x:Key="plugin_explorer_openindexingoptions">打开Windows索引选项</system:String>
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">管理索引文件和文件夹</system:String>
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">无法打开Windows索引选项</system:String>
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">添加到快速访问</system:String>
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">将 {0} 添加到快速访问中</system:String>
<system:String x:Key="plugin_explorer_addfilefoldersuccess">添加完成</system:String>
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">成功添加到快速访问</system:String>
<system:String x:Key="plugin_explorer_removefilefoldersuccess">删除完成</system:String>
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">已成功从快速访问中删除</system:String>
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">添加到快速访问以便可以使用Explorer的搜索关键字将其打开</system:String>
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">从快速访问中删除</system:String>
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">从快速访问中删除</system:String>
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">从快速访问中删除 {0}</system:String>
<system:String x:Key="plugin_explorer_show_contextmenu_title">显示 Windows 上下文菜单</system:String>
<!-- Everything -->
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK 加载失败</system:String>
<system:String x:Key="flowlauncher_plugin_everything_is_not_running">警告Everything 服务未运行</system:String>
<system:String x:Key="flowlauncher_plugin_everything_query_error">Everything 插件发生了一个错误(回车拷贝具体错误信息)</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by">排序依据</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_name">名称</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_path">路径</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_size">大小</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_extension">扩展名</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_type_name">类型名称</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_created">创建日期</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_modified">修改日期</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">属性</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">文件列表名</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">运行次数</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">最近更改日期</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">访问日期</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">运行日期</system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending"></system:String>
<system:String x:Key="flowlauncher_plugin_everything_sort_by_descending"></system:String>
<system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">警告:这不是一个快速排序选项,搜索可能较慢。</system:String>
<system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">单击启动或安装 Everything</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything 安装</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">正在安装 Everything 服务。请稍后...</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">成功安装了 Everything 服务</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">自动安装 Everything 服务失败。请从 https://www.voidtools.com 手动下载并安装。</system:String>
<system:String x:Key="flowlauncher_plugin_everything_run_service">单击此处开始</system:String>
<system:String x:Key="flowlauncher_plugin_everything_installing_select">无法找到任何 Everything 安装,您想手动选择一个位置吗?{0}{0} 单击 不 将自动为您安装 Everything。</system:String>
</ResourceDictionary>