index.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'System information', // TODO
  18. 'browser' => 'Browser', // TODO
  19. 'database' => 'Database', // TODO
  20. 'server_software' => 'Server software', // TODO
  21. 'version_frss' => 'FreshRSS version', // TODO
  22. 'version_php' => 'PHP version', // TODO
  23. ),
  24. ),
  25. 'bugs_reports' => '報告錯誤',
  26. 'credits' => '致謝',
  27. '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>。',
  28. 'documentation' => 'Documentation', // TODO
  29. 'freshrss_description' => 'FreshRSS 是一個自托管的 RSS 聚合服務。 它不僅輕快又易用,而且強大又易於配置。',
  30. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">GitHub Issues</a>',
  31. 'license' => '授權',
  32. 'project_website' => '項目網站',
  33. 'title' => '關於',
  34. 'version' => '版本',
  35. ),
  36. 'feed' => array(
  37. 'empty' => '暫時沒有文章可顯示。',
  38. 'received' => array(
  39. 'before_yesterday' => 'Received before yesterday', // TODO
  40. 'today' => 'Received today', // TODO
  41. 'yesterday' => 'Received yesterday', // TODO
  42. ),
  43. 'rss_of' => '%s 的訂閱源',
  44. 'title' => '首頁',
  45. 'title_fav' => '收藏',
  46. 'title_global' => '全局視圖',
  47. ),
  48. 'log' => array(
  49. '_' => '日誌',
  50. 'clear' => '清除日誌',
  51. 'empty' => '日誌文件為空',
  52. 'title' => '日誌',
  53. ),
  54. 'menu' => array(
  55. 'about' => '關於 FreshRSS',
  56. 'before_one_day' => '一天前',
  57. 'before_one_week' => '一週前',
  58. 'bookmark_query' => '收藏當前查詢',
  59. 'favorites' => '收藏(%s)',
  60. 'global_view' => '全局視圖',
  61. 'important' => '重要的源',
  62. 'main_stream' => '首頁',
  63. 'mark_all_read' => '全部設為已讀',
  64. 'mark_cat_read' => '此分類設為已讀',
  65. 'mark_feed_read' => '此訂閱源設為已讀',
  66. 'mark_selection_unread' => '選中設為已讀',
  67. 'mylabels' => '我的標籤',
  68. 'newer_first' => '由新至舊',
  69. 'non-starred' => '顯示未收藏',
  70. 'normal_view' => '普通視圖',
  71. 'older_first' => '由舊至新',
  72. 'queries' => '自定義查詢',
  73. 'read' => '顯示已讀',
  74. 'reader_view' => '閱讀視圖',
  75. 'rss_view' => '訂閱源',
  76. 'search_short' => '搜尋',
  77. 'sort' => array(
  78. '_' => 'Sorting criteria', // TODO
  79. 'date_asc' => 'Publication date 1→9', // TODO
  80. 'date_desc' => 'Publication date 9→1', // TODO
  81. 'id_asc' => 'Freshly received last', // TODO
  82. 'id_desc' => 'Freshly received first', // TODO
  83. 'link_asc' => 'Link A→Z', // TODO
  84. 'link_desc' => 'Link Z→A', // TODO
  85. 'rand' => 'Random order', // TODO
  86. 'title_asc' => 'Title A→Z', // TODO
  87. 'title_desc' => 'Title Z→A', // TODO
  88. ),
  89. 'starred' => '顯示收藏',
  90. 'stats' => '統計',
  91. 'subscription' => '訂閱管理',
  92. 'unread' => '顯示未讀',
  93. ),
  94. 'share' => '分享',
  95. 'tag' => array(
  96. 'related' => '文章標籤',
  97. ),
  98. 'tos' => array(
  99. 'title' => '服務條款',
  100. ),
  101. );