diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/ko/feedback.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (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/feedback.php')
| -rw-r--r-- | app/i18n/ko/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php index 8efd8da27..3692f7872 100644 --- a/app/i18n/ko/feedback.php +++ b/app/i18n/ko/feedback.php @@ -35,7 +35,7 @@ return array( ), 'conf' => array( 'error' => '설정을 저장하는 동안 문제가 발생했습니다', - 'query_created' => '쿼리 "%s" 가 생성되었습니다.', + 'query_created' => '쿼리 “%s” 가 생성되었습니다.', 'shortcuts_updated' => '단축키가 갱신되었습니다', 'updated' => '설정이 저장되었습니다', ), @@ -115,9 +115,9 @@ return array( 'purge_completed' => '삭제 완료 (%d 개의 글을 삭제했습니다)', ), 'tag' => array( - 'created' => '"%s" 태그가 생성되었습니다.', + 'created' => '“%s” 태그가 생성되었습니다.', 'name_exists' => '같은 이름의 태그가 이미 존재합니다.', - 'renamed' => '"%s" 태그가 "%s" (으)로 이름이 변경되었습니다.', + 'renamed' => '“%s” 태그가 “%s” (으)로 이름이 변경되었습니다.', ), 'update' => array( 'can_apply' => 'FreshRSS가 <strong>%s</strong> 버전으로 업데이트됩니다.', |
