index.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. 'credits' => 'クレジット',
  28. 'credits_content' => 'いくつかのデザイン要素は<a href="http://twitter.github.io/bootstrap/">Bootstrap</a>に由来しますが、FreshRSSはこのフレームワークを使用していません。<a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">アイコン</a>は<a href="https://www.gnome.org/">GNOMEプロジェクト</a>に由来します。<em>Open Sans</em>フォントは<a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>によって作成されました。FreshRSSはPHPフレームワークの<a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>を採用しています。',
  29. 'documentation' => 'ドキュメント',
  30. 'freshrss_description' => 'FreshRSSはセルフホストできるRSSフィード収集ツールです。強力なツールで、軽量で簡単に使え、豊富な設定が特徴です。',
  31. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Githubへお願いします</a>',
  32. 'license' => 'ライセンス',
  33. 'project_website' => 'プロジェクトのwebサイト',
  34. 'title' => 'FreshRSSについて',
  35. 'version' => 'バージョン',
  36. ),
  37. 'feed' => array(
  38. 'empty' => '表示できる記事がありません',
  39. 'received' => array(
  40. 'before_yesterday' => '一昨日以前',
  41. 'today' => '今日',
  42. 'yesterday' => '昨日',
  43. ),
  44. 'rss_of' => '%s のRSSフィード',
  45. 'title' => 'メイン',
  46. 'title_fav' => 'お気に入り',
  47. 'title_global' => 'グローバルビュー',
  48. ),
  49. 'log' => array(
  50. '_' => 'ログ',
  51. 'clear' => 'ログを消去する',
  52. 'empty' => 'ログファイルは空です',
  53. 'title' => 'ログ',
  54. ),
  55. 'menu' => array(
  56. 'about' => 'FreshRSSについて',
  57. 'before_one_day' => '一日以上前',
  58. 'before_one_week' => '一週間以上前',
  59. 'bookmark_query' => '現在のブックマーククエリ',
  60. 'favorites' => 'お気に入り (%s)',
  61. 'global_view' => 'グローバルビュー',
  62. 'important' => '重要なフィード',
  63. 'main_stream' => 'メイン',
  64. 'mark_all_read' => 'すべての記事を既読にする',
  65. 'mark_cat_read' => 'カテゴリを既読にする',
  66. 'mark_feed_read' => 'フィードを既読にする',
  67. 'mark_selection_unread' => '選択した記事を未読にする',
  68. 'mylabels' => 'ラベル',
  69. 'newer_first' => '最新の記事を先頭にする',
  70. 'non-starred' => 'お気に入りに登録されてない記事を表示する',
  71. 'normal_view' => 'ノーマルビュー',
  72. 'older_first' => '最古の記事を先頭にする',
  73. 'queries' => 'ユーザークエリ',
  74. 'read' => '既読の記事を表示する',
  75. 'reader_view' => 'リーディングビュー',
  76. 'rss_view' => 'RSSフィード',
  77. 'search_short' => '検索',
  78. 'sort' => array(
  79. '_' => '並べ替え',
  80. 'date_asc' => '公開日順 1→9',
  81. 'date_desc' => '公開日順 9→1',
  82. 'id_asc' => '新着を最後に並べる',
  83. 'id_desc' => '新着を最初に並べる',
  84. 'link_asc' => 'リンクURL順 A→Z',
  85. 'link_desc' => 'リンクURL順 Z→A',
  86. 'rand' => 'ランダムに並べる',
  87. 'title_asc' => 'タイトル順 A→Z',
  88. 'title_desc' => 'タイトル順 Z→A',
  89. ),
  90. 'starred' => 'お気に入りを表示する',
  91. 'stats' => '統計',
  92. 'subscription' => '購読フィードの管理',
  93. 'unread' => '未読の記事を表示する',
  94. ),
  95. 'share' => '共有',
  96. 'tag' => array(
  97. 'related' => '記事のタグ',
  98. ),
  99. 'tos' => array(
  100. 'title' => '利用規約',
  101. ),
  102. );