First commit
Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io Remove original .git due to "shallow update not allowed" error
This commit is contained in:
103
i18n/zh-CN.yaml
Normal file
103
i18n/zh-CN.yaml
Normal file
@@ -0,0 +1,103 @@
|
||||
global:
|
||||
language: "简体中文"
|
||||
|
||||
article:
|
||||
anchor_label: "锚点"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "更新于: {{ .Date }}"
|
||||
draft: "草稿"
|
||||
edit_title: "编辑内容"
|
||||
reading_time:
|
||||
one: "{{ .Count }} 分钟"
|
||||
other: "{{ .Count }} 分钟"
|
||||
reading_time_title: "预计阅读"
|
||||
table_of_contents: "目录"
|
||||
word_count:
|
||||
one: "{{ .Count }} 字"
|
||||
other: "{{ .Count }} 字"
|
||||
views:
|
||||
one: "{{ .Count }} 次浏览"
|
||||
other: "{{ .Count }} 次浏览"
|
||||
likes:
|
||||
one: "{{ .Count }} 个赞"
|
||||
other: "{{ .Count }} 个赞"
|
||||
part_of_series: "这篇文章属于一个选集。"
|
||||
part: "§"
|
||||
this_article: "本文"
|
||||
related_articles: "相关文章"
|
||||
reply_by_email: "通过邮件回复"
|
||||
zen_mode_title:
|
||||
enable: "啟用阅读模式"
|
||||
disable: "停用阅读模式"
|
||||
|
||||
a11y:
|
||||
title: "无障碍设定"
|
||||
disable_blur: "禁用模糊效果"
|
||||
disable_images: "禁用背景图片"
|
||||
show_link_underline: "显示链接下划线"
|
||||
font_size: "字体大小"
|
||||
|
||||
author:
|
||||
byline_title: "作者"
|
||||
|
||||
code:
|
||||
copy: "复制"
|
||||
copied: "已复制"
|
||||
|
||||
error:
|
||||
404_title: "找不到网页 :confused:"
|
||||
404_error: "404 错误"
|
||||
404_description: "您请求的页面似乎不存在。"
|
||||
|
||||
footer:
|
||||
dark_appearance: "切换为深色模式"
|
||||
light_appearance: "切换为浅色模式"
|
||||
powered_by: "由 {{ .Hugo }} & {{ .Theme }} 强力驱动"
|
||||
|
||||
list:
|
||||
externalurl_title: "链接到外部网站"
|
||||
no_articles: "这里还没有任何文章可以列出。"
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "返回顶部"
|
||||
skip_to_main: "跳过正文"
|
||||
|
||||
search:
|
||||
open_button_title: "搜索 (/)"
|
||||
close_button_title: "关闭 (Esc)"
|
||||
input_placeholder: "搜索"
|
||||
|
||||
sharing:
|
||||
email: "通过电子邮件发送"
|
||||
facebook: "分享到 Facebook"
|
||||
line: "分享到 LINE"
|
||||
linkedin: "分享到 LinkedIn"
|
||||
pinterest: "钉到 Pinterest"
|
||||
reddit: "提交到 Reddit"
|
||||
twitter: "分享到 Twitter"
|
||||
bluesky: "发布到 Bluesky"
|
||||
whatsapp: "通过 WhatsApp 分享"
|
||||
telegram: "通过 Telegram 分享"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
|
||||
recent:
|
||||
show_more: "显示更多"
|
||||
|
||||
admonition:
|
||||
abstract: 摘要
|
||||
bug: 错误
|
||||
caution: 注意
|
||||
danger: 危险
|
||||
example: 示例
|
||||
failure: 失败
|
||||
important: 重要
|
||||
info: 信息
|
||||
note: 笔记
|
||||
question: 问题
|
||||
quote: 引用
|
||||
success: 成功
|
||||
tip: 提示
|
||||
todo: 待办
|
||||
warning: 警告
|
||||
Reference in New Issue
Block a user