diff options
| author | 2017-06-08 16:31:15 +0900 | |
|---|---|---|
| committer | 2017-06-08 16:31:15 +0900 | |
| commit | 25cd808c44eb00696ea17029fad8afd7c7b2495f (patch) | |
| tree | 5606c010c60bfdfea44676a87b65758a4a21b9ce /app/i18n/kr/index.php | |
| parent | 5e796a203649934c278d673be0c7264f3687fe71 (diff) | |
Working on other files
Diffstat (limited to 'app/i18n/kr/index.php')
| -rw-r--r-- | app/i18n/kr/index.php | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php index 622455bc0..a6b391098 100644 --- a/app/i18n/kr/index.php +++ b/app/i18n/kr/index.php @@ -2,24 +2,24 @@ return array( 'about' => array( - '_' => 'About', + '_' => '정보', 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', - 'bugs_reports' => 'Bugs reports', + 'bugs_reports' => '버그 제보하기', 'credits' => 'Credits', 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', - 'license' => 'License', - 'project_website' => 'Project website', - 'title' => 'About', + 'license' => '라이센스', + 'project_website' => '프로젝트 웹사이트', + 'title' => '정보', 'version' => 'Version', 'website' => 'Website', ), 'feed' => array( - 'add' => 'You may add some feeds.', - 'empty' => 'There is no article to show.', + 'add' => '피드를 추가하세요.', + 'empty' => '글이 없습니다.', 'rss_of' => 'RSS feed of %s', - 'title' => 'Your RSS feeds', + 'title' => 'RSS 피드', 'title_global' => 'Global view', 'title_fav' => 'Your favourites', ), @@ -30,32 +30,32 @@ return array( 'title' => '로그', ), 'menu' => array( - 'about' => 'About FreshRSS', - 'add_query' => 'Add a query', - 'before_one_day' => 'Before one day', - 'before_one_week' => 'Before one week', + 'about' => 'FreshRSS 정보', + 'add_query' => '쿼리 만들기', + 'before_one_day' => '하루 이전', + 'before_one_week' => '한 주 이전', 'favorites' => '즐겨찾기 (%s)', 'global_view' => 'Global view', - 'main_stream' => 'Main stream', - 'mark_all_read' => 'Mark all as read', - 'mark_cat_read' => 'Mark category as read', + 'main_stream' => '메인 스트림', + 'mark_all_read' => '모두 읽음으로 표시', + 'mark_cat_read' => '이 카테고리를 읽음으로 표시', 'mark_feed_read' => 'Mark feed as read', - 'newer_first' => 'Newer first', - 'non-starred' => 'Show all but favourites', + 'newer_first' => '최근 글 먼저', + 'non-starred' => '즐겨찾기를 제외하고 표시', 'normal_view' => 'Normal view', - 'older_first' => 'Oldest first', - 'queries' => 'User queries', - 'read' => 'Show only read', + 'older_first' => '오래된 글 먼저', + 'queries' => '사용자 쿼리', + 'read' => '읽은 글만 표시', 'reader_view' => 'Reading view', - 'rss_view' => 'RSS feed', + 'rss_view' => 'RSS 피드', 'search_short' => 'Search', - 'starred' => 'Show only favourites', - 'stats' => 'Statistics', + 'starred' => '즐겨찾기만 표시', + 'stats' => '통계', 'subscription' => '구독 관리', - 'unread' => 'Show only unread', + 'unread' => '읽지 않은 글만 표시', ), - 'share' => 'Share', + 'share' => '공유', 'tag' => array( - 'related' => 'Related tags', + 'related' => '관련 태그', ), ); |
