zh_hans.php 562 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'search:enter_term' => '输入搜索词',
  4. 'search:no_results' => '没有结果。',
  5. 'search:matched' => '匹配:',
  6. 'search:results' => '%s 的结果',
  7. 'search:no_query' => '请输入搜索请求。',
  8. 'search:search_error' => '错误',
  9. 'search:more' => '+%s 更多 %s',
  10. 'search_types:tags' => '标签',
  11. 'search_types:comments' => '评论',
  12. 'search:comment_on' => '关于“%s”的评论',
  13. 'search:comment_by' => 'by',
  14. 'search:unavailable_entity' => '不可用实体',
  15. 'search:unknown_entity' => '未知的实体类型',
  16. );