diff options
| author | 2021-10-23 19:14:16 +0900 | |
|---|---|---|
| committer | 2021-10-23 12:14:16 +0200 | |
| commit | 1f8fd53c3f5ffcf8976ea28198341806d588a92f (patch) | |
| tree | 4ec886736ebd474dc094bd86ce0eadbe04f713f5 /app/i18n/kr | |
| parent | fd746097804a26a74182cac4a02406d82c8acf53 (diff) | |
Update Korean Translation with language code fix (#3914)
* Update Korean Translation
* Fix Korean language code following IETF BCP 47
* Fix Korean language code in i18n/*/gen.php
* Fix Korean language code in cli/i18n/*
* Fix Korean language code in docs
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/kr')
| -rw-r--r-- | app/i18n/kr/admin.php | 194 | ||||
| -rw-r--r-- | app/i18n/kr/conf.php | 224 | ||||
| -rw-r--r-- | app/i18n/kr/feedback.php | 134 | ||||
| -rw-r--r-- | app/i18n/kr/gen.php | 220 | ||||
| -rw-r--r-- | app/i18n/kr/index.php | 65 | ||||
| -rw-r--r-- | app/i18n/kr/install.php | 123 | ||||
| -rw-r--r-- | app/i18n/kr/sub.php | 138 | ||||
| -rw-r--r-- | app/i18n/kr/user.php | 44 |
8 files changed, 0 insertions, 1142 deletions
diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php deleted file mode 100644 index 497a50ecd..000000000 --- a/app/i18n/kr/admin.php +++ /dev/null @@ -1,194 +0,0 @@ -<?php - -return array( - 'auth' => array( - 'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)', - 'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다', - 'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다)</small>', - 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)', - 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', - 'none' => '사용하지 않음 (위험)', - 'title' => '인증', - 'token' => '인증 토큰', - 'token_help' => '기본 사용자의 RSS에 인증 없이 접근할 수 있도록 합니다:', - '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', - 'cookie-duration' => array( - 'help' => '초', - 'number' => '로그인 유지 시간', - ), - 'force_email_validation' => 'Force email address validation', // TODO - Translation - '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( - 'admin' => 'Administrator', // TODO - Translation - 'article_count' => 'Articles', // TODO - Translation - 'back_to_manage' => '← Return to user list', // TODO - Translation - 'create' => '새 사용자 생성', - 'database_size' => 'Database size', // TODO - Translation - 'email' => 'Email address', // TODO - Translation - 'enabled' => 'Enabled', // TODO - Translation - 'feed_count' => 'Feeds', // TODO - Translation - 'is_admin' => 'Is admin', // TODO - Translation - 'language' => '언어', - 'last_user_activity' => 'Last user activity', // TODO - Translation - 'list' => 'User list', // TODO - Translation - 'number' => '%d 개의 계정이 생성되었습니다', - 'numbers' => '%d 개의 계정이 생성되었습니다', - 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>', - 'password_format' => '7 글자 이상이어야 합니다', - 'title' => '사용자 관리', - 'username' => '사용자 이름', - ), -); diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php deleted file mode 100644 index 652a03ac2..000000000 --- a/app/i18n/kr/conf.php +++ /dev/null @@ -1,224 +0,0 @@ -<?php - -return array( - 'archiving' => array( - '_' => '보관', - 'exception' => 'Purge exception', // TODO - Translation - 'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다', - 'keep_favourites' => 'Never delete favourites', // TODO - Translation - 'keep_labels' => 'Never delete labels', // TODO - Translation - 'keep_max' => 'Maximum number of articles to keep', // TODO - Translation - 'keep_min_by_feed' => '피드별 최소 유지 글 개수', - 'keep_period' => 'Maximum age of articles to keep', // TODO - Translation - 'keep_unreads' => 'Never delete unread articles', // TODO - Translation - 'maintenance' => 'Maintenance', // TODO - Translation - 'optimize' => '데이터베이스 최적화', - 'optimize_help' => '데이터베이스 크기를 줄이기 위해 가끔씩 수행해주세요', - 'policy' => 'Purge policy', // TODO - Translation - 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO - Translation - 'purge_now' => '지금 삭제', - 'title' => '보관', - 'ttl' => '다음 시간이 지나기 전에 새로고침 금지', - ), - 'display' => array( - '_' => '표시', - 'icon' => array( - 'bottom_line' => '하단', - 'display_authors' => 'Authors', // TODO - Translation - 'entry' => '문서 아이콘', - 'publication_date' => '발행일', - 'related_tags' => '관련 태그', - 'sharing' => '공유', - 'summary' => 'Summary', // TODO - Translation - 'top_line' => '상단', - ), - 'language' => '언어', - 'notif_html5' => array( - 'seconds' => '초 (0: 타임아웃 없음)', - 'timeout' => 'HTML5 알림 타임아웃', - ), - 'show_nav_buttons' => '내비게이션 버튼 보이기', - 'theme' => '테마', - 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.', // TODO - Translation - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - ), - 'title' => '표시', - 'width' => array( - 'content' => '내용 표시 너비', - 'large' => '넓음', - 'medium' => '보통', - 'no_limit' => '제한 없음', - 'thin' => '얇음', - ), - ), - 'profile' => array( - '_' => '프로필 관리', - 'api' => 'API management', // TODO - Translation - 'delete' => array( - '_' => '계정 삭제', - 'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.', - ), - 'email' => '메일 주소', - 'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>', - 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>', - 'password_format' => '7 글자 이상이어야 합니다', - 'title' => '프로필', - ), - 'query' => array( - '_' => '사용자 쿼리', - 'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.', - 'filter' => array( - '_' => 'Filter applied:', // TODO - Translation - 'categories' => 'Display by category', // TODO - Translation - 'feeds' => 'Display by feed', // TODO - Translation - 'order' => 'Sort by date', // TODO - Translation - 'search' => 'Expression', // TODO - Translation - 'state' => 'State', // TODO - Translation - 'tags' => 'Display by tag', // TODO - Translation - 'type' => 'Type', // TODO - Translation - ), - 'get_all' => '모든 글 표시', - 'get_category' => '"%s" 카테고리 표시', - 'get_favorite' => '즐겨찾기에 등록된 글 표시', - 'get_feed' => '"%s" 피드 표시', - 'name' => 'Name', // TODO - Translation - 'no_filter' => '필터가 없습니다', - 'number' => '쿼리 #%d', - 'order_asc' => '오래된 글 먼저 표시', - 'order_desc' => '최근 글 먼저 표시', - 'search' => '"%s"의 검색 결과', - 'state_0' => '모든 글 표시', - 'state_1' => '읽은 글 표시', - 'state_2' => '읽지 않은 글 표시', - 'state_3' => '모든 글 표시', - 'state_4' => '즐겨찾기에 등록된 글 표시', - 'state_5' => '즐겨찾기에 등록된 읽은 글 표시', - 'state_6' => '즐겨찾기에 등록된 읽지 않은 글 표시', - 'state_7' => '즐겨찾기에 등록된 글 표시', - 'state_8' => '즐겨찾기에 등록되지 않은 글 표시', - 'state_9' => '즐겨찾기에 등록되지 않고 읽은 글 표시', - 'state_10' => '즐겨찾기에 등록되지 않고 읽지 않은 글 표시', - 'state_11' => '즐겨찾기에 등록되지 않은 글 표시', - 'state_12' => '모든 글 표시', - 'state_13' => '읽은 글 표시', - 'state_14' => '읽지 않은 글 표시', - 'state_15' => '모든 글 표시', - 'title' => '사용자 쿼리', - ), - 'reading' => array( - '_' => '읽기', - 'after_onread' => '“모두 읽음으로 표시” 후,', - 'always_show_favorites' => 'Show all articles in favourites by default', // TODO - Translation - 'articles_per_page' => '페이지당 글 수', - 'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기', - 'auto_remove_article' => '글을 읽은 후 숨기기', - 'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시', - 'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기', - 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation - 'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)', - 'img_with_lazyload' => '그림을 불러오는 데에 "lazy load" 모드 사용하기', - 'jump_next' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)', - 'mark_updated_article_unread' => '갱신 된 글을 읽지 않음으로 표시', - 'number_divided_when_reader' => '읽기 모드에서는 절반만 표시됩니다.', - 'read' => array( - 'article_open_on_website' => '글이 게재된 웹사이트를 방문했을 때', - 'article_viewed' => '글을 읽었을 때', - 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation - 'scroll' => '스크롤을 하며 지나갈 때', - 'upon_reception' => '글을 가져오자마자', - 'when' => '읽음으로 표시…', - 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation - ), - 'show' => array( - '_' => '글 표시 방식', - 'active_category' => 'Active category', // TODO - Translation - 'adaptive' => '읽지 않은 글이 없으면 모든 글 표시', - 'all_articles' => '모든 글 표시', - 'all_categories' => 'All categories', // TODO - Translation - 'no_category' => 'No category', // TODO - Translation - 'remember_categories' => 'Remember open categories', // TODO - Translation - 'unread' => '읽지 않은 글만 표시', - ), - 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation - 'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기', - 'sort' => array( - '_' => '정렬 순서', - 'newer_first' => '최근 글 먼저', - 'older_first' => '오래된 글 먼저', - ), - 'sticky_post' => '글이 펼쳐진 경우 최상단에 고정하기', - 'title' => '읽기', - 'view' => array( - 'default' => '기본 보기 모드', - 'global' => '전체 모드', - 'normal' => '일반 모드', - 'reader' => '읽기 모드', - ), - ), - 'sharing' => array( - '_' => '공유', - 'add' => '공유 방법 추가', - 'blogotext' => 'Blogotext', - 'diaspora' => 'Diaspora*', - 'email' => '메일', - 'facebook' => 'Facebook', - 'more_information' => '자세한 정보', - 'print' => '인쇄', - 'raindrop' => 'Raindrop.io', - 'remove' => '공유 방법 삭제', - 'shaarli' => 'Shaarli', - 'share_name' => '표시할 이름', - 'share_url' => '사용할 공유 URL', - 'title' => '공유', - 'twitter' => 'Twitter', - 'wallabag' => 'wallabag', - ), - 'shortcut' => array( - '_' => '단축키', - 'article_action' => '글 관련 동작', - 'auto_share' => '공유', - 'auto_share_help' => '공유 옵션이 하나만 설정되어 있다면 해당 공유 옵션을 사용하고, 그렇지 않다면 공유 옵션을 번호로 선택할 수 있습니다.', - 'close_dropdown' => '메뉴 닫기', - 'collapse_article' => '접기', - 'first_article' => '첫 글 보기', - 'focus_search' => '검색창 사용하기', - 'global_view' => '전체 모드로 전환', - 'help' => '도움말 보기', - 'javascript' => '단축키를 사용하기 위해선 자바스크립트를 사용하도록 설정하여야 합니다', - 'last_article' => '마지막 글 보기', - 'load_more' => '글 더 불러오기', - 'mark_favorite' => '즐겨찾기에 등록', - 'mark_read' => '읽음으로 표시', - 'navigation' => '탐색', - 'navigation_help' => '<kbd>⇧ Shift</kbd> 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/><kbd>Alt ⎇</kbd> 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.', - 'navigation_no_mod_help' => '아래 탐색 단축키에는 "Shift"와 "Alt" 키가 적용되지 않습니다.', - 'next_article' => '다음 글 보기', - 'next_unread_article' => 'Open the next unread article', // TODO - Translation - 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO - Translation - 'normal_view' => '일반 모드로 전환', - 'other_action' => '다른 동작', - 'previous_article' => '이전 글 보기', - 'reading_view' => '읽기 모드로 전환', - 'rss_view' => 'Open as RSS feed', // TODO - Translation - 'see_on_website' => '글이 게재된 웹사이트에서 보기', - 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO - Translation - 'skip_next_article' => '다음 글로 커서 이동', - 'skip_previous_article' => '이전 글로 커서 이동', - 'title' => '단축키', - 'toggle_media' => 'Play/pause media', // TODO - Translation - 'user_filter' => '사용자 필터 사용하기', - 'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.', - 'views' => '표시', - ), - 'user' => array( - 'articles_and_size' => '%s 개의 글 (%s)', - 'current' => '현재 사용자', - 'is_admin' => '관리자입니다', - 'users' => '전체 사용자', - ), -); diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php deleted file mode 100644 index 5bf8496e1..000000000 --- a/app/i18n/kr/feedback.php +++ /dev/null @@ -1,134 +0,0 @@ -<?php - -return array( - 'access' => array( - 'denied' => '이 페이지에 접근할 수 있는 권한이 없습니다', - 'not_found' => '이 페이지는 존재하지 않습니다', - ), - 'admin' => array( - 'optimization_complete' => '최적화가 완료되었습니다', - ), - 'api' => array( - 'password' => array( - 'failed' => 'Your password cannot be modified', // TODO - Translation - 'updated' => 'Your password has been modified', // TODO - Translation - ), - ), - 'auth' => array( - 'login' => array( - 'invalid' => '유효하지 않은 로그인입니다', - 'success' => '접속되었습니다', - ), - 'logout' => array( - 'success' => '접속이 해제되었습니다', - ), - ), - 'conf' => array( - 'error' => '설정을 저장하는 동안 문제가 발생했습니다', - 'query_created' => '쿼리 "%s" 가 생성되었습니다.', - 'shortcuts_updated' => '단축키가 갱신되었습니다', - 'updated' => '설정이 저장되었습니다', - ), - 'extensions' => array( - 'already_enabled' => '%s 확장 기능은 이미 활성화되어 있습니다', - 'cannot_remove' => '%s cannot be removed', // TODO - Translation - 'disable' => array( - 'ko' => '%s 확장 기능을 비활성화 할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', - 'ok' => '%s 확장 기능이 비활성화되었습니다', - ), - 'enable' => array( - 'ko' => '%s 확장 기능을 활성화 할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', - 'ok' => '%s 확장 기능이 활성화되었습니다', - ), - 'no_access' => '%s 확장 기능에 접근 권한이 없습니다', - 'not_enabled' => '%s 확장 기능이 활성화되지 않았습니다', - 'not_found' => '%s 확장 기능이 존재하지 않습니다', - 'removed' => '%s removed', // TODO - Translation - ), - 'import_export' => array( - 'export_no_zip_extension' => 'ZIP 확장 기능을 서버에서 찾을 수 없습니다. 파일을 하나씩 내보내세요.', - 'feeds_imported' => '피드를 성공적으로 불러왔습니다', - 'feeds_imported_with_errors' => '피드를 불러왔지만, 문제가 발생했습니다', - 'file_cannot_be_uploaded' => '파일을 업로드할 수 없습니다!', - 'no_zip_extension' => 'ZIP 확장 기능을 서버에서 찾을 수 없습니다.', - 'zip_error' => 'ZIP 파일을 불러오는 동안 문제가 발생했습니다.', - ), - 'profile' => array( - 'error' => '프로필을 변경할 수 없습니다', - 'updated' => '프로필을 변경했습니다', - ), - 'sub' => array( - 'actualize' => '피드를 가져오는 중입니다', - 'articles' => array( - 'marked_read' => '선택된 글들을 읽음으로 표시하였습니다.', - 'marked_unread' => '선택된 글들을 읽지 않음으로 표시하였습니다.', - ), - 'category' => array( - 'created' => '%s 카테고리가 생성되었습니다.', - 'deleted' => '카테고리가 삭제되었습니다.', - 'emptied' => '카테고리를 비웠습니다', - 'error' => '카테고리를 변경할 수 없습니다', - 'name_exists' => '같은 카테고리 이름이 이미 존재합니다.', - 'no_id' => '카테고리 id를 명시해야 합니다.', - 'no_name' => '카테고리 이름을 명시해야 합니다.', - 'not_delete_default' => '기본 카테고리는 삭제할 수 없습니다!', - 'not_exist' => '카테고리가 존재하지 않습니다!', - 'over_max' => '카테고리 개수 제한에 다다랐습니다 (%d)', - 'updated' => '카테고리가 변경되었습니다.', - ), - 'feed' => array( - 'actualized' => '<em>%s</em> 피드에서 새 글을 가져왔습니다', - 'actualizeds' => 'RSS 피드에서 새 글을 가져왔습니다', - 'added' => '<em>%s</em> 피드가 추가되었습니다', - 'already_subscribed' => '이미 <em>%s</em> 피드를 구독 중입니다', - 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation - 'deleted' => '피드가 삭제되었습니다', - 'error' => '피드를 변경할 수 없습니다', - 'internal_problem' => 'RSS 피드를 추가할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', - 'invalid_url' => 'URL (<em>%s</em>)이 유효하지 않습니다', - 'n_actualized' => '%d 개의 피드에서 새 글을 가져왔습니다', - 'n_entries_deleted' => '%d 개의 글을 삭제했습니다', - 'no_refresh' => '새 글을 가져올 피드가 없습니다…', - 'not_added' => '<em>%s</em> 피드를 추가할 수 없습니다', - 'not_found' => 'Feed cannot be found', // TODO - Translation - 'over_max' => '피드 개수 제한에 다다랐습니다 (%d)', - 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation - 'selector_preview' => array( - 'http_error' => 'Failed to load website content.', // TODO - Translation - 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO - Translation - 'no_feed' => 'Internal error (feed cannot be found).', // TODO - Translation - 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation - 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation - ), - 'updated' => '피드가 변경되었습니다', - ), - 'purge_completed' => '삭제 완료 (%d 개의 글을 삭제했습니다)', - ), - 'tag' => array( - 'created' => 'Tag "%s" has been created.', // TODO - Translation - 'name_exists' => 'Tag name already exists.', // TODO - Translation - 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation - ), - 'update' => array( - 'can_apply' => 'FreshRSS가 <strong>%s</strong> 버전으로 업데이트됩니다.', - 'error' => '업데이트 과정에서 문제가 발생했습니다: %s', - 'file_is_nok' => '<strong>%s</strong> 버전을 사용할 수 있지만, <em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'finished' => '업데이트를 완료했습니다!', - 'none' => '적용할 업데이트가 없습니다', - 'server_not_found' => '업데이트 서버를 찾을 수 없습니다. [%s]', - ), - 'user' => array( - 'created' => array( - '_' => '%s 사용자가 생성되었습니다', - 'error' => '%s 사용자를 생성할 수 없습니다', - ), - 'deleted' => array( - '_' => '%s 사용자를 삭제했습니다', - 'error' => '%s 사용자를 삭제할 수 없습니다', - ), - 'updated' => array( - '_' => '사용자 %s의 정보가 변경되었습니다', - 'error' => '사용자 %s의 정보가 변경되지 않았습니다', - ), - ), -); diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php deleted file mode 100644 index 3bff1a728..000000000 --- a/app/i18n/kr/gen.php +++ /dev/null @@ -1,220 +0,0 @@ -<?php - -return array( - 'action' => array( - 'actualize' => '새 글 가져오기', - 'add' => 'Add', // TODO - Translation - 'back' => '← Go back', // TODO - Translation - 'back_to_rss_feeds' => '← RSS 피드로 돌아가기', - 'cancel' => '취소', - 'create' => '생성', - 'demote' => 'Demote', // TODO - Translation - 'disable' => '비활성화', - 'empty' => '비우기', - 'enable' => '활성화', - 'export' => '내보내기', - 'filter' => '해당하는 글 보기', - 'import' => '불러오기', - 'load_default_shortcuts' => 'Load default shortcuts', // TODO - Translation - 'manage' => '관리', - 'mark_favorite' => '즐겨찾기에 등록', - 'mark_read' => '읽음으로 표시', - 'promote' => 'Promote', // TODO - Translation - 'purge' => 'Purge', // TODO - Translation - 'remove' => '삭제', - 'rename' => 'Rename', // TODO - Translation - 'see_website' => '웹사이트 열기', - 'submit' => '설정 저장', - 'truncate' => '모든 글 삭제', - 'update' => '변경', - ), - 'auth' => array( - 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation - 'email' => '메일 주소', - 'keep_logged_in' => '로그인 유지 <small>(%s 일)</small>', - 'login' => '로그인', - 'logout' => '로그아웃', - 'password' => array( - '_' => '암호', - 'format' => '<small>7 글자 이상이어야 합니다</small>', - ), - 'registration' => array( - '_' => '새 계정', - 'ask' => '새 계정을 만들까요?', - 'title' => '계정 생성', - ), - 'username' => array( - '_' => '사용자 이름', - 'format' => '<small>알파벳과 숫자를 포함할 수 있고 최대 16 글자</small>', - ), - ), - 'date' => array( - 'Apr' => '\\A\\p\\r\\i\\l', - 'Aug' => '\\A\\u\\g\\u\\s\\t', - 'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', - 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', - 'Jan' => '\\J\\a\\n\\u\\a\\r\\y', - 'Jul' => '\\J\\u\\l\\y', - 'Jun' => '\\J\\u\\n\\e', - 'Mar' => '\\M\\a\\r\\c\\h', - 'May' => '\\M\\a\\y', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', - 'Oct' => '\\O\\c\\t\\o\\b\\e\\r', - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', - 'apr' => '4월', - 'april' => '4월', - 'aug' => '8월', - 'august' => '8월', - 'before_yesterday' => '어제 이전', - 'dec' => '12월', - 'december' => '12월', - 'feb' => '2월', - 'february' => '2월', - 'format_date' => 'Y년 m월 d일', - 'format_date_hour' => 'Y년 m월 d일 H시 i분', - 'fri' => '금', - 'jan' => '1월', - 'january' => '1월', - 'jul' => '7월', - 'july' => '7월', - 'jun' => '6월', - 'june' => '6월', - 'last_2_year' => 'Last two years', // TODO - Translation - 'last_3_month' => '최근 3 개월', - 'last_3_year' => 'Last three years', // TODO - Translation - 'last_5_year' => 'Last five years', // TODO - Translation - 'last_6_month' => '최근 6 개월', - 'last_month' => '최근 한 달', - 'last_week' => '최근 한 주', - 'last_year' => '최근 일 년', - 'mar' => '3월', - 'march' => '3월', - 'may' => '5월', - 'may_' => '5월', - 'mon' => '월', - 'month' => '개월', - 'nov' => '11월', - 'november' => '11월', - 'oct' => '10월', - 'october' => '10월', - 'sat' => '토', - 'sep' => '9월', - 'september' => '9월', - 'sun' => '일', - 'thu' => '목', - 'today' => '오늘', - 'tue' => '화', - 'wed' => '수', - 'yesterday' => '어제', - ), - 'dir' => 'ltr', - 'freshrss' => array( - '_' => 'FreshRSS', - 'about' => '정보', - ), - 'js' => array( - 'category_empty' => '빈 카테고리', - 'confirm_action' => '정말 이 작업을 수행하시겠습니까? 이 작업은 되돌릴 수 없습니다!', - 'confirm_action_feed_cat' => '정말 이 작업을 수행하시겠습니까? 관련된 즐겨찾기와 사용자 쿼리가 삭제됩니다. 이 작업은 되돌릴 수 없습니다!!', - 'feedback' => array( - 'body_new_articles' => '%%d 개의 새 글이 FreshRSS에 있습니다.', - 'request_failed' => '요청한 작업을 수행할 수 없습니다. 인터넷 연결에 문제가 발생한 것 같습니다.', - 'title_new_articles' => 'FreshRSS: 새 글이 있습니다!', - ), - 'new_article' => '새 글이 있습니다. 여기를 클릭하면 페이지를 다시 불러옵니다.', - 'should_be_activated' => '자바스크립트를 사용하도록 설정해야합니다', - ), - 'lang' => array( - 'cz' => 'Čeština', - 'de' => 'Deutsch', - 'en' => 'English', - 'en-us' => 'English (United States)', - 'es' => 'Español', - 'fr' => 'Français', - 'he' => 'עברית', - 'it' => 'Italiano', - 'ja' => '日本語', - 'kr' => '한국어', - 'nl' => 'Nederlands', - 'oc' => 'Occitan', - 'pl' => 'Polski', - 'pt-br' => 'Português (Brasil)', - 'ru' => 'Русский', - 'sk' => 'Slovenčina', - 'tr' => 'Türkçe', - 'zh-cn' => '简体中文', - ), - 'menu' => array( - 'about' => '정보', - 'account' => 'Account', // TODO - Translation - 'admin' => '관리', - 'archiving' => '보관', - 'authentication' => '인증', - 'check_install' => '설치 요구사항 확인', - 'configuration' => '설정', - 'display' => '표시', - 'extensions' => '확장 기능', - 'logs' => '로그', - 'queries' => '사용자 쿼리', - 'reading' => '읽기', - 'search' => '단어 또는 #태그 검색', - 'sharing' => '공유', - 'shortcuts' => '단축키', - 'stats' => '통계', - 'system' => '시스템 설정', - 'update' => '업데이트', - 'user_management' => '사용자 관리', - 'user_profile' => '프로필', - ), - 'pagination' => array( - 'first' => '처음으로', - 'last' => '마지막으로', - 'load_more' => '글 더 불러오기', - 'mark_all_read' => '모두 읽음으로 표시', - 'next' => '다음', - 'nothing_to_load' => '더 이상 글이 없습니다', - 'previous' => '이전', - ), - 'period' => array( - 'days' => 'days', // TODO - Translation - 'hours' => 'hours', // TODO - Translation - 'months' => 'months', // TODO - Translation - 'weeks' => 'weeks', // TODO - Translation - 'years' => 'years', // TODO - Translation - ), - 'share' => array( - 'Known' => 'Known based sites', - 'blogotext' => 'Blogotext', - 'clipboard' => 'Clipboard', // TODO - Translation - 'diaspora' => 'Diaspora*', - 'email' => '메일', - 'facebook' => 'Facebook', - 'gnusocial' => 'GNU social', - 'jdh' => 'Journal du hacker', - 'lemmy' => 'Lemmy', - 'linkedin' => 'LinkedIn', - 'mastodon' => 'Mastodon', - 'movim' => 'Movim', - 'pinboard' => 'Pinboard', - 'pocket' => 'Pocket', - 'print' => '인쇄', - 'raindrop' => 'Raindrop.io', - 'shaarli' => 'Shaarli', - 'twitter' => 'Twitter', - 'wallabag' => 'wallabag v1', - 'wallabagv2' => 'wallabag v2', - ), - 'short' => array( - 'attention' => '경고!', - 'blank_to_disable' => '빈 칸으로 두면 비활성화', - 'by_author' => '글쓴이:', - 'by_default' => '기본값', - 'damn' => '이런!', - 'default_category' => '분류 없음', - 'no' => '아니요', - 'not_applicable' => '사용할 수 없음', - 'ok' => '좋습니다!', - 'or' => '또는', - 'yes' => '네', - ), -); diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php deleted file mode 100644 index 3d82157e0..000000000 --- a/app/i18n/kr/index.php +++ /dev/null @@ -1,65 +0,0 @@ -<?php - -return array( - 'about' => array( - '_' => '정보', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', - 'bugs_reports' => '버그 제보하기', - 'credits' => '크레딧', - 'credits_content' => 'FreshRSS는 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> 프레임워크를 사용하진 않지만, 일부 디자인 요소를 가져왔습니다. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">아이콘들</a>은 <a href="https://www.gnome.org/">GNOME 프로젝트</a>에서 가져왔습니다. <em>Open Sans</em> 글꼴은 <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>가 제작하였습니다. FreshRSS는 PHP 프레임워크인 <a href="https://github.com/marienfressinaud/MINZ">Minz</a>에 기반하고 있습니다.', - 'freshrss_description' => 'FreshRSS는 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 또는 <a href="https://github.com/LeedRSS/Leed">Leed</a>와 같은 셀프 호스팅 기반의 RSS 피드 수집기입니다. FreshRSS는 강력하고 다양한 설정을 할 수 있으면서 도 가볍고 사용하기 쉽습니다.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github 저장소에 제보</a>', - 'license' => '라이센스', - 'project_website' => '프로젝트 웹사이트', - 'title' => '정보', - 'version' => '버전', - ), - 'feed' => array( - 'add' => '피드를 추가하세요.', - 'empty' => '글이 없습니다.', - 'rss_of' => '%s의 피드', - 'title' => '메인 스트림', - 'title_fav' => '즐겨찾기', - 'title_global' => '전체 모드', - ), - 'log' => array( - '_' => '로그', - 'clear' => '로그 모두 지우기', - 'empty' => '로그 파일이 비어있습니다', - 'title' => '로그', - ), - 'menu' => array( - 'about' => 'FreshRSS 정보', - 'before_one_day' => '하루 이전', - 'before_one_week' => '한 주 이전', - 'bookmark_query' => 'Bookmark current query', // TODO - Translation - 'favorites' => '즐겨찾기 (%s)', - 'global_view' => '전체 모드', - 'main_stream' => '메인 스트림', - 'mark_all_read' => '모두 읽음으로 표시', - 'mark_cat_read' => '카테고리를 읽음으로 표시', - 'mark_feed_read' => '피드를 읽음으로 표시', - 'mark_selection_unread' => '선택된 글을 읽지 않음으로 표시', - 'newer_first' => '최근 글 먼저', - 'non-starred' => '즐겨찾기를 제외하고 표시', - 'normal_view' => '일반 모드', - 'older_first' => '오래된 글 먼저', - 'queries' => '사용자 쿼리', - 'read' => '읽은 글만 표시', - 'reader_view' => '읽기 모드', - 'rss_view' => 'RSS 피드', - 'search_short' => '검색', - 'starred' => '즐겨찾기만 표시', - 'stats' => '통계', - 'subscription' => '구독 관리', - 'tags' => '내 라벨', - 'unread' => '읽지 않은 글만 표시', - ), - 'share' => '공유', - 'tag' => array( - 'related' => '관련 태그', - ), - 'tos' => array( - 'title' => 'Terms of Service', // TODO - Translation - ), -); diff --git a/app/i18n/kr/install.php b/app/i18n/kr/install.php deleted file mode 100644 index eb2169b54..000000000 --- a/app/i18n/kr/install.php +++ /dev/null @@ -1,123 +0,0 @@ -<?php - -return array( - 'action' => array( - 'finish' => '설치 완료', - 'fix_errors_before' => '다음 단계로 가기 전에 문제를 해결하세요.', - 'keep_install' => '이전 설정 유지', - 'next_step' => '다음 단계', - 'reinstall' => 'FreshRSS 다시 설치', - ), - 'auth' => array( - 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)', - 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', - 'none' => '사용하지 않음 (위험)', - 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>', - 'password_format' => '7 글자 이상이어야 합니다', - 'type' => '인증 방식', - ), - 'bdd' => array( - '_' => '데이터베이스', - 'conf' => array( - '_' => '데이터베이스 설정', - 'ko' => '데이터베이스 정보를 확인하세요.', - 'ok' => '데이터베이스 설정이 저장되었습니다.', - ), - 'host' => '데이터베이스 서버', - 'password' => '데이터베이스 암호', - 'prefix' => '테이블 접두어', - 'type' => '데이터베이스 종류', - 'username' => '데이터베이스 사용자 이름', - ), - 'check' => array( - '_' => '설치 요구사항 확인', - 'already_installed' => 'FreshRSS가 이미 설치되어 있는 것을 감지했습니다!', - 'cache' => array( - 'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => 'cache 디렉토리의 권한이 올바르게 설정되었습니다.', - ), - 'ctype' => array( - 'nok' => '문자열 타입 검사에 필요한 라이브러리를 찾을 수 없습니다 (php-ctype).', - 'ok' => '문자열 타입 검사에 필요한 라이브러리가 설치되어 있습니다 (ctype).', - ), - 'curl' => array( - 'nok' => 'cURL 라이브러리를 찾을 수 없습니다 (php-curl 패키지).', - 'ok' => 'cURL 라이브러리가 설치되어 있습니다.', - ), - 'data' => array( - 'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => 'data 디렉토리의 권한이 올바르게 설정되었습니다.', - ), - 'dom' => array( - 'nok' => 'DOM을 다룰 수 있는 라이브러리를 찾을 수 없습니다 (php-xml 패키지).', - 'ok' => 'DOM을 다룰 수 있는 라이브러리가 설치되어 있습니다.', - ), - 'favicons' => array( - 'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다', - 'ok' => 'favicons 디렉토리의 권한이 올바르게 설정되어 있습니다.', - ), - 'fileinfo' => array( - 'nok' => 'fileinfo 라이브러리를 찾을 수 없습니다 (fileinfo 패키지).', - 'ok' => 'fileinfo 라이브러리가 설치되어 있습니다.', - ), - '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( - '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 - ), - 'unknown_process_username' => 'unknown', // TODO - Translation - 'users' => array( - 'nok' => '<em>%s</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다.', - 'ok' => 'users 디렉토리의 권한이 올바르게 설정되어 있습니다.', - ), - 'xml' => array( - 'nok' => 'XML 해석을 위한 라이브러리르 찾을 수 없습니다.', - 'ok' => 'XML 해석을 위한 라이브러리가 설치되어 있습니다.', - ), - ), - 'conf' => array( - '_' => '일반 설정', - 'ok' => '일반 설정이 저장되었습니다.', - ), - 'congratulations' => '축하합니다!', - 'default_user' => '기본 사용자 이름<small>(알파벳과 숫자를 포함할 수 있고 최대 16 글자)</small>', - 'fix_errors_before' => '다음 단계로 가기 전에 문제를 해결하세요.', - 'javascript_is_better' => 'FreshRSS는 자바스크립트를 사용할 때 더욱 쾌적하고 강력합니다', - 'js' => array( - 'confirm_reinstall' => 'FreshRSS을 다시 설치하면 이전 설정이 사라집니다. 계속하시겠습니까?', - ), - 'language' => array( - '_' => '언어', - 'choose' => 'FreshRSS에서 사용할 언어를 고르세요', - 'defined' => '언어가 설정되었습니다.', - ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation - 'ok' => '설치 과정이 성공적으로 끝났습니다.', - 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO - Translation - ), - 'step' => '단계 %d', - 'steps' => '단계', - 'this_is_the_end' => '마침', - 'title' => '설치 · FreshRSS', -); diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php deleted file mode 100644 index 4e7d4ca3a..000000000 --- a/app/i18n/kr/sub.php +++ /dev/null @@ -1,138 +0,0 @@ -<?php - -return array( - 'api' => array( - 'documentation' => '외부 도구에서 API를 사용하기 위해서 아래 URL을 사용하세요.', - 'title' => 'API', - ), - 'bookmarklet' => array( - 'documentation' => '이 버튼을 즐겨찾기 막대로 끌어다 놓거나 마우스 오른쪽 클릭으로 나타나는 메뉴에서 "이 링크를 즐겨찾기에 추가"를 선택하세요. 그리고 피드를 구독하길 원하는 페이지에서 "구독하기" 버튼을 클릭하세요.', - 'label' => '구독하기', - 'title' => '북마클릿', - ), - 'category' => array( - '_' => '카테고리', - 'add' => 'Add a category', // TODO - Translation - 'archiving' => '보관', - 'empty' => '빈 카테고리', - 'information' => '정보', - 'position' => 'Display position', // TODO - Translation - 'position_help' => 'To control category sort order', // TODO - Translation - 'title' => '제목', - ), - 'feed' => array( - 'add' => 'RSS 피드 추가', - 'advanced' => '고급 설정', - 'archiving' => '보관', - 'auth' => array( - 'configuration' => '로그인', - 'help' => 'HTTP 접속이 제한되는 RSS 피드에 접근합니다', - 'http' => 'HTTP 인증', - 'password' => 'HTTP 암호', - 'username' => 'HTTP 사용자 이름', - ), - 'clear_cache' => '항상 캐시 지우기', - 'content_action' => array( - '_' => 'Content action when fetching the article content', // TODO - Translation - 'append' => 'Add after existing content', // TODO - Translation - 'prepend' => 'Add before existing content', // TODO - Translation - 'replace' => 'Replace existing content', // TODO - Translation - ), - 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation - 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO - Translation - 'css_help' => '글의 일부가 포함된 RSS 피드를 가져옵니다 (주의, 시간이 좀 더 걸립니다!)', - 'css_path' => '웹사이트 상의 글 본문에 해당하는 CSS 경로', - 'description' => '설명', - 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.', - 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', - 'filteractions' => array( - '_' => 'Filter actions', // TODO - Translation - 'help' => 'Write one search filter per line.', // TODO - Translation - ), - 'information' => '정보', - 'keep_min' => '최소 유지 글 개수', - 'maintenance' => array( - 'clear_cache' => 'Clear cache', // TODO - Translation - 'clear_cache_help' => 'Clear the cache for this feed.', // TODO - Translation - 'reload_articles' => 'Reload articles', // TODO - Translation - 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO - Translation - 'title' => 'Maintenance', // TODO - Translation - ), - 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.', - 'mute' => '무기한 새로고침 금지', - 'no_selected' => '선택된 피드가 없습니다.', - 'number_entries' => '%d 개의 글', - 'priority' => array( - '_' => '표시', - 'archived' => '표시하지 않음 (보관됨)', - 'main_stream' => '메인 스트림에 표시하기', - 'normal' => '피드가 속한 카테고리에만 표시하기', - ), - 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation - 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO - Translation - 'selector_preview' => array( - 'show_raw' => 'Show source code', // TODO - Translation - 'show_rendered' => 'Show content', // TODO - Translation - ), - 'show' => array( - 'all' => '모든 피드 보기', - 'error' => '오류가 발생한 피드만 보기', - ), - 'showing' => array( - 'error' => '오류가 발생한 피드만 보여주고 있습니다', - ), - 'ssl_verify' => 'SSL 유효성 검사', - 'stats' => '통계', - 'think_to_add' => '피드를 추가할 수 있습니다.', - 'timeout' => '타임아웃 (초)', - 'title' => '제목', - 'title_add' => 'RSS 피드 추가', - 'ttl' => '다음 시간이 지나기 전에 새로고침 금지', - 'url' => '피드 URL', - 'useragent' => 'Set the user agent for fetching this feed', // TODO - Translation - 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO - Translation - 'validator' => '피드 유효성 검사', - 'website' => '웹사이트 URL', - 'websub' => 'WebSub을 사용한 즉시 알림', - ), - 'import_export' => array( - 'export' => '내보내기', - 'export_labelled' => '라벨이 표시된 글들 내보내기', - 'export_opml' => '피드 목록 내보내기 (OPML)', - 'export_starred' => '즐겨찾기 내보내기', - 'feed_list' => '%s 개의 글 목록', - 'file_to_import' => '불러올 파일<br />(OPML, JSON 또는 ZIP)', - 'file_to_import_no_zip' => '불러올 파일<br />(OPML 또는 JSON)', - 'import' => '불러오기', - 'starred_list' => '즐겨찾기에 등록된 글 목록', - 'title' => '불러오기 / 내보내기', - ), - 'menu' => array( - 'add' => 'Add a feed or category', // TODO - Translation - 'import_export' => '불러오기 / 내보내기', - 'label_management' => 'Label management', // TODO - Translation - 'stats' => array( - 'idle' => '유휴 피드', - 'main' => '주요 통계', - 'repartition' => '글 분류', - ), - 'subscription_management' => '구독 관리', - 'subscription_tools' => '구독 도구', - ), - 'tag' => array( - 'name' => 'Name', // TODO - Translation - 'new_name' => 'New name', // TODO - Translation - 'old_name' => 'Old name', // TODO - Translation - ), - 'title' => array( - '_' => '구독 관리', - 'add' => 'Add a feed or category', // TODO - Translation - 'add_category' => 'Add a category', // TODO - Translation - 'add_feed' => 'Add a feed', // TODO - Translation - 'add_label' => 'Add a label', // TODO - Translation - 'delete_label' => 'Delete a label', // TODO - Translation - 'feed_management' => 'RSS 피드 관리', - 'rename_label' => 'Rename a label', // TODO - Translation - 'subscription_tools' => '구독 도구', - ), -); diff --git a/app/i18n/kr/user.php b/app/i18n/kr/user.php deleted file mode 100644 index 1d93a9f9a..000000000 --- a/app/i18n/kr/user.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php - -return array( - 'email' => array( - 'feedback' => array( - 'invalid' => 'This email address is invalid.', // TODO - Translation - 'required' => 'An email address is required.', // TODO - Translation - ), - 'validation' => array( - 'change_email' => 'You can change your email address <a href="%s">on the profile page</a>.', // TODO - Translation - 'email_sent_to' => 'We sent you an email at <strong>%s</strong>. Please follow its instructions to validate your address.', // TODO - Translation - 'feedback' => array( - 'email_failed' => 'We couldn’t send you an email because of a server configuration error.', // TODO - Translation - 'email_sent' => 'An email has been sent to your address.', // TODO - Translation - 'error' => 'Email address validation failed.', // TODO - Translation - 'ok' => 'This email address has been validated.', // TODO - Translation - 'unnecessary' => 'This email address was already validated.', // TODO - Translation - 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO - Translation - ), - 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - Translation - 'resend_email' => 'Resend the email', // TODO - Translation - 'title' => 'Email address validation', // TODO - Translation - ), - ), - 'mailer' => array( - 'email_need_validation' => array( - 'body' => 'You’ve just registered on %s, but you still need to validate your email address. For that, just follow the link:', // TODO - Translation - 'title' => 'You need to validate your account', // TODO - Translation - 'welcome' => 'Welcome %s,', // TODO - Translation - ), - ), - 'password' => array( - 'invalid' => 'The password is invalid.', // TODO - Translation - ), - 'tos' => array( - 'feedback' => array( - 'invalid' => 'You must accept the Terms of Service to be able to register.', // TODO - Translation - ), - ), - 'username' => array( - 'invalid' => 'This username is invalid.', // TODO - Translation - 'taken' => 'This username, %s, is taken.', // TODO - Translation - ), -); |
