File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager/Languages Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <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" >
1
+ <?xml version =" 1.0" ?>
2
+ <ResourceDictionary
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
3
6
4
7
<!-- Dialogues -->
5
8
<system : String x : Key =" plugin_pluginsmanager_downloading_plugin" >正在下载插件...</system : String >
13
16
<system : String x : Key =" plugin_pluginsmanager_installing_plugin" >正在安装插件</system : String >
14
17
<system : String x : Key =" plugin_pluginsmanager_install_from_web" >下载与安装 {0}</system : String >
15
18
<system : String x : Key =" plugin_pluginsmanager_uninstall_title" >插件卸载</system : String >
16
- <system : String x : Key =" plugin_pluginsmanager_keep_plugin_settings_title" >保留插件设置</system : String >
17
- <system : String x : Key =" plugin_pluginsmanager_keep_plugin_settings_subtitle" >你希望保留插件设置以便于下次使用吗?</system : String >
18
19
<system : String x : Key =" plugin_pluginsmanager_install_success_restart" >插件安装成功。正在重新启动 Flow Launcher,请稍候...</system : String >
19
20
<system : String x : Key =" plugin_pluginsmanager_install_errormetadatafile" >安装失败:无法从新插件中找到plugin.json元数据文件</system : String >
20
21
<system : String x : Key =" plugin_pluginsmanager_install_error_duplicate" >错误:具有相同或更高版本的 {0} 的插件已经存在。</system : String >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
2
- <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" >
1
+ <?xml version =" 1.0" ?>
2
+ <ResourceDictionary
3
+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
3
6
4
7
<!-- Dialogues -->
5
8
<system : String x : Key =" plugin_pluginsmanager_downloading_plugin" >正在下載擴充功能</system : String >
13
16
<system : String x : Key =" plugin_pluginsmanager_installing_plugin" >Installing Plugin</system : String >
14
17
<system : String x : Key =" plugin_pluginsmanager_install_from_web" >下載並安裝 {0}</system : String >
15
18
<system : String x : Key =" plugin_pluginsmanager_uninstall_title" >解除安裝擴充功能</system : String >
16
- <system : String x : Key =" plugin_pluginsmanager_keep_plugin_settings_title" >保留插件設置</system : String >
17
- <system : String x : Key =" plugin_pluginsmanager_keep_plugin_settings_subtitle" >你希望保留插件設置以便於下次使用嗎?</system : String >
18
19
<system : String x : Key =" plugin_pluginsmanager_install_success_restart" >外掛安裝成功。正在重啟 Flow,請稍後...</system : String >
19
20
<system : String x : Key =" plugin_pluginsmanager_install_errormetadatafile" >Unable to find the plugin.json metadata file from the extracted zip file.</system : String >
20
21
<system : String x : Key =" plugin_pluginsmanager_install_error_duplicate" >Error: A plugin which has the same or greater version with {0} already exists.</system : String >
You can’t perform that action at this time.
0 commit comments