mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00

* Added open in console for indexer * Added open in console fpr indexer and folder plugin * Added open in console to program plugin * Added string localization for program plugin * Added test for win32 program * Added test for win32 programs * Added test for indexer plugin * Localization for context menu title * Added tests for folder plugin * Added tests for indexer plugin * Code cleanup * Improved logging and nit fixes * Updated tooltip for open in console * Updates tests * Removed subtitle property from contextmenuresult class * Improved logging for context menu loaders
50 lines
3.5 KiB
XML
50 lines
3.5 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">
|
||
|
||
<!--Program setting-->
|
||
<system:String x:Key="wox_plugin_program_delete">删除</system:String>
|
||
<system:String x:Key="wox_plugin_program_edit">编辑</system:String>
|
||
<system:String x:Key="wox_plugin_program_add">增加</system:String>
|
||
<system:String x:Key="wox_plugin_program_location">位置</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes">索引文件后缀</system:String>
|
||
<system:String x:Key="wox_plugin_program_reindex">重新索引</system:String>
|
||
<system:String x:Key="wox_plugin_program_indexing">索引中</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_start">索引开始菜单</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_registry">索引注册表</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_header">后缀</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_depth_header">最大深度</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_directory">目录</system:String>
|
||
<system:String x:Key="wox_plugin_program_browse">浏览</system:String>
|
||
<system:String x:Key="wox_plugin_program_file_suffixes">文件后缀</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_search_depth">最大搜索深度(-1是无限的):</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_pls_select_program_source">请先选择一项</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_update">更新</system:String>
|
||
<system:String x:Key="wox_plugin_program_only_index_tip">Wox仅索引下列后缀的文件:</system:String>
|
||
<system:String x:Key="wox_plugin_program_split_by_tip">(每个后缀以英文状态下的分号分隔)</system:String>
|
||
<system:String x:Key="wox_plugin_program_update_file_suffixes">成功更新索引文件后缀</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">文件后缀不能为空</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_run_as_administrator">以管理员身份运行 (Ctrl+Shift+Enter)</system:String>
|
||
<system:String x:Key="wox_plugin_program_open_containing_folder">打开所属文件夹 (Ctrl+Shift+E)</system:String>
|
||
<system:String x:Key="wox_plugin_program_open_in_console">Open path in console (Ctrl+Shift+C)</system:String>
|
||
|
||
|
||
<system:String x:Key="wox_plugin_program_plugin_name">程序</system:String>
|
||
<system:String x:Key="wox_plugin_program_plugin_description">在Wox中搜索程序</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_invalid_path">无效路径</system:String>
|
||
|
||
<!--Application subtitle-->
|
||
<system:String x:Key="powertoys_run_plugin_program_win32_application">Application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_internet_shortcut_application">Internet shortcut application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_web_application">Web application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_run_command">Run command</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_packaged_application">Packaged application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_file_name">Name</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_file_path">Path</system:String>
|
||
|
||
</ResourceDictionary> |