Files
FreshRSS/app/i18n/kr/gen.php
Alexis Degrugillier cc0db9af4f Feature/new archiving (#2335)
* Change archiving config page layout

I've changed some wording and moved actions into a
maintenance section.

* Update purge action

Now we have more control on the purge action. The configuration allows
us to choose what to keep and what to discard in a more precise way.
At the moment, the configuration applies for all feeds.

* Add purge configuration on feed level

Now the extend purge configuration is available on feed level.
It is stored as attributes and will be used in the purge action.

* Update purge action

Now the purge action uses the feed configuration if it exists and
defaults on user configuration if not.

* Add empty option in period list

* Fix configuration warnings

* Add archiving configuration on categories

See #2369

* Add user info back

* Add explanations in UI

* Fixes for SQLite + error + misc.

* Fix invalid feed reference

* Short array syntax

Only for new code, so far

* Fix prefix error

* Query performance, default values

Work in progress

* Fix default values and confirm before leaving

Form cancel and confirm changes before leaving were broken.
And start taking advantage of the short echo syntax `<?= ?>` as we have
moved to PHP 5.4+

* More work

* Tuning SQL

* Fix MariaDB + performance issue

* SQL performance

* Fix SQLite bug

* Fix some attributes JSON encoding bugs

Especially for SQLite export/import

* More uniform, fix bugs

More uniform between global, category, feed settings

* Drop special cases for old articles during refresh

Instead will use lastSeen date with the new archiving logic.
This was generating problems anyway
https://github.com/FreshRSS/FreshRSS/issues/2154

* Draft drop index keep_history

Not needed anymore

* MySQL typo

Now properly tested with MySQL, PostgreSQL, SQLite

* More work for legacy values

Important to avoid overriding user's preference and risking deleting
data erroneously

* Fix PHP 7.3 / 7.4 warnings

@aledeg "Trying to use values of type null, bool, int, float or resource
as an array (such as $null["key"]) will now generate a notice. "
https://php.net/migration74.incompatible

* Reintroduce min articles and take care of legacy parameters

* A few changes forgotten

* Draft of migration + DROP of feed.keep_history

* Fix several errors

And give up using const for SQL to allow multiple database types (and we
cannot redefine a const)

* Add keep_min to categories + factorise archiving logic

* Legacy fix

* Fix bug yield from

* Minor: Use JSON_UNESCAPED_SLASHE for attributes

And make more uniform

* Fix sign and missing variable

* Fine tune the logic
2019-10-23 00:52:15 +02:00

206 lines
6.0 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'action' => array(
'actualize' => '새 글 가져오기',
'back' => '← Go back', //TODO - Translation
'back_to_rss_feeds' => '← RSS 피드로 돌아가기',
'cancel' => '취소',
'create' => '생성',
'disable' => '비활성화',
'empty' => '비우기',
'enable' => '활성화',
'export' => '내보내기',
'filter' => '해당하는 글 보기',
'import' => '불러오기',
'manage' => '관리',
'mark_favorite' => '즐겨찾기에 등록',
'mark_read' => '읽음으로 표시',
'remove' => '삭제',
'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' => '계정 생성',
),
'reset' => '인증 초기화',
'username' => array(
'_' => '사용자 이름',
'admin' => '관리자 이름',
'format' => '<small>알파벳과 숫자를 포함할 수 있고 최대 16 글자</small>',
),
),
'date' => array(
'Apr' => '\\A\\p\\r\\i\\l',
'apr' => '4월',
'april' => '4월',
'Aug' => '\\A\\u\\g\\u\\s\\t',
'aug' => '8월',
'august' => '8월',
'before_yesterday' => '어제 이전',
'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
'dec' => '12월',
'december' => '12월',
'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
'feb' => '2월',
'february' => '2월',
'format_date' => 'Y년 m월 d일',
'format_date_hour' => 'Y년 m월 d일 H시 i분',
'fri' => '금',
'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
'jan' => '1월',
'january' => '1월',
'Jul' => '\\J\\u\\l\\y',
'jul' => '7월',
'july' => '7월',
'Jun' => '\\J\\u\\n\\e',
'jun' => '6월',
'june' => '6월',
'last_3_month' => '최근 3 개월',
'last_6_month' => '최근 6 개월',
'last_month' => '최근 한 달',
'last_week' => '최근 한 주',
'last_year' => '최근 일 년',
'Mar' => '\\M\\a\\r\\c\\h',
'mar' => '3월',
'march' => '3월',
'May' => '\\M\\a\\y',
'may' => '5월',
'may_' => '5월',
'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
'mon' => '월',
'month' => '개월',
'nov' => '11월',
'november' => '11월',
'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
'oct' => '10월',
'october' => '10월',
'sat' => '토',
'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
'sep' => '9월',
'september' => '9월',
'sun' => '일',
'thu' => '목',
'today' => '오늘',
'tue' => '화',
'wed' => '수',
'yesterday' => '어제',
),
'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',
'es' => 'Español',
'fr' => 'Français',
'he' => 'עברית',
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
'oc' => 'Occitan',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
'zh-cn' => '简体中文',
),
'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' => '처음으로',
'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(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
'email' => '메일',
'facebook' => 'Facebook',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
'Known' => 'Known based sites',
'lemmy' => 'Lemmy',
'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'pinboard' => 'Pinboard',
'pocket' => 'Pocket',
'print' => '인쇄',
'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' => '네',
),
);