|
2 | 2 | <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"> |
3 | 3 |
|
4 | 4 | <!-- Command List --> |
5 | | - <system:String x:Key="flowlauncher_plugin_sys_command">Lệnh</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_sys_name">Tên</system:String> |
6 | 6 | <system:String x:Key="flowlauncher_plugin_sys_desc">Mô Tả</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_sys_command">Lệnh</system:String> |
7 | 8 |
|
8 | 9 | <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String> |
9 | 10 | <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String> |
|
27 | 28 | <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String> |
28 | 29 | <system:String x:Key="flowlauncher_plugin_sys_theme_selector_cmd">Set the Flow Launcher Theme</system:String> |
29 | 30 |
|
| 31 | + <system:String x:Key="flowlauncher_plugin_sys_edit">Sửa</system:String> |
| 32 | + |
30 | 33 | <!-- Command Descriptions --> |
31 | 34 | <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">shutdown máy tính</system:String> |
32 | 35 | <system:String x:Key="flowlauncher_plugin_sys_restart_computer">Khởi động lại máy tính</system:String> |
|
59 | 62 | <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Bạn có chắc chắn muốn khởi động lại máy tính bằng Advanced Boot Options không?</system:String> |
60 | 63 | <system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String> |
61 | 64 |
|
| 65 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword_setting_window_title">Command Keyword Setting</system:String> |
| 66 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword">Custom Command Keyword</system:String> |
| 67 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword_tip">Enter a keyword to search for command: {0}. This keyword is used to match your query.</system:String> |
| 68 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword">Command Keyword</system:String> |
| 69 | + <system:String x:Key="flowlauncher_plugin_sys_reset">Đặt lại</system:String> |
| 70 | + <system:String x:Key="flowlauncher_plugin_sys_confirm">Xác nhận</system:String> |
| 71 | + <system:String x:Key="flowlauncher_plugin_sys_cancel">Hủy</system:String> |
| 72 | + <system:String x:Key="flowlauncher_plugin_sys_input_command_keyword">Please enter a non-empty command keyword</system:String> |
| 73 | + |
62 | 74 | <system:String x:Key="flowlauncher_plugin_sys_plugin_name">Lệnh hệ thống</system:String> |
63 | 75 | <system:String x:Key="flowlauncher_plugin_sys_plugin_description">Cung cấp các lệnh liên quan đến Hệ thống. ví dụ. tắt máy, khóa, cài đặt, v.v.</system:String> |
64 | 76 |
|
|
0 commit comments