Skip to content

Commit 5ad0e79

Browse files
committed
- Change Status Label to Enabled
- Adjust Korean Language
1 parent cc0c198 commit 5ad0e79

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<?xml version="1.0"?>
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">
1+
<?xml version="1.0" ?>
2+
<ResourceDictionary
3+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:system="clr-namespace:System;assembly=mscorlib">
36

47
<!-- Program setting -->
58
<system:String x:Key="flowlauncher_plugin_program_reset">기본값으로 되돌리기</system:String>
@@ -8,11 +11,11 @@
811
<system:String x:Key="flowlauncher_plugin_program_add">추가</system:String>
912
<system:String x:Key="flowlauncher_plugin_program_name">이름</system:String>
1013
<system:String x:Key="flowlauncher_plugin_program_enable">활성화</system:String>
11-
<system:String x:Key="flowlauncher_plugin_program_enabled"></system:String>
14+
<system:String x:Key="flowlauncher_plugin_program_enabled">사용</system:String>
1215
<system:String x:Key="flowlauncher_plugin_program_disable">비활성화</system:String>
13-
<system:String x:Key="flowlauncher_plugin_program_status">Status</system:String>
16+
<system:String x:Key="flowlauncher_plugin_program_status">상태</system:String>
1417
<system:String x:Key="flowlauncher_plugin_program_true">켬</system:String>
15-
<system:String x:Key="flowlauncher_plugin_program_false">Disabled</system:String>
18+
<system:String x:Key="flowlauncher_plugin_program_false"></system:String>
1619
<system:String x:Key="flowlauncher_plugin_program_location">위치</system:String>
1720
<system:String x:Key="flowlauncher_plugin_program_all_programs">모든 프로그램</system:String>
1821
<system:String x:Key="flowlauncher_plugin_program_suffixes">파일 형식</system:String>

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<?xml version="1.0"?>
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">
1+
<?xml version="1.0" ?>
2+
<ResourceDictionary
3+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:system="clr-namespace:System;assembly=mscorlib">
36

47
<system:String x:Key="flowlauncher_plugin_websearch_window_title">검색 출처 설정</system:String>
58
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
@@ -9,7 +12,8 @@
912
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String>
1013
<system:String x:Key="flowlauncher_plugin_websearch_delete">삭제</system:String>
1114
<system:String x:Key="flowlauncher_plugin_websearch_edit">편집</system:String>
12-
<system:String x:Key="flowlauncher_plugin_websearch_add">추</system:String>
15+
<system:String x:Key="flowlauncher_plugin_websearch_add">추가</system:String>
16+
<system:String x:Key="flowlauncher_plugin_websearch_enabled">사용</system:String>
1317
<system:String x:Key="flowlauncher_plugin_websearch_true">켬</system:String>
1418
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
1519
<system:String x:Key="flowlauncher_plugin_websearch_confirm">확인</system:String>
@@ -32,7 +36,7 @@
3236

3337
<!-- web search edit -->
3438
<system:String x:Key="flowlauncher_plugin_websearch_title">이름</system:String>
35-
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
39+
<system:String x:Key="flowlauncher_plugin_websearch_enable">상태</system:String>
3640
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">아이콘 선택</system:String>
3741
<system:String x:Key="flowlauncher_plugin_websearch_icon">아이콘</system:String>
3842
<system:String x:Key="flowlauncher_plugin_websearch_cancel">취소</system:String>

Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
HorizontalAlignment="Left"
180180
VerticalAlignment="Center"
181181
FontSize="14"
182-
Text="{DynamicResource flowlauncher_plugin_websearch_enable}" />
182+
Text="{DynamicResource flowlauncher_plugin_websearch_enabled}" />
183183
<CheckBox
184184
Grid.Row="4"
185185
Grid.Column="1"

0 commit comments

Comments
 (0)