|
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 |
| - <!--MainWindow--> |
| 1 | +<ResourceDictionary |
| 2 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 3 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 | + xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 5 | + <!-- MainWindow --> |
5 | 6 | <system:String x:Key="registerHotkeyFailed">Failed to register hotkey: {0}</system:String>
|
6 | 7 | <system:String x:Key="couldnotStartCmd">Could not start {0}</system:String>
|
7 | 8 | <system:String x:Key="invalidFlowLauncherPluginFileFormat">Invalid Flow Launcher plugin file format</system:String>
|
|
15 | 16 | <system:String x:Key="iconTrayExit">Exit</system:String>
|
16 | 17 | <system:String x:Key="closeWindow">Close</system:String>
|
17 | 18 |
|
18 |
| - <!--Setting General--> |
| 19 | + <!-- Setting General --> |
19 | 20 | <system:String x:Key="flowlauncher_settings">Flow Launcher Settings</system:String>
|
20 | 21 | <system:String x:Key="general">General</system:String>
|
21 | 22 | <system:String x:Key="portableMode">Portable Mode</system:String>
|
|
44 | 45 | <system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese</system:String>
|
45 | 46 | <system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
46 | 47 |
|
47 |
| - <!--Setting Plugin--> |
| 48 | + <!-- Setting Plugin --> |
48 | 49 | <system:String x:Key="plugin">Plugins</system:String>
|
49 | 50 | <system:String x:Key="browserMorePlugins">Find more plugins</system:String>
|
50 | 51 | <system:String x:Key="enable">On</system:String>
|
|
62 | 63 | <system:String x:Key="plugin_query_time">Query time:</system:String>
|
63 | 64 |
|
64 | 65 |
|
65 |
| - <!--Setting Plugin Store--> |
| 66 | + <!-- Setting Plugin Store --> |
66 | 67 | <system:String x:Key="pluginStore">Plugin Store</system:String>
|
67 | 68 | <system:String x:Key="refresh">Refresh</system:String>
|
68 | 69 | <system:String x:Key="install">Install</system:String>
|
69 | 70 |
|
70 |
| - <!--Setting Theme--> |
| 71 | + <!-- Setting Theme --> |
71 | 72 | <system:String x:Key="theme">Theme</system:String>
|
72 | 73 | <system:String x:Key="browserMoreThemes">Theme Gallery</system:String>
|
73 | 74 | <system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
|
81 | 82 | <system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
82 | 83 | <system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
83 | 84 |
|
84 |
| - <!--Setting Hotkey--> |
| 85 | + <!-- Setting Hotkey --> |
85 | 86 | <system:String x:Key="hotkey">Hotkey</system:String>
|
86 | 87 | <system:String x:Key="flowlauncherHotkey">Flow Launcher Hotkey</system:String>
|
87 | 88 | <system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
|
102 | 103 | <system:String x:Key="useGlyphUI">Use Segoe Fluent Icons</system:String>
|
103 | 104 | <system:String x:Key="useGlyphUIEffect">Use Segoe Fluent Icons for query results where supported</system:String>
|
104 | 105 |
|
105 |
| - <!--Setting Proxy--> |
| 106 | + <!-- Setting Proxy --> |
106 | 107 | <system:String x:Key="proxy">HTTP Proxy</system:String>
|
107 | 108 | <system:String x:Key="enableProxy">Enable HTTP Proxy</system:String>
|
108 | 109 | <system:String x:Key="server">HTTP Server</system:String>
|
|
118 | 119 | <system:String x:Key="proxyIsCorrect">Proxy configured correctly</system:String>
|
119 | 120 | <system:String x:Key="proxyConnectFailed">Proxy connection failed</system:String>
|
120 | 121 |
|
121 |
| - <!--Setting About--> |
| 122 | + <!-- Setting About --> |
122 | 123 | <system:String x:Key="about">About</system:String>
|
123 | 124 | <system:String x:Key="website">Website</system:String>
|
124 | 125 | <system:String x:Key="version">Version</system:String>
|
|
127 | 128 | <system:String x:Key="newVersionTips">New version {0} is available, would you like to restart Flow Launcher to use the update?</system:String>
|
128 | 129 | <system:String x:Key="checkUpdatesFailed">Check updates failed, please check your connection and proxy settings to api.github.com.</system:String>
|
129 | 130 | <system:String x:Key="downloadUpdatesFailed">
|
130 |
| - Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, |
| 131 | + Download updates failed, please check your connection and proxy settings to github-cloud.s3.amazonaws.com, |
131 | 132 | or go to https://github.com/Flow-Launcher/Flow.Launcher/releases to download updates manually.
|
132 | 133 | </system:String>
|
133 | 134 | <system:String x:Key="releaseNotes">Release Notes</system:String>
|
134 | 135 | <system:String x:Key="documentation">Usage Tips:</system:String>
|
135 | 136 |
|
136 |
| - <!--FileManager Setting Dialog--> |
| 137 | + <!-- FileManager Setting Dialog --> |
137 | 138 | <system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
138 |
| - <system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments (optional) if necessary.</system:String> |
| 139 | + <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 is "%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> |
139 | 140 | <system:String x:Key="fileManager_name">File Manager</system:String>
|
140 | 141 | <system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
141 |
| - <system:String x:Key="fileManager_path">Path</system:String> |
142 |
| - <system:String x:Key="fileManager_directory_arg">Argument For Directory</system:String> |
143 |
| - <system:String x:Key="fileManager_file_arg">Argument For File Parent Directory</system:String> |
| 142 | + <system:String x:Key="fileManager_path">File Manager Path</system:String> |
| 143 | + <system:String x:Key="fileManager_directory_arg">Arguments For Folder</system:String> |
| 144 | + <system:String x:Key="fileManager_file_arg">Arguments For File</system:String> |
144 | 145 |
|
145 |
| - <!--Priority Setting Dialog--> |
| 146 | + <!-- Priority Setting Dialog --> |
146 | 147 | <system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
147 | 148 | <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>
|
148 | 149 | <system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
149 | 150 |
|
150 |
| - <!--Action Keyword Setting Dialog--> |
| 151 | + <!-- Action Keyword Setting Dialog --> |
151 | 152 | <system:String x:Key="oldActionKeywords">Old Action Keyword</system:String>
|
152 | 153 | <system:String x:Key="newActionKeywords">New Action Keyword</system:String>
|
153 | 154 | <system:String x:Key="cancel">Cancel</system:String>
|
|
157 | 158 | <system:String x:Key="newActionKeywordsHasBeenAssigned">This new Action Keyword is already assigned to another plugin, please choose a different one</system:String>
|
158 | 159 | <system:String x:Key="success">Success</system:String>
|
159 | 160 | <system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
160 |
| - <system:String x:Key="actionkeyword_tips">Enter the action keyword you need to start the plug-in. Use * if you don't want to specify an action keyword. In the case, The plug-in works without keywords. </system:String> |
| 161 | + <system:String x:Key="actionkeyword_tips">Enter the action keyword you need to start the plug-in. Use * if you don't want to specify an action keyword. In the case, The plug-in works without keywords.</system:String> |
161 | 162 |
|
162 |
| - <!--Custom Query Hotkey Dialog--> |
| 163 | + <!-- Custom Query Hotkey Dialog --> |
163 | 164 | <system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
|
164 | 165 | <system:String x:Key="customeQueryHotkeyTips">Press the custom hotkey to automatically insert the specified query.</system:String>
|
165 | 166 | <system:String x:Key="preview">Preview</system:String>
|
166 | 167 | <system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
|
167 | 168 | <system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
|
168 | 169 | <system:String x:Key="update">Update</system:String>
|
169 | 170 |
|
170 |
| - <!--Hotkey Control--> |
| 171 | + <!-- Hotkey Control --> |
171 | 172 | <system:String x:Key="hotkeyUnavailable">Hotkey Unavailable</system:String>
|
172 | 173 |
|
173 |
| - <!--Crash Reporter--> |
| 174 | + <!-- Crash Reporter --> |
174 | 175 | <system:String x:Key="reportWindow_version">Version</system:String>
|
175 | 176 | <system:String x:Key="reportWindow_time">Time</system:String>
|
176 | 177 | <system:String x:Key="reportWindow_reproduce">Please tell us how application crashed so we can fix it</system:String>
|
|
186 | 187 | <system:String x:Key="reportWindow_report_failed">Failed to send report</system:String>
|
187 | 188 | <system:String x:Key="reportWindow_flowlauncher_got_an_error">Flow Launcher got an error</system:String>
|
188 | 189 |
|
189 |
| - <!--General Notice--> |
| 190 | + <!-- General Notice --> |
190 | 191 | <system:String x:Key="pleaseWait">Please wait...</system:String>
|
191 | 192 |
|
192 |
| - <!--update--> |
| 193 | + <!-- update --> |
193 | 194 | <system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
194 | 195 | <system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
195 | 196 | <system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
196 | 197 | <system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
197 |
| - <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. |
198 |
| - Please manually move your profile data folder from {0} to {1}</system:String> |
| 198 | + <system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data"> |
| 199 | + Flow Launcher was not able to move your user profile data to the new update version. |
| 200 | + Please manually move your profile data folder from {0} to {1} |
| 201 | + </system:String> |
199 | 202 | <system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
200 | 203 | <system:String x:Key="update_flowlauncher_update_new_version_available">New Flow Launcher release {0} is now available</system:String>
|
201 | 204 | <system:String x:Key="update_flowlauncher_update_error">An error occurred while trying to install software updates</system:String>
|
|
0 commit comments