aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/zh-cn.yaml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/zh-cn.yaml
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/zh-cn.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/zh-cn.yaml67
1 files changed, 0 insertions, 67 deletions
diff --git a/themes/hugo-theme-stack/i18n/zh-cn.yaml b/themes/hugo-theme-stack/i18n/zh-cn.yaml
deleted file mode 100644
index da39c8f..0000000
--- a/themes/hugo-theme-stack/i18n/zh-cn.yaml
+++ /dev/null
@@ -1,67 +0,0 @@
-toggleMenu:
- other: 切换菜单
-
-darkMode:
- other: 暗色模式
-
-list:
- page: "{{ .Count }} 个页面"
-
- section: 章节
-
- subsection: 子章节
-
-article:
- back:
- other: 返回
-
- tableOfContents:
- other: 目录
-
- relatedContent:
- other: 相关文章
-
- lastUpdatedOn:
- other: 最后更新于
-
- readingTime:
- other: "阅读时长: {{ .Count }} 分钟"
-
-notFound:
- title:
- other: 404 错误
- subtitle:
- other: 页面不存在
-
-widget:
- archives:
- title:
- other: 归档
-
- more:
- other: 更多
-
- tagCloud:
- title:
- other: 标签云
-
- categoriesCloud:
- title:
- other: 分类
-
-search:
- title:
- other: 搜索
-
- placeholder:
- other: 输入关键词...
-
- resultTitle:
- other: "#PAGES_COUNT 个结果 (用时 #TIME_SECONDS 秒)"
-
-footer:
- builtWith:
- other: 使用 {{ .Generator }} 构建
-
- designedBy:
- other: 主题 {{ .Theme }} 由 {{ .DesignedBy }} 设计