Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.3 KiB

  1. package l10n
  2. var phrasesZH = map[string]string{
  3. "Anonymous post": "匿名文章",
  4. "Blogs": "博客",
  5. "Enter": "按下Enter按钮",
  6. "Newer": "最近的博客",
  7. "Older": "之前的博客",
  8. "Posts": "文章",
  9. "Publish to...": "发布到...",
  10. "Publish": "发布",
  11. "Read more...": "阅读更多",
  12. "This blog requires a password.": "这篇博客需要密码",
  13. "Toggle theme": "更换主题",
  14. "View posts": "查看文章",
  15. "delete": "删除",
  16. "edit": "编辑",
  17. "move to...": "移动到",
  18. "pin": "固定文章",
  19. "published with write.as": "用write.as来发布",
  20. "share modal ending": "发送给朋友,或者线上分享,如果可能的话,分享到推特上。了解更多。",
  21. "share modal introduction": "发布的每篇文章都有一个唯一的私有URL,你可以把它分享给任何人。这是URL:",
  22. "share modal title": "分享这篇文章",
  23. "share": "分享",
  24. "unpin": "取消固定",
  25. }