index.php 3.1 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. '_' => '关于',
  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 Issues</a>',
  21. 'license' => '授权',
  22. 'project_website' => '项目网站',
  23. 'title' => '关于',
  24. 'version' => '版本',
  25. ),
  26. 'feed' => array(
  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. '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' => '订阅源',
  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. );