zh_hans.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. return array(
  3. 'blog' => '博客',
  4. 'blog:blogs' => '博客',
  5. 'blog:revisions' => '修订',
  6. 'blog:archives' => '归档',
  7. 'blog:blog' => '博客',
  8. 'item:object:blog' => '博客',
  9. 'blog:title:user_blogs' => '%s 的博客',
  10. 'blog:title:all_blogs' => '全站所有博客',
  11. 'blog:title:friends' => '好友的博客',
  12. 'blog:group' => '群组博客',
  13. 'blog:enableblog' => '启用群组博客',
  14. 'blog:write' => '撰写博文',
  15. // Editing
  16. 'blog:add' => '添加博文',
  17. 'blog:edit' => '编辑博文',
  18. 'blog:excerpt' => '摘录',
  19. 'blog:body' => '正文',
  20. 'blog:save_status' => '最后保存',
  21. 'blog:revision' => '修订',
  22. 'blog:auto_saved_revision' => '自动保存修订',
  23. // messages
  24. 'blog:message:saved' => '博文已保存。',
  25. 'blog:error:cannot_save' => '无法保存博文。',
  26. 'blog:error:cannot_auto_save' => '无法自动保存博文。',
  27. 'blog:error:cannot_write_to_container' => '权限不够将博客保存到群组。',
  28. 'blog:messages:warning:draft' => '此博文草稿未保存!',
  29. 'blog:edit_revision_notice' => '(旧版本)',
  30. 'blog:message:deleted_post' => '博文已删除。',
  31. 'blog:error:cannot_delete_post' => '无法删除博文。',
  32. 'blog:none' => '没有博文',
  33. 'blog:error:missing:title' => '请输入博客标题!',
  34. 'blog:error:missing:description' => '请输入博客正文!',
  35. 'blog:error:cannot_edit_post' => '博文不存在或你没有权限编辑它。',
  36. 'blog:error:post_not_found' => '无法找到该博文。',
  37. 'blog:error:revision_not_found' => '无法找到该修订版本。',
  38. // river
  39. 'river:create:object:blog' => '%s 发表了一篇博文 %s',
  40. 'river:comment:object:blog' => '%s 评论了博客 %s',
  41. // notifications
  42. 'blog:notify:summary' => '新博文 %s',
  43. 'blog:notify:subject' => '新博文: %s',
  44. 'blog:notify:body' =>
  45. '
  46. %s 发表了一篇新的博文: %s
  47. %s
  48. 查看并评论博文:
  49. %s
  50. ',
  51. // widget
  52. 'blog:widget:description' => '显示你最近的博文',
  53. 'blog:moreblogs' => '更多博文',
  54. 'blog:numbertodisplay' => '要显示的博文数',
  55. 'blog:noblogs' => '没有博文'
  56. );