aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-10-13 08:56:22 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-13 08:56:22 +0200
commit8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch)
tree535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/ko/conf.php
parentea283a16fc2b902370bd809bc19e487db771905d (diff)
i18n typographic quotes (#4714)
* i18n typographic quotes * Missing whitespace * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Fix German-style typographic quotes * Fix missing closing ” * Fix Dutch quotes * French typography * <em>lazy load</em> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/ko/conf.php')
-rw-r--r--app/i18n/ko/conf.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index 2c6a8523f..279f2f4ad 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -106,15 +106,15 @@ return array(
'type' => '유형',
),
'get_all' => '모든 글 표시',
- 'get_category' => '"%s" 카테고리 표시',
+ 'get_category' => '“%s” 카테고리 표시',
'get_favorite' => '즐겨찾기에 등록된 글 표시',
- 'get_feed' => '"%s" 피드 표시',
+ 'get_feed' => '“%s” 피드 표시',
'name' => '이름',
'no_filter' => '필터가 없습니다',
'number' => '쿼리 #%d',
'order_asc' => '오래된 글 먼저 표시',
'order_desc' => '최근 글 먼저 표시',
- 'search' => '"%s"의 검색 결과',
+ 'search' => '“%s”의 검색 결과',
'state_0' => '모든 글 표시',
'state_1' => '읽은 글 표시',
'state_2' => '읽지 않은 글 표시',
@@ -178,7 +178,7 @@ return array(
'view' => '보기',
),
'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)',
- 'img_with_lazyload' => '그림을 불러오는 데에 "lazy load" 모드 사용하기',
+ 'img_with_lazyload' => '그림을 불러오는 데에 <em>lazy load</em> 모드 사용하기',
'jump_next' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)',
'mark_updated_article_unread' => '갱신 된 글을 읽지 않음으로 표시',
'number_divided_when_reader' => '읽기 모드에서는 절반만 표시됩니다.',