We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f9a63 commit 89f8465Copy full SHA for 89f8465
Plugins/Flow.Launcher.Plugin.Shell/Languages/ko.xaml
@@ -15,4 +15,6 @@
15
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">관리자 권한으로 실행</system:String>
16
<system:String x:Key="flowlauncher_plugin_cmd_copy">명령어 복사</system:String>
17
<system:String x:Key="flowlauncher_plugin_cmd_history">가장 많이 사용된 명령 표시 수</system:String>
18
+ <system:String x:Key="flowlauncher_plugin_cmd_command_not_found">Command not found: {0}</system:String>
19
+ <system:String x:Key="flowlauncher_plugin_cmd_error_running_command">Error running the command: {0}</system:String>
20
</ResourceDictionary>
0 commit comments