|
10 | 10 | <system:String x:Key="runtimeExecutableInvalidChooseDownload"> |
11 | 11 | Your selected {0} executable is invalid. |
12 | 12 | {2}{2} |
13 | | - Click yes if you would like select the {0} executable agian. Click no if you would like to download {1} |
| 13 | + Click yes if you would like select the {0} executable again. Click no if you would like to download {1} |
14 | 14 | </system:String> |
15 | 15 | <system:String x:Key="runtimePluginUnableToSetExecutablePath">Unable to set {0} executable path, please try from Flow's settings (scroll down to the bottom).</system:String> |
16 | 16 | <system:String x:Key="failedToInitializePluginsTitle">Fail to Init Plugins</system:String> |
|
415 | 415 | <system:String x:Key="fileManagerWindow">デフォルトのファイルマネージャー</system:String> |
416 | 416 | <system:String x:Key="fileManager_learnMore">Learn more</system:String> |
417 | 417 | <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> |
418 | | - <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 fileds blank.</system:String> |
| 418 | + <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> |
419 | 419 | <system:String x:Key="fileManager_name">File Manager</system:String> |
420 | 420 | <system:String x:Key="fileManager_profile_name">Profile Name</system:String> |
421 | 421 | <system:String x:Key="fileManager_path">File Manager Path</system:String> |
|
466 | 466 | <system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String> |
467 | 467 | <system:String x:Key="preview">プレビュー</system:String> |
468 | 468 | <system:String x:Key="hotkeyIsNotUnavailable">ホットキーは使用できません。新しいホットキーを選択してください</system:String> |
469 | | - <system:String x:Key="invalidPluginHotkey">プラグインホットキーは無効です</system:String> |
| 469 | + <system:String x:Key="invalidPluginHotkey">Hotkey is invalid</system:String> |
470 | 470 | <system:String x:Key="update">更新</system:String> |
471 | 471 | <system:String x:Key="hotkeyRegTitle">Binding Hotkey</system:String> |
472 | 472 | <system:String x:Key="hotkeyUnavailable">Current hotkey is unavailable.</system:String> |
473 | 473 | <system:String x:Key="hotkeyUnavailableUneditable">This hotkey is reserved for "{0}" and can't be used. Please choose another hotkey.</system:String> |
474 | 474 | <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> |
475 | 475 | <system:String x:Key="hotkeyRegGuide">Press the keys you want to use for this function.</system:String> |
| 476 | + <system:String x:Key="emptyPluginHotkey">Hotkey and action keyword are empty</system:String> |
476 | 477 |
|
477 | 478 | <!-- Custom Query Shortcut Dialog --> |
478 | 479 | <system:String x:Key="customeQueryShortcutTitle">カスタムクエリショートカット</system:String> |
|
483 | 484 | </system:String> |
484 | 485 | <system:String x:Key="duplicateShortcut">ショートカットが既に存在します。新しいショートカットを入力するか、既存のショートカットを編集してください。</system:String> |
485 | 486 | <system:String x:Key="emptyShortcut">ショートカット、展開の少なくとも一方が空です。</system:String> |
| 487 | + <system:String x:Key="invalidShortcut">Shortcut is invalid</system:String> |
486 | 488 |
|
487 | 489 | <!-- Common Action --> |
488 | 490 | <system:String x:Key="commonSave">保存</system:String> |
|
0 commit comments