diff options
| author | 2017-06-09 17:39:05 +0900 | |
|---|---|---|
| committer | 2017-06-09 17:39:05 +0900 | |
| commit | 0da72bf22571441a97ed1457a47ee30363253b23 (patch) | |
| tree | fcc61350815f7ff1d1dc621204b34420bc7d68f4 | |
| parent | 9a65461490dfbbc6db3f89cdebab00a7bb922c7d (diff) | |
Working on install.php and sub.php
| -rw-r--r-- | app/i18n/kr/install.php | 8 | ||||
| -rw-r--r-- | app/i18n/kr/sub.php | 2 |
2 files changed, 5 insertions, 5 deletions
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 <em>%s</em> 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' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.', 'no_selected' => 'No feed selected.', - 'number_entries' => '%d articles', + 'number_entries' => '%d 개의 글', 'stats' => '통계', 'think_to_add' => 'You may add some feeds.', 'title' => '제목', |
