sub.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. '_' => '동적 OPML',
  27. 'help' => '이 카테코리에 피드를 동적으로 채우려면 <a href="http://opml.org/" target="_blank">OPML 파일</a> 의 URL을 제공해주세요',
  28. ),
  29. 'empty' => '빈 카테고리',
  30. 'expand' => 'Expand category', // TODO
  31. 'information' => '정보',
  32. 'open' => 'Open category', // TODO
  33. 'opml_url' => 'OPML URL', // IGNORE
  34. 'position' => '표시 위치',
  35. 'position_help' => '정렬 순서 제어',
  36. 'title' => '제목',
  37. ),
  38. 'feed' => array(
  39. 'accept_cookies' => '쿠키 사용 동의',
  40. 'accept_cookies_help' => '피드 서버가 쿠키를 사용하도록 허용 (요청 지속 기간 동안에만 메모리에 저장)',
  41. 'add' => '피드 추가',
  42. 'advanced' => '고급 설정',
  43. 'archiving' => '보관',
  44. 'auth' => array(
  45. 'configuration' => '로그인',
  46. 'help' => 'HTTP 접속이 제한되는 RSS 피드에 접근합니다',
  47. 'http' => 'HTTP 인증',
  48. 'password' => 'HTTP 암호',
  49. 'username' => 'HTTP 사용자 이름',
  50. ),
  51. 'change_favicon' => 'Change…', // TODO
  52. 'clear_cache' => '항상 캐시 지우기',
  53. 'content_action' => array(
  54. '_' => '글 콘텐츠를 가져올 때의 동작',
  55. 'append' => '이미 존재하는 콘텐츠 다음에 추가',
  56. 'prepend' => '이미 존재하는 콘텐츠 이전에 추가',
  57. 'replace' => '이미 존재하는 콘텐츠 대체',
  58. ),
  59. 'content_retrieval' => 'Content retrieval', // TODO
  60. 'css_cookie' => '글 콘텐츠를 가져올 때 쿠키를 사용',
  61. 'css_cookie_help' => '예시: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  62. 'css_help' => '글의 일부가 포함된 RSS 피드를 가져옵니다 (주의, 시간이 좀 더 걸립니다!)',
  63. 'css_path' => '웹사이트 상의 글 본문에 해당하는 CSS 경로',
  64. 'css_path_filter' => array(
  65. '_' => '제거할 요소의 CSS 선택자',
  66. 'help' => 'CSS 선택자는 다음과 같은 목록일 수 있습니다: <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>',
  67. ),
  68. 'description' => '설명',
  69. 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.',
  70. 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', // DIRTY
  71. 'export-as-opml' => array(
  72. 'download' => '다운로드',
  73. 'help' => 'XML 파일 (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
  74. 'label' => 'OPML로 내보내기',
  75. ),
  76. 'ext_favicon' => 'Set automatically', // TODO
  77. 'favicon_changed_by_ext' => 'The icon has been set by the <b>%s</b> extension.', // TODO
  78. 'filteractions' => array(
  79. '_' => '필터 동작',
  80. 'help' => '한 줄에 한 검색 필터를 작성해 주세요. 실행시 <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">문서 참고</a>.',
  81. 'view_filter' => 'Preview filters on existing articles (new window)', // TODO
  82. ),
  83. 'http_headers' => 'HTTP Headers', // TODO
  84. 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO
  85. 'icon' => 'Icon', // TODO
  86. 'information' => '정보',
  87. 'keep_min' => '최소 유지 글 개수',
  88. 'kind' => array(
  89. '_' => '피드 소스 유형',
  90. 'html_json' => array(
  91. '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO
  92. 'xpath' => array(
  93. '_' => 'XPath for JSON in HTML', // TODO
  94. 'help' => 'Example: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // TODO
  95. ),
  96. ),
  97. 'html_xpath' => array(
  98. '_' => 'HTML + XPath (웹 스크래핑)',
  99. 'feed_title' => array(
  100. '_' => '피드 제목',
  101. 'help' => '예제: <code>//title</code> 혹은 정적 문자열: <code>"나의 커스텀 피드"</code>',
  102. ),
  103. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> 는 고급 사용자를 위한 표준 쿼리 언어입니다. FreshRSS는 웹 스크래핑 지원을 위해 이를 사용합니다.',
  104. 'item' => array(
  105. '_' => '뉴스 <strong>기사</strong><br /><small>(가장 중요한 항목)</small>',
  106. 'help' => '예제: <code>//div[@class="news-item"]</code>',
  107. ),
  108. 'item_author' => array(
  109. '_' => '기사 작성자',
  110. 'help' => '정적 문자열이 될 수 있습니다. 예제: <code>"Anonymous"</code>',
  111. ),
  112. 'item_categories' => '기사 태그',
  113. 'item_content' => array(
  114. '_' => '기사 내용',
  115. 'help' => '전체 기사를 가져오는 예시: <code>.</code>',
  116. ),
  117. 'item_thumbnail' => array(
  118. '_' => '기사 섬네일',
  119. 'help' => '예제: <code>descendant::img/@src</code>',
  120. ),
  121. 'item_timeFormat' => array(
  122. '_' => '사용자 지정 날짜/시간 형식',
  123. 'help' => '선택 사항. <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a>에서 지원하는 형식(예: <code>d-m-Y H:i:s</code>)',
  124. ),
  125. 'item_timestamp' => array(
  126. '_' => '기사 날짜',
  127. 'help' => '결과 값은 <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>에서 파싱한 값을 이용합니다.',
  128. ),
  129. 'item_title' => array(
  130. '_' => '기사 제목',
  131. 'help' => '<code>descendant::h2</code> 같은 특정 <code>descendant::</code><a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath 축</a>을 사용합니다.',
  132. ),
  133. 'item_uid' => array(
  134. '_' => '기사 UID',
  135. 'help' => 'Optional. 예제: <code>descendant::div/@data-uri</code>',
  136. ),
  137. 'item_uri' => array(
  138. '_' => '기사 링크 (URL)',
  139. 'help' => '예제: <code>descendant::a/@href</code>',
  140. ),
  141. 'relative' => '다음의 (기사와 관련된) XPath:',
  142. 'xpath' => '다음의 XPath:',
  143. ),
  144. 'json_dotnotation' => array(
  145. '_' => 'JSON (점 표기법)',
  146. 'feed_title' => array(
  147. '_' => '피드 제목',
  148. 'help' => '예시: <code>meta.title</code> 혹은 스태틱 문자열: <code>"나만의 커스텀 피드"</code>',
  149. ),
  150. 'help' => 'JSON 점 표기법은 배열을 표기할 때 오브젝트와 괄호 사이에 점을 사용합니다. (예: <code>data.items[0].title</code>)',
  151. 'item' => array(
  152. '_' => '새 뉴스 <strong>기사</strong> 찾기<br /><small>(가장 중요함)</small>',
  153. 'help' => '기사를 포함한 배열의 JSON 경로, 예: <code>뉴스기사</code>',
  154. ),
  155. 'item_author' => '기사 저자',
  156. 'item_categories' => '기사 테그',
  157. 'item_content' => array(
  158. '_' => '기사 내용',
  159. 'help' => 'Key under which the content is found, 예: <code>내용</code>',
  160. ),
  161. 'item_thumbnail' => array(
  162. '_' => '기사 섬네일',
  163. 'help' => '예시: <code>image</code>',
  164. ),
  165. 'item_timeFormat' => array(
  166. '_' => '사용자 지정 날짜/시간 형식',
  167. 'help' => '선택 사항. <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a>에서 지원하는 형식(예: <code>d-m-Y H:i:s</code>)',
  168. ),
  169. 'item_timestamp' => array(
  170. '_' => '기사 날짜',
  171. 'help' => '결과 값은 <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>를 통해 파싱됩니다.',
  172. ),
  173. 'item_title' => '기사 제목',
  174. 'item_uid' => '기사 고유 ID',
  175. 'item_uri' => array(
  176. '_' => '기사 링크 (URL)',
  177. 'help' => '예시: <code>permalink</code>',
  178. ),
  179. 'json' => 'JSON 경로:',
  180. 'relative' => 'JSON 상대 경로(기사 기준):',
  181. ),
  182. 'jsonfeed' => 'JSON 피드',
  183. 'rss' => 'RSS / Atom (기본값)',
  184. 'xml_xpath' => 'XML + XPath', // IGNORE
  185. ),
  186. 'maintenance' => array(
  187. 'clear_cache' => '캐쉬 지우기',
  188. 'clear_cache_help' => '이 피드의 캐쉬 지우기.',
  189. 'reload_articles' => '글 다시 로드',
  190. 'reload_articles_help' => '선택자가 지정된 경우 해당하는 수의 기사를 다시 불러오고 전체 내용을 가져옵니다.',
  191. 'title' => '유지 보수',
  192. ),
  193. 'max_http_redir' => '최대 HTTP 리다이렉션',
  194. 'max_http_redir_help' => '값을 비워두거나 0으로 설정하면 비활성화하며, -1으로 설정하면 무제한 리다이렉션합니다',
  195. 'method' => array(
  196. '_' => 'HTTP 메서드',
  197. ),
  198. 'method_help' => 'POST 페이로드는 <code>application/x-www-form-urlencoded</code> 및 <code>application/json</code>을 자동으로 지원합니다.',
  199. 'method_postparams' => 'POST용 페이로드',
  200. 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.',
  201. 'mute' => array(
  202. '_' => '무기한 새로고침 금지',
  203. 'state_is_muted' => 'This feed is muted', // TODO
  204. ),
  205. 'no_selected' => '선택된 피드가 없습니다.',
  206. 'number_entries' => '%d 개의 글',
  207. 'open_feed' => 'Open feed %s', // TODO
  208. 'path_entries_conditions' => 'Conditions for content retrieval', // TODO
  209. 'priority' => array(
  210. '_' => '표시',
  211. 'category' => '피드가 속한 카테고리에만 표시하기',
  212. 'feed' => 'Show in its feed', // TODO
  213. 'hidden' => '표시하지 않음',
  214. 'important' => '중요 피드에서 표시',
  215. 'main_stream' => '메인 스트림에 표시하기',
  216. ),
  217. 'proxy' => '이 피드를 가져올 때 사용할 프록시 설정',
  218. 'proxy_help' => '프로토콜 선택 (예: SOCKS5) 그리고 프록시 주소 입력 (예: <kbd>127.0.0.1:1080</kbd> 혹은 <kbd>username:password@127.0.0.1:1080</kbd>)',
  219. 'reset_favicon' => 'Reset to default', // TODO
  220. 'selector_preview' => array(
  221. 'show_raw' => '소스코드 표시',
  222. 'show_rendered' => '콘텐츠 표시',
  223. ),
  224. 'show' => array(
  225. 'all' => '모든 피드 보기',
  226. 'error' => '오류가 발생한 피드만 보기',
  227. ),
  228. 'showing' => array(
  229. 'error' => '오류가 발생한 피드만 보여주고 있습니다',
  230. ),
  231. 'ssl_verify' => 'SSL 유효성 검사',
  232. 'stats' => '통계',
  233. 'think_to_add' => '피드를 추가할 수 있습니다.',
  234. 'timeout' => '타임아웃 (초)',
  235. 'title' => '제목',
  236. 'title_add' => 'RSS 피드 추가',
  237. 'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
  238. 'unicityCriteria' => array(
  239. '_' => 'Article unicity criteria', // TODO
  240. 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
  241. 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
  242. 'id' => 'Standard ID (default)', // TODO
  243. 'link' => 'Link', // TODO
  244. 'sha1:content' => 'Content', // TODO
  245. 'sha1:content_published' => 'Content + Date', // TODO
  246. 'sha1:link_published' => 'Link + Date', // TODO
  247. 'sha1:link_published_title' => 'Link + Date + Title', // TODO
  248. 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
  249. 'sha1:published' => 'Date', // TODO
  250. 'sha1:title' => 'Title', // TODO
  251. 'sha1:title_published' => 'Title + Date', // TODO
  252. 'sha1:title_published_content' => 'Title + Date + Content', // TODO
  253. ),
  254. 'url' => '피드 URL',
  255. 'useragent' => '이 피드를 가져올 때 사용할 유저 에이전트 설정',
  256. 'useragent_help' => '예시: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  257. 'validator' => '피드 유효성 검사',
  258. 'website' => '웹사이트 URL',
  259. 'websub' => 'WebSub을 사용한 즉시 알림',
  260. ),
  261. 'import_export' => array(
  262. 'export' => array(
  263. '_' => '내보내기',
  264. 'sqlite' => 'Download user database as SQLite', // TODO
  265. ),
  266. 'export_labelled' => '라벨이 표시된 글들 내보내기',
  267. 'export_opml' => '피드 목록 내보내기 (OPML)',
  268. 'export_starred' => '즐겨찾기 내보내기',
  269. 'feed_list' => '%s 개의 글 목록',
  270. 'file_to_import' => '불러올 파일<br />(OPML, JSON 또는 ZIP)',
  271. 'file_to_import_no_zip' => '불러올 파일<br />(OPML 또는 JSON)',
  272. 'import' => '불러오기',
  273. 'starred_list' => '즐겨찾기에 등록된 글 목록',
  274. 'title' => '불러오기 / 내보내기',
  275. ),
  276. 'menu' => array(
  277. 'add' => '피드 혹은 카테고리 추가',
  278. 'import_export' => '불러오기 / 내보내기',
  279. 'label_management' => '라벨 관리',
  280. 'stats' => array(
  281. 'idle' => '유휴 피드',
  282. 'main' => '주요 통계',
  283. 'repartition' => '글 분류',
  284. 'unread_dates' => 'Unread dates', // TODO
  285. ),
  286. 'subscription_management' => '구독 관리',
  287. 'subscription_tools' => '구독 도구',
  288. ),
  289. 'tag' => array(
  290. 'auto_label' => '새 기사에 이 라벨 추가',
  291. 'name' => '이름',
  292. 'new_name' => '새 이름',
  293. 'old_name' => '이전 이름',
  294. ),
  295. 'title' => array(
  296. '_' => '구독 관리',
  297. 'add' => '피드 혹은 카테고리 추가',
  298. 'add_category' => '카테고리 추가',
  299. 'add_dynamic_opml' => '동적 OPML 추가',
  300. 'add_feed' => '피드 추가',
  301. 'add_label' => '라벨 추가',
  302. 'add_opml_category' => 'OPML category name', // TODO
  303. 'delete_label' => '라벨 삭제',
  304. 'feed_management' => 'RSS 피드 관리',
  305. 'subscription_tools' => '구독 도구',
  306. ),
  307. );