index.php 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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://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>を採用しています。',
  18. 'documentation' => 'ドキュメント',
  19. 'freshrss_description' => 'FreshRSSはセルフホストできるRSSフィード収集ツールです。強力なツールで、軽量で簡単に使え、豊富な設定が特徴です。',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Githubへお願いします</a>',
  21. 'license' => 'ライセンス',
  22. 'project_website' => 'プロジェクトのwebサイト',
  23. 'title' => 'FreshRSSについて',
  24. 'version' => 'バージョン',
  25. ),
  26. 'feed' => array(
  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. 'important' => '重要なフィード',
  47. 'main_stream' => 'メイン',
  48. 'mark_all_read' => 'すべての記事を既読にする',
  49. 'mark_cat_read' => 'カテゴリを既読にする',
  50. 'mark_feed_read' => 'フィードを既読にする',
  51. 'mark_selection_unread' => '選択した記事を未読にする',
  52. 'newer_first' => '最新の記事を先頭にする',
  53. 'non-starred' => 'お気に入りに登録されてない記事を表示する',
  54. 'normal_view' => 'ノーマルビュー',
  55. 'older_first' => '最古の記事を先頭にする',
  56. 'queries' => 'ユーザークエリ',
  57. 'read' => '既読の記事を表示する',
  58. 'reader_view' => 'リーディングビュー',
  59. 'rss_view' => 'RSSフィード',
  60. 'search_short' => '検索',
  61. 'starred' => 'お気に入りを表示する',
  62. 'stats' => '統計',
  63. 'subscription' => '購読フィードの管理',
  64. 'tags' => 'ラベル',
  65. 'unread' => '未読の記事を表示する',
  66. ),
  67. 'share' => '共有',
  68. 'tag' => array(
  69. 'related' => '記事のタグ',
  70. ),
  71. 'tos' => array(
  72. 'title' => '利用規約',
  73. ),
  74. );