aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/conf.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/kr/conf.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (diff)
Update i18n cli tools (#2673)
* Update i18n cli tools Few things were bugging me when using the cli tool for i18n. So I've modified the tools to be easier to use. First, the tool automatically adds missing keys to all languages. This way, we always have all keys in all languages. Second, the tool detects all untranslated keys and adds automatically the todo comment after the value. Third, when adding a new key, the key is pushed to all languages at once. There is no need to duplicate it manually. Thus making the duplication process obsolete. Fourth, translation and ignore keys are manipulated at the same time. Thus we don't have obsolete ignored strings anymore. * Add i18n rules I find that having the common rules in the Makefile is easier to use, as long as you know they are here. As it is self documented, people will see the new rules when using make. * Use long parameters in Makefile I find that using long parameters in scripts makes it easier to understand what's going on. So I've switched all short parameters to long one. * Format all i18n files I've used the updated version of the cli tools to have some output that can be consistently formated. This commit is a huge formating commit. Nothing was added but some comments were removed in the process.
Diffstat (limited to 'app/i18n/kr/conf.php')
-rw-r--r--app/i18n/kr/conf.php44
1 files changed, 22 insertions, 22 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index 219feab49..1a5c41969 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -2,34 +2,33 @@
return array(
'archiving' => array(
- '_' => '보관',
'delete_after' => '다음 기간보다 오래된 글 삭제',
- 'exception' => 'Purge exception', //TODO - Translation
+ 'exception' => 'Purge exception', // TODO - Translation
'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다',
- 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_favourites' => 'Never delete favourites', // TODO - Translation
+ 'keep_labels' => 'Never delete labels', // TODO - Translation
+ 'keep_max' => 'Maximum number of articles to keep', // TODO - Translation
'keep_min_by_feed' => '피드별 최소 유지 글 개수',
- 'keep_labels' => 'Never delete labels', //TODO - Translation
- 'keep_unreads' => 'Never delete unreads', //TODO - Translation
- 'maintenance' => 'Maintenance', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', // TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', // TODO - Translation
+ 'maintenance' => 'Maintenance', // TODO - Translation
'optimize' => '데이터베이스 최적화',
'optimize_help' => '데이터베이스 크기를 줄이기 위해 가끔씩 수행해주세요',
- 'policy' => 'Purge policy', //TODO - Translation
- 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
+ 'policy' => 'Purge policy', // TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO - Translation
'purge_now' => '지금 삭제',
- 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
- 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => '보관',
'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
+ '_' => '보관',
),
'display' => array(
- '_' => '표시',
'icon' => array(
'bottom_line' => '하단',
+ 'display_authors' => 'Authors', // TODO - Translation
'entry' => '문서 아이콘',
'publication_date' => '발행일',
'related_tags' => '관련 태그',
'sharing' => '공유',
- 'display_authors' => 'Authors', //TODO - Translation
'top_line' => '상단',
),
'language' => '언어',
@@ -47,22 +46,22 @@ return array(
'no_limit' => '제한 없음',
'thin' => '얇음',
),
+ '_' => '표시',
),
'profile' => array(
- '_' => '프로필 관리',
- 'api' => 'API management', // TODO - Translation
+ 'api' => 'API management', // TODO - Translation
'delete' => array(
- '_' => '계정 삭제',
'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.',
+ '_' => '계정 삭제',
),
'email' => '메일 주소',
'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>',
'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
'password_format' => '7 글자 이상이어야 합니다',
'title' => '프로필',
+ '_' => '프로필 관리',
),
'query' => array(
- '_' => '사용자 쿼리',
'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.',
'display' => '사용자 쿼리 결과 표시',
'filter' => '적용된 필터:',
@@ -70,8 +69,8 @@ return array(
'get_category' => '"%s" 카테고리 표시',
'get_favorite' => '즐겨찾기에 등록된 글 표시',
'get_feed' => '"%s" 피드 표시',
- 'no_filter' => '필터가 없습니다',
'none' => '아직 사용자 쿼리를 만들지 않았습니다.',
+ 'no_filter' => '필터가 없습니다',
'number' => '쿼리 #%d',
'order_asc' => '오래된 글 먼저 표시',
'order_desc' => '최근 글 먼저 표시',
@@ -94,9 +93,9 @@ return array(
'state_14' => '읽지 않은 글 표시',
'state_15' => '모든 글 표시',
'title' => '사용자 쿼리',
+ '_' => '사용자 쿼리',
),
'reading' => array(
- '_' => '읽기',
'after_onread' => '“모두 읽음으로 표시” 후,',
'articles_per_page' => '페이지당 글 수',
'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기',
@@ -117,16 +116,16 @@ return array(
'when' => '읽음으로 표시…',
),
'show' => array(
- '_' => '글 표시 방식',
'adaptive' => '읽지 않은 글이 없으면 모든 글 표시',
'all_articles' => '모든 글 표시',
'unread' => '읽지 않은 글만 표시',
+ '_' => '글 표시 방식',
),
'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기',
'sort' => array(
- '_' => '정렬 순서',
'newer_first' => '최근 글 먼저',
'older_first' => '오래된 글 먼저',
+ '_' => '정렬 순서',
),
'sticky_post' => '글이 펼쳐진 경우 최상단에 고정하기',
'title' => '읽기',
@@ -136,9 +135,9 @@ return array(
'normal' => '일반 모드',
'reader' => '읽기 모드',
),
+ '_' => '읽기',
),
'sharing' => array(
- '_' => '공유',
'add' => '공유 방법 추가',
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
@@ -153,9 +152,9 @@ return array(
'title' => '공유',
'twitter' => 'Twitter',
'wallabag' => 'wallabag',
+ '_' => '공유',
),
'shortcut' => array(
- '_' => '단축키',
'article_action' => '글 관련 동작',
'auto_share' => '공유',
'auto_share_help' => '공유 옵션이 하나만 설정되어 있다면 해당 공유 옵션을 사용하고, 그렇지 않다면 공유 옵션을 번호로 선택할 수 있습니다.',
@@ -187,6 +186,7 @@ return array(
'user_filter' => '사용자 필터 사용하기',
'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.',
'views' => '표시',
+ '_' => '단축키',
),
'user' => array(
'articles_and_size' => '%s 개의 글 (%s)',