conf.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'archiving' => array(
  13. '_' => '보관',
  14. 'exception' => '제거 에외 사항',
  15. 'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다',
  16. 'keep_favourites' => '즐겨찾기 삭제 안 함',
  17. 'keep_labels' => '라벨 삭제 안 함',
  18. 'keep_max' => '피드별 보관할 글 최대 개수',
  19. 'keep_min_by_feed' => '피드별 보관할 글 최소 개수',
  20. 'keep_period' => '보관할 글 최대 기간',
  21. 'keep_unreads' => '읽지 않은 글 삭제 안 함',
  22. 'maintenance' => '유지 보수',
  23. 'optimize' => '데이터베이스 최적화',
  24. 'optimize_help' => '데이터베이스 크기를 줄이기 위해 가끔씩 수행해주세요',
  25. 'policy' => '제거 정책',
  26. 'policy_warning' => '아무런 제거 정책이 선택되지 않은 경우, 모든 글은 보관됩니다.',
  27. 'purge_now' => '지금 제거',
  28. 'title' => '보관',
  29. 'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
  30. ),
  31. 'display' => array(
  32. '_' => '표시',
  33. 'darkMode' => array(
  34. '_' => '자동 다크 모드',
  35. 'auto' => '자동',
  36. 'help' => 'For compatible themes only', // TODO
  37. 'no' => '끄기',
  38. ),
  39. 'icon' => array(
  40. 'bottom_line' => '하단',
  41. 'display_authors' => '저자',
  42. 'entry' => '문서 아이콘',
  43. 'publication_date' => '발행일',
  44. 'related_tags' => '관련 태그',
  45. 'sharing' => '공유',
  46. 'summary' => '요약',
  47. 'top_line' => '상단',
  48. ),
  49. 'language' => '언어',
  50. 'notif_html5' => array(
  51. 'seconds' => '초 (0: 타임아웃 없음)',
  52. 'timeout' => 'HTML5 알림 타임아웃',
  53. ),
  54. 'show_nav_buttons' => '내비게이션 버튼 보이기',
  55. 'theme' => array(
  56. '_' => '테마',
  57. 'deprecated' => array(
  58. '_' => '더 이상 사용되지 않음',
  59. 'description' => '이 테마는 더이상 지원되지 않으며 <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">FreshRSS 이후 릴리즈</a>에서 사용할 수 없습니다.',
  60. ),
  61. ),
  62. 'theme_not_available' => '“%s” 테마는 더이상 사용할 수 없습니다. 다른 테마를 선택해 주세요.',
  63. 'thumbnail' => array(
  64. 'label' => '섬네일',
  65. 'landscape' => '가로 방향',
  66. 'none' => '없음',
  67. 'portrait' => '세로 방향',
  68. 'square' => '정사각형',
  69. ),
  70. 'timezone' => '시간대',
  71. 'title' => '표시',
  72. 'website' => array(
  73. 'full' => '아이콘 및 이름',
  74. 'icon' => '아이콘',
  75. 'label' => '웹사이트',
  76. 'name' => '이름',
  77. 'none' => '없음',
  78. ),
  79. 'width' => array(
  80. 'content' => '내용 표시 너비',
  81. 'large' => '넓게',
  82. 'medium' => '중간',
  83. 'no_limit' => '제한 없음',
  84. 'thin' => '얇게',
  85. ),
  86. ),
  87. 'logs' => array(
  88. 'loglist' => array(
  89. 'level' => '로그 수준',
  90. 'message' => '로그 메세지',
  91. 'timestamp' => '시간 표기',
  92. ),
  93. 'pagination' => array(
  94. 'first' => '처음으로',
  95. 'last' => '마지막으로',
  96. 'next' => '다음',
  97. 'previous' => '이전',
  98. ),
  99. ),
  100. 'mark_read_button' => array(
  101. '_' => '“모두 읽음으로 표시” button', // DIRTY
  102. 'big' => 'Big', // TODO
  103. 'none' => 'None', // TODO
  104. 'small' => 'Small', // TODO
  105. ),
  106. 'privacy' => array(
  107. '_' => 'Privacy', // TODO
  108. 'retrieve_extension_list' => 'Retrieve extension list', // TODO
  109. ),
  110. 'profile' => array(
  111. '_' => '프로필 관리',
  112. 'api' => array(
  113. '_' => 'API 관리',
  114. 'api_not_set' => 'API password not set', // TODO
  115. 'api_set' => 'API password set', // TODO
  116. 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
  117. 'disabled' => 'The API access is disabled.', // TODO
  118. 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
  119. 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
  120. ),
  121. 'delete' => array(
  122. '_' => '계정 삭제',
  123. 'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.',
  124. ),
  125. 'email' => '메일 주소',
  126. 'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>',
  127. 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
  128. 'password_format' => '7 글자 이상이어야 합니다',
  129. 'title' => '프로필',
  130. ),
  131. 'query' => array(
  132. '_' => '사용자 쿼리',
  133. 'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.',
  134. 'description' => 'Description', // TODO
  135. 'filter' => array(
  136. '_' => '필터 적용:',
  137. 'categories' => '카테고리별로 표시',
  138. 'feeds' => '피드별로 표시',
  139. 'order' => '날짜순으로 정렬',
  140. 'search' => '정규 표현식',
  141. 'shareOpml' => '해당 카테고리와 피드에 대한 OPML 공유 활성화',
  142. 'shareRss' => 'HTML 및 RSS 공유 활성화',
  143. 'state' => '상태',
  144. 'tags' => '태그별로 표시',
  145. 'type' => '유형',
  146. ),
  147. 'get_A' => 'Show all feeds, also those shown in their category', // TODO
  148. 'get_Z' => 'Show all feeds, also archived ones', // TODO
  149. 'get_all' => '모든 글 표시',
  150. 'get_all_labels' => '라벨이 있는 글 표시',
  151. 'get_category' => '“%s” 카테고리 표시',
  152. 'get_favorite' => '즐겨찾기에 등록된 글 표시',
  153. 'get_feed' => '“%s” 피드 표시',
  154. 'get_important' => '중요 피드의 글 표시',
  155. 'get_label' => '“%s” 라벨을 가진 글 표시',
  156. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">유저 쿼리 및 HTML / RSS / OPML을 사용한 재공유 방법 문서</a> 살펴보기.',
  157. 'image_url' => 'Image URL', // TODO
  158. 'name' => '이름',
  159. 'no_filter' => '필터가 없습니다',
  160. 'no_queries' => array(
  161. '_' => 'No user queries are saved yet.', // TODO
  162. 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
  163. ),
  164. 'number' => '쿼리 #%d',
  165. 'order_asc' => '오래된 글 먼저 표시',
  166. 'order_desc' => '최근 글 먼저 표시',
  167. 'search' => '“%s”의 검색 결과',
  168. 'share' => array(
  169. '_' => '링크로 쿼리 공유',
  170. 'disabled' => array(
  171. '_' => 'disabled', // TODO
  172. 'title' => 'Sharing', // TODO
  173. ),
  174. 'greader' => 'Shareable link to the GReader JSON', // TODO
  175. 'help' => '링크를 사용해서 쿼리를 공유하세요',
  176. 'html' => 'HTML 공유 링크',
  177. 'opml' => 'OPML 피드 목록 공유 링크',
  178. 'rss' => 'RSS 피드 공유 링크',
  179. ),
  180. 'state_0' => '모든 글 표시',
  181. 'state_1' => '읽은 글 표시',
  182. 'state_2' => '읽지 않은 글 표시',
  183. 'state_3' => '모든 글 표시',
  184. 'state_4' => '즐겨찾기에 등록된 글 표시',
  185. 'state_5' => '즐겨찾기에 등록된 읽은 글 표시',
  186. 'state_6' => '즐겨찾기에 등록된 읽지 않은 글 표시',
  187. 'state_7' => '즐겨찾기에 등록된 글 표시',
  188. 'state_8' => '즐겨찾기에 등록되지 않은 글 표시',
  189. 'state_9' => '즐겨찾기에 등록되지 않고 읽은 글 표시',
  190. 'state_10' => '즐겨찾기에 등록되지 않고 읽지 않은 글 표시',
  191. 'state_11' => '즐겨찾기에 등록되지 않은 글 표시',
  192. 'state_12' => '모든 글 표시',
  193. 'state_13' => '읽은 글 표시',
  194. 'state_14' => '읽지 않은 글 표시',
  195. 'state_15' => '모든 글 표시',
  196. 'title' => '사용자 쿼리',
  197. ),
  198. 'reading' => array(
  199. '_' => '읽기',
  200. 'after_onread' => '“모두 읽음으로 표시” 후,',
  201. 'always_show_favorites' => '기본으로 즐겨찾기에 있는 모든 글을 표시',
  202. 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO
  203. 'article' => array(
  204. 'authors_date' => array(
  205. '_' => '작성자, 작성일',
  206. 'both' => '머리말과 꼬리말에 모두',
  207. 'footer' => '꼬리말에',
  208. 'header' => '머리말에',
  209. 'none' => '숨김',
  210. ),
  211. 'feed_name' => array(
  212. 'above_title' => '제목/태그 위에',
  213. 'none' => '숨김',
  214. 'with_authors' => '작성자, 작성일과 같은 줄에',
  215. ),
  216. 'feed_title' => '피드 제목',
  217. 'icons' => array(
  218. '_' => 'Article icons position<br /><small>(Reading view only)</small>', // TODO
  219. 'above_title' => 'Above title', // TODO
  220. 'with_authors' => 'In authors and date row', // TODO
  221. ),
  222. 'tags' => array(
  223. '_' => '태그',
  224. 'both' => '머리말과 꼬리말에',
  225. 'footer' => '꼬리말에',
  226. 'header' => '머리말에',
  227. 'none' => '숨김',
  228. ),
  229. 'tags_max' => array(
  230. '_' => ' 표시할 최대 태그 수',
  231. 'help' => '0 으로 설정하면 모든 태그를 표시하고 숨기지 않습니다',
  232. ),
  233. ),
  234. 'articles_per_page' => '페이지당 글 수',
  235. 'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기',
  236. 'auto_remove_article' => '글을 읽은 후 숨기기',
  237. 'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시',
  238. 'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기',
  239. 'display_categories_unfolded' => '다음 카테고리를 펼치기',
  240. 'headline' => array(
  241. 'articles' => '기사: 열기/닫기',
  242. 'articles_header_footer' => '기사: 머리말/꼬리말',
  243. 'categories' => '좌측 탐색 메뉴: 카테고리',
  244. 'mark_as_read' => '읽음으로 표시',
  245. 'misc' => '기타',
  246. 'view' => '보기',
  247. ),
  248. 'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)',
  249. 'img_with_lazyload' => '그림을 불러오는 데에 <em>lazy load</em> 모드 사용하기',
  250. 'jump_next' => '다음 읽지 않은 항목으로 이동',
  251. 'mark_updated_article_unread' => '갱신 된 글을 읽지 않음으로 표시',
  252. 'number_divided_when_reader' => '읽기 모드에서는 절반만 표시됩니다.',
  253. 'read' => array(
  254. 'article_open_on_website' => '글이 게재된 웹사이트를 방문했을 때',
  255. 'article_viewed' => '글을 읽었을 때',
  256. 'focus' => '포커스 됐을 때 (중요 피드 제외)',
  257. 'keep_max_n_unread' => '읽지 않은 상태로 유지할 최대 글 개수',
  258. 'scroll' => '스크롤을 하며 지나갈 때 (except for important feeds)', // DIRTY
  259. 'upon_gone' => '원본 뉴스 피드에서 글 삭제 되었을 때',
  260. 'upon_reception' => '글을 가져오자마자',
  261. 'when' => '읽음으로 표시…',
  262. 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
  263. 'when_same_title_in_feed' => '상위 <i>n</i>개의 최신 글에 동일한 제목이 이미 있는 경우 (of the feed)', // DIRTY
  264. ),
  265. 'show' => array(
  266. '_' => '글 표시 방식',
  267. 'active_category' => '활성화 된 카테고리',
  268. 'adaptive' => 'Show unreads if any, all articles otherwise', // TODO
  269. 'all_articles' => '모든 글 표시',
  270. 'all_categories' => '모든 카테고리',
  271. 'no_category' => '카테고리 없음',
  272. 'remember_categories' => '열린 카테고리 기억',
  273. 'unread' => '읽지 않은 글만 표시',
  274. 'unread_or_favorite' => 'Show unreads and favourites', // TODO
  275. ),
  276. 'show_fav_unread_help' => '라벨에도 적용하기',
  277. 'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기',
  278. 'sort' => array(
  279. '_' => '정렬 순서',
  280. 'newer_first' => '최근 글 먼저',
  281. 'older_first' => '오래된 글 먼저',
  282. ),
  283. 'star' => array(
  284. 'when' => 'Mark an article as favourite…', // TODO
  285. ),
  286. 'sticky_post' => '글이 펼쳐진 경우 최상단에 고정하기',
  287. 'title' => '읽기',
  288. 'view' => array(
  289. 'default' => '기본 보기 모드',
  290. 'global' => '전체 모드',
  291. 'normal' => '일반 모드',
  292. 'reader' => '읽기 모드',
  293. ),
  294. ),
  295. 'sharing' => array(
  296. '_' => '공유',
  297. 'add' => '공유 방법 추가',
  298. 'bluesky' => 'Bluesky', // TODO
  299. 'deprecated' => '이 서비스는 더 이상 사용되지 않으며 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="상세 정보 문서 열기" target="_blank">추후 릴리즈</a> FreshRSS에서 삭제 될 것 입니다.',
  300. 'diaspora' => 'Diaspora*', // IGNORE
  301. 'email' => '메일',
  302. 'facebook' => 'Facebook', // IGNORE
  303. 'more_information' => '자세한 정보',
  304. 'print' => '인쇄',
  305. 'raindrop' => 'Raindrop.io', // IGNORE
  306. 'remove' => '공유 방법 삭제',
  307. 'shaarli' => 'Shaarli', // IGNORE
  308. 'share_name' => '표시할 이름',
  309. 'share_url' => '사용할 공유 URL',
  310. 'title' => '공유',
  311. 'twitter' => 'Twitter', // IGNORE
  312. 'wallabag' => 'wallabag', // IGNORE
  313. ),
  314. 'shortcut' => array(
  315. '_' => '단축키',
  316. 'article_action' => '글 관련 동작',
  317. 'auto_share' => '공유',
  318. 'auto_share_help' => '공유 옵션이 하나만 설정되어 있다면 해당 공유 옵션을 사용하고, 그렇지 않다면 공유 옵션을 번호로 선택할 수 있습니다.',
  319. 'close_dropdown' => '메뉴 닫기',
  320. 'collapse_article' => '접기',
  321. 'first_article' => '첫 글 보기',
  322. 'focus_search' => '검색창 사용하기',
  323. 'global_view' => '전체 모드로 전환',
  324. 'help' => '도움말 보기',
  325. 'javascript' => '단축키를 사용하기 위해선 자바스크립트를 사용하도록 설정하여야 합니다',
  326. 'last_article' => '마지막 글 보기',
  327. 'load_more' => '글 더 불러오기',
  328. 'mark_favorite' => '즐겨찾기에 등록',
  329. 'mark_read' => '읽음으로 표시',
  330. 'navigation' => '탐색',
  331. 'navigation_help' => '<kbd>⇧ Shift</kbd> 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/><kbd>Alt ⎇</kbd> 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.',
  332. 'navigation_no_mod_help' => '아래 탐색 단축키에는 "Shift"와 "Alt" 키가 적용되지 않습니다.',
  333. 'next_article' => '다음 글 보기',
  334. 'next_unread_article' => '읽지 않은 다음 글 보기',
  335. 'non_standard' => '일부 키는 (<kbd>%s</kbd>) 단축키로 작동하지 않을 수 도 있습니다.',
  336. 'normal_view' => '일반 모드로 전환',
  337. 'other_action' => '다른 동작',
  338. 'previous_article' => '이전 글 보기',
  339. 'reading_view' => '읽기 모드로 전환',
  340. 'rss_view' => 'RSS 피드로 열기',
  341. 'see_on_website' => '글이 게재된 웹사이트에서 보기',
  342. 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> 로 이전 글을 읽음으로 표시<br />+ <kbd>⇧ Shift</kbd> 로 모든 글을 읽음으로 표시',
  343. 'skip_next_article' => '다음 글로 커서 이동',
  344. 'skip_previous_article' => '이전 글로 커서 이동',
  345. 'title' => '단축키',
  346. 'toggle_media' => '미디어 재생/일시정지',
  347. 'user_filter' => '사용자 필터 사용하기',
  348. 'user_filter_help' => '사용자 필터가 하나만 설정되어 있다면 해당 필터를 사용하고, 그렇지 않다면 필터를 번호로 선택할 수 있습니다.',
  349. 'views' => '표시',
  350. ),
  351. 'user' => array(
  352. 'articles_and_size' => '%s 개의 글 (%s)',
  353. 'current' => '현재 사용자',
  354. 'is_admin' => '관리자입니다',
  355. 'users' => '전체 사용자',
  356. ),
  357. );