mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
599 lines
50 KiB
XML
599 lines
50 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">
|
||
<!-- Startup -->
|
||
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
|
||
Flow detected you have installed {0} plugins, which will require {1} to run. Would you like to download {1}?
|
||
{2}{2}
|
||
Click no if it's already installed, and you will be prompted to select the folder that contains the {1} executable
|
||
</system:String>
|
||
<system:String x:Key="runtimePluginChooseRuntimeExecutable">Please select the {0} executable</system:String>
|
||
<system:String x:Key="runtimeExecutableInvalidChooseDownload">
|
||
Your selected {0} executable is invalid.
|
||
{2}{2}
|
||
Click yes if you would like select the {0} executable again. Click no if you would like to download {1}
|
||
</system:String>
|
||
<system:String x:Key="runtimePluginUnableToSetExecutablePath">Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom).</system:String>
|
||
<system:String x:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String>
|
||
<system:String x:Key="failedToInitializePluginsMessage">Plugins: {0} - fail to load and would be disabled, please contact plugin creator for help</system:String>
|
||
|
||
<!-- MainWindow -->
|
||
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
|
||
<system:String x:Key="unregisterHotkeyFailed">Failed to unregister hotkey "{0}". Please try again or see log for details</system:String>
|
||
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
||
<system:String x:Key="couldnotStartCmd">啟動命令 {0} 失敗</system:String>
|
||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">無效的 Flow Launcher 外掛格式</system:String>
|
||
<system:String x:Key="setAsTopMostInThisQuery">在目前查詢中置頂</system:String>
|
||
<system:String x:Key="cancelTopMostInThisQuery">取消置頂</system:String>
|
||
<system:String x:Key="executeQuery">執行查詢:{0}</system:String>
|
||
<system:String x:Key="lastExecuteTime">上次執行時間:{0}</system:String>
|
||
<system:String x:Key="iconTrayOpen">開啟</system:String>
|
||
<system:String x:Key="iconTraySettings">設定</system:String>
|
||
<system:String x:Key="iconTrayAbout">關於</system:String>
|
||
<system:String x:Key="iconTrayExit">結束</system:String>
|
||
<system:String x:Key="closeWindow">關閉</system:String>
|
||
<system:String x:Key="copy">複製</system:String>
|
||
<system:String x:Key="cut">剪下</system:String>
|
||
<system:String x:Key="paste">貼上</system:String>
|
||
<system:String x:Key="undo">Undo</system:String>
|
||
<system:String x:Key="selectAll">全選</system:String>
|
||
<system:String x:Key="fileTitle">檔案</system:String>
|
||
<system:String x:Key="folderTitle">資料夾</system:String>
|
||
<system:String x:Key="textTitle">文字</system:String>
|
||
<system:String x:Key="GameMode">遊戲模式</system:String>
|
||
<system:String x:Key="GameModeToolTip">暫停使用快捷鍵。</system:String>
|
||
<system:String x:Key="PositionReset">重設位置</system:String>
|
||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
||
<system:String x:Key="queryTextBoxPlaceholder">Type here to search</system:String>
|
||
|
||
<!-- Setting General -->
|
||
<system:String x:Key="flowlauncher_settings">設定</system:String>
|
||
<system:String x:Key="general">一般</system:String>
|
||
<system:String x:Key="portableMode">便攜模式</system:String>
|
||
<system:String x:Key="portableModeToolTIp">將所有設定和使用者資料存儲在一個資料夾中(當與可移動磁碟或雲服務一起使用時很有用)。</system:String>
|
||
<system:String x:Key="startFlowLauncherOnSystemStartup">開機時啟動</system:String>
|
||
<system:String x:Key="useLogonTaskForStartup">Use logon task instead of startup entry for faster startup experience</system:String>
|
||
<system:String x:Key="useLogonTaskForStartupTooltip">After uninstallation, you need to manually remove this task (Flow.Launcher Startup) via Task Scheduler</system:String>
|
||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">失去焦點時自動隱藏 Flow Launcher</system:String>
|
||
<system:String x:Key="dontPromptUpdateMsg">不顯示新版本提示</system:String>
|
||
<system:String x:Key="SearchWindowPosition">Search Window Location</system:String>
|
||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">記住最後位置</system:String>
|
||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||
<system:String x:Key="SearchWindowAlign">搜尋視窗在螢幕上的位置</system:String>
|
||
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||
<system:String x:Key="SearchWindowAlignCustom">自訂搜尋視窗位置</system:String>
|
||
<system:String x:Key="language">語言</system:String>
|
||
<system:String x:Key="lastQueryMode">最後查詢樣式</system:String>
|
||
<system:String x:Key="lastQueryModeToolTip">重啟 Flow Launcher 顯示/隱藏以前的結果。</system:String>
|
||
<system:String x:Key="LastQueryPreserved">保留上一個查詢</system:String>
|
||
<system:String x:Key="LastQuerySelected">選擇上一個查詢</system:String>
|
||
<system:String x:Key="LastQueryEmpty">清空上次搜尋關鍵字</system:String>
|
||
<system:String x:Key="LastQueryActionKeywordPreserved">Preserve Last Action Keyword</system:String>
|
||
<system:String x:Key="LastQueryActionKeywordSelected">Select Last Action Keyword</system:String>
|
||
<system:String x:Key="maxShowResults">最大結果顯示個數</system:String>
|
||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||
<system:String x:Key="ignoreHotkeysOnFullscreen">全螢幕模式下忽略快捷鍵</system:String>
|
||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">全螢幕模式下停用快捷鍵(推薦用於遊戲時)。</system:String>
|
||
<system:String x:Key="defaultFileManager">預設檔案管理器</system:String>
|
||
<system:String x:Key="defaultFileManagerToolTip">選擇開啟資料夾時要使用的檔案管理器。</system:String>
|
||
<system:String x:Key="defaultBrowser">預設瀏覽器</system:String>
|
||
<system:String x:Key="defaultBrowserToolTip">設定新增分頁、視窗和無痕模式。</system:String>
|
||
<system:String x:Key="pythonFilePath">Python 位置</system:String>
|
||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
||
<system:String x:Key="selectPythonExecutable">請選擇 pythonw.exe</system:String>
|
||
<system:String x:Key="typingStartEn">一律以英文模式開始輸入</system:String>
|
||
<system:String x:Key="typingStartEnTooltip">啟動 Flow 時暫時將輸入法切換為英文模式。</system:String>
|
||
<system:String x:Key="autoUpdates">自動更新</system:String>
|
||
<system:String x:Key="select">選擇</system:String>
|
||
<system:String x:Key="hideOnStartup">啟動時不顯示主視窗</system:String>
|
||
<system:String x:Key="hideOnStartupToolTip">Flow Launcher search window is hidden in the tray after starting up.</system:String>
|
||
<system:String x:Key="hideNotifyIcon">隱藏任務欄圖示</system:String>
|
||
<system:String x:Key="hideNotifyIconToolTip">當圖示從系統列隱藏時,可以透過在搜尋視窗上按右鍵來開啟設定選單。</system:String>
|
||
<system:String x:Key="querySearchPrecision">查詢搜尋精確度</system:String>
|
||
<system:String x:Key="querySearchPrecisionToolTip">更改結果所需的最低匹配分數。</system:String>
|
||
<system:String x:Key="SearchPrecisionNone">None</system:String>
|
||
<system:String x:Key="SearchPrecisionLow">Low</system:String>
|
||
<system:String x:Key="SearchPrecisionRegular">Regular</system:String>
|
||
<system:String x:Key="ShouldUsePinyin">拼音搜尋</system:String>
|
||
<system:String x:Key="ShouldUsePinyinToolTip">允許使用拼音來搜尋。拼音是將中文轉換為羅馬字母拼寫的標準系統。</system:String>
|
||
<system:String x:Key="AlwaysPreview">一律預覽</system:String>
|
||
<system:String x:Key="AlwaysPreviewToolTip">當 Flow 啟動時,一律開啟預覽面板。按下 {0} 可切換預覽。</system:String>
|
||
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||
<system:String x:Key="searchDelay">Search Delay</system:String>
|
||
<system:String x:Key="searchDelayToolTip">Adds a short delay while typing to reduce UI flicker and result load. Recommended if your typing speed is average.</system:String>
|
||
<system:String x:Key="searchDelayNumberBoxToolTip">Enter the wait time (in ms) until input is considered complete. This can only be edited if Search Delay is enabled.</system:String>
|
||
<system:String x:Key="searchDelayTime">Default Search Delay Time</system:String>
|
||
<system:String x:Key="searchDelayTimeToolTip">Wait time before showing results after typing stops. Higher values wait longer. (ms)</system:String>
|
||
<system:String x:Key="KoreanImeTitle">Information for Korean IME user</system:String>
|
||
<system:String x:Key="KoreanImeGuide">
|
||
The Korean input method used in Windows 11 may cause some issues in Flow Launcher.
|
||
|
||
If you experience any problems, you may need to enable "Use previous version of Korean IME".
|
||
|
||
|
||
Open Setting in Windows 11 and go to:
|
||
|
||
Time & Language > Language & Region > Korean > Language Options > Keyboard - Microsoft IME > Compatibility,
|
||
|
||
and enable "Use previous version of Microsoft IME".
|
||
|
||
|
||
</system:String>
|
||
<system:String x:Key="KoreanImeOpenLink">Open Language and Region System Settings</system:String>
|
||
<system:String x:Key="KoreanImeOpenLinkToolTip">Opens the Korean IME setting location. Go to Korean > Language Options > Keyboard - Microsoft IME > Compatibility</system:String>
|
||
<system:String x:Key="KoreanImeOpenLinkButton">開啟</system:String>
|
||
<system:String x:Key="KoreanImeRegistry">Use Previous Korean IME</system:String>
|
||
<system:String x:Key="KoreanImeRegistryTooltip">You can change the Previous Korean IME settings directly from here</system:String>
|
||
<system:String x:Key="homePage">Home Page</system:String>
|
||
<system:String x:Key="homePageToolTip">Show home page results when query text is empty.</system:String>
|
||
<system:String x:Key="historyResultsForHomePage">Show History Results in Home Page</system:String>
|
||
<system:String x:Key="historyResultsCountForHomePage">Maximum History Results Shown in Home Page</system:String>
|
||
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
|
||
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
|
||
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
|
||
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
|
||
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
|
||
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>
|
||
<system:String x:Key="showUnknownSourceWarningToolTip">Show warning when installing plugins from unknown sources</system:String>
|
||
|
||
<!-- Setting Plugin -->
|
||
<system:String x:Key="searchplugin">Search Plugin</system:String>
|
||
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
|
||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
||
<system:String x:Key="plugin">插件</system:String>
|
||
<system:String x:Key="plugins">插件</system:String>
|
||
<system:String x:Key="browserMorePlugins">瀏覽更多插件</system:String>
|
||
<system:String x:Key="enable">啟用</system:String>
|
||
<system:String x:Key="disable">停用</system:String>
|
||
<system:String x:Key="actionKeywordsTitle">觸發關鍵字設定</system:String>
|
||
<system:String x:Key="actionKeywords">觸發關鍵字</system:String>
|
||
<system:String x:Key="currentActionKeywords">目前觸發關鍵字</system:String>
|
||
<system:String x:Key="newActionKeyword">新觸發關鍵字</system:String>
|
||
<system:String x:Key="actionKeywordsTooltip">更改觸發關鍵字</system:String>
|
||
<system:String x:Key="pluginSearchDelayTime">Plugin search delay time</system:String>
|
||
<system:String x:Key="pluginSearchDelayTimeTooltip">Change Plugin Search Delay Time</system:String>
|
||
<system:String x:Key="FilterComboboxLabel">Advanced Settings:</system:String>
|
||
<system:String x:Key="DisplayModeOnOff">已啟用</system:String>
|
||
<system:String x:Key="DisplayModePriority">優先</system:String>
|
||
<system:String x:Key="DisplayModeSearchDelay">Search Delay</system:String>
|
||
<system:String x:Key="DisplayModeHomeOnOff">Home Page</system:String>
|
||
<system:String x:Key="currentPriority">目前優先</system:String>
|
||
<system:String x:Key="newPriority">新增優先</system:String>
|
||
<system:String x:Key="priority">優先</system:String>
|
||
<system:String x:Key="priorityToolTip">更改插件結果優先順序</system:String>
|
||
<system:String x:Key="pluginDirectory">插件資料夾</system:String>
|
||
<system:String x:Key="author">作者</system:String>
|
||
<system:String x:Key="plugin_init_time">載入耗時:</system:String>
|
||
<system:String x:Key="plugin_query_time">查詢耗時:</system:String>
|
||
<system:String x:Key="plugin_query_version">版本</system:String>
|
||
<system:String x:Key="plugin_query_web">官方網站</system:String>
|
||
<system:String x:Key="plugin_uninstall">解除安裝</system:String>
|
||
<system:String x:Key="failedToRemovePluginSettingsTitle">Fail to remove plugin settings</system:String>
|
||
<system:String x:Key="failedToRemovePluginSettingsMessage">Plugins: {0} - Fail to remove plugin settings files, please remove them manually</system:String>
|
||
<system:String x:Key="failedToRemovePluginCacheTitle">Fail to remove plugin cache</system:String>
|
||
<system:String x:Key="failedToRemovePluginCacheMessage">Plugins: {0} - Fail to remove plugin cache files, please remove them manually</system:String>
|
||
<system:String x:Key="pluginModifiedAlreadyTitle">{0} modified already</system:String>
|
||
<system:String x:Key="pluginModifiedAlreadyMessage">Please restart Flow before making any further changes</system:String>
|
||
<system:String x:Key="failedToInstallPluginTitle">Fail to install {0}</system:String>
|
||
<system:String x:Key="failedToUninstallPluginTitle">Fail to uninstall {0}</system:String>
|
||
<system:String x:Key="fileNotFoundMessage">Unable to find plugin.json from the extracted zip file, or this path {0} does not exist</system:String>
|
||
<system:String x:Key="pluginExistAlreadyMessage">A plugin with the same ID and version already exists, or the version is greater than this downloaded plugin</system:String>
|
||
|
||
<!-- Setting Plugin Store -->
|
||
<system:String x:Key="pluginStore">插件商店</system:String>
|
||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||
<system:String x:Key="pluginStore_None">插件</system:String>
|
||
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
||
<system:String x:Key="refresh">重新整理</system:String>
|
||
<system:String x:Key="installbtn">安裝</system:String>
|
||
<system:String x:Key="uninstallbtn">解除安裝</system:String>
|
||
<system:String x:Key="updatebtn">更新</system:String>
|
||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
||
<system:String x:Key="LabelNew">New Version</system:String>
|
||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
||
<system:String x:Key="ErrorInstallingPlugin">安裝插件時發生錯誤</system:String>
|
||
<system:String x:Key="ErrorUninstallingPlugin">Error uninstalling plugin</system:String>
|
||
<system:String x:Key="ErrorUpdatingPlugin">Error updating plugin</system:String>
|
||
<system:String x:Key="KeepPluginSettingsTitle">Keep plugin settings</system:String>
|
||
<system:String x:Key="KeepPluginSettingsSubtitle">Do you want to keep the settings of the plugin for the next usage?</system:String>
|
||
<system:String x:Key="InstallSuccessNoRestart">Plugin {0} successfully installed. Please restart Flow.</system:String>
|
||
<system:String x:Key="UninstallSuccessNoRestart">Plugin {0} successfully uninstalled. Please restart Flow.</system:String>
|
||
<system:String x:Key="UpdateSuccessNoRestart">Plugin {0} successfully updated. Please restart Flow.</system:String>
|
||
<system:String x:Key="InstallPromptTitle">Plugin install</system:String>
|
||
<system:String x:Key="InstallPromptSubtitle">{0} by {1} {2}{2}Would you like to install this plugin?</system:String>
|
||
<system:String x:Key="UninstallPromptTitle">Plugin uninstall</system:String>
|
||
<system:String x:Key="UninstallPromptSubtitle">{0} by {1} {2}{2}Would you like to uninstall this plugin?</system:String>
|
||
<system:String x:Key="UpdatePromptTitle">Plugin update</system:String>
|
||
<system:String x:Key="UpdatePromptSubtitle">{0} by {1} {2}{2}Would you like to update this plugin?</system:String>
|
||
<system:String x:Key="DownloadingPlugin">正在下載擴充功能</system:String>
|
||
<system:String x:Key="AutoRestartAfterChange">Automatically restart after installing/uninstalling/updating plugins in plugin store</system:String>
|
||
<system:String x:Key="ZipFileNotHavePluginJson">Zip file does not have a valid plugin.json configuration</system:String>
|
||
<system:String x:Key="InstallFromUnknownSourceTitle">Installing from an unknown source</system:String>
|
||
<system:String x:Key="InstallFromUnknownSourceSubtitle">This plugin is 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 in general section of setting window)</system:String>
|
||
<system:String x:Key="ZipFiles">Zip files</system:String>
|
||
<system:String x:Key="SelectZipFile">Please select zip file</system:String>
|
||
<system:String x:Key="installLocalPluginTooltip">Install plugin from local path</system:String>
|
||
|
||
<!-- Setting Theme -->
|
||
<system:String x:Key="theme">主題</system:String>
|
||
<system:String x:Key="appearance">外觀</system:String>
|
||
<system:String x:Key="browserMoreThemes">瀏覽更多主題</system:String>
|
||
<system:String x:Key="howToCreateTheme">如何創建一個主題</system:String>
|
||
<system:String x:Key="hiThere">你好呀</system:String>
|
||
<system:String x:Key="SampleTitleExplorer">檔案總管</system:String>
|
||
<system:String x:Key="SampleSubTitleExplorer">搜尋檔案、資料夾和檔案內容</system:String>
|
||
<system:String x:Key="SampleTitleWebSearch">網路搜尋</system:String>
|
||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||
<system:String x:Key="SampleTitleProgram">程式</system:String>
|
||
<system:String x:Key="SampleSubTitleProgram">以系統管理員或其他使用者啟用應用程式</system:String>
|
||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||
<system:String x:Key="SearchBarHeight">Search Bar Height</system:String>
|
||
<system:String x:Key="ItemHeight">Item Height</system:String>
|
||
<system:String x:Key="queryBoxFont">查詢框字體</system:String>
|
||
<system:String x:Key="resultItemFont">Result Title Font</system:String>
|
||
<system:String x:Key="resultSubItemFont">Result Subtitle Font</system:String>
|
||
<system:String x:Key="resetCustomize">Reset</system:String>
|
||
<system:String x:Key="resetCustomizeToolTip">Reset to the recommended font and size settings.</system:String>
|
||
<system:String x:Key="ImportThemeSize">Import Theme Size</system:String>
|
||
<system:String x:Key="ImportThemeSizeToolTip">If a size value intended by the theme designer is available, it will be retrieved and applied.</system:String>
|
||
<system:String x:Key="CustomizeToolTip">Customize</system:String>
|
||
<system:String x:Key="windowMode">視窗模式</system:String>
|
||
<system:String x:Key="opacity">透明度</system:String>
|
||
<system:String x:Key="theme_load_failure_path_not_exists">找不到主題 {0} ,將回到預設主題</system:String>
|
||
<system:String x:Key="theme_load_failure_parse_error">無法載入主題 {0} ,將回到預設主題</system:String>
|
||
<system:String x:Key="ThemeFolder">主題資料夾</system:String>
|
||
<system:String x:Key="OpenThemeFolder">打開主題資料夾</system:String>
|
||
<system:String x:Key="ColorScheme">顏色主題</system:String>
|
||
<system:String x:Key="ColorSchemeSystem">系統預設</system:String>
|
||
<system:String x:Key="ColorSchemeLight">亮色系</system:String>
|
||
<system:String x:Key="ColorSchemeDark">暗色系</system:String>
|
||
<system:String x:Key="SoundEffect">音效</system:String>
|
||
<system:String x:Key="SoundEffectTip">搜尋窗口打開時播放音效</system:String>
|
||
<system:String x:Key="SoundEffectVolume">Sound Effect Volume</system:String>
|
||
<system:String x:Key="SoundEffectVolumeTip">Adjust the volume of the sound effect</system:String>
|
||
<system:String x:Key="SoundEffectWarning">Windows Media Player is unavailable and is required for Flow's volume adjustment. Please check your installation if you need to adjust volume.</system:String>
|
||
<system:String x:Key="Animation">動畫</system:String>
|
||
<system:String x:Key="AnimationTip">使用介面動畫</system:String>
|
||
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
||
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
||
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
||
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
||
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||
<system:String x:Key="Clock">時鐘</system:String>
|
||
<system:String x:Key="Date">日期</system:String>
|
||
<system:String x:Key="BackdropType">Backdrop Type</system:String>
|
||
<system:String x:Key="BackdropInfo">The backdrop effect is not applied in the preview.</system:String>
|
||
<system:String x:Key="BackdropTypeDisabledToolTip">Backdrop supported starting from Windows 11 build 22000 and above</system:String>
|
||
<system:String x:Key="BackdropTypesNone">None</system:String>
|
||
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String>
|
||
<system:String x:Key="BackdropTypesMica">Mica</system:String>
|
||
<system:String x:Key="BackdropTypesMicaAlt">Mica Alt</system:String>
|
||
<system:String x:Key="TypeIsDarkToolTip">This theme supports two (light/dark) modes.</system:String>
|
||
<system:String x:Key="TypeHasBlurToolTip">This theme supports Blur Transparent Background.</system:String>
|
||
<system:String x:Key="ShowPlaceholder">Show placeholder</system:String>
|
||
<system:String x:Key="ShowPlaceholderTip">Display placeholder when query is empty</system:String>
|
||
<system:String x:Key="PlaceholderText">Placeholder text</system:String>
|
||
<system:String x:Key="PlaceholderTextTip">Change placeholder text. Input empty will use: {0}</system:String>
|
||
<system:String x:Key="KeepMaxResults">Fixed Window Size</system:String>
|
||
<system:String x:Key="KeepMaxResultsToolTip">The window size is not adjustable by dragging.</system:String>
|
||
|
||
<!-- Setting Hotkey -->
|
||
<system:String x:Key="hotkey">快捷鍵</system:String>
|
||
<system:String x:Key="hotkeys">快捷鍵</system:String>
|
||
<system:String x:Key="flowlauncherHotkey">Open Flow Launcher</system:String>
|
||
<system:String x:Key="flowlauncherHotkeyToolTip">執行縮寫以顯示 / 隱藏 Flow Launcher。</system:String>
|
||
<system:String x:Key="previewHotkey">Toggle Preview</system:String>
|
||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||
<system:String x:Key="hotkeyPresets">Hotkey Presets</system:String>
|
||
<system:String x:Key="hotkeyPresetsToolTip">List of currently registered hotkeys</system:String>
|
||
<system:String x:Key="openResultModifiers">開放結果修飾符</system:String>
|
||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||
<system:String x:Key="showOpenResultHotkey">顯示快捷鍵</system:String>
|
||
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
||
<system:String x:Key="autoCompleteHotkey">Auto Complete</system:String>
|
||
<system:String x:Key="autoCompleteHotkeyToolTip">Runs autocomplete for the selected items.</system:String>
|
||
<system:String x:Key="SelectNextItemHotkey">Select Next Item</system:String>
|
||
<system:String x:Key="SelectPrevItemHotkey">Select Previous Item</system:String>
|
||
<system:String x:Key="SelectNextPageHotkey">Next Page</system:String>
|
||
<system:String x:Key="SelectPrevPageHotkey">Previous Page</system:String>
|
||
<system:String x:Key="CycleHistoryUpHotkey">Cycle Previous Query</system:String>
|
||
<system:String x:Key="CycleHistoryDownHotkey">Cycle Next Query</system:String>
|
||
<system:String x:Key="OpenContextMenuHotkey">打開選單</system:String>
|
||
<system:String x:Key="OpenNativeContextMenuHotkey">Open Native Context Menu</system:String>
|
||
<system:String x:Key="SettingWindowHotkey">打開視窗設定</system:String>
|
||
<system:String x:Key="CopyFilePathHotkey">Copy File Path</system:String>
|
||
<system:String x:Key="ToggleGameModeHotkey">Toggle Game Mode</system:String>
|
||
<system:String x:Key="ToggleHistoryHotkey">Toggle History</system:String>
|
||
<system:String x:Key="OpenContainFolderHotkey">開啟檔案位置</system:String>
|
||
<system:String x:Key="RunAsAdminHotkey">Run As Admin</system:String>
|
||
<system:String x:Key="RequeryHotkey">Refresh Search Results</system:String>
|
||
<system:String x:Key="ReloadPluginHotkey">Reload Plugins Data</system:String>
|
||
<system:String x:Key="QuickWidthHotkey">Quick Adjust Window Width</system:String>
|
||
<system:String x:Key="QuickHeightHotkey">Quick Adjust Window Height</system:String>
|
||
<system:String x:Key="ReloadPluginHotkeyToolTip">Use when require plugins to reload and update their existing data.</system:String>
|
||
<system:String x:Key="AdditionalHotkeyToolTip">You can add one more hotkey for this function.</system:String>
|
||
<system:String x:Key="customQueryHotkey">自定義查詢快捷鍵</system:String>
|
||
<system:String x:Key="customQueryShortcut">自訂查詢縮寫</system:String>
|
||
<system:String x:Key="builtinShortcuts">內建縮寫</system:String>
|
||
<system:String x:Key="customQuery">查詢</system:String>
|
||
<system:String x:Key="customShortcut">縮寫</system:String>
|
||
<system:String x:Key="customShortcutExpansion">展開</system:String>
|
||
<system:String x:Key="builtinShortcutDescription">簡介</system:String>
|
||
<system:String x:Key="delete">刪除</system:String>
|
||
<system:String x:Key="edit">編輯</system:String>
|
||
<system:String x:Key="add">新增</system:String>
|
||
<system:String x:Key="none">None</system:String>
|
||
<system:String x:Key="pleaseSelectAnItem">請選擇一項</system:String>
|
||
<system:String x:Key="deleteCustomHotkeyWarning">確定要刪除插件 {0} 的快捷鍵嗎?</system:String>
|
||
<system:String x:Key="deleteCustomShortcutWarning">你確定你要刪除縮寫:{0} 展開為 {1}?</system:String>
|
||
<system:String x:Key="shortcut_clipboard_description">從剪貼簿取得文字。</system:String>
|
||
<system:String x:Key="shortcut_active_explorer_path">從使用中的檔案總管獲得路徑。</system:String>
|
||
<system:String x:Key="queryWindowShadowEffect">查詢窗口陰影效果</system:String>
|
||
<system:String x:Key="shadowEffectCPUUsage">陰影效果將佔用大量的 GPU 資源。如果你的電腦效能有限,不建議使用。</system:String>
|
||
<system:String x:Key="windowWidthSize">窗口寬度</system:String>
|
||
<system:String x:Key="windowWidthSizeToolTip">You can also quickly adjust this by using Ctrl+[ and Ctrl+].</system:String>
|
||
<system:String x:Key="useGlyphUI">使用 Segoe Fluent 圖示</system:String>
|
||
<system:String x:Key="useGlyphUIEffect">在支援的情況下,在查詢結果使用 Segoe Fluent 圖示</system:String>
|
||
<system:String x:Key="flowlauncherPressHotkey">按下按鍵</system:String>
|
||
<system:String x:Key="showBadges">Show Result Badges</system:String>
|
||
<system:String x:Key="showBadgesToolTip">For supported plugins, badges are displayed to help distinguish them more easily.</system:String>
|
||
<system:String x:Key="showBadgesGlobalOnly">Show Result Badges for Global Query Only</system:String>
|
||
|
||
<!-- Setting Proxy -->
|
||
<system:String x:Key="proxy">HTTP 代理</system:String>
|
||
<system:String x:Key="enableProxy">啟用 HTTP 代理</system:String>
|
||
<system:String x:Key="server">HTTP 伺服器</system:String>
|
||
<system:String x:Key="port">埠</system:String>
|
||
<system:String x:Key="userName">使用者</system:String>
|
||
<system:String x:Key="password">密碼</system:String>
|
||
<system:String x:Key="testProxy">測試代理</system:String>
|
||
<system:String x:Key="save">儲存</system:String>
|
||
<system:String x:Key="serverCantBeEmpty">伺服器不能為空</system:String>
|
||
<system:String x:Key="portCantBeEmpty">Port 不能為空</system:String>
|
||
<system:String x:Key="invalidPortFormat">不正確的 Port 格式</system:String>
|
||
<system:String x:Key="saveProxySuccessfully">儲存代理設定成功</system:String>
|
||
<system:String x:Key="proxyIsCorrect">代理設定完成</system:String>
|
||
<system:String x:Key="proxyConnectFailed">代理連線失敗</system:String>
|
||
|
||
<!-- Setting About -->
|
||
<system:String x:Key="about">關於</system:String>
|
||
<system:String x:Key="website">官方網站</system:String>
|
||
<system:String x:Key="github">GitHub</system:String>
|
||
<system:String x:Key="docs">文檔</system:String>
|
||
<system:String x:Key="version">版本</system:String>
|
||
<system:String x:Key="icons">圖示</system:String>
|
||
<system:String x:Key="about_activate_times">您已經啟動了 Flow Launcher {0} 次</system:String>
|
||
<system:String x:Key="checkUpdates">檢查更新</system:String>
|
||
<system:String x:Key="BecomeASponsor">成為贊助者</system:String>
|
||
<system:String x:Key="newVersionTips">發現有新版本 {0}, 請重新啟動 Flow Launcher。</system:String>
|
||
<system:String x:Key="checkUpdatesFailed">檢查更新失敗,請檢查你對 api.github.com 的連線和代理設定。</system:String>
|
||
<system:String x:Key="downloadUpdatesFailed">
|
||
下載更新失敗,請檢查您對 github-cloud.s3.amazonaws.com 的連線和代理設定,
|
||
或是到 https://github.com/Flow-Launcher/Flow.Launcher/releases 手動下載更新。
|
||
</system:String>
|
||
<system:String x:Key="releaseNotes">更新說明</system:String>
|
||
<system:String x:Key="documentation">使用技巧</system:String>
|
||
<system:String x:Key="devtool">開發工具</system:String>
|
||
<system:String x:Key="settingfolder">設定資料夾</system:String>
|
||
<system:String x:Key="logfolder">日誌資料夾</system:String>
|
||
<system:String x:Key="clearlogfolder">清除日誌</system:String>
|
||
<system:String x:Key="clearlogfolderMessage">請確認要刪除所有日誌嗎?</system:String>
|
||
<system:String x:Key="cachefolder">Cache Folder</system:String>
|
||
<system:String x:Key="clearcachefolder">Clear Caches</system:String>
|
||
<system:String x:Key="clearcachefolderMessage">Are you sure you want to delete all caches?</system:String>
|
||
<system:String x:Key="clearfolderfailMessage">Failed to clear part of folders and files. Please see log file for more information</system:String>
|
||
<system:String x:Key="welcomewindow">嚮導</system:String>
|
||
<system:String x:Key="userdatapath">User Data Location</system:String>
|
||
<system:String x:Key="userdatapathToolTip">User settings and installed plugins are saved in the user data folder. This location may vary depending on whether it's in portable mode or not.</system:String>
|
||
<system:String x:Key="userdatapathButton">Open Folder</system:String>
|
||
<system:String x:Key="advanced">Advanced</system:String>
|
||
<system:String x:Key="logLevel">Log Level</system:String>
|
||
<system:String x:Key="LogLevelDEBUG">Debug</system:String>
|
||
<system:String x:Key="LogLevelINFO">Info</system:String>
|
||
<system:String x:Key="settingWindowFontTitle">Setting Window Font</system:String>
|
||
|
||
<!-- Release Notes Window -->
|
||
<system:String x:Key="seeMoreReleaseNotes">See more release notes on GitHub</system:String>
|
||
<system:String x:Key="checkNetworkConnectionTitle">Failed to fetch release notes</system:String>
|
||
<system:String x:Key="checkNetworkConnectionSubTitle">Please check your network connection or ensure GitHub is accessible</system:String>
|
||
<system:String x:Key="appUpdateTitle">Flow Launcher has been updated to {0}</system:String>
|
||
<system:String x:Key="appUpdateButtonContent">Click here to view the release notes</system:String>
|
||
|
||
<!-- FileManager Setting Dialog -->
|
||
<system:String x:Key="fileManagerWindow">選擇檔案管理器</system:String>
|
||
<system:String x:Key="fileManager_learnMore">Learn more</system:String>
|
||
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files.</system:String>
|
||
<system:String x:Key="fileManager_tips2">For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fields blank.</system:String>
|
||
<system:String x:Key="fileManager_name">檔案管理器</system:String>
|
||
<system:String x:Key="fileManager_profile_name">檔案名稱</system:String>
|
||
<system:String x:Key="fileManager_path">檔案管理器路徑</system:String>
|
||
<system:String x:Key="fileManager_directory_arg">資料夾參數</system:String>
|
||
<system:String x:Key="fileManager_file_arg">檔案參數</system:String>
|
||
<system:String x:Key="fileManagerPathNotFound">The file manager '{0}' could not be located at '{1}'. Would you like to continue?</system:String>
|
||
<system:String x:Key="fileManagerPathError">File Manager Path Error</system:String>
|
||
|
||
<!-- DefaultBrowser Setting Dialog -->
|
||
<system:String x:Key="defaultBrowserTitle">預設瀏覽器</system:String>
|
||
<system:String x:Key="defaultBrowser_tips">默認設定是依照作業系統的預設瀏覽器設定。如果要指定,Flow 將使用指定的瀏覽器。</system:String>
|
||
<system:String x:Key="defaultBrowser_name">瀏覽器</system:String>
|
||
<system:String x:Key="defaultBrowser_profile_name">瀏覽器名稱</system:String>
|
||
<system:String x:Key="defaultBrowser_path">瀏覽器路徑</system:String>
|
||
<system:String x:Key="defaultBrowser_newWindow">新增視窗</system:String>
|
||
<system:String x:Key="defaultBrowser_newTab">新增分頁</system:String>
|
||
<system:String x:Key="defaultBrowser_parameter">無痕模式</system:String>
|
||
|
||
<!-- Priority Setting Dialog -->
|
||
<system:String x:Key="changePriorityWindow">更改優先度</system:String>
|
||
<system:String x:Key="priority_tips">數字越大,查詢結果會排在越前面。嘗試將其設定為 5。如果你希望查詢結果低於任何其他插件,請提供負數</system:String>
|
||
<system:String x:Key="invalidPriority">請為優先度提供一個有效的整數!</system:String>
|
||
|
||
<!-- Action Keyword Setting Dialog -->
|
||
<system:String x:Key="oldActionKeywords">舊觸發關鍵字</system:String>
|
||
<system:String x:Key="newActionKeywords">新觸發關鍵字</system:String>
|
||
<system:String x:Key="cancel">取消</system:String>
|
||
<system:String x:Key="done">確定</system:String>
|
||
<system:String x:Key="cannotFindSpecifiedPlugin">找不到指定的插件</system:String>
|
||
<system:String x:Key="newActionKeywordsCannotBeEmpty">新觸發關鍵字不能為空白</system:String>
|
||
<system:String x:Key="newActionKeywordsHasBeenAssigned">新觸發關鍵字已經被指派給另一個插件,請設定其他關鍵字。</system:String>
|
||
<system:String x:Key="newActionKeywordsSameAsOld">This new Action Keyword is the same as old, please choose a different one</system:String>
|
||
<system:String x:Key="success">成功</system:String>
|
||
<system:String x:Key="completedSuccessfully">成功完成</system:String>
|
||
<system:String x:Key="failedToCopy">Failed to copy</system:String>
|
||
<system:String x:Key="actionkeyword_tips">Enter the action keywords you like to use to start the plugin and use whitespace to divide them. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
|
||
|
||
<!-- Search Delay Settings Dialog -->
|
||
<system:String x:Key="searchDelayTimeTitle">Search Delay Time Setting</system:String>
|
||
<system:String x:Key="searchDelayTimeTips">Input the search delay time in ms you like to use for the plugin. Input empty if you don't want to specify any, and the plugin will use default search delay time.</system:String>
|
||
|
||
<!-- Search Delay Settings Dialog -->
|
||
<system:String x:Key="homeTitle">Home Page</system:String>
|
||
<system:String x:Key="homeTips">Enable the plugin home page state if you like to show the plugin results when query is empty.</system:String>
|
||
|
||
<!-- Custom Query Hotkey Dialog -->
|
||
<system:String x:Key="customeQueryHotkeyTitle">自定義快捷鍵查詢</system:String>
|
||
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
||
<system:String x:Key="preview">預覽</system:String>
|
||
<system:String x:Key="hotkeyIsNotUnavailable">快捷鍵不存在,請設定一個新的快捷鍵</system:String>
|
||
<system:String x:Key="invalidPluginHotkey">Hotkey is invalid</system:String>
|
||
<system:String x:Key="update">更新</system:String>
|
||
<system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String>
|
||
<system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String>
|
||
<system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey.</system:String>
|
||
<system:String x:Key="hotkeyUnavailableEditable">This hotkey is already in use by "{0}". If you press "Overwrite", it will be removed from "{0}".</system:String>
|
||
<system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String>
|
||
<system:String x:Key="emptyPluginHotkey">Hotkey and action keyword are empty</system:String>
|
||
|
||
<!-- Custom Query Shortcut Dialog -->
|
||
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
|
||
|
||
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
|
||
</system:String>
|
||
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
||
<system:String x:Key="invalidShortcut">Shortcut is invalid</system:String>
|
||
|
||
<!-- Common Action -->
|
||
<system:String x:Key="commonSave">儲存</system:String>
|
||
<system:String x:Key="commonOverwrite">Overwrite</system:String>
|
||
<system:String x:Key="commonCancel">取消</system:String>
|
||
<system:String x:Key="commonReset">Reset</system:String>
|
||
<system:String x:Key="commonDelete">刪除</system:String>
|
||
<system:String x:Key="commonOK">更新</system:String>
|
||
<system:String x:Key="commonYes">Yes</system:String>
|
||
<system:String x:Key="commonNo">No</system:String>
|
||
<system:String x:Key="commonBackground">背景</system:String>
|
||
|
||
<!-- Crash Reporter -->
|
||
<system:String x:Key="reportWindow_version">版本</system:String>
|
||
<system:String x:Key="reportWindow_time">時間</system:String>
|
||
<system:String x:Key="reportWindow_reproduce">請告訴我們如何重現此問題,以便我們進行修復</system:String>
|
||
<system:String x:Key="reportWindow_send_report">發送報告</system:String>
|
||
<system:String x:Key="reportWindow_cancel">取消</system:String>
|
||
<system:String x:Key="reportWindow_general">一般</system:String>
|
||
<system:String x:Key="reportWindow_exceptions">例外訊息</system:String>
|
||
<system:String x:Key="reportWindow_exception_type">例外類型</system:String>
|
||
<system:String x:Key="reportWindow_source">例外來源</system:String>
|
||
<system:String x:Key="reportWindow_stack_trace">堆疊資訊</system:String>
|
||
<system:String x:Key="reportWindow_sending">傳送中</system:String>
|
||
<system:String x:Key="reportWindow_report_succeed">傳送成功</system:String>
|
||
<system:String x:Key="reportWindow_report_failed">傳送失敗</system:String>
|
||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher 出錯啦</system:String>
|
||
<system:String x:Key="reportWindow_please_open_issue">Please open new issue in</system:String>
|
||
<system:String x:Key="reportWindow_upload_log">1. Upload log file: {0}</system:String>
|
||
<system:String x:Key="reportWindow_copy_below">2. Copy below exception message</system:String>
|
||
|
||
<!-- File Open Error -->
|
||
<system:String x:Key="fileManagerNotFoundTitle">File Manager Error</system:String>
|
||
<system:String x:Key="fileManagerNotFound">
|
||
The specified file manager could not be found. Please check the Custom File Manager setting under Settings > General.
|
||
</system:String>
|
||
<system:String x:Key="errorTitle">Error</system:String>
|
||
<system:String x:Key="folderOpenError">An error occurred while opening the folder. {0}</system:String>
|
||
<system:String x:Key="browserOpenError">An error occurred while opening the URL in the browser. Please check your Default Web Browser configuration in the General section of the settings window</system:String>
|
||
|
||
<!-- General Notice -->
|
||
<system:String x:Key="pleaseWait">請稍後...</system:String>
|
||
|
||
<!-- Update -->
|
||
<system:String x:Key="update_flowlauncher_update_check">正在檢查更新</system:String>
|
||
<system:String x:Key="update_flowlauncher_already_on_latest">您已經擁有最新的 Flow Launcher 版本</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_found">找到更新</system:String>
|
||
<system:String x:Key="update_flowlauncher_updating">更新中...</system:String>
|
||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||
Flow Launcher 無法將您的個人資料移動到新版本。
|
||
請手動將您的個人資料資料夾從 {0} 到 {1}
|
||
</system:String>
|
||
<system:String x:Key="update_flowlauncher_new_update">新的更新</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_new_version_available">發現 Flow Launcher 新版本 V{0}</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_error">更新 Flow Launcher 時發生錯誤</system:String>
|
||
<system:String x:Key="update_flowlauncher_update">更新</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_cancel">取消</system:String>
|
||
<system:String x:Key="update_flowlauncher_fail">更新失敗</system:String>
|
||
<system:String x:Key="update_flowlauncher_check_connection">檢查您的連線,並嘗試更新到 github-cloud.s3.amazonaws.com 的 Proxy 伺服器設定。</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">此更新需要重新啟動 Flow Launcher</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_update_files">下列檔案會被更新</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_files">更新檔案</system:String>
|
||
<system:String x:Key="update_flowlauncher_update_update_description">更新日誌</system:String>
|
||
|
||
<!-- Welcome Window -->
|
||
<system:String x:Key="Skip">跳過</system:String>
|
||
<system:String x:Key="Welcome_Page1_Title">歡迎使用 Flow Launcher</system:String>
|
||
<system:String x:Key="Welcome_Page1_Text01">你好,這是你第一次運行 Flow Launcher!</system:String>
|
||
<system:String x:Key="Welcome_Page1_Text02">在開始之前,此嚮導將幫助設定 Flow Launcher。如果你想,你可以跳過這個。請選擇一種語言</system:String>
|
||
<system:String x:Key="Welcome_Page2_Title">在PC上搜尋並執行所有文件和應用程式</system:String>
|
||
<system:String x:Key="Welcome_Page2_Text01">只需使用鍵盤搜尋應用程式、文件、書籤、YouTube、Twitter 等。</system:String>
|
||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher 需要搭配快捷鍵使用,請馬上試試吧! 如果想更改它,請點擊"輸入"並輸入你想要的快捷鍵。</system:String>
|
||
<system:String x:Key="Welcome_Page3_Title">快捷鍵</system:String>
|
||
<system:String x:Key="Welcome_Page4_Title">關鍵字與指令</system:String>
|
||
<system:String x:Key="Welcome_Page4_Text01">透過 Flow Launcher 的擴充功能,您可以搜尋網頁、啟動應用程式或執行各種功能。某些功能以動作關鍵字開頭,若需要,也可以不使用動作關鍵字。請嘗試在 Flow Launcher 中輸入以下查詢。</system:String>
|
||
<system:String x:Key="Welcome_Page5_Title">開始使用 Flow Launcher吧!</system:String>
|
||
<system:String x:Key="Welcome_Page5_Text01">大功告成! 別忘了使用快捷鍵以開始 :)</system:String>
|
||
|
||
<!-- General Guide & Hotkey -->
|
||
|
||
<system:String x:Key="HotkeyUpDownDesc">返回 / 快捷選單</system:String>
|
||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||
<system:String x:Key="HotkeyShiftEnterDesc">打開選單</system:String>
|
||
<system:String x:Key="HotkeyCtrlEnterDesc">開啟檔案位置</system:String>
|
||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||
<system:String x:Key="HotkeyCtrlHDesc">查詢歷史</system:String>
|
||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||
<system:String x:Key="HotkeyTabDesc">自動完成</system:String>
|
||
<system:String x:Key="HotkeyRunDesc">開啟/運行選擇項目</system:String>
|
||
<system:String x:Key="HotkeyCtrlIDesc">開啟視窗設定</system:String>
|
||
<system:String x:Key="HotkeyF5Desc">重新載入插件資料</system:String>
|
||
|
||
<system:String x:Key="HotkeySelectFirstResult">Select first result</system:String>
|
||
<system:String x:Key="HotkeySelectLastResult">Select last result</system:String>
|
||
<system:String x:Key="HotkeyRequery">Run current query again</system:String>
|
||
<system:String x:Key="HotkeyOpenResult">Open result</system:String>
|
||
<system:String x:Key="HotkeyOpenResultN">Open result #{0}</system:String>
|
||
|
||
<system:String x:Key="RecommendWeather">天氣</system:String>
|
||
<system:String x:Key="RecommendWeatherDesc">Google 搜尋的天氣結果</system:String>
|
||
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
||
<system:String x:Key="RecommendShellDesc">Shell 指令</system:String>
|
||
<system:String x:Key="RecommendBluetooth">s 藍牙</system:String>
|
||
<system:String x:Key="RecommendBluetoothDesc">Windows 設定中的藍牙</system:String>
|
||
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
||
<system:String x:Key="RecommendAcronymsDesc">便利貼</system:String>
|
||
|
||
<!-- Preview Area -->
|
||
<system:String x:Key="FileSize">File Size</system:String>
|
||
<system:String x:Key="Created">Created</system:String>
|
||
<system:String x:Key="LastModified">Last Modified</system:String>
|
||
</ResourceDictionary>
|