aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/install.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/install.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/install.php')
-rw-r--r--app/i18n/kr/install.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php
index 65e8726e1..8b966a627 100644
--- a/app/i18n/kr/install.php
+++ b/app/i18n/kr/install.php
@@ -17,20 +17,19 @@ return array(
'type' => '인증 방식',
),
'bdd' => array(
- '_' => '데이터베이스',
'conf' => array(
- '_' => '데이터베이스 설정',
'ko' => '데이터베이스 정보를 확인하세요.',
'ok' => '데이터베이스 설정이 저장되었습니다.',
+ '_' => '데이터베이스 설정',
),
'host' => '데이터베이스 서버',
'password' => '데이터베이스 암호',
'prefix' => '테이블 접두어',
'type' => '데이터베이스 종류',
'username' => '데이터베이스 사용자 이름',
+ '_' => '데이터베이스',
),
'check' => array(
- '_' => '설치 요구사항 확인',
'already_installed' => 'FreshRSS가 이미 설치되어 있는 것을 감지했습니다!',
'cache' => array(
'nok' => '<em>./data/cache</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
@@ -66,7 +65,7 @@ return array(
),
'json' => array(
'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php-json 패키지).',
- 'ok' => 'JSON 확장 기능이 설치되어 있습니다.',
+ 'ok' => 'JSON 확장 기능이 설치되어 있습니다.',
),
'mbstring' => array(
'nok' => '유니코드 지원을 위한 mbstring 라이브러리를 찾을 수 없습니다.',
@@ -96,10 +95,11 @@ return array(
'nok' => 'XML 해석을 위한 라이브러리르 찾을 수 없습니다.',
'ok' => 'XML 해석을 위한 라이브러리가 설치되어 있습니다.',
),
+ '_' => '설치 요구사항 확인',
),
'conf' => array(
- '_' => '일반 설정',
'ok' => '일반 설정이 저장되었습니다.',
+ '_' => '일반 설정',
),
'congratulations' => '축하합니다!',
'default_user' => '기본 사용자 이름<small>(알파벳과 숫자를 포함할 수 있고 최대 16 글자)</small>',
@@ -110,14 +110,14 @@ return array(
'confirm_reinstall' => 'FreshRSS을 다시 설치하면 이전 설정이 사라집니다. 계속하시겠습니까?',
),
'language' => array(
- '_' => '언어',
'choose' => 'FreshRSS에서 사용할 언어를 고르세요',
'defined' => '언어가 설정되었습니다.',
+ '_' => '언어',
),
'not_deleted' => '무언가 잘못되었습니다; <em>%s</em> 파일을 직접 삭제해주세요.',
'ok' => '설치 과정이 성공적으로 끝났습니다.',
'step' => '단계 %d',
'steps' => '단계',
- 'title' => '설치 · FreshRSS',
'this_is_the_end' => '마침',
+ 'title' => '설치 · FreshRSS',
);