86 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# Shown in language picker for multi-language sites
 | 
						|
language_name = "简体中文"
 | 
						|
# Tera date format used for listing posts
 | 
						|
# (post publication date, tag posts list...).
 | 
						|
# Not used in comments, "date_locale" is used instead.
 | 
						|
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
 | 
						|
# TODO: Update date format to match the Chinese format.
 | 
						|
date_format = "%B %d, %Y"
 | 
						|
date_locale = "zh_CN"
 | 
						|
 | 
						|
# Menu items.
 | 
						|
# Should match the names in config.extra.nav.links and config.extra.footer.links.
 | 
						|
Links = "链接"
 | 
						|
Blog = "博客"
 | 
						|
Demo = "演示"
 | 
						|
Mods = "模组"
 | 
						|
Coffee = "赞助"
 | 
						|
 | 
						|
all_tags = "查看所有标签"
 | 
						|
archived = "归档"
 | 
						|
author = "作者"
 | 
						|
author_conjunction = "和"
 | 
						|
author_separator = "、"
 | 
						|
backlinks = "反向链接"
 | 
						|
blog_post_author = "博客作者"
 | 
						|
boosts_from = "来自 $INSTANCE 的转发"
 | 
						|
by_author = "由 $AUTHOR 创作"
 | 
						|
caution = "注意"
 | 
						|
comments = "评论"
 | 
						|
comments_description = "你可以使用长毛象或其他 ActivityPub/Fediverse 帐户来公开评论该帖。现有的公开评论显示在下方。"
 | 
						|
comments_noscript = "加载评论需要依赖 JavaScript。请试着打开 JavaScript 并刷新页面,或在长毛象原帖查看。"
 | 
						|
comments_qr = "长毛象帖子的二维码"
 | 
						|
copy_code = "复制代码"
 | 
						|
disclaimer = "免责声明"
 | 
						|
drafted = "草稿"
 | 
						|
faves_from = "来自 $INSTANCE 的点赞"
 | 
						|
featured = "推荐"
 | 
						|
feed = "推送"
 | 
						|
file_an_issue = "创建议题"
 | 
						|
filter_by_tag = "按标签过滤"
 | 
						|
first = "首篇"
 | 
						|
go_to_top = "回到顶部"
 | 
						|
hot = "火热"
 | 
						|
important = "重要"
 | 
						|
language = "语言"
 | 
						|
last = "末篇"
 | 
						|
load_comments = "加载评论"
 | 
						|
loading = "加载中"
 | 
						|
many_minutes_read = "阅读需要 $NUMBER 分钟"
 | 
						|
many_posts = "共有 $NUMBER 篇文章"
 | 
						|
many_tags = "共有 $NUMBER 个标签"
 | 
						|
minutes_read = "阅读需要 $NUMBER 分钟"
 | 
						|
more_matches = "$MATCHES 更多匹配"
 | 
						|
next = "下一篇"
 | 
						|
no_comments = "目前没有评论 :/"
 | 
						|
note = "附注"
 | 
						|
one_posts = "共有 $NUMBER 篇文章"
 | 
						|
one_tags = "共有 $NUMBER 个标签"
 | 
						|
open_post = "打开帖子"
 | 
						|
poor = "冷清"
 | 
						|
posts = "共有 $NUMBER 篇文章"
 | 
						|
posts_with_tag = "带有 $TAG 标签的文章"
 | 
						|
powered_by = "由 $ZOLA 和 $DUCKQUILL 强力驱动"
 | 
						|
previous = "上一篇"
 | 
						|
published = "发布于"
 | 
						|
reload = "重新加载"
 | 
						|
repo = "存储库"
 | 
						|
search = "搜索"
 | 
						|
search_for = "寻找"
 | 
						|
sensitive = "敏感内容"
 | 
						|
share = "分享"
 | 
						|
skip_to_content = "跳转到正文"
 | 
						|
source = "网站源码"
 | 
						|
table_of_contents = "目录"
 | 
						|
tags = "标签"
 | 
						|
tags_title = "标签"
 | 
						|
theme = "主题"
 | 
						|
theme_dark = "切换到深色模式"
 | 
						|
theme_light = "切换到浅色模式"
 | 
						|
theme_system = "系统主题"
 | 
						|
tip = "提示"
 | 
						|
trigger_warning = "内容预警"
 | 
						|
updated = "修改于"
 | 
						|
view_comment = "在此处查看评论:"
 | 
						|
view_profile = "在此处查看个人资料:"
 | 
						|
warning = "警告"
 |