4
0

sub.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. 'api' => array(
  13. 'documentation' => '외부 도구에서 API를 사용하기 위해서 아래 URL을 사용하세요.',
  14. 'title' => 'API', // IGNORE
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => '이 버튼을 즐겨찾기 막대로 끌어다 놓거나 마우스 오른쪽 클릭으로 나타나는 메뉴에서 "이 링크를 즐겨찾기에 추가"를 선택하세요. 그리고 피드를 구독하길 원하는 페이지에서 "구독하기" 버튼을 클릭하세요.',
  18. 'label' => '구독하기',
  19. 'title' => '북마클릿',
  20. ),
  21. 'category' => array(
  22. '_' => '카테고리',
  23. 'add' => '카테고리 추가',
  24. 'archiving' => '보관',
  25. 'dynamic_opml' => array(
  26. '_' => 'Dynamic OPML', // TODO
  27. 'help' => 'Provide the URL to an <a href=http://opml.org/ target=_blank>OPML file</a> to dynamically populate this category with feeds', // TODO
  28. ),
  29. 'empty' => '빈 카테고리',
  30. 'information' => '정보',
  31. 'opml_url' => 'OPML URL', // TODO
  32. 'position' => '표시 위치',
  33. 'position_help' => '정렬 순서 제어',
  34. 'title' => '제목',
  35. ),
  36. 'feed' => array(
  37. 'accept_cookies' => 'Accept cookies', // TODO
  38. 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO
  39. 'add' => 'RSS 피드 추가',
  40. 'advanced' => '고급 설정',
  41. 'archiving' => '보관',
  42. 'auth' => array(
  43. 'configuration' => '로그인',
  44. 'help' => 'HTTP 접속이 제한되는 RSS 피드에 접근합니다',
  45. 'http' => 'HTTP 인증',
  46. 'password' => 'HTTP 암호',
  47. 'username' => 'HTTP 사용자 이름',
  48. ),
  49. 'clear_cache' => '항상 캐시 지우기',
  50. 'content_action' => array(
  51. '_' => '글 콘텐츠를 가져올 때의 동작',
  52. 'append' => '이미 존재하는 콘텐츠 다음에 추가',
  53. 'prepend' => '이미 존재하는 콘텐츠 이전에 추가',
  54. 'replace' => '이미 존재하는 콘텐츠 대체',
  55. ),
  56. 'css_cookie' => '글 콘텐츠를 가져올 때 쿠키를 사용',
  57. 'css_cookie_help' => '예시: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  58. 'css_help' => '글의 일부가 포함된 RSS 피드를 가져옵니다 (주의, 시간이 좀 더 걸립니다!)',
  59. 'css_path' => '웹사이트 상의 글 본문에 해당하는 CSS 경로',
  60. 'css_path_filter' => array(
  61. '_' => 'CSS selector of the elements to remove', // TODO
  62. 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>', // TODO
  63. ),
  64. 'description' => '설명',
  65. 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.',
  66. 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.',
  67. 'filteractions' => array(
  68. '_' => '필터 동작',
  69. 'help' => '한 줄에 한 검색 필터를 작성해 주세요.',
  70. ),
  71. 'information' => '정보',
  72. 'keep_min' => '최소 유지 글 개수',
  73. 'kind' => array(
  74. '_' => 'Type of feed source', // TODO
  75. 'html_xpath' => array(
  76. '_' => 'HTML + XPath (Web scraping)', // TODO
  77. 'feed_title' => array(
  78. '_' => 'feed title', // TODO
  79. 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
  80. ),
  81. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
  82. 'item' => array(
  83. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  84. 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
  85. ),
  86. 'item_author' => array(
  87. '_' => 'item author', // TODO
  88. 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
  89. ),
  90. 'item_categories' => 'item tags', // TODO
  91. 'item_content' => array(
  92. '_' => 'item content', // TODO
  93. 'help' => 'Example to take the full item: <code>.</code>', // TODO
  94. ),
  95. 'item_thumbnail' => array(
  96. '_' => 'item thumbnail', // TODO
  97. 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
  98. ),
  99. 'item_timestamp' => array(
  100. '_' => 'item date', // TODO
  101. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  102. ),
  103. 'item_title' => array(
  104. '_' => 'item title', // TODO
  105. 'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
  106. ),
  107. 'item_uid' => array(
  108. '_' => 'item unique ID', // TODO
  109. 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
  110. ),
  111. 'item_uri' => array(
  112. '_' => 'item link (URL)', // TODO
  113. 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
  114. ),
  115. 'relative' => 'XPath (relative to item) for:', // TODO
  116. 'xpath' => 'XPath for:', // TODO
  117. ),
  118. 'rss' => 'RSS / Atom (default)', // TODO
  119. ),
  120. 'maintenance' => array(
  121. 'clear_cache' => '캐쉬 지우기',
  122. 'clear_cache_help' => '이 피드의 캐쉬 지우기.',
  123. 'reload_articles' => '글 다시 로드',
  124. 'reload_articles_help' => '글 다시 로드하고 셀렉터가 정의 되었을 경우에 모든 컨텐츠 가져오기.', // DIRTY
  125. 'title' => '유지 보수',
  126. ),
  127. 'max_http_redir' => 'Max HTTP redirects', // TODO
  128. 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO
  129. 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.',
  130. 'mute' => '무기한 새로고침 금지',
  131. 'no_selected' => '선택된 피드가 없습니다.',
  132. 'number_entries' => '%d 개의 글',
  133. 'priority' => array(
  134. '_' => '표시',
  135. 'archived' => '표시하지 않음 (보관됨)',
  136. 'main_stream' => '메인 스트림에 표시하기',
  137. 'normal' => '피드가 속한 카테고리에만 표시하기',
  138. ),
  139. 'proxy' => '이 피드를 가져올 때 사용할 프록시 설정',
  140. 'proxy_help' => '프로토콜 선택 (예: SOCKS5) 그리고 프록시 주소 입력 (예: <kbd>127.0.0.1:1080</kbd>)',
  141. 'selector_preview' => array(
  142. 'show_raw' => '소스코드 표시',
  143. 'show_rendered' => '콘텐츠 표시',
  144. ),
  145. 'show' => array(
  146. 'all' => '모든 피드 보기',
  147. 'error' => '오류가 발생한 피드만 보기',
  148. ),
  149. 'showing' => array(
  150. 'error' => '오류가 발생한 피드만 보여주고 있습니다',
  151. ),
  152. 'ssl_verify' => 'SSL 유효성 검사',
  153. 'stats' => '통계',
  154. 'think_to_add' => '피드를 추가할 수 있습니다.',
  155. 'timeout' => '타임아웃 (초)',
  156. 'title' => '제목',
  157. 'title_add' => 'RSS 피드 추가',
  158. 'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
  159. 'url' => '피드 URL',
  160. 'useragent' => '이 피드를 가져올 때 사용할 유저 에이전트 설정',
  161. 'useragent_help' => '예시: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  162. 'validator' => '피드 유효성 검사',
  163. 'website' => '웹사이트 URL',
  164. 'websub' => 'WebSub을 사용한 즉시 알림',
  165. ),
  166. 'import_export' => array(
  167. 'export' => '내보내기',
  168. 'export_labelled' => '라벨이 표시된 글들 내보내기',
  169. 'export_opml' => '피드 목록 내보내기 (OPML)',
  170. 'export_starred' => '즐겨찾기 내보내기',
  171. 'feed_list' => '%s 개의 글 목록',
  172. 'file_to_import' => '불러올 파일<br />(OPML, JSON 또는 ZIP)',
  173. 'file_to_import_no_zip' => '불러올 파일<br />(OPML 또는 JSON)',
  174. 'import' => '불러오기',
  175. 'starred_list' => '즐겨찾기에 등록된 글 목록',
  176. 'title' => '불러오기 / 내보내기',
  177. ),
  178. 'menu' => array(
  179. 'add' => '피드 혹은 카테고리 추가',
  180. 'import_export' => '불러오기 / 내보내기',
  181. 'label_management' => '라벨 관리',
  182. 'stats' => array(
  183. 'idle' => '유휴 피드',
  184. 'main' => '주요 통계',
  185. 'repartition' => '글 분류',
  186. ),
  187. 'subscription_management' => '구독 관리',
  188. 'subscription_tools' => '구독 도구',
  189. ),
  190. 'tag' => array(
  191. 'name' => '이름',
  192. 'new_name' => '새 이름',
  193. 'old_name' => '이전 이름',
  194. ),
  195. 'title' => array(
  196. '_' => '구독 관리',
  197. 'add' => '피드 혹은 카테고리 추가',
  198. 'add_category' => '카테고리 추가',
  199. 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
  200. 'add_feed' => '피드 추가',
  201. 'add_label' => '라벨 추가',
  202. 'delete_label' => '라벨 삭제',
  203. 'feed_management' => 'RSS 피드 관리',
  204. 'rename_label' => '라벨 이름 바꾸기',
  205. 'subscription_tools' => '구독 도구',
  206. ),
  207. );