index.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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' => '报告错误',
  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="https://github.com/LeedRSS/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. ),
  16. 'feed' => array(
  17. 'add' => '你可以添加一些订阅源。',
  18. 'empty' => '暂时没有文章可显示。',
  19. 'rss_of' => '%s 的订阅源',
  20. 'title' => '首页',
  21. 'title_fav' => '收藏',
  22. 'title_global' => '全屏视图',
  23. ),
  24. 'log' => array(
  25. '_' => '日志',
  26. 'clear' => '清除日志',
  27. 'empty' => '日志文件为空',
  28. 'title' => '日志',
  29. ),
  30. 'menu' => array(
  31. 'about' => '关于 FreshRSS',
  32. 'before_one_day' => '一天前',
  33. 'before_one_week' => '一周前',
  34. 'bookmark_query' => '收藏当前查询',
  35. 'favorites' => '收藏(%s)',
  36. 'global_view' => '全屏视图',
  37. 'main_stream' => '首页',
  38. 'mark_all_read' => '全部设为已读',
  39. 'mark_cat_read' => '此分类设为已读',
  40. 'mark_feed_read' => '此订阅源设为已读',
  41. 'mark_selection_unread' => '选中设为已读',
  42. 'newer_first' => '由新至旧',
  43. 'non-starred' => '显示未收藏',
  44. 'normal_view' => '普通视图',
  45. 'older_first' => '由旧至新',
  46. 'queries' => '自定义查询',
  47. 'read' => '显示已读',
  48. 'reader_view' => '阅读视图',
  49. 'rss_view' => '订阅源',
  50. 'search_short' => '搜索',
  51. 'starred' => '显示收藏',
  52. 'stats' => '统计',
  53. 'subscription' => '订阅管理',
  54. 'tags' => '我的标签',
  55. 'unread' => '显示未读',
  56. ),
  57. 'share' => '分享',
  58. 'tag' => array(
  59. 'related' => '文章标签',
  60. ),
  61. 'tos' => array(
  62. 'title' => '服务条款',
  63. ),
  64. );