Browse Source

Working on install.php and sub.php

Seokseong Jeon 8 years ago
parent
commit
0da72bf225
2 changed files with 5 additions and 5 deletions
  1. 4 4
      app/i18n/kr/install.php
  2. 1 1
      app/i18n/kr/sub.php

+ 4 - 4
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',
 );

+ 1 - 1
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' => '제목',