Flow.Launcher/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/ko.xaml
Jeremy Wu b122dc35c6
New Crowdin updates (#1280)
* New translations en.xaml (Danish)
* New translations en.xaml (French)
* New translations Resources.resx (Polish)
* New translations en.xaml (French)
* New translations Resources.resx (French)
* New translations Resources.resx (Danish)
* New translations Resources.resx (German)
* New translations Resources.resx (Italian)
* New translations Resources.resx (Japanese)
* New translations Resources.resx (Korean)
* New translations Resources.resx (Dutch)
* New translations Resources.resx (Portuguese)
* New translations Resources.resx (Spanish, Latin America)
* New translations Resources.resx (Russian)
* New translations Resources.resx (Slovak)
* New translations Resources.resx (Turkish)
* New translations Resources.resx (Ukrainian)
* New translations Resources.resx (Chinese Simplified)
* New translations Resources.resx (Chinese Traditional)
* New translations Resources.resx (Portuguese, Brazilian)
* New translations Resources.resx (Norwegian Bokmal)
* New translations Resources.resx (Serbian (Latin))
* New translations Resources.resx (Spanish (Modern))
* New translations en.xaml (Japanese)
* New translations en.xaml (Korean)
* New translations en.xaml (German)
* New translations en.xaml (Italian)
* New translations en.xaml (Russian)
* New translations en.xaml (Dutch)
* New translations en.xaml (Polish)
* New translations en.xaml (Ukrainian)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Norwegian Bokmal)
* New translations en.xaml (Serbian (Latin))
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Portuguese, Brazilian)
* New translations en.xaml (Spanish, Latin America)
2022-08-17 01:15:04 +03:00

22 lines
2 KiB
XML

<?xml version="1.0"?>
<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">
<!-- Plugin Info -->
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">브라우저 북마크</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">브라우저의 북마크 검색</system:String>
<!-- Settings -->
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">북마크 데이터</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">Open bookmarks in:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">새 창</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">새 탭</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">Set browser from path:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">선택</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">Copy url</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">Copy the bookmark's url to clipboard</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">Load Browser From:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">브라우저 이름</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">데이터 디렉토리 위치</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark"></system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">삭제</system:String>
</ResourceDictionary>