mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
294 lines
23 KiB
XML
294 lines
23 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">
|
|
<!-- MainWindow -->
|
|
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey: {0}</system:String>
|
|
<system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
|
|
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
|
|
<system:String x:Key="setAsTopMostInThisQuery">Set as topmost in this query</system:String>
|
|
<system:String x:Key="cancelTopMostInThisQuery">Cancel topmost in this query</system:String>
|
|
<system:String x:Key="executeQuery">Execute query: {0}</system:String>
|
|
<system:String x:Key="lastExecuteTime">Last execution time: {0}</system:String>
|
|
<system:String x:Key="iconTrayOpen">Open</system:String>
|
|
<system:String x:Key="iconTraySettings">Settings</system:String>
|
|
<system:String x:Key="iconTrayAbout">About</system:String>
|
|
<system:String x:Key="iconTrayExit">Exit</system:String>
|
|
<system:String x:Key="closeWindow">Close</system:String>
|
|
<system:String x:Key="copy">Copy</system:String>
|
|
<system:String x:Key="cut">Cut</system:String>
|
|
<system:String x:Key="paste">Paste</system:String>
|
|
<system:String x:Key="fileTitle">File</system:String>
|
|
<system:String x:Key="folderTitle">Folder</system:String>
|
|
<system:String x:Key="textTitle">Text</system:String>
|
|
<system:String x:Key="GameMode">Game Mode</system:String>
|
|
<system:String x:Key="GameModeToolTip">Suspend the use of Hotkeys.</system:String>
|
|
|
|
<!-- Setting General -->
|
|
<system:String x:Key="flowlauncher_settings">Flow Launcher Settings</system:String>
|
|
<system:String x:Key="general">General</system:String>
|
|
<system:String x:Key="portableMode">Portable Mode</system:String>
|
|
<system:String x:Key="portableModeToolTIp">Store all settings and user data in one folder (Useful when used with removable drives or cloud services).</system:String>
|
|
<system:String x:Key="startFlowLauncherOnSystemStartup">Start Flow Launcher on system startup</system:String>
|
|
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
|
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Hide Flow Launcher when focus is lost</system:String>
|
|
<system:String x:Key="dontPromptUpdateMsg">Do not show new version notifications</system:String>
|
|
<system:String x:Key="rememberLastLocation">Remember last launch location</system:String>
|
|
<system:String x:Key="language">Language</system:String>
|
|
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
|
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
|
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
|
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
|
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
|
<system:String x:Key="maxShowResults">Maximum results shown</system:String>
|
|
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignore hotkeys in fullscreen mode</system:String>
|
|
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Disable Flow Launcher activation when a full screen application is active (Recommended for games).</system:String>
|
|
<system:String x:Key="defaultFileManager">Default File Manager</system:String>
|
|
<system:String x:Key="defaultFileManagerToolTip">Select the file manager to use when opening the folder.</system:String>
|
|
<system:String x:Key="defaultBrowser">Default Web Browser</system:String>
|
|
<system:String x:Key="defaultBrowserToolTip">Setting for New Tab, New Window, Private Mode.</system:String>
|
|
<system:String x:Key="pythonDirectory">Python Directory</system:String>
|
|
<system:String x:Key="autoUpdates">Auto Update</system:String>
|
|
<system:String x:Key="selectPythonDirectory">Select</system:String>
|
|
<system:String x:Key="hideOnStartup">Hide Flow Launcher on startup</system:String>
|
|
<system:String x:Key="hideNotifyIcon">Hide tray icon</system:String>
|
|
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
|
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
|
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
|
<system:String x:Key="ShouldUsePinyin">Should Use Pinyin</system:String>
|
|
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
|
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
|
|
|
<!-- Setting Plugin -->
|
|
<system:String x:Key="plugin">Plugin</system:String>
|
|
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
|
<system:String x:Key="enable">On</system:String>
|
|
<system:String x:Key="disable">Off</system:String>
|
|
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
|
<system:String x:Key="actionKeywords">Action keyword</system:String>
|
|
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
|
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
|
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
|
<system:String x:Key="currentPriority">Current Priority</system:String>
|
|
<system:String x:Key="newPriority">New Priority</system:String>
|
|
<system:String x:Key="priority">Priority</system:String>
|
|
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
|
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
|
<system:String x:Key="author">by</system:String>
|
|
<system:String x:Key="plugin_init_time">Init time:</system:String>
|
|
<system:String x:Key="plugin_query_time">Query time:</system:String>
|
|
<system:String x:Key="plugin_query_version">| Version</system:String>
|
|
<system:String x:Key="plugin_query_web">Website</system:String>
|
|
|
|
|
|
<!-- Setting Plugin Store -->
|
|
<system:String x:Key="pluginStore">Plugin Store</system:String>
|
|
<system:String x:Key="refresh">Refresh</system:String>
|
|
<system:String x:Key="install">Install</system:String>
|
|
|
|
<!-- Setting Theme -->
|
|
<system:String x:Key="theme">Theme</system:String>
|
|
<system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
|
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
|
<system:String x:Key="hiThere">Hi There</system:String>
|
|
<system:String x:Key="queryBoxFont">Query Box Font</system:String>
|
|
<system:String x:Key="resultItemFont">Result Item Font</system:String>
|
|
<system:String x:Key="windowMode">Window Mode</system:String>
|
|
<system:String x:Key="opacity">Opacity</system:String>
|
|
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
|
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
|
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
|
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
|
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
|
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
|
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
|
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
|
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
|
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
|
<system:String x:Key="Animation">Animation</system:String>
|
|
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
|
|
|
<!-- Setting Hotkey -->
|
|
<system:String x:Key="hotkey">Hotkey</system:String>
|
|
<system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
|
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
|
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
|
<system:String x:Key="showOpenResultHotkeyToolTip">Show result selection hotkey with results.</system:String>
|
|
<system:String x:Key="customQueryHotkey">Custom Query Hotkey</system:String>
|
|
<system:String x:Key="customQuery">Query</system:String>
|
|
<system:String x:Key="delete">Delete</system:String>
|
|
<system:String x:Key="edit">Edit</system:String>
|
|
<system:String x:Key="add">Add</system:String>
|
|
<system:String x:Key="pleaseSelectAnItem">Please select an item</system:String>
|
|
<system:String x:Key="deleteCustomHotkeyWarning">Are you sure you want to delete {0} plugin hotkey?</system:String>
|
|
<system:String x:Key="queryWindowShadowEffect">Query window shadow effect</system:String>
|
|
<system:String x:Key="shadowEffectCPUUsage">Shadow effect has a substantial usage of GPU. Not recommended if your computer performance is limited.</system:String>
|
|
<system:String x:Key="windowWidthSize">Window Width Size</system:String>
|
|
<system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
|
<system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
|
|
|
<!-- Setting Proxy -->
|
|
<system:String x:Key="proxy">HTTP Proxy</system:String>
|
|
<system:String x:Key="enableProxy">Enable HTTP Proxy</system:String>
|
|
<system:String x:Key="server">HTTP Server</system:String>
|
|
<system:String x:Key="port">Port</system:String>
|
|
<system:String x:Key="userName">User Name</system:String>
|
|
<system:String x:Key="password">Password</system:String>
|
|
<system:String x:Key="testProxy">Test Proxy</system:String>
|
|
<system:String x:Key="save">Save</system:String>
|
|
<system:String x:Key="serverCantBeEmpty">Server field can't be empty</system:String>
|
|
<system:String x:Key="portCantBeEmpty">Port field can't be empty</system:String>
|
|
<system:String x:Key="invalidPortFormat">Invalid port format</system:String>
|
|
<system:String x:Key="saveProxySuccessfully">Proxy configuration saved successfully</system:String>
|
|
<system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
|
<system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
|
|
|
<!-- Setting About -->
|
|
<system:String x:Key="about">About</system:String>
|
|
<system:String x:Key="website">Website</system:String>
|
|
<system:String x:Key="github">Github</system:String>
|
|
<system:String x:Key="docs">Docs</system:String>
|
|
<system:String x:Key="version">Version</system:String>
|
|
<system:String x:Key="about_activate_times">You have activated Flow Launcher {0} times</system:String>
|
|
<system:String x:Key="checkUpdates">Check for Updates</system:String>
|
|
<system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
|
|
<system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
|
<system:String x:Key="downloadUpdatesFailed">
|
|
Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com,
|
|
or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
|
</system:String>
|
|
<system:String x:Key="releaseNotes">Release Notes</system:String>
|
|
<system:String x:Key="documentation">Usage Tips</system:String>
|
|
<system:String x:Key="devtool">DevTools</system:String>
|
|
<system:String x:Key="settingfolder">Setting Folder</system:String>
|
|
<system:String x:Key="logfolder">Log Folder</system:String>
|
|
<system:String x:Key="welcomewindow">Wizard</system:String>
|
|
|
|
<!-- FileManager Setting Dialog -->
|
|
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
|
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String>
|
|
<system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String>
|
|
<system:String x:Key="fileManager_name">File Manager</system:String>
|
|
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
|
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
|
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
|
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
|
|
|
<!-- DefaultBrowser Setting Dialog -->
|
|
<system:String x:Key="defaultBrowserTitle">Default Web Browser</system:String>
|
|
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
|
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
|
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
|
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
|
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
|
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
|
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
|
|
|
<!-- Priority Setting Dialog -->
|
|
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
|
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
|
|
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
|
|
|
<!-- Action Keyword Setting Dialog -->
|
|
<system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
|
<system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
|
<system:String x:Key="cancel">Cancel</system:String>
|
|
<system:String x:Key="done">Done</system:String>
|
|
<system:String x:Key="cannotFindSpecifiedPlugin">Can't find specified plugin</system:String>
|
|
<system:String x:Key="newActionKeywordsCannotBeEmpty">New Action Keyword can't be empty</system:String>
|
|
<system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
|
<system:String x:Key="success">Success</system:String>
|
|
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
|
<system:String x:Key="actionkeyword_tips">Enter the action keyword you like to use to start the plugin. Use * if you don't want to specify any, and the plugin will be triggered without any action keywords.</system:String>
|
|
|
|
<!-- Custom Query Hotkey Dialog -->
|
|
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
|
<system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
|
<system:String x:Key="preview">Preview</system:String>
|
|
<system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
|
<system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
|
<system:String x:Key="update">Update</system:String>
|
|
|
|
<!-- Hotkey Control -->
|
|
<system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
|
|
|
|
<!-- Crash Reporter -->
|
|
<system:String x:Key="reportWindow_version">Version</system:String>
|
|
<system:String x:Key="reportWindow_time">Time</system:String>
|
|
<system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
|
<system:String x:Key="reportWindow_send_report">Send Report</system:String>
|
|
<system:String x:Key="reportWindow_cancel">Cancel</system:String>
|
|
<system:String x:Key="reportWindow_general">General</system:String>
|
|
<system:String x:Key="reportWindow_exceptions">Exceptions</system:String>
|
|
<system:String x:Key="reportWindow_exception_type">Exception Type</system:String>
|
|
<system:String x:Key="reportWindow_source">Source</system:String>
|
|
<system:String x:Key="reportWindow_stack_trace">Stack Trace</system:String>
|
|
<system:String x:Key="reportWindow_sending">Sending</system:String>
|
|
<system:String x:Key="reportWindow_report_succeed">Report sent successfully</system:String>
|
|
<system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
|
<system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
|
|
|
<!-- General Notice -->
|
|
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
|
|
|
<!-- update -->
|
|
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
|
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
|
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
|
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
|
Flow Launcher was not able to move your user profile data to the new update version.
|
|
Please manually move your profile data folder from {0} to {1}
|
|
</system:String>
|
|
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
|
<system:String x:Key="update_flowlauncher_update">Update</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_cancel">Cancel</system:String>
|
|
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
|
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">This upgrade will restart Flow Launcher</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_update_files">Following files will be updated</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_files">Update files</system:String>
|
|
<system:String x:Key="update_flowlauncher_update_update_description">Update description</system:String>
|
|
|
|
<!-- Welcome Window -->
|
|
<system:String x:Key="Skip">Skip</system:String>
|
|
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
|
<system:String x:Key="Welcome_Page1_Text01">Hello, this is the first time you are running Flow Launcher!</system:String>
|
|
<system:String x:Key="Welcome_Page1_Text02">Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language</system:String>
|
|
<system:String x:Key="Welcome_Page2_Title">Search and run all files and applications on your PC</system:String>
|
|
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
|
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
|
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
|
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
|
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
|
|
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
|
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
|
|
|
<!-- General Guide & Hotkey -->
|
|
|
|
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
|
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
|
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
|
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
|
|
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
|
|
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
|
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
|
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
|
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
|
<system:String x:Key="HotkeyCtrlIDesc">Open Setting Window</system:String>
|
|
<system:String x:Key="HotkeyF5Desc">Reload Plugin Data</system:String>
|
|
|
|
<system:String x:Key="RecommendWeather">Weather</system:String>
|
|
<system:String x:Key="RecommendWeatherDesc">Weather in Google Result</system:String>
|
|
<system:String x:Key="RecommendShell">> ping 8.8.8.8</system:String>
|
|
<system:String x:Key="RecommendShellDesc">Shell Command</system:String>
|
|
<system:String x:Key="RecommendBluetooth">Bluetooth</system:String>
|
|
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
|
|
<system:String x:Key="RecommendAcronyms">sn</system:String>
|
|
<system:String x:Key="RecommendAcronymsDesc">Sticky Notes</system:String>
|
|
|
|
</ResourceDictionary>
|