gen.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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. 'action' => array(
  13. 'actualize' => 'フィードを更新する',
  14. 'add' => '追加',
  15. 'back_to_rss_feeds' => '← RSSフィードに戻る',
  16. 'cancel' => 'キャンセル',
  17. 'close' => '閉じる',
  18. 'create' => '作成',
  19. 'delete_all_feeds' => 'すべてのフィードを削除する',
  20. 'delete_errored_feeds' => 'エラーが発生しているフィードを削除',
  21. 'delete_muted_feeds' => 'ミュートにしているフィードを削除する',
  22. 'demote' => '降格',
  23. 'disable' => '無効',
  24. 'download' => 'ダウンロード',
  25. 'empty' => '空',
  26. 'enable' => '有効',
  27. 'export' => 'エクスポート',
  28. 'filter' => 'フィルター',
  29. 'import' => 'インポート',
  30. 'load_default_shortcuts' => 'デフォルトのショートカットを読み込む',
  31. 'manage' => '管理',
  32. 'mark_read' => '既読にする',
  33. 'menu' => array(
  34. 'open' => 'メニューを開く',
  35. ),
  36. 'nav_buttons' => array(
  37. 'next' => '次の記事',
  38. 'prev' => '前の記事',
  39. 'up' => '先頭へ',
  40. ),
  41. 'open_url' => 'URLを開く',
  42. 'promote' => '昇格',
  43. 'purge' => '不要なデータの削除',
  44. 'refresh_opml' => 'OPMLを更新する',
  45. 'remove' => '消去',
  46. 'rename' => '名前を変更する',
  47. 'see_website' => 'Webサイトを開く',
  48. 'submit' => '保存',
  49. 'truncate' => 'すべての記事を消去する',
  50. 'update' => '更新',
  51. ),
  52. 'auth' => array(
  53. 'accept_tos' => '<a href="%s">利用規約</a>に同意します。',
  54. 'email' => 'メールアドレス',
  55. 'keep_logged_in' => 'ログイン状態を保持する<small>(%s日間)</small>',
  56. 'login' => 'ログイン',
  57. 'logout' => 'ログアウト',
  58. 'password' => array(
  59. '_' => 'パスワード',
  60. 'format' => '<small>7文字以上必要です</small>',
  61. ),
  62. 'reauth' => array(
  63. 'header' => '再認証が必要です',
  64. 'tip' => '今後<u>%d分間</u>は再ログインを求められません',
  65. 'title' => '再認証',
  66. ),
  67. 'registration' => array(
  68. '_' => '新規アカウント',
  69. 'ask' => 'アカウントを作成しますか?',
  70. 'title' => 'アカウント作成',
  71. ),
  72. 'username' => array(
  73. '_' => 'ユーザー名',
  74. 'format' => '<small>1-39 characters: letters, digits, and <code>. _ @ -</code></small>', // TODO
  75. ),
  76. ),
  77. 'date' => array(
  78. 'Apr' => '4\\月',
  79. 'Aug' => '8\\月',
  80. 'Dec' => '12\\月',
  81. 'Feb' => '2\\月',
  82. 'Jan' => '1\\月',
  83. 'Jul' => '7\\月',
  84. 'Jun' => '6\\月',
  85. 'Mar' => '3\\月',
  86. 'May' => '5\\月',
  87. 'Nov' => '11\\月',
  88. 'Oct' => '10\\月',
  89. 'Sep' => '9\\月',
  90. 'apr' => '4月',
  91. 'april' => '4月',
  92. 'aug' => '8月',
  93. 'august' => '8月',
  94. 'before_yesterday' => '一昨日',
  95. 'dec' => '12月',
  96. 'december' => '12月',
  97. 'feb' => '2月',
  98. 'february' => '2月',
  99. 'format_date' => 'Y\\年n\\月j\\日',
  100. 'format_date_hour' => 'Y\\年n\\月j\\日 H\\:i',
  101. 'fri' => '金',
  102. 'jan' => '1月',
  103. 'january' => '1月',
  104. 'jul' => '7月',
  105. 'july' => '7月',
  106. 'jun' => '6月',
  107. 'june' => '6月',
  108. 'last_2_year' => '直近2年間',
  109. 'last_3_month' => '直近3ヶ月間',
  110. 'last_3_year' => '直近3年間',
  111. 'last_5_year' => '直近5年間',
  112. 'last_6_month' => '直近6ヶ月間',
  113. 'last_month' => '先月',
  114. 'last_week' => '先週',
  115. 'last_year' => '去年',
  116. 'mar' => '3月',
  117. 'march' => '3月',
  118. 'may' => '5月',
  119. 'may_' => '5月',
  120. 'mon' => '月',
  121. 'month' => '月',
  122. 'nov' => '11月',
  123. 'november' => '11月',
  124. 'oct' => '10月',
  125. 'october' => '10月',
  126. 'sat' => '土',
  127. 'sep' => '9月',
  128. 'september' => '9月',
  129. 'sun' => '日',
  130. 'thu' => '木',
  131. 'today' => '今日',
  132. 'tue' => '火',
  133. 'wed' => '水',
  134. 'yesterday' => '昨日',
  135. ),
  136. 'dir' => 'ディレクトリ',
  137. 'freshrss' => array(
  138. '_' => 'FreshRSS', // IGNORE
  139. 'about' => 'FreshRSSについて',
  140. ),
  141. 'interval' => array(
  142. 'day' => array(
  143. 0 => '%d日前',
  144. ),
  145. 'hour' => array(
  146. 0 => '%d時間前',
  147. ),
  148. 'justnow' => 'たった今',
  149. 'minute' => array(
  150. 0 => '%d分前',
  151. ),
  152. 'month' => array(
  153. 0 => '%dか月前',
  154. ),
  155. 'second' => array(
  156. 0 => '%d秒前',
  157. ),
  158. 'year' => array(
  159. 0 => '%d年前',
  160. ),
  161. ),
  162. 'js' => array(
  163. 'category_empty' => '空のカテゴリ',
  164. 'confirm_action' => '本当に実行しますか?この操作は取り消せません。',
  165. 'confirm_action_feed_cat' => '本当に実行しますか?関連するお気に入りとユーザークエリも削除されます。この操作は取り消せません。',
  166. 'confirm_exit_slider' => '保存していない設定を破棄してもよろしいですか',
  167. 'feedback' => array(
  168. 'body_new_articles' => array(
  169. 0 => '新着記事が%d件あります。',
  170. ),
  171. 'body_unread_articles' => array(
  172. 0 => '(未読:%d件)',
  173. ),
  174. 'request_failed' => 'おそらくインターネット接続に問題があるため、リクエストは失敗しました。',
  175. 'title_new_articles' => 'FreshRSS:新着記事',
  176. ),
  177. 'labels_empty' => 'ラベルがありません',
  178. 'new_article' => '新しい記事があります。クリックしてページを更新してください。',
  179. 'should_be_activated' => 'JavaScriptを有効にする必要があります。',
  180. 'unsafe_csp_header' => '使用中のCSPヘッダーは安全ではないため、FreshRSSがXSS攻撃に対して脆弱になる可能性があります。<a target="_blank" href="https://freshrss.github.io/FreshRSS/en/admins/10_ServerConfig.html#security">ドキュメント</a>を参照してください。',
  181. ),
  182. 'lang' => array(
  183. 'cs' => 'Čeština', // IGNORE
  184. 'de' => 'Deutsch', // IGNORE
  185. 'el' => 'Ελληνικά', // IGNORE
  186. 'en' => 'English', // IGNORE
  187. 'en-US' => 'English (United States)', // IGNORE
  188. 'es' => 'Español', // IGNORE
  189. 'fa' => 'فارسی', // IGNORE
  190. 'fi' => 'Suomi', // IGNORE
  191. 'fr' => 'Français', // IGNORE
  192. 'he' => 'עברית', // IGNORE
  193. 'hu' => 'Magyar', // IGNORE
  194. 'id' => 'Bahasa Indonesia', // IGNORE
  195. 'it' => 'Italiano', // IGNORE
  196. 'ja' => '日本語', // IGNORE
  197. 'ko' => '한국어', // IGNORE
  198. 'lv' => 'Latviešu', // IGNORE
  199. 'nl' => 'Nederlands', // IGNORE
  200. 'oc' => 'Occitan', // IGNORE
  201. 'pl' => 'Polski', // IGNORE
  202. 'pt-BR' => 'Português (Brasil)', // IGNORE
  203. 'pt-PT' => 'Português (Portugal)', // IGNORE
  204. 'ru' => 'Русский', // IGNORE
  205. 'sk' => 'Slovenčina', // IGNORE
  206. 'tr' => 'Türkçe', // IGNORE
  207. 'uk' => 'Українська', // IGNORE
  208. 'zh-CN' => '简体中文', // IGNORE
  209. 'zh-TW' => '正體中文', // IGNORE
  210. ),
  211. 'menu' => array(
  212. 'about' => 'FreshRSSについて',
  213. 'account' => 'アカウント',
  214. 'admin' => '管理者',
  215. 'advanced_search' => '高度な検索',
  216. 'archiving' => 'アーカイブ',
  217. 'authentication' => '認証',
  218. 'check_install' => 'インストール時のチェック',
  219. 'configuration' => '設定',
  220. 'display' => '表示',
  221. 'extensions' => '拡張機能',
  222. 'logs' => 'ログ',
  223. 'privacy' => 'プライバシー',
  224. 'queries' => 'ユーザークエリ',
  225. 'reading' => '閲覧',
  226. 'search' => '単語で検索するかハッシュタグで検索する',
  227. 'search_help' => '高度な検索パラメータについては <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">こちら</a>を参照してください',
  228. 'sharing' => '共有',
  229. 'shortcuts' => 'ショートカット',
  230. 'stats' => '統計',
  231. 'system' => 'システム設定',
  232. 'update' => '更新',
  233. 'user_management' => 'ユーザー管理',
  234. 'user_profile' => 'プロフィール',
  235. ),
  236. 'period' => array(
  237. 'days' => '日間',
  238. 'hours' => '時間',
  239. 'months' => 'ヶ月',
  240. 'weeks' => '週間',
  241. 'years' => '年間',
  242. ),
  243. 'readme' => array(
  244. 'contribute' => 'contribute', // IGNORE
  245. 'language' => 'Language', // IGNORE
  246. 'translated' => 'Progress', // IGNORE
  247. ),
  248. 'search' => array(
  249. 'advanced_search_help' => 'このフォームで検索クエリを作成できますが、手動で記述するクエリではさらに高度な検索が可能です。',
  250. 'authors' => '著者',
  251. 'categories' => 'カテゴリ',
  252. 'content' => '本文',
  253. 'date_from' => '開始日',
  254. 'date_modified' => 'サーバー上の変更日時',
  255. 'date_past' => '直近',
  256. 'date_published' => '公開日時',
  257. 'date_range' => '期間を指定',
  258. 'date_received' => '受信日時',
  259. 'date_to' => '終了日',
  260. 'date_user' => 'ユーザーによる変更日時',
  261. 'feeds' => 'フィード',
  262. 'free_text' => 'フリーワード',
  263. 'free_text_help' => 'タイトルと本文の両方を検索します。',
  264. 'full_documentation' => '<a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">検索機能の詳しいドキュメント</a>を表示',
  265. 'labels' => 'ラベル',
  266. 'multiple_help' => '1つ以上選択してください(複数選択するには<kbd>Ctrl</kbd>または<kbd>Cmd</kbd>を押しながらクリック)',
  267. 'sources' => '検索対象',
  268. 'tags' => 'タグ',
  269. 'text' => 'テキスト検索',
  270. 'text_help' => '複数行は論理<i>OR</i>で結合されます。<a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#regex" target="_blank">正規表現</a>も使用できます。',
  271. 'text_placeholder' => 'キーワード',
  272. 'title' => 'タイトル',
  273. 'url' => 'URL', // IGNORE
  274. 'user_queries' => 'ユーザークエリ',
  275. ),
  276. 'share' => array(
  277. 'Known' => 'よく使われるサイト',
  278. 'archiveIS' => 'archive.is', // IGNORE
  279. 'archiveORG' => 'archive.org', // IGNORE
  280. 'archivePH' => 'archive.ph', // IGNORE
  281. 'bluesky' => 'Bluesky', // IGNORE
  282. 'buffer' => 'Buffer', // IGNORE
  283. 'clipboard' => 'クリップボード',
  284. 'diaspora' => 'Diaspora*', // IGNORE
  285. 'email' => 'メール',
  286. 'email-webmail-firefox-fix' => 'メール(Firefox対応)',
  287. 'facebook' => 'Facebook', // IGNORE
  288. 'gnusocial' => 'GNU social', // IGNORE
  289. 'jdh' => 'Journal du hacker', // IGNORE
  290. 'lemmy' => 'Lemmy', // IGNORE
  291. 'linkace' => 'LinkAce', // IGNORE
  292. 'linkding' => 'Linkding', // IGNORE
  293. 'linkedin' => 'LinkedIn', // IGNORE
  294. 'mastodon' => 'Mastodon', // IGNORE
  295. 'movim' => 'Movim', // IGNORE
  296. 'nextcloud-bookmarks' => 'Nextcloud ブックマーク', // DIRTY
  297. 'omnivore' => 'Omnivore', // IGNORE
  298. 'pinboard' => 'Pinboard', // IGNORE
  299. 'pinterest' => 'Pinterest', // IGNORE
  300. 'print' => '印刷',
  301. 'raindrop' => 'Raindrop.io', // IGNORE
  302. 'reddit' => 'Reddit', // IGNORE
  303. 'shaarli' => 'Shaarli', // IGNORE
  304. 'telegram' => 'Telegram', // IGNORE
  305. 'twitter' => 'X (Twitter)', // IGNORE
  306. 'wallabag' => 'wallabag v1', // IGNORE
  307. 'wallabagv2' => 'wallabag v2', // IGNORE
  308. 'web-sharing-api' => 'システム共有',
  309. 'whatsapp' => 'Whatsapp', // IGNORE
  310. 'xing' => 'Xing', // IGNORE
  311. ),
  312. 'short' => array(
  313. 'attention' => '警告!',
  314. 'blank_to_disable' => '空白のままにすると無効になります',
  315. 'by_author' => '著者:',
  316. 'by_default' => 'デフォルト',
  317. 'damn' => 'しまった!',
  318. 'default_category' => '未分類',
  319. 'no' => 'いいえ',
  320. 'not_applicable' => '利用できません',
  321. 'ok' => 'OK!',
  322. 'or' => 'または',
  323. 'yes' => 'はい',
  324. ),
  325. 'stream' => array(
  326. 'load_more' => '記事を追加で読み込む',
  327. 'mark_all_read' => 'すべての記事を既読にする',
  328. 'nothing_to_load' => 'これ以上記事はありません',
  329. ),
  330. );