index.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. 'about' => array(
  13. '_' => 'FreshRSSについて',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'システム情報',
  18. 'browser' => 'ブラウザ',
  19. 'database' => 'データベース',
  20. 'server_software' => 'サーバーソフトウェア',
  21. 'version_curl' => 'cURL version', // TODO
  22. 'version_frss' => 'FreshRSSバージョン',
  23. 'version_php' => 'PHPバージョン',
  24. ),
  25. ),
  26. 'bugs_reports' => 'バグレポート',
  27. 'documentation' => 'ドキュメント',
  28. 'freshrss_description' => 'FreshRSSはセルフホストできるRSSフィード収集ツールです。強力なツールで、軽量で簡単に使え、豊富な設定が特徴です。',
  29. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Githubへお願いします</a>',
  30. 'license' => 'ライセンス',
  31. 'project_website' => 'プロジェクトのwebサイト',
  32. 'title' => 'FreshRSSについて',
  33. 'version' => 'バージョン',
  34. ),
  35. 'feed' => array(
  36. 'empty' => '表示できる記事がありません',
  37. 'received' => array(
  38. 'before_yesterday' => '一昨日以前',
  39. 'today' => '今日',
  40. 'yesterday' => '昨日',
  41. ),
  42. 'rss_of' => '%s のRSSフィード',
  43. 'title' => 'メイン',
  44. 'title_fav' => 'お気に入り',
  45. 'title_global' => 'グローバルビュー',
  46. ),
  47. 'log' => array(
  48. '_' => 'ログ',
  49. 'clear' => 'ログを消去する',
  50. 'empty' => 'ログファイルは空です',
  51. 'title' => 'ログ',
  52. ),
  53. 'menu' => array(
  54. 'about' => 'FreshRSSについて',
  55. 'before_one_day' => '一日以上前',
  56. 'before_one_week' => '一週間以上前',
  57. 'bookmark_query' => '現在のブックマーククエリ',
  58. 'favorites' => 'お気に入り (%s)',
  59. 'global_view' => 'グローバルビュー',
  60. 'important' => '重要なフィード',
  61. 'main_stream' => 'メイン',
  62. 'mark_all_read' => 'すべての記事を既読にする',
  63. 'mark_cat_read' => 'カテゴリを既読にする',
  64. 'mark_feed_read' => 'フィードを既読にする',
  65. 'mark_selection_unread' => '選択した記事を未読にする',
  66. 'mylabels' => 'ラベル',
  67. 'newer_first' => '最新の記事を先頭にする',
  68. 'non-starred' => 'お気に入りに登録されてない記事を表示する',
  69. 'normal_view' => 'ノーマルビュー',
  70. 'older_first' => '最古の記事を先頭にする',
  71. 'queries' => 'ユーザークエリ',
  72. 'read' => '既読の記事を表示する',
  73. 'reader_view' => 'リーディングビュー',
  74. 'rss_view' => 'RSSフィード',
  75. 'search_short' => '検索',
  76. 'sort' => array(
  77. '_' => '並べ替え',
  78. 'date_asc' => '公開日順 1→9',
  79. 'date_desc' => '公開日順 9→1',
  80. 'id_asc' => '新着を最後に並べる',
  81. 'id_desc' => '新着を最初に並べる',
  82. 'link_asc' => 'リンクURL順 A→Z',
  83. 'link_desc' => 'リンクURL順 Z→A',
  84. 'rand' => 'ランダムに並べる',
  85. 'title_asc' => 'タイトル順 A→Z',
  86. 'title_desc' => 'タイトル順 Z→A',
  87. ),
  88. 'starred' => 'お気に入りを表示する',
  89. 'stats' => '統計',
  90. 'subscription' => '購読フィードの管理',
  91. 'unread' => '未読の記事を表示する',
  92. ),
  93. 'share' => '共有',
  94. 'tag' => array(
  95. 'related' => '記事のタグ',
  96. ),
  97. 'tos' => array(
  98. 'title' => '利用規約',
  99. ),
  100. );