aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-12-21 19:26:08 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-21 19:26:08 +0100
commit1a3912f25a27c8d78aacbbee98f6056f4ad47f1a (patch)
tree90fe6bd955535aed22152fc3a41a51a4958f4d4d /app/i18n/ko/admin.php
parent672411ca7053345634a63dd3eabed75baf93043f (diff)
Improve configuration checks (#8334)
Add a distinction between recommended and required extensions. Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581 Improve related checks such as ZIP. Reduce duplicated translations and tests.
Diffstat (limited to 'app/i18n/ko/admin.php')
-rw-r--r--app/i18n/ko/admin.php86
1 files changed, 0 insertions, 86 deletions
diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php
index eec835f5a..1ed50f5a7 100644
--- a/app/i18n/ko/admin.php
+++ b/app/i18n/ko/admin.php
@@ -23,92 +23,6 @@ return array(
'token_help' => '인증 없이 사용자의 모든 RSS 내용과 피드 새로고침 권한을 허용합니다.:',
'type' => '인증',
),
- 'check_install' => array(
- 'cache' => array(
- 'nok' => '<em>./data/cache</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
- 'ok' => 'cache 디렉토리의 권한이 올바르게 설정되었습니다.',
- ),
- 'categories' => array(
- 'nok' => 'category 테이블 설정이 잘못되었습니다.',
- 'ok' => 'category 테이블이 올바르게 설정되었습니다.',
- ),
- 'connection' => array(
- 'nok' => '데이터베이스에 연결할 수 없습니다.',
- 'ok' => '데이터베이스와의 연결이 올바르게 설정되었습니다.',
- ),
- 'ctype' => array(
- 'nok' => '문자열 타입 검사에 필요한 라이브러리를 찾을 수 없습니다 (php-ctype).',
- 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).',
- ),
- 'curl' => array(
- 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl 패키지).',
- 'ok' => 'cURL 라이브러리가 설치되어 있습니다.',
- ),
- 'data' => array(
- 'nok' => '<em>./data</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
- 'ok' => 'data 디렉토리의 권한이 올바르게 설정되었습니다.',
- ),
- 'database' => '데이터베이스 설치 요구사항',
- 'dom' => array(
- 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml 패키지).',
- 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.',
- ),
- 'entries' => array(
- 'nok' => 'entry 테이블 설정이 잘못되었습니다.',
- 'ok' => 'entry 테이블이 올바르게 설정되었습니다.',
- ),
- 'favicons' => array(
- 'nok' => '<em>./data/favicons</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
- 'ok' => 'favicons 디렉토리의 권한이 올바르게 설정되어 있습니다.',
- ),
- 'feeds' => array(
- 'nok' => 'feed 테이블 설정이 잘못되었습니다.',
- 'ok' => 'feed 테이블이 올바르게 설정되었습니다',
- ),
- 'fileinfo' => array(
- 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo 패키지).',
- 'ok' => 'fileinfo 라이브러리가 설치되어 있습니다.',
- ),
- 'files' => '파일 시스템 설치 요구사항',
- 'json' => array(
- 'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php-json 패키지).',
- 'ok' => 'JSON 확장 기능이 설치되어 있습니다.',
- ),
- 'mbstring' => array(
- 'nok' => '유니코드 지원을 위한 mbstring 라이브러리를 찾을 수 없습니다.',
- 'ok' => '유니코드 지원을 위한 mbstring 라이브러리가 설치되어 있습니다.',
- ),
- 'pcre' => array(
- 'nok' => '정규표현식을 위한 라이브러리를 찾을 수 없습니다 (php-pcre).',
- 'ok' => '정규표현식을 위한 라이브러리가 설치되어 있습니다 (PCRE).',
- ),
- 'pdo' => array(
- 'nok' => '지원가능한 드라이버나 PDO를 찾을 수 없습니다 (pdo_mysql, pdo_sqlite, pdo_pgsql).',
- 'ok' => '최소 하나의 지원가능한 드라이버와 PDO가 설치되어 있습니다 (pdo_mysql, pdo_sqlite, pdo_pgsql).',
- ),
- 'php' => array(
- '_' => 'PHP 설치 요구사항',
- 'nok' => 'PHP 버전은 %s 이지만, FreshRSS에는 최소 %s의 버전이 필요합니다.',
- 'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다.',
- ),
- 'tables' => array(
- 'nok' => '하나 이상의 테이블을 데이터베이스에서 찾을 수 없습니다.',
- 'ok' => '데이터베이스에 모든 테이블이 존재합니다.',
- ),
- 'title' => '설치 요구사항 확인',
- 'tokens' => array(
- 'nok' => '<em>./data/tokens</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
- 'ok' => 'tokens 디렉토리의 권한이 올바르게 설정되어 있습니다',
- ),
- 'users' => array(
- 'nok' => '<em>./data/users</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
- 'ok' => 'users 디렉토리의 권한이 올바르게 설정되어 있습니다.',
- ),
- 'zip' => array(
- 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip 패키지).',
- 'ok' => 'ZIP 확장 기능이 설치되어 있습니다.',
- ),
- ),
'extensions' => array(
'author' => '제작자',
'community' => '사용 가능한 커뮤니티 확장 기능들',