mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
* New translations en.xaml (Danish) * New translations en.xaml (French) * New translations Resources.resx (Polish) * New translations en.xaml (French) * New translations Resources.resx (French) * New translations Resources.resx (Danish) * New translations Resources.resx (German) * New translations Resources.resx (Italian) * New translations Resources.resx (Japanese) * New translations Resources.resx (Korean) * New translations Resources.resx (Dutch) * New translations Resources.resx (Portuguese) * New translations Resources.resx (Spanish, Latin America) * New translations Resources.resx (Russian) * New translations Resources.resx (Slovak) * New translations Resources.resx (Turkish) * New translations Resources.resx (Ukrainian) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Traditional) * New translations Resources.resx (Portuguese, Brazilian) * New translations Resources.resx (Norwegian Bokmal) * New translations Resources.resx (Serbian (Latin)) * New translations Resources.resx (Spanish (Modern)) * New translations en.xaml (Japanese) * New translations en.xaml (Korean) * New translations en.xaml (German) * New translations en.xaml (Italian) * New translations en.xaml (Russian) * New translations en.xaml (Dutch) * New translations en.xaml (Polish) * New translations en.xaml (Ukrainian) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Turkish) * New translations en.xaml (Chinese Simplified) * New translations en.xaml (Norwegian Bokmal) * New translations en.xaml (Serbian (Latin)) * New translations en.xaml (Chinese Traditional) * New translations en.xaml (Portuguese, Brazilian) * New translations en.xaml (Spanish, Latin America)
48 lines
5.1 KiB
XML
48 lines
5.1 KiB
XML
<?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_pluginsmanager_downloading_plugin">正在下載外掛</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_download_success">下載完成</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_download_error">錯誤:無法下載外掛</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_title">安裝外掛</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_from_web">下載並安裝 {0}</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_uninstall_title">移除外掛</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_success_restart">外掛安裝成功。正在重啟 Flow,請稍後...</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_errormetadatafile">Unable to find the plugin.json metadata file from the extracted zip file.</system:String>
|
||
<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>
|
||
<system:String x:Key="plugin_pluginsmanager_install_error_title">安裝外掛時發生錯誤</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_error_subtitle">嘗試安裝 {0} 時發生錯誤</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_noresult_title">無可用更新</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_title">外掛更新</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_exists">This plugin has an update, would you like to see it?</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">已安裝此外掛</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning_title">Installing from an unknown source</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_install_unknown_source_warning">You are installing this plugin from an unknown source and it may contain potential risks!{0}{0}Please ensure you understand where this plugin is from and that it is safe.{0}{0}Would you like to continue still?{0}{0}(You can switch off this warning via settings)</system:String>
|
||
|
||
<!--Controls-->
|
||
|
||
<!--Plugin Infos-->
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_name">外掛管理</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_unknown_author">未知的作者</system:String>
|
||
|
||
<!--Context menu items-->
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">打開網頁</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle">查看外掛的網站</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_title">查看原始碼</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_gotosourcecode_subtitle">查看外掛的原始碼</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_title">Suggest an enhancement or submit an issue</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_newissue_subtitle">Suggest an enhancement or submit an issue to the plugin developer</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title">Go to Flow's plugins repository</system:String>
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle">Visit the PluginsManifest repository to see community-made plugin submissions</system:String>
|
||
|
||
<!--Settings menu items-->
|
||
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
|
||
</ResourceDictionary>
|