From f5619e66deb83bf43d1aa063b0cff5caa04104ca Mon Sep 17 00:00:00 2001 From: Seokseong Jeon Date: Thu, 8 Jun 2017 03:36:28 +0900 Subject: Working on i18n/kr --- app/i18n/kr/admin.php | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 app/i18n/kr/admin.php (limited to 'app/i18n/kr/admin.php') diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php new file mode 100644 index 000000000..da207053f --- /dev/null +++ b/app/i18n/kr/admin.php @@ -0,0 +1,181 @@ + array( + 'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)', + 'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다', + 'api_enabled' => 'API 사용을 허가합니다(모바일 애플리케이션을 사용할 때 필요합니다)', + 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)', + 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', + 'none' => '사용하지 않음 (위험)', + 'title' => '인증', + 'title_reset' => 'Authentication reset', + 'token' => '인증 토큰', + 'token_help' => '기본 사용자의 RSS에 인증 없이 접근할 수 있도록 합니다:', + 'type' => '인증', + 'unsafe_autologin' => '다음과 같은 안전하지 않은 방식의 로그인을 허가합니다: ', + ), + 'check_install' => array( + 'cache' => array( + 'nok' => './data/cache 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', + 'ok' => '캐시 디렉토리의 권한이 올바르게 설정되었습니다.', + ), + 'categories' => array( + 'nok' => 'Category table is improperly configured.', + 'ok' => 'Category table is ok.', + ), + 'connection' => array( + 'nok' => 'Connection to the database cannot be established.', + 'ok' => 'Connection to the database is ok.', + ), + 'ctype' => array( + 'nok' => 'Cannot find a required library for character type checking (php-ctype).', + 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).', + ), + 'curl' => array( + 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl package).', + 'ok' => 'cURL 라이브러리가 설치되어 있습니다.', + ), + 'data' => array( + 'nok' => './data 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', + 'ok' => '데이터 디렉토리의 권한이 올바르게 설정되었습니다.', + ), + 'database' => '데이터베이스 설치 요구사항', + 'dom' => array( + 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml package).', + 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.', + ), + 'entries' => array( + 'nok' => 'Entry table is improperly configured.', + 'ok' => 'Entry table is ok.', + ), + 'favicons' => array( + 'nok' => './data/favicons 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', + 'ok' => 'favicon 디렉토리의 권한이 올바르게 설정되어 있습니다.', + ), + 'feeds' => array( + 'nok' => 'Feed table is improperly configured.', + 'ok' => 'Feed table is ok.', + ), + 'fileinfo' => array( + 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo package).', + 'ok' => 'fileinfo 라이브러리가 설치되어 있습니다.', + ), + 'files' => '파일 시스템 설치 요구사항', + 'json' => array( + 'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php5-json package).', + 'ok' => 'JSON 확장 기능이 설치되어 있습니다.', + ), + 'minz' => array( + 'nok' => 'Minz 프레임워크를 찾을 수 없습니다.', + 'ok' => 'Minz 프레임워크가 설치되어 있습니다.', + ), + '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' => 'There are one or more missing tables in the database.', + 'ok' => 'The appropriate tables exist in the database.', + ), + 'title' => '설치 요구사항 확인', + 'tokens' => array( + 'nok' => './data/tokens 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', + 'ok' => '토큰 디렉토리의 권한이 올바르게 설정되어 있습니다', + ), + 'users' => array( + 'nok' => './data/users 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', + 'ok' => '사용자 디렉토리의 권한이 올바르게 설정되어 있습니다.', + ), + 'zip' => array( + 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip package).', + 'ok' => 'ZIP 확장 기능이 설치되어 있습니다.', + ), + ), + 'extensions' => array( + 'disabled' => '비활성화됨', + 'empty_list' => '설치된 확장 기능이 없습니다', + 'enabled' => '활성화됨', + 'no_configure_view' => '이 확장 기능은 설정이 없습니다.', + 'system' => array( + '_' => '시스템 확장 기능', + 'no_rights' => '시스템 확장 기능 (이 확장 기능에 대한 권한이 없습니다)', + ), + 'title' => '확장 기능', + 'user' => '사용자 확장 기능', + ), + 'stats' => array( + '_' => '통계', + 'all_feeds' => '모든 피드', + 'category' => '카테고리', + 'entry_count' => '글 개수', + 'entry_per_category' => '카테고리별 글 개수', + 'entry_per_day' => '일일 글 개수 (최근 30 일)', + 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', + 'entry_per_hour' => 'Per hour (average: %.2f messages)', + 'entry_per_month' => 'Per month (average: %.2f messages)', + 'entry_repartition' => '글 분류', + 'feed' => '피드', + 'feed_per_category' => '카테고리별 피드 개수', + 'idle' => 'Idle feeds', + 'main' => 'Main statistics', + 'main_stream' => 'Main stream', + 'menu' => array( + 'idle' => 'Idle feeds', + 'main' => 'Main statistics', + 'repartition' => 'Articles repartition', + ), + 'no_idle' => 'There is no idle feed!', + 'number_entries' => '%d articles', + 'percent_of_total' => '전체에서의 비율 (%%)', + 'repartition' => 'Articles repartition', + 'status_favorites' => '즐겨찾기', + 'status_read' => '읽음', + 'status_total' => '전체', + 'status_unread' => '읽지 않음', + 'title' => '통계', + 'top_feed' => '상위 10 개 피드', + ), + 'system' => array( + '_' => '시스템 설정', + 'auto-update-url' => '자동 업데이트 서버 URL', + 'instance-name' => '인스턴스 이름', + 'max-categories' => '사용자별 카테고리 개수 제한', + 'max-feeds' => '사용자별 피드 개수 제한', + 'registration' => array( + 'help' => '0: 제한 없음', + 'number' => '계정 최대 개수', + ), + ), + 'update' => array( + '_' => '업데이트', + 'apply' => '업데이트 적용하기', + 'check' => '새 업데이트 확인하기', + 'current_version' => '현재 FreshRSS 버전은 %s 입니다.', + 'last' => '마지막 확인: %s', + 'none' => '적용 가능한 업데이트가 없습니다', + 'title' => '업데이트', + ), + 'user' => array( + 'articles_and_size' => '%s 개의 글 (%s)', + 'create' => '새 사용자 생성', + 'language' => '언어', + 'number' => '%d 개의 계정이 생성되었습니다', + 'numbers' => '%d 개의 계정이 생성되었습니다', + 'password_form' => '암호
(웹폼 로그인 방식 사용시)', + 'password_format' => '7 글자 이상이어야 합니다', + 'title' => '사용자 관리', + 'user_list' => '사용자 목록', + 'username' => '사용자 이름', + 'users' => '전체 사용자', + ), +); -- cgit v1.2.3 From 5e796a203649934c278d673be0c7264f3687fe71 Mon Sep 17 00:00:00 2001 From: Seokseong Jeon Date: Thu, 8 Jun 2017 16:09:42 +0900 Subject: Done admin.php --- app/i18n/kr/admin.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'app/i18n/kr/admin.php') diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php index da207053f..fb999460d 100644 --- a/app/i18n/kr/admin.php +++ b/app/i18n/kr/admin.php @@ -21,15 +21,15 @@ return array( 'ok' => '캐시 디렉토리의 권한이 올바르게 설정되었습니다.', ), 'categories' => array( - 'nok' => 'Category table is improperly configured.', - 'ok' => 'Category table is ok.', + 'nok' => 'category 테이블 설정이 잘못되었습니다.', + 'ok' => 'category 테이블이 올바르게 설정되었습니다.', ), 'connection' => array( - 'nok' => 'Connection to the database cannot be established.', - 'ok' => 'Connection to the database is ok.', + 'nok' => '데이터베이스에 연결할 수 없습니다.', + 'ok' => '데이터베이스와의 연결이 올바르게 설정되었습니다.', ), 'ctype' => array( - 'nok' => 'Cannot find a required library for character type checking (php-ctype).', + 'nok' => '문자열 타입 검사에 필요한 라이브러리를 찾을 수 없습니다 (php-ctype).', 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).', ), 'curl' => array( @@ -46,16 +46,16 @@ return array( 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.', ), 'entries' => array( - 'nok' => 'Entry table is improperly configured.', - 'ok' => 'Entry table is ok.', + 'nok' => 'entry 테이블 설정이 잘못되었습니다.', + 'ok' => 'entry 테이블이 올바르게 설정되었습니다Entry table is ok.', ), 'favicons' => array( 'nok' => './data/favicons 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', 'ok' => 'favicon 디렉토리의 권한이 올바르게 설정되어 있습니다.', ), 'feeds' => array( - 'nok' => 'Feed table is improperly configured.', - 'ok' => 'Feed table is ok.', + 'nok' => 'feed 테이블 설정이 잘못되었습니다.', + 'ok' => 'feed 테이블이 올바르게 설정되었습니다', ), 'fileinfo' => array( 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo package).', @@ -84,8 +84,8 @@ return array( 'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다..', ), 'tables' => array( - 'nok' => 'There are one or more missing tables in the database.', - 'ok' => 'The appropriate tables exist in the database.', + 'nok' => '하나 이상의 테이블을 데이터베이스에서 찾을 수 없습니다.', + 'ok' => '데이터베이스에 모든 테이블이 존재합니다.', ), 'title' => '설치 요구사항 확인', 'tokens' => array( @@ -120,24 +120,24 @@ return array( 'entry_count' => '글 개수', 'entry_per_category' => '카테고리별 글 개수', 'entry_per_day' => '일일 글 개수 (최근 30 일)', - 'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', - 'entry_per_hour' => 'Per hour (average: %.2f messages)', - 'entry_per_month' => 'Per month (average: %.2f messages)', + 'entry_per_day_of_week' => '요일별 (평균: %.2f 개의 글)', + 'entry_per_hour' => '시간별 (평균: %.2f 개의 글)', + 'entry_per_month' => '월별 (평균: %.2f 개의 글)', 'entry_repartition' => '글 분류', 'feed' => '피드', 'feed_per_category' => '카테고리별 피드 개수', - 'idle' => 'Idle feeds', - 'main' => 'Main statistics', - 'main_stream' => 'Main stream', + 'idle' => '유휴 피드', + 'main' => '주요 통계', + 'main_stream' => '메인 스트림', 'menu' => array( - 'idle' => 'Idle feeds', - 'main' => 'Main statistics', - 'repartition' => 'Articles repartition', + 'idle' => '유휴 피드', + 'main' => '주요 통계', + 'repartition' => '글 분류', ), - 'no_idle' => 'There is no idle feed!', - 'number_entries' => '%d articles', + 'no_idle' => '유휴 피드가 없습니다!', + 'number_entries' => '%d 개의 글', 'percent_of_total' => '전체에서의 비율 (%%)', - 'repartition' => 'Articles repartition', + 'repartition' => '글 분류', 'status_favorites' => '즐겨찾기', 'status_read' => '읽음', 'status_total' => '전체', -- cgit v1.2.3 From 2f8faaee1438db5dbd55f784547405124d543df6 Mon Sep 17 00:00:00 2001 From: Seokseong Jeon Date: Fri, 9 Jun 2017 16:28:40 +0900 Subject: Done admin.php --- app/i18n/kr/admin.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/i18n/kr/admin.php') diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php index fb999460d..1c77d6cdb 100644 --- a/app/i18n/kr/admin.php +++ b/app/i18n/kr/admin.php @@ -9,7 +9,7 @@ return array( 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', 'none' => '사용하지 않음 (위험)', 'title' => '인증', - 'title_reset' => 'Authentication reset', + 'title_reset' => '인증 초기화', 'token' => '인증 토큰', 'token_help' => '기본 사용자의 RSS에 인증 없이 접근할 수 있도록 합니다:', 'type' => '인증', @@ -33,7 +33,7 @@ return array( 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).', ), 'curl' => array( - 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl package).', + 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl 패키지).', 'ok' => 'cURL 라이브러리가 설치되어 있습니다.', ), 'data' => array( @@ -42,12 +42,12 @@ return array( ), 'database' => '데이터베이스 설치 요구사항', 'dom' => array( - 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml package).', + 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml 패키지).', 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.', ), 'entries' => array( 'nok' => 'entry 테이블 설정이 잘못되었습니다.', - 'ok' => 'entry 테이블이 올바르게 설정되었습니다Entry table is ok.', + 'ok' => 'entry 테이블이 올바르게 설정되었습니다.', ), 'favicons' => array( 'nok' => './data/favicons 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', @@ -58,12 +58,12 @@ return array( 'ok' => 'feed 테이블이 올바르게 설정되었습니다', ), 'fileinfo' => array( - 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo package).', + 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo 패키지).', 'ok' => 'fileinfo 라이브러리가 설치되어 있습니다.', ), 'files' => '파일 시스템 설치 요구사항', 'json' => array( - 'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php5-json package).', + 'nok' => 'JSON 확장 기능을 찾을 수 없습니다 (php5-json 패키지).', 'ok' => 'JSON 확장 기능이 설치되어 있습니다.', ), 'minz' => array( @@ -81,7 +81,7 @@ return array( 'php' => array( '_' => 'PHP 설치 요구사항', 'nok' => 'PHP 버전은 %s 이지만, FreshRSS에는 최소 %s의 버전이 필요합니다.', - 'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다..', + 'ok' => 'PHP 버전은 %s 이고, FreshRSS와 호환가능 합니다.', ), 'tables' => array( 'nok' => '하나 이상의 테이블을 데이터베이스에서 찾을 수 없습니다.', @@ -97,7 +97,7 @@ return array( 'ok' => '사용자 디렉토리의 권한이 올바르게 설정되어 있습니다.', ), 'zip' => array( - 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip package).', + 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip 패키지).', 'ok' => 'ZIP 확장 기능이 설치되어 있습니다.', ), ), -- cgit v1.2.3 From 3618cd7979c67c5c8d322bfcfce8ca4d33374577 Mon Sep 17 00:00:00 2001 From: Seokseong Jeon Date: Fri, 9 Jun 2017 17:54:33 +0900 Subject: Edit admin.php --- app/i18n/kr/admin.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/kr/admin.php') diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php index 1c77d6cdb..13f4695e1 100644 --- a/app/i18n/kr/admin.php +++ b/app/i18n/kr/admin.php @@ -18,7 +18,7 @@ return array( 'check_install' => array( 'cache' => array( 'nok' => './data/cache 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => '캐시 디렉토리의 권한이 올바르게 설정되었습니다.', + 'ok' => 'cache 디렉토리의 권한이 올바르게 설정되었습니다.', ), 'categories' => array( 'nok' => 'category 테이블 설정이 잘못되었습니다.', @@ -38,7 +38,7 @@ return array( ), 'data' => array( 'nok' => './data 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => '데이터 디렉토리의 권한이 올바르게 설정되었습니다.', + 'ok' => 'data 디렉토리의 권한이 올바르게 설정되었습니다.', ), 'database' => '데이터베이스 설치 요구사항', 'dom' => array( @@ -51,7 +51,7 @@ return array( ), 'favicons' => array( 'nok' => './data/favicons 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => 'favicon 디렉토리의 권한이 올바르게 설정되어 있습니다.', + 'ok' => 'favicons 디렉토리의 권한이 올바르게 설정되어 있습니다.', ), 'feeds' => array( 'nok' => 'feed 테이블 설정이 잘못되었습니다.', @@ -90,11 +90,11 @@ return array( 'title' => '설치 요구사항 확인', 'tokens' => array( 'nok' => './data/tokens 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => '토큰 디렉토리의 권한이 올바르게 설정되어 있습니다', + 'ok' => 'tokens 디렉토리의 권한이 올바르게 설정되어 있습니다', ), 'users' => array( 'nok' => './data/users 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => '사용자 디렉토리의 권한이 올바르게 설정되어 있습니다.', + 'ok' => 'users 디렉토리의 권한이 올바르게 설정되어 있습니다.', ), 'zip' => array( 'nok' => 'ZIP 확장 기능을 찾을 수 없습니다 (php-zip 패키지).', -- cgit v1.2.3