From 62b0da64df00de49f71cd9f03cff406fd7f1e656 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Wed, 9 Sep 2020 22:48:37 +0200 Subject: feat(i18n): add zh-CN translation --- i18n/zh-CN.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 i18n/zh-CN.toml (limited to 'i18n') diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml new file mode 100644 index 0000000..44a76c5 --- /dev/null +++ b/i18n/zh-CN.toml @@ -0,0 +1,23 @@ +[toggleMenu] + other = "切换菜单" + +[relatedContents] + other = "相关文章" + +[lastUpdatedOn] + other ="最后更新于 {{ .Count }}" + +[widgetArchiveTitle] + other = "归档" + +[widgetArchiveMore] + other = "更多" + +[widgetTagCloudTitle] + other = "标签云" + +[notFoundTitle] + other = "404 错误" + +[notFoundSubtitle] + other = "页面不存在" \ No newline at end of file -- cgit v1.2.3