Skip to content

Commit afba03d

Browse files
authored
Merge pull request #422 from solitudechn/update-chinese
Added and corrected Chinese translation
2 parents baf961e + 9c063e3 commit afba03d

File tree

21 files changed

+221
-24
lines changed

21 files changed

+221
-24
lines changed

Flow.Launcher/Languages/zh-cn.xaml

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--主窗体-->
55
<system:String x:Key="registerHotkeyFailed">注册热键:{0} 失败</system:String>
66
<system:String x:Key="couldnotStartCmd">启动命令 {0} 失败</system:String>
7-
<system:String x:Key="invalidFlowLauncherPluginFileFormat">不是合法的Flow Launcher插件格式</system:String>
7+
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Flow Launcher插件格式错误</system:String>
88
<system:String x:Key="setAsTopMostInThisQuery">在当前查询中置顶</system:String>
99
<system:String x:Key="cancelTopMostInThisQuery">取消置顶</system:String>
1010
<system:String x:Key="executeQuery">执行查询:{0}</system:String>
@@ -17,28 +17,37 @@
1717
<!--设置,通用-->
1818
<system:String x:Key="flowlauncher_settings">Flow Launcher设置</system:String>
1919
<system:String x:Key="general">通用</system:String>
20-
<system:String x:Key="startFlowLauncherOnSystemStartup">开机启动</system:String>
20+
<system:String x:Key="portableMode">便携模式</system:String>
21+
<system:String x:Key="startFlowLauncherOnSystemStartup">开机自动启动</system:String>
2122
<system:String x:Key="hideFlowLauncherWhenLoseFocus">失去焦点时自动隐藏Flow Launcher</system:String>
2223
<system:String x:Key="dontPromptUpdateMsg">不显示新版本提示</system:String>
2324
<system:String x:Key="rememberLastLocation">记住上次启动位置</system:String>
2425
<system:String x:Key="language">语言</system:String>
2526
<system:String x:Key="lastQueryMode">上次搜索关键字模式</system:String>
2627
<system:String x:Key="LastQueryPreserved">保留上次搜索关键字</system:String>
27-
<system:String x:Key="LastQuerySelected">全选上次搜索关键字</system:String>
28+
<system:String x:Key="LastQuerySelected">选择上次搜索关键字</system:String>
2829
<system:String x:Key="LastQueryEmpty">清空上次搜索关键字</system:String>
2930
<system:String x:Key="maxShowResults">最大结果显示个数</system:String>
3031
<system:String x:Key="ignoreHotkeysOnFullscreen">全屏模式下忽略热键</system:String>
3132
<system:String x:Key="pythonDirectory">Python 路径</system:String>
3233
<system:String x:Key="autoUpdates">自动更新</system:String>
33-
<system:String x:Key="selectPythonDirectory">Select</system:String>
34+
<system:String x:Key="selectPythonDirectory">选择</system:String>
3435
<system:String x:Key="hideOnStartup">启动时不显示主窗口</system:String>
3536
<system:String x:Key="hideNotifyIcon">隐藏任务栏图标</system:String>
37+
<system:String x:Key="querySearchPrecision">查询搜索精度</system:String>
38+
<system:String x:Key="ShouldUsePinyin">启动拼音搜索</system:String>
39+
<system:String x:Key="ShouldUsePinyinToolTip">允许使用拼音进行搜索。</system:String>
3640

3741
<!--设置,插件-->
3842
<system:String x:Key="plugin">插件</system:String>
3943
<system:String x:Key="browserMorePlugins">浏览更多插件</system:String>
44+
<system:String x:Key="enable">启用</system:String>
4045
<system:String x:Key="disable">禁用</system:String>
4146
<system:String x:Key="actionKeywords">触发关键字</system:String>
47+
<system:String x:Key="currentActionKeywords">当前操作关键字:</system:String>
48+
<system:String x:Key="newActionKeyword">新动作关键字:</system:String>
49+
<system:String x:Key="currentPriority">当前优先级:</system:String>
50+
<system:String x:Key="newPriority">新优先级:</system:String>
4251
<system:String x:Key="pluginDirectory">插件目录</system:String>
4352
<system:String x:Key="author">作者</system:String>
4453
<system:String x:Key="plugin_init_time">加载耗时</system:String>
@@ -47,6 +56,7 @@
4756
<!--设置,主题-->
4857
<system:String x:Key="theme">主题</system:String>
4958
<system:String x:Key="browserMoreThemes">浏览更多主题</system:String>
59+
<system:String x:Key="hiThere">在这里输入</system:String>
5060
<system:String x:Key="queryBoxFont">查询框字体</system:String>
5161
<system:String x:Key="resultItemFont">结果项字体</system:String>
5262
<system:String x:Key="windowMode">窗口模式</system:String>
@@ -65,6 +75,9 @@
6575
<system:String x:Key="add">增加</system:String>
6676
<system:String x:Key="pleaseSelectAnItem">请选择一项</system:String>
6777
<system:String x:Key="deleteCustomHotkeyWarning">你确定要删除插件 {0} 的热键吗?</system:String>
78+
<system:String x:Key="queryWindowShadowEffect">查询窗口阴影效果</system:String>
79+
<system:String x:Key="shadowEffectCPUUsage">阴影效果将占用大量的GPU资源。</system:String>
80+
<system:String x:Key="shadowEffectPerformance">如果您的计算机性能有限,则不建议使用。</system:String>
6881

6982
<!--设置,代理-->
7083
<system:String x:Key="proxy">HTTP 代理</system:String>
@@ -88,8 +101,18 @@
88101
<system:String x:Key="version">版本</system:String>
89102
<system:String x:Key="about_activate_times">你已经激活了Flow Launcher {0} 次</system:String>
90103
<system:String x:Key="checkUpdates">检查更新</system:String>
91-
<system:String x:Key="newVersionTips">发现新版本 {0} , 请重启 flowlauncher。</system:String>
104+
<system:String x:Key="newVersionTips">发现新版本 {0} , 请重启 Flow Launcher。</system:String>
105+
<system:String x:Key="checkUpdatesFailed">下载更新失败,请检查您与 api.github.com 的连接状态或检查代理设置。</system:String>
106+
<system:String x:Key="downloadUpdatesFailed">
107+
下载更新失败,请检查您与 github-cloud.s3.amazonaws.com 的连接状态或检查代理设置,
108+
或访问 https://github.com/Flow-Launcher/Flow.Launcher/releases 手动下载更新。
109+
</system:String>
92110
<system:String x:Key="releaseNotes">更新说明:</system:String>
111+
<system:String x:Key="documentation">使用技巧:</system:String>
112+
113+
<!--优先级设置对话框-->
114+
<system:String x:Key="priority_tips">数字越大,结果排名越高。如果你想要结果比任何其他插件的低,请使用负数</system:String>
115+
<system:String x:Key="invalidPriority">请提供有效的整数作为优先级设置值!</system:String>
93116

94117
<!--Action Keyword 设置对话框-->
95118
<system:String x:Key="oldActionKeywords">旧触发关键字</system:String>
@@ -98,11 +121,13 @@
98121
<system:String x:Key="done">确定</system:String>
99122
<system:String x:Key="cannotFindSpecifiedPlugin">找不到指定的插件</system:String>
100123
<system:String x:Key="newActionKeywordsCannotBeEmpty">新触发关键字不能为空</system:String>
101-
<system:String x:Key="newActionKeywordsHasBeenAssigned">新触发关键字已经被指派给其他插件了,请重新选择一个关键字</system:String>
124+
<system:String x:Key="newActionKeywordsHasBeenAssigned">新触发关键字已经被指派给其他插件了,请换一个关键字</system:String>
102125
<system:String x:Key="success">成功</system:String>
126+
<system:String x:Key="completedSuccessfully">成功完成</system:String>
103127
<system:String x:Key="actionkeyword_tips">如果你不想设置触发关键字,可以使用*代替</system:String>
104128

105129
<!--Custom Query Hotkey 对话框-->
130+
<system:String x:Key="customeQueryHotkeyTitle">自定义插件热键</system:String>
106131
<system:String x:Key="preview">预览</system:String>
107132
<system:String x:Key="hotkeyIsNotUnavailable">热键不可用,请选择一个新的热键</system:String>
108133
<system:String x:Key="invalidPluginHotkey">插件热键不合法</system:String>
@@ -127,12 +152,24 @@
127152
<system:String x:Key="reportWindow_report_failed">发送失败</system:String>
128153
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher出错啦</system:String>
129154

155+
<!--General Notice-->
156+
<system:String x:Key="pleaseWait">请稍等...</system:String>
157+
130158
<!--更新-->
159+
<system:String x:Key="update_flowlauncher_update_check">检查新的更新</system:String>
160+
<system:String x:Key="update_flowlauncher_already_on_latest">您已经拥有最新的Flow Launcher版本</system:String>
161+
<system:String x:Key="update_flowlauncher_update_found">检查到更新</system:String>
162+
<system:String x:Key="update_flowlauncher_updating">更新中...</system:String>
163+
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">Flow Launcher无法将您的用户配置文件数据移动到新的更新版本中。
164+
请手动将您的用户配置文件数据文件夹从 {0} 到 {1}</system:String>
165+
<system:String x:Key="update_flowlauncher_new_update">新的更新</system:String>
131166
<system:String x:Key="update_flowlauncher_update_new_version_available">发现Flow Launcher新版本 V{0}</system:String>
132-
<system:String x:Key="update_flowlauncher_update_error">更新Flow Launcher出错</system:String>
167+
<system:String x:Key="update_flowlauncher_update_error">尝试安装软件更新时发生错误</system:String>
133168
<system:String x:Key="update_flowlauncher_update">更新</system:String>
134169
<system:String x:Key="update_flowlauncher_update_cancel">取消</system:String>
135-
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">此更新需要重启Flow Launcher</system:String>
170+
<system:String x:Key="update_flowlauncher_fail">更新错误</system:String>
171+
<system:String x:Key="update_flowlauncher_check_connection">检查网络是否可以连接至github-cloud.s3.amazonaws.com.</system:String>
172+
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">此次更新需要重启Flow Launcher</system:String>
136173
<system:String x:Key="update_flowlauncher_update_upadte_files">下列文件会被更新</system:String>
137174
<system:String x:Key="update_flowlauncher_update_files">更新文件</system:String>
138175
<system:String x:Key="update_flowlauncher_update_upadte_description">更新日志</system:String>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3+
xmlns:system="clr-namespace:System;assembly=mscorlib">
4+
5+
<!--Plugin Info-->
6+
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">浏览器书签</system:String>
7+
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">搜索您的浏览器书签</system:String>
8+
9+
<!--Settings-->
10+
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">在以下位置打开书签:</system:String>
11+
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">新窗口</system:String>
12+
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">新标签</system:String>
13+
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">设置浏览器路径:</system:String>
14+
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">选择</system:String>
15+
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">复制网址</system:String>
16+
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">将书签的网址复制到剪贴板</system:String>
17+
</ResourceDictionary>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Browser Bookmarks",
55
"Description": "Search your browser bookmarks",
66
"Author": "qianlifeng, Ioannis G.",
7-
"Version": "1.4.2",
7+
"Version": "1.4.3",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",

Plugins/Flow.Launcher.Plugin.Calculator/Languages/zh-cn.xaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44

55
<system:String x:Key="flowlauncher_plugin_caculator_plugin_name">计算器</system:String>
66
<system:String x:Key="flowlauncher_plugin_caculator_plugin_description">为Flow Launcher提供数学计算能力。(试着在Flow Launcher输入 5*3-2)</system:String>
7-
7+
<system:String x:Key="flowlauncher_plugin_calculator_not_a_number">请输入数字</system:String>
8+
<system:String x:Key="flowlauncher_plugin_calculator_expression_not_complete">表达错误或不完整(您是否忘记了一些括号?)</system:String>
9+
<system:String x:Key="flowlauncher_plugin_calculator_copy_number_to_clipboard">将结果复制到剪贴板</system:String>
10+
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator">十进制分隔符</system:String>
11+
<system:String x:Key="flowlauncher_plugin_calculator_output_decimal_seperator_help">在输出中使用的十进制分隔符。</system:String>
12+
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_use_system_locale">使用系统区域设置</system:String>
13+
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_comma">逗号(,)</system:String>
14+
<system:String x:Key="flowlauncher_plugin_calculator_decimal_seperator_dot">点(.)</system:String>
15+
<system:String x:Key="flowlauncher_plugin_calculator_max_decimal_places">小数点后最大位数</system:String>
816
</ResourceDictionary>

Plugins/Flow.Launcher.Plugin.Calculator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Calculator",
55
"Description": "Provide mathematical calculations.(Try 5*3-2 in Flow Launcher)",
66
"Author": "cxfksword",
7-
"Version": "1.1.6",
7+
"Version": "1.1.7",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.Caculator.dll",

Plugins/Flow.Launcher.Plugin.Explorer/Languages/zh-cn.xaml

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,55 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:system="clr-namespace:System;assembly=mscorlib">
44

5+
<!--Dialogues-->
6+
<system:String x:Key="plugin_explorer_make_selection_warning">请先选择</system:String>
7+
<system:String x:Key="plugin_explorer_select_folder_link_warning">请选择一个文件夹链接</system:String>
8+
<system:String x:Key="plugin_explorer_delete_folder_link">您确定要删除 {0} 吗?</system:String>
9+
<system:String x:Key="plugin_explorer_deletefilefolderconfirm">您确定要永久删除此 {0} 吗?</system:String>
10+
<system:String x:Key="plugin_explorer_deletefilefoldersuccess">删除成功</system:String>
11+
<system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">已成功删除 {0}</system:String>
12+
<system:String x:Key="plugin_explorer_globalActionKeywordInvalid">使用全局操作关键字可能会在搜索过程中带来太多结果。请使用一个特定的操作关键字。</system:String>
13+
514
<!--Controls-->
615
<system:String x:Key="plugin_explorer_delete">删除</system:String>
716
<system:String x:Key="plugin_explorer_edit">编辑</system:String>
817
<system:String x:Key="plugin_explorer_add">添加</system:String>
18+
<system:String x:Key="plugin_explorer_manageactionkeywords_header">自定义动作关键字</system:String>
19+
<system:String x:Key="plugin_explorer_quickaccesslinks_header">快速访问链接</system:String>
20+
<system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">索引搜索排除的路径</system:String>
21+
<system:String x:Key="plugin_explorer_manageindexoptions">索引选项</system:String>
22+
<system:String x:Key="plugin_explorer_actionkeywordview_search">搜索激活:</system:String>
23+
<system:String x:Key="plugin_explorer_actionkeywordview_filecontentsearch">文件内容搜索:</system:String>
24+
25+
<!--Plugin Infos-->
26+
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
27+
<system:String x:Key="plugin_explorer_plugin_description">利用Windows索引来搜索和管理文件和文件夹。</system:String>
928

10-
<!--Dialogues-->
11-
<system:String x:Key="plugin_explorer_select_folder_link_warning">请选择一个文件夹</system:String>
12-
<system:String x:Key="plugin_explorer_delete_folder_link">你确定要删除{0}吗?</system:String>
29+
<!--Context menu items-->
30+
<system:String x:Key="plugin_explorer_copypath">复制路径</system:String>
31+
<system:String x:Key="plugin_explorer_copyfilefolder">复制</system:String>
32+
<system:String x:Key="plugin_explorer_deletefilefolder">删除</system:String>
33+
<system:String x:Key="plugin_explorer_path">路径:</system:String>
34+
<system:String x:Key="plugin_explorer_deletefilefolder_subtitle">删除所选</system:String>
35+
<system:String x:Key="plugin_explorer_runasdifferentuser">以其他用户身份运行</system:String>
36+
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">使用其他用户帐户运行所选的</system:String>
37+
<system:String x:Key="plugin_explorer_opencontainingfolder">打开文件所在文件夹</system:String>
38+
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">打开文件或文件夹所在目录</system:String>
39+
<system:String x:Key="plugin_explorer_openwitheditor">使用编辑器打开:</system:String>
40+
<system:String x:Key="plugin_explorer_excludefromindexsearch">从索引搜索中排除当前目录和子目录</system:String>
41+
<system:String x:Key="plugin_explorer_excludedfromindexsearch_msg">从索引搜索中排除</system:String>
42+
<system:String x:Key="plugin_explorer_openindexingoptions">打开Windows索引选项</system:String>
43+
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">管理索引文件和文件夹</system:String>
44+
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">无法打开Windows索引选项</system:String>
45+
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">添加到快速访问</system:String>
46+
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">将 {0} 添加到快速访问中</system:String>
47+
<system:String x:Key="plugin_explorer_addfilefoldersuccess">添加完成</system:String>
48+
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">成功添加到快速访问</system:String>
49+
<system:String x:Key="plugin_explorer_removefilefoldersuccess">删除完成</system:String>
50+
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">已成功从快速访问中删除</system:String>
51+
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">添加到快速访问,以便可以使用Explorer的搜索关键字将其打开</system:String>
52+
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">从快速访问中删除</system:String>
53+
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">从快速访问中删除</system:String>
54+
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">从快速访问中删除 {0} </system:String>
1355

1456
</ResourceDictionary>

Plugins/Flow.Launcher.Plugin.Explorer/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Name": "Explorer",
88
"Description": "Search and manage files and folders. Explorer utilises Windows Index Search",
99
"Author": "Jeremy Wu",
10-
"Version": "1.7.5",
10+
"Version": "1.7.6",
1111
"Language": "csharp",
1212
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1313
"ExecuteFileName": "Flow.Launcher.Plugin.Explorer.dll",

0 commit comments

Comments
 (0)