Skip to content

Commit 5656bb8

Browse files
committed
New translations en.xaml (Korean)
[ci skip]
1 parent 3dbf8b7 commit 5656bb8

File tree

1 file changed

+13
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys/Languages

1 file changed

+13
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Languages/ko.xaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<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">
33

44
<!-- Command List -->
5-
<system:String x:Key="flowlauncher_plugin_sys_command">명령어</system:String>
5+
<system:String x:Key="flowlauncher_plugin_sys_name">Name</system:String>
66
<system:String x:Key="flowlauncher_plugin_sys_desc">설명</system:String>
7+
<system:String x:Key="flowlauncher_plugin_sys_command">명령어</system:String>
78

89
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String>
910
<system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String>
@@ -27,6 +28,8 @@
2728
<system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String>
2829
<system:String x:Key="flowlauncher_plugin_sys_theme_selector_cmd">Set the Flow Launcher Theme</system:String>
2930

31+
<system:String x:Key="flowlauncher_plugin_sys_edit">편집</system:String>
32+
3033
<!-- Command Descriptions -->
3134
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">시스템 종료</system:String>
3235
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">시스템 재시작</system:String>
@@ -59,6 +62,15 @@
5962
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">고급 부팅 옵션으로 시스템을 다시 시작하시겠습니까?</system:String>
6063
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String>
6164

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">Reset</system:String>
70+
<system:String x:Key="flowlauncher_plugin_sys_confirm">확인</system:String>
71+
<system:String x:Key="flowlauncher_plugin_sys_cancel">취소</system:String>
72+
<system:String x:Key="flowlauncher_plugin_sys_input_command_keyword">Please enter a non-empty command keyword</system:String>
73+
6274
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">시스템 명령어</system:String>
6375
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">시스템 종료, 컴퓨터 잠금, 설정 등과 같은 시스템 관련 명령어를 제공합니다</system:String>
6476

0 commit comments

Comments
 (0)