admin.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. 'auth' => array(
  13. 'allow_anonymous' => 'デフォルトのユーザーの記事がログインしていないときでも読めるようにします。 (%s)',
  14. 'allow_anonymous_refresh' => '未ログインユーザーでも記事を更新できるようにします。',
  15. 'api_enabled' => '<abbr>API</abbr>アクセスを許可する <small>(モバイルアプリやユーザークエリの共有に必要)</small>',
  16. 'form' => 'ウェブフォーム (JavaScriptが必要です)',
  17. 'http' => 'HTTP (上級者向け: Webサーバー, OIDC, SSO等で管理します)',
  18. 'none' => 'なし (危険)',
  19. 'title' => '認証',
  20. 'token' => 'マスター認証用のトークン',
  21. 'token_help' => 'ユーザーのすべての RSS 出力へのアクセスと、認証なしのフィードの更新を許可します',
  22. 'type' => '認証メソッド',
  23. ),
  24. 'extensions' => array(
  25. 'author' => '作者',
  26. 'community' => 'コミュニティ製の拡張機能',
  27. 'description' => '説明',
  28. 'disabled' => '無効',
  29. 'empty_list' => 'インストールされている拡張機能はありません',
  30. 'empty_list_help' => '拡張機能リストが表示されない原因を特定するために、ログを確認してください。',
  31. 'enabled' => '有効',
  32. 'is_compatible' => 'Is compatible', // TODO
  33. 'latest' => 'インストール済み',
  34. 'name' => '名前',
  35. 'no_configure_view' => 'この拡張機能は設定できません.',
  36. 'system' => array(
  37. '_' => 'システムの拡張機能',
  38. 'no_rights' => 'システムの拡張機能 (あなたは権限を所持していません',
  39. ),
  40. 'title' => '拡張機能',
  41. 'update' => 'アップデート可能',
  42. 'user' => 'ユーザー拡張機能',
  43. 'version' => 'バージョン',
  44. ),
  45. 'stats' => array(
  46. '_' => '統計',
  47. 'all_feeds' => 'すべてのフィード',
  48. 'category' => 'カテゴリ',
  49. 'date_published' => 'Publication date', // TODO
  50. 'date_received' => 'Received date', // TODO
  51. 'entry_count' => 'エントリの統計',
  52. 'entry_per_category' => 'カテゴリのエントリ',
  53. 'entry_per_day' => '日にちごとのエントリ (直近30日間)',
  54. 'entry_per_day_of_week' => '週あたり (平均: %.2f メッセージ)',
  55. 'entry_per_hour' => '時間当たり (平均: %.2f メッセージ)',
  56. 'entry_per_month' => '月あたり (平均: %.2f メッセージ)',
  57. 'entry_repartition' => 'エントリの割合',
  58. 'feed' => 'フィード',
  59. 'feed_per_category' => 'カテゴリごとのフィード',
  60. 'idle' => '休止中のフィード',
  61. 'main' => '主な統計',
  62. 'main_stream' => '主なストリーム',
  63. 'nb_unreads' => 'Number of unread articles', // TODO
  64. 'no_idle' => '休止中のフィードはありません!',
  65. 'number_entries' => '%d 記事',
  66. 'overview' => '概要',
  67. 'percent_of_total' => '% 総計',
  68. 'repartition' => '記事の割合: %s',
  69. 'status_favorites' => 'お気に入り',
  70. 'status_read' => '既読',
  71. 'status_total' => 'すべて',
  72. 'status_unread' => '未読',
  73. 'title' => '統計',
  74. 'top_feed' => '上位10位のフィード',
  75. 'unread_dates' => 'Dates with most unread articles', // TODO
  76. ),
  77. 'system' => array(
  78. '_' => 'システム設定',
  79. 'auto-update-url' => '自動アップグレードするサーバーのURL',
  80. 'base-url' => array(
  81. '_' => 'ベースURL',
  82. 'recommendation' => '自動的に推薦: <kbd>%s</kbd>',
  83. ),
  84. 'closed_registration_message' => 'Message if registrations are closed', // TODO
  85. 'cookie-duration' => array(
  86. 'help' => '秒',
  87. 'number' => 'ログイン状態維持時間',
  88. ),
  89. 'default_closed_registration_message' => 'This server does not accept new registrations at the moment.', // TODO
  90. 'force_email_validation' => 'Eメールアドレスの検証を強制します',
  91. 'instance-name' => 'インスタンス名',
  92. 'max-categories' => '1ユーザーごとのカテゴリの最大値',
  93. 'max-feeds' => '1ユーザーごとのフィードの最大値',
  94. 'registration' => array(
  95. 'number' => 'アカウントの最大値',
  96. 'select' => array(
  97. 'label' => '登録フォーム',
  98. 'option' => array(
  99. 'noform' => '無効: 登録されたフォームはありません',
  100. 'nolimit' => '有効: アカウントの上限はありません',
  101. 'setaccountsnumber' => 'アカウントの上限数に達しました',
  102. ),
  103. ),
  104. 'status' => array(
  105. 'disabled' => 'フォームは無効です',
  106. 'enabled' => 'フォームは有効です',
  107. ),
  108. 'title' => 'ユーザー登録',
  109. ),
  110. 'sensitive-parameter' => 'センシティブなパラメーターです。<kbd>./data/config.php</kbd> を手動で編集してください',
  111. 'tos' => array(
  112. 'disabled' => '無効化',
  113. 'enabled' => '<a href="./?a=tos">有効化</a>',
  114. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">利用規約を有効にする方法</a>',
  115. ),
  116. 'websub' => array(
  117. 'help' => '<a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSubについて</a>',
  118. ),
  119. ),
  120. 'update' => array(
  121. '_' => 'システムアップデート',
  122. 'apply' => '適用',
  123. 'changelog' => '変更履歴',
  124. 'check' => 'アップデートを確認する',
  125. 'copiedFromURL' => 'update.php が %s から ./data にコピーされました。',
  126. 'current_version' => '現在のバージョン',
  127. 'last' => '最近の検証',
  128. 'loading' => '更新中…',
  129. 'none' => '更新を適用できません',
  130. 'releaseChannel' => array(
  131. '_' => 'リリースチャンネル',
  132. 'edge' => 'ローリングリリース (“edge”)',
  133. 'latest' => '安定版リリース (“latest”)',
  134. ),
  135. 'title' => 'アップデートシステム',
  136. 'viaGit' => 'gitとGitHub.comによるアップデートを開始',
  137. ),
  138. 'user' => array(
  139. 'admin' => '管理者',
  140. 'article_count' => '記事',
  141. 'back_to_manage' => '← ユーザーリストに戻る',
  142. 'create' => '新規ユーザーを作成',
  143. 'database_size' => 'データベースサイズ',
  144. 'email' => 'Eメールアドレス',
  145. 'enabled' => '有効',
  146. 'feed_count' => 'フィード',
  147. 'is_admin' => '管理者',
  148. 'language' => '言語',
  149. 'last_user_activity' => '最近のユーザーアクティビティ',
  150. 'list' => 'ユーザーリスト',
  151. 'number' => '%d 人のアカウントがあります',
  152. 'numbers' => '%d 人のアカウントが作られました',
  153. 'password_form' => 'パスワード<br /><small>(Web-formログインメソッド)</small>',
  154. 'password_format' => '最低限7文字必要です',
  155. 'title' => '管理するユーザー',
  156. 'username' => 'ユーザー名',
  157. ),
  158. );