sub.php 14 KB

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