index.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. 'bugs_reports' => 'バグレポート',
  16. 'credits' => 'クレジット',
  17. 'credits_content' => 'いくつかのデザイン要素は <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>から来ています。しかしFreshRSSはこのフレームワークを使用していません。 <a href="https://git.gnome.org/browse/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 は<a href="https://github.com/marienfressinaud/MINZ">Minz</a>,PHP フレームワークをもとにしています。',
  18. 'freshrss_description' => 'FreshRSSは <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> や <a href="https://github.com/LeedRSS/Leed">Leed</a>のようなセルフホストできるRSSフィード収集ツールです。強力なツールになっており、軽量で簡単に使え、豊富な設定が特徴です。',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Githubへお願いします</a>',
  20. 'license' => 'ライセンス',
  21. 'project_website' => 'プロジェクトのwebサイト',
  22. 'title' => 'FreshRSSについて',
  23. 'version' => 'バージョン',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'フィードを追加してください。',
  27. 'empty' => '表示できる記事がありません',
  28. 'rss_of' => '%s のRSSフィード',
  29. 'title' => 'メイン',
  30. 'title_fav' => 'お気に入り',
  31. 'title_global' => 'グローバルビュー',
  32. ),
  33. 'log' => array(
  34. '_' => 'ログ',
  35. 'clear' => 'ログを消去する',
  36. 'empty' => 'ログファイルは空です',
  37. 'title' => 'ログ',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'FreshRSSについて',
  41. 'before_one_day' => '一日以上前',
  42. 'before_one_week' => '一週間以上前',
  43. 'bookmark_query' => '現在のブックマーククエリ',
  44. 'favorites' => 'お気に入り (%s)',
  45. 'global_view' => 'グローバルビュー',
  46. 'main_stream' => 'メイン',
  47. 'mark_all_read' => 'すべての記事に既読をつける',
  48. 'mark_cat_read' => 'カテゴリーに既読をつける',
  49. 'mark_feed_read' => 'フィードに既読をつける',
  50. 'mark_selection_unread' => '選択したものに未読をつける',
  51. 'newer_first' => '最新のものを先に',
  52. 'non-starred' => 'お気に入りに登録されてないものを表示する',
  53. 'normal_view' => 'ノーマルビュー',
  54. 'older_first' => '最古のものを先に',
  55. 'queries' => 'ユーザークエリ',
  56. 'read' => '読み取りを表示する',
  57. 'reader_view' => 'リーディングビュー',
  58. 'rss_view' => 'RSSフィード',
  59. 'search_short' => '検索',
  60. 'starred' => 'お気に入りを表示する',
  61. 'stats' => '統計',
  62. 'subscription' => '購読されたものの管理',
  63. 'tags' => 'ラベル',
  64. 'unread' => '未読のものを表示する',
  65. ),
  66. 'share' => '共有',
  67. 'tag' => array(
  68. 'related' => '記事のタグ',
  69. ),
  70. 'tos' => array(
  71. 'title' => '利用規約',
  72. ),
  73. );