From 16a131380bb1ae17a18e4bf95d345cffb80a787c Mon Sep 17 00:00:00 2001 From: Patrick Crandol Date: Sun, 18 Nov 2018 05:37:22 -0500 Subject: I18n standardization (#2138) * i18n Admin standardization cz - moved items incorrectly placed in system array to extensions array nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed? oc - reordered list to standardize order with other translation files. * Alphabetize extensions Array * Standardize conf.php he - removed options not appearing in other i18n files, added missing strings * Standardize feedback.php he - removed line not found in other translation files nl - removed line not found in other translation files * Standardize gen.php * Standardize index.php Major sorting of oc. Added tags to several languages * Standardize install.php ru - added missing strings it - remove extra string not found in other config files he - add missing strings, remove strings not found in other languages oc - reorganize * Standardize sub.php * Standardize and fix TODOs use format "//TODO - Translation" for easier searching * Fix whitespace --- app/i18n/kr/gen.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'app/i18n/kr/gen.php') diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php index f87f24b64..744ec6fce 100644 --- a/app/i18n/kr/gen.php +++ b/app/i18n/kr/gen.php @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\A\\p\\r\\i\\l', - 'Aug' => '\\A\\u\\g\\u\\s\\t', - 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', - 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', - 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', - 'Jul' => '\\J\\u\\l\\y', - 'Jun' => '\\J\\u\\n\\e', - 'Mar' => '\\M\\a\\r\\c\\h', - 'May' => '\\M\\a\\y', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', - 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'apr' => '4월', 'april' => '4월', + 'Aug' => '\\A\\u\\g\\u\\s\\t', 'aug' => '8월', 'august' => '8월', 'before_yesterday' => '어제 이전', + 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', 'dec' => '12월', 'december' => '12월', + 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', 'feb' => '2월', 'february' => '2월', 'format_date' => 'Y년 m월 d일', 'format_date_hour' => 'Y년 m월 d일 H시 i분', 'fri' => '금', + 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', 'jan' => '1월', 'january' => '1월', + 'Jul' => '\\J\\u\\l\\y', 'jul' => '7월', 'july' => '7월', + 'Jun' => '\\J\\u\\n\\e', 'jun' => '6월', 'june' => '6월', 'last_3_month' => '최근 3 개월', @@ -78,17 +73,22 @@ return array( 'last_month' => '최근 한 달', 'last_week' => '최근 한 주', 'last_year' => '최근 일 년', + 'Mar' => '\\M\\a\\r\\c\\h', 'mar' => '3월', 'march' => '3월', + 'May' => '\\M\\a\\y', 'may' => '5월', 'may_' => '5월', + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', 'mon' => '월', 'month' => '개월', 'nov' => '11월', 'november' => '11월', + 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', 'oct' => '10월', 'october' => '10월', 'sat' => '토', + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', 'sep' => '9월', 'september' => '9월', 'sun' => '일', @@ -161,7 +161,6 @@ return array( 'previous' => 'Previous', ), 'share' => array( - 'Known' => 'Known based sites', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => '메일', @@ -169,6 +168,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => 'Known based sites', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', -- cgit v1.2.3