Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-18 15:54:54 +0300
committerGitHub <noreply@github.com>2020-04-18 15:54:54 +0300
commit8a0e61085cfc2f2d1a342697c73b10cbc1d27a68 (patch)
tree3bce7f15d61648a3b0dce6d43c938acfc74c1895 /i18n/zh-CN.toml
parent9f37d7bc2a2580b19c211521b68194faecd3e736 (diff)
feat(code): add copy button for code (#239)
Diffstat (limited to 'i18n/zh-CN.toml')
-rw-r--r--i18n/zh-CN.toml29
1 files changed, 16 insertions, 13 deletions
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index 1037e2b..fa46c06 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -40,6 +40,19 @@ other = "更多"
[selectLanguage]
other = "选择语言"
+[switchTheme]
+other = "切换主题"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "由 %s 强力驱动"
+
+[theme]
+other = "主题"
+# === partials/footer.html ===
+
+# === partials/assets.html ===
[search]
other = "搜索"
@@ -55,24 +68,14 @@ other = "取消"
[noResultsFound]
other = "没有找到结果"
-[switchTheme]
-other = "切换主题"
-# === partials/header.html ===
-
-# === partials/footer.html ===
-[poweredBySome]
-other = "由 %s 强力驱动"
-
-[theme]
-other = "主题"
-# === partials/footer.html ===
-
-# === partials/assets.html ===
[lunrLanguageLib]
other = "lib/lunr/lunr.zh.js"
[lunrLanguageCode]
other = "zh"
+
+[copyToClipboard]
+other = "复制到剪贴板"
# === partials/assets.html ===
# === partials/plugin/share.html ===