From 0da72bf22571441a97ed1457a47ee30363253b23 Mon Sep 17 00:00:00 2001 From: Seokseong Jeon Date: Fri, 9 Jun 2017 17:39:05 +0900 Subject: Working on install.php and sub.php --- app/i18n/kr/install.php | 8 ++++---- app/i18n/kr/sub.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php index 40fff37dd..d79810d32 100644 --- a/app/i18n/kr/install.php +++ b/app/i18n/kr/install.php @@ -106,14 +106,14 @@ return array( 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?', ), 'language' => array( - '_' => 'Language', - 'choose' => 'Choose a language for FreshRSS', - 'defined' => 'Language has been defined.', + '_' => '언어', + 'choose' => 'FreshRSS에서 사용할 언어를 고르세요', + 'defined' => '언어가 설정되었습니다.', ), 'not_deleted' => 'Something went wrong; you must delete the file %s manually.', 'ok' => 'The installation process was successful.', 'step' => 'step %d', 'steps' => 'Steps', - 'title' => 'Installation · FreshRSS', + 'title' => '설치 · FreshRSS', 'this_is_the_end' => 'This is the end', ); diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index 8a365bf28..2019c5d82 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -28,7 +28,7 @@ return array( 'keep_history' => '최소 유지 글 개수', 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 %s 아래로 분류됩니다.', 'no_selected' => 'No feed selected.', - 'number_entries' => '%d articles', + 'number_entries' => '%d 개의 글', 'stats' => '통계', 'think_to_add' => 'You may add some feeds.', 'title' => '제목', -- cgit v1.2.3