From 14fc25888ce3897b11d7158a2cf9a93d649c6e05 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 7 Feb 2023 13:05:05 +0800 Subject: [PATCH] :pencil2: Docs: fix typo --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- README.zh-cn.md | 4 ++-- docs | 2 +- i18n/zh-CN.toml | 6 +++--- i18n/zh-TW.toml | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 426d819a..3f6f88d5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -48,4 +48,4 @@ body: label: Additional Information 补充信息 description: | Configuration files or front matter code ... - 配置文件或者前置参数的代码 ... + 配置文件或者前置参数的代码…… diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 28fcfb15..add0d8e2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -12,7 +12,7 @@ body: 请针对不同的功能建议提交新的 issue。 placeholder: | I recommend adding this feature ... - 我希望添加这样的一个功能 ... + 我希望添加这样的一个功能…… - type: textarea id: reference attributes: diff --git a/README.zh-cn.md b/README.zh-cn.md index fe16c1fa..fe7307eb 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -145,7 +145,7 @@ FixIt 主题继承了 LoveIt 等主题的优秀功能,并在它们的基础上 * 支持基于 [cookieconsent](https://github.com/osano/cookieconsent) 的 **Cookie 许可横幅** * 支持基于 [cell-watermark](https://github.com/Lruihao/watermark) 的**网页水印** * 支持基于 [pangu.js](https://github.com/vinta/pangu.js) 的**中文排版** -* ... +* …… ## 多语言和国际化 @@ -248,7 +248,7 @@ FixIt 根据 **MIT** 许可协议授权。 更多信息请查看 [LICENSE 文件 ## 赞助支持 -如果你喜爱这个主题,请考虑给我买杯咖啡 ☕️. +如果你喜爱这个主题,请考虑给我买杯咖啡 ☕️。 * [PayPal](https://paypal.me/Lruihao) * [支付宝](images/alipay.gif) diff --git a/docs b/docs index 7df325fd..740ff7ec 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 7df325fdb0985fe006d2efad04c4e2cf0eeacc74 +Subproject commit 740ff7ececbd611b3d547ac343554bfe26c70200 diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml index 0a73da8f..27e8e494 100644 --- a/i18n/zh-CN.toml +++ b/i18n/zh-CN.toml @@ -63,20 +63,20 @@ switchTheme = "切换主题" poweredBySome = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}" siteUV = "总访客数" sitePV = "总访问量" -siteRunning = "网站运行中 ..." +siteRunning = "网站运行中……" # === partials/footer.html === # === partials/comment.html === [comment] valineLang = "zh-cn" -valinePlaceholder = "你的评论 ..." +valinePlaceholder = "你的评论……" facebookLanguageCode = "zh_CN" # === partials/comment.html === # === partials/assets.html === [assets] search = "搜索" -searchPlaceholder = "搜索文章标题或内容 ..." +searchPlaceholder = "搜索文章标题或内容……" clear = "清空" cancel = "取消" noResultsFound = "没有找到结果" diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml index f0ff4cda..adfef531 100644 --- a/i18n/zh-TW.toml +++ b/i18n/zh-TW.toml @@ -63,20 +63,20 @@ switchTheme = "切換主題" poweredBySome = "由 {{ .Hugo }} 強力驅動 | 主題 - {{ .Theme }}" siteUV = "總訪客數" sitePV = "總訪問量" -siteRunning = "網站運行中 ..." +siteRunning = "網站運行中……" # === partials/footer.html === # === partials/comment.html === [comment] valineLang = "zh-TW" -valinePlaceholder = "你的評論 ..." +valinePlaceholder = "你的評論……" facebookLanguageCode = "zh-TW" # === partials/comment.html === # === partials/assets.html === [assets] search = "搜尋" -searchPlaceholder = "搜尋文章標題或內容 ..." +searchPlaceholder = "搜尋文章標題或內容……" clear = "清除" cancel = "取消" noResultsFound = "沒有找到結果"