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' => 'Documentation', // TODO
  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. );