Skip to content

Commit a3ef7df

Browse files
committed
Fix some korean string
1 parent 13d6f0b commit a3ef7df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Flow.Launcher/Languages/ko.xaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<system:String x:Key="ShouldUsePinyinToolTip">Pinyin을 사용하여 검색할 수 있습니다. Pinyin(병음)은 로마자 중국어 입력 방식입니다.</system:String>
5555
<system:String x:Key="shadowEffectNotAllowed">반투명 흐림 효과를 사용하는 경우, 그림자 효과를 쓸 수 없습니다.</system:String>
5656
<!-- Setting Plugin -->
57-
<system:String x:Key="plugin">Plugin</system:String>
57+
<system:String x:Key="plugin">플러그인</system:String>
5858
<system:String x:Key="browserMorePlugins">플러그인 더 찾아보기</system:String>
5959
<system:String x:Key="enable">켬</system:String>
6060
<system:String x:Key="disable">끔</system:String>
@@ -67,7 +67,7 @@
6767
<system:String x:Key="newPriority">새 중요도:</system:String>
6868
<system:String x:Key="priority">중요도</system:String>
6969
<system:String x:Key="pluginDirectory">플러그인 폴더</system:String>
70-
<system:String x:Key="author">by</system:String>
70+
<system:String x:Key="author">제작자</system:String>
7171
<system:String x:Key="plugin_init_time">초기화 시간:</system:String>
7272
<system:String x:Key="plugin_query_time">쿼리 시간:</system:String>
7373
<system:String x:Key="plugin_query_version">| 버전</system:String>
@@ -142,9 +142,9 @@
142142
<system:String x:Key="checkUpdates">업데이트 확인</system:String>
143143
<system:String x:Key="newVersionTips">새 버전({0})이 있습니다. Flow Launcher를 재시작하세요.</system:String>
144144
<system:String x:Key="checkUpdatesFailed">업데이트 확인을 실패했습니다. api.github.com로의 연결 또는 프록시 설정을 확인해주세요.</system:String>
145-
<system:String x:Key="downloadUpdatesFailed">
146-
업데이트 다운로드에 실패했습니다. github-cloud.s3.amazonaws.com의 연결 또는 프록시 설정을 확인해주세요.
147-
수동 다운로드를 하려면 https://github.com/Flow-Launcher/Flow.Launcher/releases 으로 방문하세요.
145+
<system:String x:Key="downloadUpdatesFailed">
146+
업데이트 다운로드에 실패했습니다. github-cloud.s3.amazonaws.com의 연결 또는 프록시 설정을 확인해주세요.
147+
수동 다운로드를 하려면 https://github.com/Flow-Launcher/Flow.Launcher/releases 으로 방문하세요.
148148
</system:String>
149149
<system:String x:Key="releaseNotes">릴리즈 노트</system:String>
150150
<system:String x:Key="documentation">사용 팁</system:String>
@@ -216,9 +216,9 @@
216216
<system:String x:Key="update_flowlauncher_already_on_latest">이미 가장 최신 버전의 Flow Launcher를 사용중입니다.</system:String>
217217
<system:String x:Key="update_flowlauncher_update_found">업데이트 발견</system:String>
218218
<system:String x:Key="update_flowlauncher_updating">업데이트 중...</system:String>
219-
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
220-
Flow Launcher가 유저 정보 데이터를 새버전으로 옮길 수 없습니다.
221-
프로필 데이터 폴더를 수동으로 {0} 에서 {1}로 옮겨주세요.
219+
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
220+
Flow Launcher가 유저 정보 데이터를 새버전으로 옮길 수 없습니다.
221+
프로필 데이터 폴더를 수동으로 {0} 에서 {1}로 옮겨주세요.
222222
</system:String>
223223
<system:String x:Key="update_flowlauncher_new_update">새 업데이트</system:String>
224224
<system:String x:Key="update_flowlauncher_update_new_version_available">새 Flow Launcher 버전({0})을 사용할 수 있습니다.</system:String>
@@ -261,7 +261,7 @@
261261
<system:String x:Key="RecommendShell">&gt; ping 8.8.8.8</system:String>
262262
<system:String x:Key="RecommendShellDesc">쉘 명령어</system:String>
263263
<system:String x:Key="RecommendBluetooth">블루투스</system:String>
264-
<system:String x:Key="RecommendBluetoothDesc">Bluetooth in Windows Settings</system:String>
264+
<system:String x:Key="RecommendBluetoothDesc">윈도우 블루투스 설정</system:String>
265265
<system:String x:Key="RecommendAcronyms">스메</system:String>
266266
<system:String x:Key="RecommendAcronymsDesc">스티커 메모</system:String>
267267
</ResourceDictionary>

0 commit comments

Comments
 (0)