sub.php 10.0 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' => '外部ツール内で使う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' => '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 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' => '1行に1つの検索フィルターを設定してください',
  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' => 'フィードを読み込み時にproxyを設定してください',
  140. 'proxy_help' => 'プロトコルを選択し (例: SOCKS5) proxyアドレスを入力してください (例: <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' => 'Webサイトの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. );