sub.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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' => '外部ツール内で使う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>をこのカテゴリに動的に追加します。',
  28. ),
  29. 'empty' => 'からのカテゴリ',
  30. 'information' => 'インフォメーション',
  31. 'opml_url' => 'OPMLのURL',
  32. 'position' => '表示位置',
  33. 'position_help' => 'カテゴリの表示順を操作する',
  34. 'title' => 'タイトル',
  35. ),
  36. 'feed' => array(
  37. 'accept_cookies' => 'クッキーを受け入れる',
  38. 'accept_cookies_help' => 'クッキーをこのサーバーから受け入れます(このリクエストだけにメモリへ保存されます)',
  39. 'add' => 'RSSフィードに追加する',
  40. 'advanced' => '高度な設定',
  41. 'archiving' => 'アーカイブ',
  42. 'auth' => array(
  43. 'configuration' => 'ログイン',
  44. 'help' => 'RSSフィードへのHTTPアクセスを許可する',
  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' => '元のWebサイトから記事を抽出するCSSセレクタ',
  60. 'css_path_filter' => array(
  61. '_' => '要素を削除するCSSセレクタ',
  62. 'help' => 'CSSセレクタは次のようなリストです: <kbd>.footer, .aside</kbd>',
  63. ),
  64. 'description' => '説明',
  65. 'empty' => 'このフィードは空です。サイトが運営されているかどうかを確認してみてください。',
  66. 'error' => 'このフィードに問題が発生しました。ここでアクセスできるかどうかを確認して更新してみてください。',
  67. 'filteractions' => array(
  68. '_' => 'フィルターアクション',
  69. 'help' => '1行に1つの検索フィルターを設定してください Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY
  70. ),
  71. 'information' => 'インフォメーション',
  72. 'keep_min' => '最小数の記事は保持されます',
  73. 'kind' => array(
  74. '_' => 'フィードソースの種類',
  75. 'html_xpath' => array(
  76. '_' => 'HTML + XPath (ウェブスクレイピング)',
  77. 'feed_title' => array(
  78. '_' => 'フィードタイトル',
  79. 'help' => '例: <code>//タイトル</code>あるいは文字列定数: <code>"カスタムフィード"</code>',
  80. ),
  81. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> は上級者向けのクエリ型言語で、FreshRSSでスクレイピングをサポートしている言語です。',
  82. 'item' => array(
  83. '_' => 'ニュース<strong>の項目を探す</strong><br /><small>(最も重要)</small>',
  84. 'help' => '例: <code>//div[@class="news-item"]</code>',
  85. ),
  86. 'item_author' => array(
  87. '_' => '著者',
  88. 'help' => 'これもまた、文字定数が使えます。例: <code>"匿名"</code>',
  89. ),
  90. 'item_categories' => '項目のタグ',
  91. 'item_content' => array(
  92. '_' => '項目のコンテンツ',
  93. 'help' => 'すべての項目を取得する方法例: <code>.</code>',
  94. ),
  95. 'item_thumbnail' => array(
  96. '_' => '項目のサムネイル',
  97. 'help' => '例: <code>descendant::img/@src</code>',
  98. ),
  99. 'item_timeFormat' => array(
  100. '_' => 'Custom date/time format', // TODO
  101. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  102. ),
  103. 'item_timestamp' => array(
  104. '_' => '項目の日付',
  105. 'help' => '結果は<a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>によってパースされます',
  106. ),
  107. 'item_title' => array(
  108. '_' => '項目のタイトル',
  109. 'help' => '特に<a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath アクシスを</a> <code>descendant::</code> ように使います <code>descendant::h2</code>',
  110. ),
  111. 'item_uid' => array(
  112. '_' => '項目のユニークID',
  113. 'help' => 'オプションです。例: <code>descendant::div/@data-uri</code>',
  114. ),
  115. 'item_uri' => array(
  116. '_' => '項目のリンク(URL)',
  117. 'help' => '例: <code>descendant::a/@href</code>',
  118. ),
  119. 'relative' => 'XPath (関連する項目):',
  120. 'xpath' => 'XPathは:',
  121. ),
  122. 'json_dotpath' => array(
  123. '_' => 'JSON (Dotted paths)', // TODO
  124. 'feed_title' => array(
  125. '_' => 'feed title', // TODO
  126. 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
  127. ),
  128. 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
  129. 'item' => array(
  130. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  131. 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO
  132. ),
  133. 'item_author' => 'item author', // TODO
  134. 'item_categories' => 'item tags', // TODO
  135. 'item_content' => array(
  136. '_' => 'item content', // TODO
  137. 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
  138. ),
  139. 'item_thumbnail' => array(
  140. '_' => 'item thumbnail', // TODO
  141. 'help' => 'Example: <code>image</code>', // TODO
  142. ),
  143. 'item_timeFormat' => array(
  144. '_' => 'Custom date/time format', // TODO
  145. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  146. ),
  147. 'item_timestamp' => array(
  148. '_' => 'item date', // TODO
  149. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  150. ),
  151. 'item_title' => 'item title', // TODO
  152. 'item_uid' => 'item unique ID', // TODO
  153. 'item_uri' => array(
  154. '_' => 'item link (URL)', // TODO
  155. 'help' => 'Example: <code>permalink</code>', // TODO
  156. ),
  157. 'json' => 'Dotted Path for:', // TODO
  158. 'relative' => 'Dotted Path (relative to item) for:', // TODO
  159. ),
  160. 'jsonfeed' => 'JSON Feed', // TODO
  161. 'rss' => 'RSS / Atom (標準)',
  162. 'xml_xpath' => 'XML + XPath', // TODO
  163. ),
  164. 'maintenance' => array(
  165. 'clear_cache' => 'キャッシュのクリア',
  166. 'clear_cache_help' => 'このフィードのキャッシュをクリアします。',
  167. 'reload_articles' => '記事を再読み込みする',
  168. 'reload_articles_help' => '記事を再読み込みして、セレクターが定義したコンテンツを完全に取得します。', // DIRTY
  169. 'title' => 'メンテナンス',
  170. ),
  171. 'max_http_redir' => 'HTTPのリダイレクトの上限',
  172. 'max_http_redir_help' => '0を設定するか、空白のままにすると無効になり、-1を設定するとリダイレクト数が無制限になります。',
  173. 'method' => array(
  174. '_' => 'HTTP Method', // TODO
  175. ),
  176. 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
  177. 'method_postparams' => 'Payload for POST', // TODO
  178. 'moved_category_deleted' => 'カテゴリを削除したとき、フィードは自動的に<em>%s</em>下に分類されます。',
  179. 'mute' => 'ミュート',
  180. 'no_selected' => 'どのフィードも選択されていません',
  181. 'number_entries' => '%d 記事数',
  182. 'priority' => array(
  183. '_' => '表示する場所',
  184. 'archived' => '非表示にする(アーカイブ)',
  185. 'category' => 'カテゴリで表示する',
  186. 'important' => 'Show in important feeds', // TODO
  187. 'main_stream' => 'メインストリームで表示する',
  188. ),
  189. 'proxy' => 'フィードを読み込み時にproxyを設定してください',
  190. 'proxy_help' => 'プロトコルを選択し (例: SOCKS5) proxyアドレスを入力してください (例: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY
  191. 'selector_preview' => array(
  192. 'show_raw' => 'ソースコードを表示する',
  193. 'show_rendered' => 'コンテンツを表示する',
  194. ),
  195. 'show' => array(
  196. 'all' => 'すべてのフィードを表示する',
  197. 'error' => 'エラーがあるフィードを表示する',
  198. ),
  199. 'showing' => array(
  200. 'error' => 'エラーがあるフィードを表示する',
  201. ),
  202. 'ssl_verify' => 'SSL セキュリティを管理する',
  203. 'stats' => '統計',
  204. 'think_to_add' => 'フィードを追加できます。',
  205. 'timeout' => 'タイムアウトする時間(秒)',
  206. 'title' => 'タイトル',
  207. 'title_add' => 'RSS フィードを追加する',
  208. 'ttl' => '自動更新の頻度',
  209. 'url' => 'フィードのURL',
  210. 'useragent' => 'フィードを読み込む際のユーザーエージェントを設定してください',
  211. 'useragent_help' => '例: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  212. 'validator' => 'フィードが有効であるかどうかを確認してください',
  213. 'website' => 'WebサイトのURL',
  214. 'websub' => 'WebSubとの即時通知',
  215. ),
  216. 'import_export' => array(
  217. 'export' => 'エクスポート',
  218. 'export_labelled' => 'ラベル付けされた記事をエクスポートする',
  219. 'export_opml' => 'フィードリストをエクスポートする (OPML)',
  220. 'export_starred' => 'お気に入りをエクスポートする',
  221. 'feed_list' => '%s 記事のリスト',
  222. 'file_to_import' => 'インポートするファイル<br />(OPML, JSON あるいは ZIP)',
  223. 'file_to_import_no_zip' => 'インポートするファイル<br />(OPML あるいは JSON)',
  224. 'import' => 'インポート',
  225. 'starred_list' => 'お気に入りの記事',
  226. 'title' => 'インポート / エクスポート',
  227. ),
  228. 'menu' => array(
  229. 'add' => 'フィードあるいはカテゴリを追加します',
  230. 'import_export' => 'インポート / エクスポート',
  231. 'label_management' => 'ラベル管理',
  232. 'stats' => array(
  233. 'idle' => '未使用のフィード',
  234. 'main' => '主な統計',
  235. 'repartition' => '記事の仕切り',
  236. ),
  237. 'subscription_management' => '購読されたものの管理',
  238. 'subscription_tools' => '購読ツール',
  239. ),
  240. 'tag' => array(
  241. 'auto_label' => 'Add this label to new articles', // TODO
  242. 'name' => '名前',
  243. 'new_name' => '新しい名前',
  244. 'old_name' => '古い名前',
  245. ),
  246. 'title' => array(
  247. '_' => '購読されたものの管理',
  248. 'add' => 'フィードあるいはカテゴリを追加します',
  249. 'add_category' => 'カテゴリの追加',
  250. 'add_dynamic_opml' => '動的なOPMLを追加する',
  251. 'add_feed' => 'フィードの追加',
  252. 'add_label' => 'ラベルの追加',
  253. 'delete_label' => 'ラベルの削除',
  254. 'feed_management' => 'RSSフィードの管理',
  255. 'rename_label' => 'ラベルの名前変更',
  256. 'subscription_tools' => '購読ツール',
  257. ),
  258. );