aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/kr/install.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/kr/install.php')
-rw-r--r--app/i18n/kr/install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php
index 4c308cba7..eb2169b54 100644
--- a/app/i18n/kr/install.php
+++ b/app/i18n/kr/install.php
@@ -80,6 +80,7 @@ return array(
'nok' => 'PHP 버전은 %s 이지만, FreshRSS에는 최소 %s의 버전이 필요합니다.',
'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다.',
),
+ 'reload' => 'Check again', // TODO - Translation
'tmp' => array(
'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다.',
'ok' => 'Permissions on the temp directory are good.', // TODO - Translation
@@ -93,7 +94,6 @@ return array(
'nok' => 'XML 해석을 위한 라이브러리르 찾을 수 없습니다.',
'ok' => 'XML 해석을 위한 라이브러리가 설치되어 있습니다.',
),
- 'reload' => 'Check again', // TODO - Translation
),
'conf' => array(
'_' => '일반 설정',
@@ -101,7 +101,6 @@ return array(
),
'congratulations' => '축하합니다!',
'default_user' => '기본 사용자 이름<small>(알파벳과 숫자를 포함할 수 있고 최대 16 글자)</small>',
- 'delete_articles_after' => '다음 기간보다 오래된 글 삭제',
'fix_errors_before' => '다음 단계로 가기 전에 문제를 해결하세요.',
'javascript_is_better' => 'FreshRSS는 자바스크립트를 사용할 때 더욱 쾌적하고 강력합니다',
'js' => array(