FreshRSS/app/i18n/ko/admin.php

239 lines
11 KiB
PHP

<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
return array(
'auth' => array(
'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)',
'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다',
'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다)</small>',
'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)',
'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)',
'none' => '사용하지 않음 (위험)',
'title' => '인증',
'token' => 'Master authentication token', // TODO
'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO
'type' => '인증',
'unsafe_autologin' => '다음과 같은 안전하지 않은 방식의 로그인을 허가합니다: ',
),
'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' => '사용 가능한 커뮤니티 확장 기능들',
'description' => '설명',
'disabled' => '비활성화됨',
'empty_list' => '설치된 확장 기능이 없습니다',
'enabled' => '활성화됨',
'latest' => '설치됨',
'name' => '이름',
'no_configure_view' => '이 확장 기능은 설정이 없습니다.',
'system' => array(
'_' => '시스템 확장 기능',
'no_rights' => '시스템 확장 기능 (이 확장 기능에 대한 권한이 없습니다)',
),
'title' => '확장 기능',
'update' => '업데이트 있음',
'user' => '사용자 확장 기능',
'version' => '버전',
),
'stats' => array(
'_' => '통계',
'all_feeds' => '모든 피드',
'category' => '카테고리',
'entry_count' => '글 개수',
'entry_per_category' => '카테고리별 글 개수',
'entry_per_day' => '일일 글 개수 (최근 30 일)',
'entry_per_day_of_week' => '요일별 (평균: %.2f 개의 글)',
'entry_per_hour' => '시간별 (평균: %.2f 개의 글)',
'entry_per_month' => '월별 (평균: %.2f 개의 글)',
'entry_repartition' => '글 분류',
'feed' => '피드',
'feed_per_category' => '카테고리별 피드 개수',
'idle' => '유휴 피드',
'main' => '주요 통계',
'main_stream' => '메인 스트림',
'no_idle' => '유휴 피드가 없습니다!',
'number_entries' => '%d 개의 글',
'percent_of_total' => '전체에서의 비율 (%)',
'repartition' => '글 분류',
'status_favorites' => '즐겨찾기',
'status_read' => '읽음',
'status_total' => '전체',
'status_unread' => '읽지 않음',
'title' => '통계',
'top_feed' => '상위 10 개 피드',
),
'system' => array(
'_' => '시스템 설정',
'auto-update-url' => '자동 업데이트 서버 URL',
'base-url' => array(
'_' => 'Base URL', // TODO
'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // TODO
),
'cookie-duration' => array(
'help' => '초',
'number' => '로그인 유지 시간',
),
'force_email_validation' => '이메일 주소 확인 강제화',
'instance-name' => '인스턴스 이름',
'max-categories' => '사용자별 카테고리 개수 제한',
'max-feeds' => '사용자별 피드 개수 제한',
'registration' => array(
'number' => '계정 최대 개수',
'select' => array(
'label' => '회원가입 양식',
'option' => array(
'noform' => '비활성화: 회원가입 양식 없음',
'nolimit' => '활성화: 계정 개수 제한 없음',
'setaccountsnumber' => '최대 계정 개수 설정',
),
),
'status' => array(
'disabled' => '양식 비활성화됨',
'enabled' => '양식 활성화됨',
),
'title' => '사용자 회원가입 양식',
),
'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO
'tos' => array(
'disabled' => 'is not given', // TODO
'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
),
'websub' => array(
'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO
),
),
'update' => array(
'_' => '업데이트',
'apply' => '업데이트 적용하기',
'changelog' => 'Changelog', // TODO
'check' => '새 업데이트 확인하기',
'copiedFromURL' => 'update.php copied from %s to ./data', // TODO
'current_version' => '현버전은 입니다',
'last' => '마지막 확인',
'loading' => 'Updating…', // TODO
'none' => '적용 가능한 업데이트가 없습니다',
'releaseChannel' => array(
'_' => 'Release channel', // TODO
'edge' => 'Rolling release (“edge”)', // TODO
'latest' => 'Stable release (“latest”)', // TODO
),
'title' => '업데이트',
'viaGit' => 'Update via git and Github.com started', // TODO
),
'user' => array(
'admin' => '관리자',
'article_count' => '글 개수',
'back_to_manage' => '← 사용자 목록으로 돌아가기',
'create' => '새 사용자 생성',
'database_size' => '데이터 베이스 크기',
'email' => '이메일 주소',
'enabled' => '사용 가능',
'feed_count' => '피드',
'is_admin' => '관리자 유무',
'language' => '언어',
'last_user_activity' => '마지막 사용자 활동',
'list' => '사용자 목록',
'number' => '%d 개의 계정이 생성되었습니다',
'numbers' => '%d 개의 계정이 생성되었습니다',
'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
'password_format' => '7 글자 이상이어야 합니다',
'title' => '사용자 관리',
'username' => '사용자 이름',
),
);