From 0caf4f7857622c18e0cbd22237a45eb5ab93aa9d Mon Sep 17 00:00:00 2001 From: Hogan Lee <39949564+h0gan1ee@users.noreply.github.com> Date: Mon, 14 Mar 2022 04:36:31 +0800 Subject: Fix incorrect translation (#375) 1. Fix punctuations. 2. Make translation consistent. 3. Fix wrong translation. --- i18n/zh-CN.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml index 286e37a..8dc8937 100644 --- a/i18n/zh-CN.toml +++ b/i18n/zh-CN.toml @@ -14,13 +14,13 @@ other = "社交媒体" other = "最新帖子" [search] -other = "搜索 ..." +other = "搜索……" [noSearchResults] other = "什么都没找到。" [olderPosts] -other = "以前的帖子" +other = "较旧的帖子" [newerPosts] other = "较新的帖子" @@ -32,5 +32,5 @@ other = "继续阅读" other = "其他语言" [readingTime] -other = "1 分钟阅读" +other = "需要 {{.Count}} 分钟阅读" -- cgit v1.2.3