mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-16 05:19:20 -04:00
Working on i18n/kr
This commit is contained in:
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'O aplikaci',
|
||||
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'Über',
|
||||
|
||||
@@ -121,7 +121,8 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'zh-cn' => '简体中文'
|
||||
'zh-cn' => '简体中文',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'About',
|
||||
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'À propos',
|
||||
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'Informazioni',
|
||||
|
||||
181
app/i18n/kr/admin.php
Normal file
181
app/i18n/kr/admin.php
Normal file
@@ -0,0 +1,181 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'auth' => array(
|
||||
'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)',
|
||||
'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다',
|
||||
'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다)</small>',
|
||||
'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)',
|
||||
'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)',
|
||||
'none' => '사용하지 않음 (위험)',
|
||||
'title' => '인증',
|
||||
'title_reset' => 'Authentication reset',
|
||||
'token' => '인증 토큰',
|
||||
'token_help' => '기본 사용자의 RSS에 인증 없이 접근할 수 있도록 합니다:',
|
||||
'type' => '인증',
|
||||
'unsafe_autologin' => '다음과 같은 안전하지 않은 방식의 로그인을 허가합니다: ',
|
||||
),
|
||||
'check_install' => array(
|
||||
'cache' => array(
|
||||
'nok' => '<em>./data/cache</em> 디렉토리의 권한을 확인하세요. 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' => '<em>./data</em> 디렉토리의 권한을 확인하세요. 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' => '<em>./data/favicons</em> 디렉토리의 권한을 확인하세요. 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' => '<em>./data/tokens</em> 디렉토리의 권한을 확인하세요. HTTP 서버가 쓰기 권한을 가지고 있어야 합니다',
|
||||
'ok' => '토큰 디렉토리의 권한이 올바르게 설정되어 있습니다',
|
||||
),
|
||||
'users' => array(
|
||||
'nok' => '<em>./data/users</em> 디렉토리의 권한을 확인하세요. 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' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
|
||||
'password_format' => '7 글자 이상이어야 합니다',
|
||||
'title' => '사용자 관리',
|
||||
'user_list' => '사용자 목록',
|
||||
'username' => '사용자 이름',
|
||||
'users' => '전체 사용자',
|
||||
),
|
||||
);
|
||||
174
app/i18n/kr/conf.php
Normal file
174
app/i18n/kr/conf.php
Normal file
@@ -0,0 +1,174 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'archiving' => array(
|
||||
'_' => '보관',
|
||||
'advanced' => '고급 설정',
|
||||
'delete_after' => '다음 기간보다 오래된 글 삭제',
|
||||
'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다',
|
||||
'keep_history_by_feed' => '피드별 최소 유지 글 개수',
|
||||
'optimize' => '데이터베이스 최적화',
|
||||
'optimize_help' => '데이터베이스 크기를 줄이기 위해 가끔씩 수행해주세요',
|
||||
'purge_now' => '지금 삭제',
|
||||
'title' => '보관',
|
||||
'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
|
||||
),
|
||||
'display' => array(
|
||||
'_' => '표시',
|
||||
'icon' => array(
|
||||
'bottom_line' => '하단',
|
||||
'entry' => '문서 아이콘',
|
||||
'publication_date' => '발행일',
|
||||
'related_tags' => '관련 태그',
|
||||
'sharing' => '공유',
|
||||
'top_line' => '상단',
|
||||
),
|
||||
'language' => '언어',
|
||||
'notif_html5' => array(
|
||||
'seconds' => '초 (0: 타임아웃 없음)',
|
||||
'timeout' => 'HTML5 알림 타임아웃',
|
||||
),
|
||||
'theme' => '테마',
|
||||
'title' => '표시',
|
||||
'width' => array(
|
||||
'content' => '내용 표시 너비',
|
||||
'large' => '넓음',
|
||||
'medium' => '보통',
|
||||
'no_limit' => '제한 없음',
|
||||
'thin' => '얇음',
|
||||
),
|
||||
),
|
||||
'query' => array(
|
||||
'_' => '사용자 쿼리',
|
||||
'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
|
||||
'filter' => 'Filter applied:',
|
||||
'get_all' => 'Display all articles',
|
||||
'get_category' => 'Display "%s" category',
|
||||
'get_favorite' => 'Display favourite articles',
|
||||
'get_feed' => 'Display "%s" feed',
|
||||
'no_filter' => 'No filter',
|
||||
'none' => '아직 사용자 쿼리를 만들지 않았습니다.',
|
||||
'number' => 'Query n°%d',
|
||||
'order_asc' => 'Display oldest articles first',
|
||||
'order_desc' => 'Display newest articles first',
|
||||
'search' => 'Search for "%s"',
|
||||
'state_0' => 'Display all articles',
|
||||
'state_1' => 'Display read articles',
|
||||
'state_2' => 'Display unread articles',
|
||||
'state_3' => 'Display all articles',
|
||||
'state_4' => 'Display favourite articles',
|
||||
'state_5' => 'Display read favourite articles',
|
||||
'state_6' => 'Display unread favourite articles',
|
||||
'state_7' => 'Display favourite articles',
|
||||
'state_8' => 'Display not favourite articles',
|
||||
'state_9' => 'Display read not favourite articles',
|
||||
'state_10' => 'Display unread not favourite articles',
|
||||
'state_11' => 'Display not favourite articles',
|
||||
'state_12' => 'Display all articles',
|
||||
'state_13' => 'Display read articles',
|
||||
'state_14' => 'Display unread articles',
|
||||
'state_15' => 'Display all articles',
|
||||
'title' => 'User queries',
|
||||
),
|
||||
'profile' => array(
|
||||
'_' => '프로필 관리',
|
||||
'delete' => array(
|
||||
'_' => 'Account deletion',
|
||||
'warn' => 'Your account and all related data will be deleted.',
|
||||
),
|
||||
'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>',
|
||||
'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
|
||||
'password_format' => '7 글자 이상이어야 합니다',
|
||||
'title' => '프로필',
|
||||
),
|
||||
'reading' => array(
|
||||
'_' => '읽기',
|
||||
'after_onread' => '“모두 읽음으로 표시” 후,',
|
||||
'articles_per_page' => '페이지당 글 수',
|
||||
'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기',
|
||||
'auto_remove_article' => '글을 읽은 후 숨기기',
|
||||
'mark_updated_article_unread' => 'Mark updated articles as unread',
|
||||
'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시',
|
||||
'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기',
|
||||
'display_categories_unfolded' => '카테고리를 접힌 상태로 보여주기',
|
||||
'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 보이기”가 설정된 경우 동작하지 않습니다)',
|
||||
'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
|
||||
'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기',
|
||||
'jump_next' => 'jump to next unread sibling (feed or category)',
|
||||
'number_divided_when_reader' => 'Divided by 2 in the reading view.',
|
||||
'read' => array(
|
||||
'article_open_on_website' => '글이 게재된 웹사이트를 방문했을 때',
|
||||
'article_viewed' => '글을 읽었을 때',
|
||||
'scroll' => 'while scrolling',
|
||||
'upon_reception' => 'upon receiving the article',
|
||||
'when' => '읽음으로 표시…',
|
||||
),
|
||||
'show' => array(
|
||||
'_' => 'Articles to display',
|
||||
'adaptive' => 'Adjust showing',
|
||||
'all_articles' => 'Show all articles',
|
||||
'unread' => 'Show only unread',
|
||||
),
|
||||
'sort' => array(
|
||||
'_' => '정렬 순서',
|
||||
'newer_first' => '최근 글 먼저',
|
||||
'older_first' => '오래된 글 먼저',
|
||||
),
|
||||
'sticky_post' => '글이 펼쳐진 경우 최상단에 고정하기',
|
||||
'title' => '읽기',
|
||||
'view' => array(
|
||||
'default' => 'Default view',
|
||||
'global' => 'Global view',
|
||||
'normal' => 'Normal view',
|
||||
'reader' => 'Reading view',
|
||||
),
|
||||
),
|
||||
'sharing' => array(
|
||||
'_' => '공유',
|
||||
'blogotext' => 'Blogotext',
|
||||
'diaspora' => 'Diaspora*',
|
||||
'email' => 'Email',
|
||||
'facebook' => 'Facebook',
|
||||
'g+' => 'Google+',
|
||||
'more_information' => 'More information',
|
||||
'print' => 'Print',
|
||||
'shaarli' => 'Shaarli',
|
||||
'share_name' => 'Share name to display',
|
||||
'share_url' => 'Share URL to use',
|
||||
'title' => '공유',
|
||||
'twitter' => 'Twitter',
|
||||
'wallabag' => 'wallabag',
|
||||
),
|
||||
'shortcut' => array(
|
||||
'_' => '단축키',
|
||||
'article_action' => 'Article actions',
|
||||
'auto_share' => '공유',
|
||||
'auto_share_help' => '공유 옵션이 하나만 설정되어 있다면 해당 공유 옵션을 사용하고, 그렇지 않다면 공유 옵션을 번호로 선택할 수 있습니다.',
|
||||
'close_dropdown' => '메뉴 닫기',
|
||||
'collapse_article' => '접기',
|
||||
'first_article' => '첫 글 보기',
|
||||
'focus_search' => '검색창 사용하기',
|
||||
'help' => '도움말 보기',
|
||||
'javascript' => '단축키를 사용하기 위해선 자바스크립트를 사용하도록 설정하여야 합니다',
|
||||
'last_article' => '마지막 글 보기',
|
||||
'load_more' => '글 더 불러오기',
|
||||
'mark_read' => '읽음으로 표시',
|
||||
'mark_favorite' => '즐겨찾기에 등록',
|
||||
'navigation' => '탐색',
|
||||
'navigation_help' => '"Shift" 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/>"Alt" 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.',
|
||||
'next_article' => '다음 글 보기',
|
||||
'other_action' => 'Other actions',
|
||||
'previous_article' => '이전 글 보기',
|
||||
'see_on_website' => '글이 게재된 웹사이트에서 보기',
|
||||
'shift_for_all_read' => '+ <code>shift</code>를 누른 상태에선 모두 읽음으로 표시',
|
||||
'title' => '단축키',
|
||||
'user_filter' => '사용자 필터 사용하기',
|
||||
'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.',
|
||||
),
|
||||
'user' => array(
|
||||
'articles_and_size' => '%s articles (%s)',
|
||||
'current' => '현재 사용자',
|
||||
'is_admin' => '관리자입니다',
|
||||
'users' => '전체 사용자',
|
||||
),
|
||||
);
|
||||
109
app/i18n/kr/feedback.php
Normal file
109
app/i18n/kr/feedback.php
Normal file
@@ -0,0 +1,109 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'admin' => array(
|
||||
'optimization_complete' => 'Optimization complete',
|
||||
),
|
||||
'access' => array(
|
||||
'denied' => 'You don’t have permission to access this page',
|
||||
'not_found' => 'You are looking for a page which doesn’t exist',
|
||||
),
|
||||
'auth' => array(
|
||||
'form' => array(
|
||||
'not_set' => 'A problem occured during authentication system configuration. Please retry later.',
|
||||
'set' => 'Form is now your default authentication system.',
|
||||
),
|
||||
'login' => array(
|
||||
'invalid' => 'Login is invalid',
|
||||
'success' => 'You are connected',
|
||||
),
|
||||
'logout' => array(
|
||||
'success' => 'You are disconnected',
|
||||
),
|
||||
'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.',
|
||||
),
|
||||
'conf' => array(
|
||||
'error' => 'An error occurred during configuration saving',
|
||||
'query_created' => 'Query "%s" has been created.',
|
||||
'shortcuts_updated' => 'Shortcuts have been updated',
|
||||
'updated' => '설정이 저장되었습니다',
|
||||
),
|
||||
'extensions' => array(
|
||||
'already_enabled' => '%s is already enabled',
|
||||
'disable' => array(
|
||||
'ko' => '%s cannot be disabled. <a href="%s">Check FressRSS logs</a> for details.',
|
||||
'ok' => '%s is now disabled',
|
||||
),
|
||||
'enable' => array(
|
||||
'ko' => '%s cannot be enabled. <a href="%s">Check FressRSS logs</a> for details.',
|
||||
'ok' => '%s is now enabled',
|
||||
),
|
||||
'no_access' => 'You have no access on %s',
|
||||
'not_enabled' => '%s is not enabled',
|
||||
'not_found' => '%s does not exist',
|
||||
),
|
||||
'import_export' => array(
|
||||
'export_no_zip_extension' => 'ZIP extension is not present on your server. Please try to export files one by one.',
|
||||
'feeds_imported' => 'Your feeds have been imported and will now be updated',
|
||||
'feeds_imported_with_errors' => 'Your feeds have been imported, but some errors occurred',
|
||||
'file_cannot_be_uploaded' => 'File cannot be uploaded!',
|
||||
'no_zip_extension' => 'ZIP extension is not present on your server.',
|
||||
'zip_error' => 'An error occured during ZIP import.',
|
||||
),
|
||||
'sub' => array(
|
||||
'actualize' => 'Updating',
|
||||
'category' => array(
|
||||
'created' => 'Category %s has been created.',
|
||||
'deleted' => 'Category has been deleted.',
|
||||
'emptied' => 'Category has been emptied',
|
||||
'error' => 'Category cannot be updated',
|
||||
'name_exists' => 'Category name already exists.',
|
||||
'no_id' => 'You must specify the id of the category.',
|
||||
'no_name' => 'Category name cannot be empty.',
|
||||
'not_delete_default' => 'You cannot delete the default category!',
|
||||
'not_exist' => 'The category does not exist!',
|
||||
'over_max' => 'You have reached your limit of categories (%d)',
|
||||
'updated' => 'Category has been updated.',
|
||||
),
|
||||
'feed' => array(
|
||||
'actualized' => '<em>%s</em> has been updated',
|
||||
'actualizeds' => 'RSS feeds have been updated',
|
||||
'added' => 'RSS feed <em>%s</em> has been added',
|
||||
'already_subscribed' => 'You have already subscribed to <em>%s</em>',
|
||||
'deleted' => 'Feed has been deleted',
|
||||
'error' => 'Feed cannot be updated',
|
||||
'internal_problem' => 'The RSS feed could not be added. <a href="%s">Check FressRSS logs</a> for details.',
|
||||
'invalid_url' => 'URL <em>%s</em> is invalid',
|
||||
'marked_read' => 'Feeds have been marked as read',
|
||||
'n_actualized' => '%d feeds have been updated',
|
||||
'n_entries_deleted' => '%d articles have been deleted',
|
||||
'no_refresh' => 'There is no feed to refresh…',
|
||||
'not_added' => '<em>%s</em> could not be added',
|
||||
'over_max' => 'You have reached your limit of feeds (%d)',
|
||||
'updated' => 'Feed has been updated',
|
||||
),
|
||||
'purge_completed' => 'Purge completed (%d articles deleted)',
|
||||
),
|
||||
'update' => array(
|
||||
'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.',
|
||||
'error' => 'The update process has encountered an error: %s',
|
||||
'file_is_nok' => 'New <strong>version %s</strong> available, but check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
|
||||
'finished' => 'Update completed!',
|
||||
'none' => 'No update to apply',
|
||||
'server_not_found' => 'Update server cannot be found. [%s]',
|
||||
),
|
||||
'user' => array(
|
||||
'created' => array(
|
||||
'_' => 'User %s has been created',
|
||||
'error' => 'User %s cannot be created',
|
||||
),
|
||||
'deleted' => array(
|
||||
'_' => 'User %s has been deleted',
|
||||
'error' => 'User %s cannot be deleted',
|
||||
),
|
||||
),
|
||||
'profile' => array(
|
||||
'error' => 'Your profile cannot be modified',
|
||||
'updated' => 'Your profile has been modified',
|
||||
),
|
||||
);
|
||||
186
app/i18n/kr/gen.php
Normal file
186
app/i18n/kr/gen.php
Normal file
@@ -0,0 +1,186 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'action' => array(
|
||||
'actualize' => 'Actualize',
|
||||
'back_to_rss_feeds' => '← RSS 피드로 돌아가기',
|
||||
'cancel' => '취소',
|
||||
'create' => '생성',
|
||||
'disable' => 'Disable',
|
||||
'empty' => 'Empty',
|
||||
'enable' => 'Enable',
|
||||
'export' => '내보내기',
|
||||
'filter' => 'Filter',
|
||||
'import' => '불러오기',
|
||||
'manage' => 'Manage',
|
||||
'mark_read' => 'Mark as read',
|
||||
'mark_favorite' => 'Mark as favourite',
|
||||
'remove' => '삭제',
|
||||
'see_website' => 'See website',
|
||||
'submit' => '설정 저장',
|
||||
'truncate' => 'Delete all articles',
|
||||
),
|
||||
'auth' => array(
|
||||
'email' => 'Email address',
|
||||
'keep_logged_in' => 'Keep me logged in <small>(%s days)</small>',
|
||||
'login' => '로그인',
|
||||
'logout' => '로그아웃',
|
||||
'password' => array(
|
||||
'_' => 'Password',
|
||||
'format' => '<small>At least 7 characters</small>',
|
||||
),
|
||||
'registration' => array(
|
||||
'_' => 'New account',
|
||||
'ask' => 'Create an account?',
|
||||
'title' => 'Account creation',
|
||||
),
|
||||
'reset' => 'Authentication reset',
|
||||
'username' => array(
|
||||
'_' => 'Username',
|
||||
'admin' => 'Administrator username',
|
||||
'format' => '<small>maximum 16 alphanumeric characters</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' => 'apr',
|
||||
'april' => 'Apr',
|
||||
'aug' => 'aug',
|
||||
'august' => 'Aug',
|
||||
'before_yesterday' => '어제 이전',
|
||||
'dec' => 'dec',
|
||||
'december' => 'Dec',
|
||||
'feb' => 'feb',
|
||||
'february' => 'Feb',
|
||||
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
|
||||
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
|
||||
'fri' => 'Fri',
|
||||
'jan' => 'jan',
|
||||
'january' => 'Jan',
|
||||
'jul' => 'jul',
|
||||
'july' => 'Jul',
|
||||
'jun' => 'jun',
|
||||
'june' => 'Jun',
|
||||
'last_3_month' => 'Last three months',
|
||||
'last_6_month' => 'Last six months',
|
||||
'last_month' => 'Last month',
|
||||
'last_week' => 'Last week',
|
||||
'last_year' => 'Last year',
|
||||
'mar' => 'mar',
|
||||
'march' => 'Mar',
|
||||
'may' => 'May',
|
||||
'mon' => 'Mon',
|
||||
'month' => '개월',
|
||||
'nov' => 'nov',
|
||||
'november' => 'Nov',
|
||||
'oct' => 'oct',
|
||||
'october' => 'Oct',
|
||||
'sat' => 'Sat',
|
||||
'sep' => 'sep',
|
||||
'september' => 'Sep',
|
||||
'sun' => 'Sun',
|
||||
'thu' => 'Thu',
|
||||
'today' => 'Today',
|
||||
'tue' => 'Tue',
|
||||
'wed' => 'Wed',
|
||||
'yesterday' => 'Yesterday',
|
||||
),
|
||||
'freshrss' => array(
|
||||
'_' => 'FreshRSS',
|
||||
'about' => 'About FreshRSS',
|
||||
),
|
||||
'js' => array(
|
||||
'category_empty' => 'Empty category',
|
||||
'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
|
||||
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favourites and user queries. It cannot be cancelled!',
|
||||
'feedback' => array(
|
||||
'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',
|
||||
'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
|
||||
'title_new_articles' => 'FreshRSS: new articles!',
|
||||
),
|
||||
'new_article' => 'There are new available articles, click to refresh the page.',
|
||||
'should_be_activated' => 'JavaScript must be enabled',
|
||||
),
|
||||
'lang' => array(
|
||||
'cz' => 'Čeština',
|
||||
'de' => 'Deutsch',
|
||||
'en' => 'English',
|
||||
'fr' => 'Français',
|
||||
'it' => 'Italiano',
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'zh-cn' => '简体中文',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => '정보',
|
||||
'admin' => '관리',
|
||||
'archiving' => '보관',
|
||||
'authentication' => '인증',
|
||||
'check_install' => '설치 요구사항 확인',
|
||||
'configuration' => '설정',
|
||||
'display' => '표시',
|
||||
'extensions' => '확장 기능',
|
||||
'logs' => '로그',
|
||||
'queries' => '사용자 쿼리',
|
||||
'reading' => '읽기',
|
||||
'search' => '단어 또는 #태그 검색',
|
||||
'sharing' => '공유',
|
||||
'shortcuts' => '단축키',
|
||||
'stats' => '통계',
|
||||
'system' => '시스템 설정',
|
||||
'update' => '업데이트',
|
||||
'user_management' => '사용자 관리',
|
||||
'user_profile' => '프로필',
|
||||
),
|
||||
'pagination' => array(
|
||||
'first' => 'First',
|
||||
'last' => 'Last',
|
||||
'load_more' => 'Load more articles',
|
||||
'mark_all_read' => 'Mark all as read',
|
||||
'next' => 'Next',
|
||||
'nothing_to_load' => 'There are no more articles',
|
||||
'previous' => 'Previous',
|
||||
),
|
||||
'share' => array(
|
||||
'blogotext' => 'Blogotext',
|
||||
'diaspora' => 'Diaspora*',
|
||||
'email' => 'Email',
|
||||
'facebook' => 'Facebook',
|
||||
'g+' => 'Google+',
|
||||
'movim' => 'Movim',
|
||||
'print' => 'Print',
|
||||
'shaarli' => 'Shaarli',
|
||||
'twitter' => 'Twitter',
|
||||
'wallabag' => 'wallabag v1',
|
||||
'wallabagv2' => 'wallabag v2',
|
||||
'jdh' => 'Journal du hacker',
|
||||
'Known' => 'Known based sites',
|
||||
'gnusocial' => 'GNU social',
|
||||
),
|
||||
'short' => array(
|
||||
'attention' => 'Warning!',
|
||||
'blank_to_disable' => 'Leave blank to disable',
|
||||
'by_author' => 'By <em>%s</em>',
|
||||
'by_default' => '기본값',
|
||||
'damn' => 'Blast!',
|
||||
'default_category' => '분류 없음',
|
||||
'no' => 'No',
|
||||
'not_applicable' => '사용할 수 없음',
|
||||
'ok' => 'Ok!',
|
||||
'or' => 'or',
|
||||
'yes' => 'Yes',
|
||||
),
|
||||
);
|
||||
61
app/i18n/kr/index.php
Normal file
61
app/i18n/kr/index.php
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => array(
|
||||
'_' => 'About',
|
||||
'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
|
||||
'bugs_reports' => 'Bugs reports',
|
||||
'credits' => 'Credits',
|
||||
'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn’t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
|
||||
'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.',
|
||||
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>',
|
||||
'license' => 'License',
|
||||
'project_website' => 'Project website',
|
||||
'title' => 'About',
|
||||
'version' => 'Version',
|
||||
'website' => 'Website',
|
||||
),
|
||||
'feed' => array(
|
||||
'add' => 'You may add some feeds.',
|
||||
'empty' => 'There is no article to show.',
|
||||
'rss_of' => 'RSS feed of %s',
|
||||
'title' => 'Your RSS feeds',
|
||||
'title_global' => 'Global view',
|
||||
'title_fav' => 'Your favourites',
|
||||
),
|
||||
'log' => array(
|
||||
'_' => '로그',
|
||||
'clear' => '로그 모두 지우기',
|
||||
'empty' => '로그 파일이 비어있습니다',
|
||||
'title' => '로그',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'About FreshRSS',
|
||||
'add_query' => 'Add a query',
|
||||
'before_one_day' => 'Before one day',
|
||||
'before_one_week' => 'Before one week',
|
||||
'favorites' => '즐겨찾기 (%s)',
|
||||
'global_view' => 'Global view',
|
||||
'main_stream' => 'Main stream',
|
||||
'mark_all_read' => 'Mark all as read',
|
||||
'mark_cat_read' => 'Mark category as read',
|
||||
'mark_feed_read' => 'Mark feed as read',
|
||||
'newer_first' => 'Newer first',
|
||||
'non-starred' => 'Show all but favourites',
|
||||
'normal_view' => 'Normal view',
|
||||
'older_first' => 'Oldest first',
|
||||
'queries' => 'User queries',
|
||||
'read' => 'Show only read',
|
||||
'reader_view' => 'Reading view',
|
||||
'rss_view' => 'RSS feed',
|
||||
'search_short' => 'Search',
|
||||
'starred' => 'Show only favourites',
|
||||
'stats' => 'Statistics',
|
||||
'subscription' => '구독 관리',
|
||||
'unread' => 'Show only unread',
|
||||
),
|
||||
'share' => 'Share',
|
||||
'tag' => array(
|
||||
'related' => 'Related tags',
|
||||
),
|
||||
);
|
||||
119
app/i18n/kr/install.php
Normal file
119
app/i18n/kr/install.php
Normal file
@@ -0,0 +1,119 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'action' => array(
|
||||
'finish' => 'Complete installation',
|
||||
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
|
||||
'keep_install' => 'Keep previous configuration',
|
||||
'next_step' => 'Go to the next step',
|
||||
'reinstall' => 'Reinstall FreshRSS',
|
||||
),
|
||||
'auth' => array(
|
||||
'form' => 'Web form (traditional, requires JavaScript)',
|
||||
'http' => 'HTTP (for advanced users with HTTPS)',
|
||||
'none' => 'None (dangerous)',
|
||||
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
|
||||
'password_format' => 'At least 7 characters',
|
||||
'type' => 'Authentication method',
|
||||
),
|
||||
'bdd' => array(
|
||||
'_' => 'Database',
|
||||
'conf' => array(
|
||||
'_' => 'Database configuration',
|
||||
'ko' => 'Verify your database information.',
|
||||
'ok' => 'Database configuration has been saved.',
|
||||
),
|
||||
'host' => 'Host',
|
||||
'prefix' => 'Table prefix',
|
||||
'password' => 'Database password',
|
||||
'type' => 'Type of database',
|
||||
'username' => 'Database username',
|
||||
),
|
||||
'check' => array(
|
||||
'_' => 'Checks',
|
||||
'already_installed' => 'We have detected that FreshRSS is already installed!',
|
||||
'cache' => array(
|
||||
'nok' => 'Check permissions on <em>./data/cache</em> directory. HTTP server must have rights to write into',
|
||||
'ok' => 'Permissions on cache directory are good.',
|
||||
),
|
||||
'ctype' => array(
|
||||
'nok' => 'Cannot find a required library for character type checking (php-ctype).',
|
||||
'ok' => 'You have the required library for character type checking (ctype).',
|
||||
),
|
||||
'curl' => array(
|
||||
'nok' => 'Cannot find the cURL library (php-curl package).',
|
||||
'ok' => 'You have the cURL library.',
|
||||
),
|
||||
'data' => array(
|
||||
'nok' => 'Check permissions on <em>./data</em> directory. HTTP server must have rights to write into',
|
||||
'ok' => 'Permissions on data directory are good.',
|
||||
),
|
||||
'dom' => array(
|
||||
'nok' => 'Cannot find a required library to browse the DOM.',
|
||||
'ok' => 'You have the required library to browse the DOM.',
|
||||
),
|
||||
'favicons' => array(
|
||||
'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into',
|
||||
'ok' => 'Permissions on favicons directory are good.',
|
||||
),
|
||||
'fileinfo' => array(
|
||||
'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',
|
||||
'ok' => 'You have the fileinfo library.',
|
||||
),
|
||||
'http_referer' => array(
|
||||
'nok' => 'Please check that you are not altering your HTTP REFERER.',
|
||||
'ok' => 'Your HTTP REFERER is known and corresponds to your server.',
|
||||
),
|
||||
'json' => array(
|
||||
'nok' => 'Cannot find a recommended library to parse JSON.',
|
||||
'ok' => 'You have a recommended library to parse JSON.',
|
||||
),
|
||||
'minz' => array(
|
||||
'nok' => 'Cannot find the Minz framework.',
|
||||
'ok' => 'You have the Minz framework.',
|
||||
),
|
||||
'pcre' => array(
|
||||
'nok' => 'Cannot find a required library for regular expressions (php-pcre).',
|
||||
'ok' => 'You have the required library for regular expressions (PCRE).',
|
||||
),
|
||||
'pdo' => array(
|
||||
'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
||||
'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',
|
||||
),
|
||||
'php' => array(
|
||||
'nok' => 'Your PHP version is %s but FreshRSS requires at least version %s.',
|
||||
'ok' => 'Your PHP version is %s, which is compatible with FreshRSS.',
|
||||
),
|
||||
'users' => array(
|
||||
'nok' => 'Check permissions on <em>./data/users</em> directory. HTTP server must have rights to write into',
|
||||
'ok' => 'Permissions on users directory are good.',
|
||||
),
|
||||
'xml' => array(
|
||||
'nok' => 'Cannot find the required library to parse XML.',
|
||||
'ok' => 'You have the required library to parse XML.',
|
||||
),
|
||||
),
|
||||
'conf' => array(
|
||||
'_' => 'General configuration',
|
||||
'ok' => 'General configuration has been saved.',
|
||||
),
|
||||
'congratulations' => 'Congratulations!',
|
||||
'default_user' => 'Username of the default user <small>(maximum 16 alphanumeric characters)</small>',
|
||||
'delete_articles_after' => 'Remove articles after',
|
||||
'fix_errors_before' => 'Please fix errors before skipping to the next step.',
|
||||
'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',
|
||||
'js' => array(
|
||||
'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
|
||||
),
|
||||
'language' => array(
|
||||
'_' => 'Language',
|
||||
'choose' => 'Choose a language for FreshRSS',
|
||||
'defined' => 'Language has been defined.',
|
||||
),
|
||||
'not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
|
||||
'ok' => 'The installation process was successful.',
|
||||
'step' => 'step %d',
|
||||
'steps' => 'Steps',
|
||||
'title' => 'Installation · FreshRSS',
|
||||
'this_is_the_end' => 'This is the end',
|
||||
);
|
||||
62
app/i18n/kr/sub.php
Normal file
62
app/i18n/kr/sub.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'category' => array(
|
||||
'_' => 'Category',
|
||||
'add' => '카테고리 추가',
|
||||
'empty' => '빈 카테고리',
|
||||
'new' => '새 카테고리',
|
||||
),
|
||||
'feed' => array(
|
||||
'add' => 'RSS 피드 추가',
|
||||
'advanced' => 'Advanced',
|
||||
'archiving' => 'Archiving',
|
||||
'auth' => array(
|
||||
'configuration' => 'Login',
|
||||
'help' => 'Allows access to HTTP protected RSS feeds',
|
||||
'http' => 'HTTP Authentication',
|
||||
'password' => 'HTTP password',
|
||||
'username' => 'HTTP username',
|
||||
),
|
||||
'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
|
||||
'css_path' => 'Articles CSS path on original website',
|
||||
'description' => 'Description',
|
||||
'empty' => 'This feed is empty. Please verify that it is still maintained.',
|
||||
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
|
||||
'in_main_stream' => 'Show in main stream',
|
||||
'informations' => 'Information',
|
||||
'keep_history' => 'Minimum number of articles to keep',
|
||||
'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.',
|
||||
'no_selected' => 'No feed selected.',
|
||||
'number_entries' => '%d articles',
|
||||
'stats' => 'Statistics',
|
||||
'think_to_add' => 'You may add some feeds.',
|
||||
'title' => 'Title',
|
||||
'title_add' => 'Add a RSS feed',
|
||||
'ttl' => 'Do not automatically refresh more often than',
|
||||
'url' => 'Feed URL',
|
||||
'validator' => 'Check the validity of the feed',
|
||||
'website' => 'Website URL',
|
||||
'pubsubhubbub' => 'Instant notification with PubSubHubbub',
|
||||
),
|
||||
'import_export' => array(
|
||||
'export' => '내보내기',
|
||||
'export_opml' => '피드 목록 내보내기 (OPML)',
|
||||
'export_starred' => '즐겨찾기 내보내기',
|
||||
'feed_list' => 'List of %s articles',
|
||||
'file_to_import' => '불러올 파일<br />(OPML, JSON 또는 ZIP)',
|
||||
'file_to_import_no_zip' => '불러올 파일<br />(OPML 또는 JSON)',
|
||||
'import' => '불러오기',
|
||||
'starred_list' => 'List of favourite articles',
|
||||
'title' => '불러오기 / 내보내기',
|
||||
),
|
||||
'menu' => array(
|
||||
'bookmark' => 'Subscribe (FreshRSS bookmark)',
|
||||
'import_export' => '불러오기 / 내보내기',
|
||||
'subscription_management' => '구독 관리',
|
||||
),
|
||||
'title' => array(
|
||||
'_' => '구독 관리',
|
||||
'feed_management' => 'RSS 피드 관리',
|
||||
),
|
||||
);
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'Over',
|
||||
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'About',
|
||||
|
||||
@@ -121,6 +121,7 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => 'Hakkında',
|
||||
|
||||
@@ -121,7 +121,8 @@ return array(
|
||||
'nl' => 'Nederlands',
|
||||
'ru' => 'Русский',
|
||||
'tr' => 'Türkçe',
|
||||
'zh-cn' => '简体中文'
|
||||
'zh-cn' => '简体中文',
|
||||
'kr' => '한국어',
|
||||
),
|
||||
'menu' => array(
|
||||
'about' => '关于',
|
||||
|
||||
Reference in New Issue
Block a user