index.php 3.2 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. '_' => '关于',
  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. 'freshrss_description' => 'FreshRSS 是一个自托管的 RSS 聚合服务,类似于 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 或 <a href="https://github.com/LeedRSS/Leed">Leed</a>。 它不仅轻快又易用,而且强大又易于配置。',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github Issues</a>',
  20. 'license' => '授权',
  21. 'project_website' => '项目网站',
  22. 'title' => '关于',
  23. 'version' => '版本',
  24. ),
  25. 'feed' => array(
  26. 'add' => '你可以添加一些订阅源。',
  27. 'empty' => '暂时没有文章可显示。',
  28. 'rss_of' => '%s 的订阅源',
  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' => '订阅源',
  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. );