index.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => '关于',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  6. 'bugs_reports' => 'Bug 报告',
  7. 'credits' => '致谢',
  8. '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 基于 PHP 框架 <a href="https://github.com/marienfressinaud/MINZ">Minz</a>。',
  9. 'freshrss_description' => 'FreshRSS 是一个自托管的 RSS 聚合服务,类似于 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 或 <a href="http://projet.idleman.fr/leed/">Leed</a>。 它不仅轻快又易用,而且强大又易于配置。',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github Issues</a>',
  11. 'license' => '授权',
  12. 'project_website' => '项目网站',
  13. 'title' => '关于',
  14. 'version' => '版本',
  15. 'website' => '网站',
  16. ),
  17. 'feed' => array(
  18. 'add' => '你可以添加一些 RSS 源。',
  19. 'empty' => '暂时没有文章可显示。',
  20. 'rss_of' => '%s 的 RSS 源',
  21. 'title' => '首页',
  22. 'title_global' => '全屏视图',
  23. 'title_fav' => '收藏',
  24. ),
  25. 'log' => array(
  26. '_' => '日志',
  27. 'clear' => '清除日志',
  28. 'empty' => '日志文件为空',
  29. 'title' => '日志',
  30. ),
  31. 'menu' => array(
  32. 'about' => '关于 FreshRSS',
  33. 'add_query' => '添加查询',
  34. 'before_one_day' => '一天前',
  35. 'before_one_week' => '一周前',
  36. 'favorites' => '收藏 (%s)',
  37. 'global_view' => '全屏视图',
  38. 'main_stream' => '首页',
  39. 'mark_all_read' => '全部设为已读',
  40. 'mark_cat_read' => '此分类设为已读',
  41. 'mark_feed_read' => '此源设为已读',
  42. 'newer_first' => '由新到旧',
  43. 'non-starred' => '不显示收藏',
  44. 'normal_view' => '普通视图',
  45. 'older_first' => '由旧到新',
  46. 'queries' => '自定义查询',
  47. 'read' => '只显示已读',
  48. 'reader_view' => '阅读视图',
  49. 'rss_view' => 'RSS 源',
  50. 'search_short' => '搜索',
  51. 'starred' => '只显示收藏',
  52. 'stats' => '统计',
  53. 'subscription' => '订阅管理',
  54. 'unread' => '只显示未读',
  55. ),
  56. 'share' => '分享',
  57. 'tag' => array(
  58. 'related' => '相关标签',
  59. ),
  60. );