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 21bf34c commit b358d79Copy full SHA for b358d79
Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml
@@ -15,4 +15,6 @@
15
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Chạy với quyền quản trị</system:String>
16
<system:String x:Key="flowlauncher_plugin_cmd_copy">Sao chép lệnh</system:String>
17
<system:String x:Key="flowlauncher_plugin_cmd_history">Chỉ hiển thị số lượng lệnh được sử dụng nhiều nhất:</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