Translate more strings to Simplified Chinese

This commit is contained in:
saihaze
2024-10-05 11:15:37 +08:00
parent 9418bf35df
commit 31437e4289

View File

@ -4,6 +4,7 @@ language_name = "简体中文"
# (post publication date, tag posts list...). # (post publication date, tag posts list...).
# Not used in comments, "date_locale" is used instead. # Not used in comments, "date_locale" is used instead.
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html # 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_format = "%B %d, %Y"
date_locale = "zh_CN" date_locale = "zh_CN"
@ -19,6 +20,7 @@ all_tags = "查看所有标签"
archived = "归档" archived = "归档"
author = "作者" author = "作者"
blog_post_author = "博客作者" blog_post_author = "博客作者"
# TODO: Fix the original string
boosts_from = "Boosts from" boosts_from = "Boosts from"
by_author = "由 $AUTHOR 创作" by_author = "由 $AUTHOR 创作"
caution = "注意" caution = "注意"
@ -27,8 +29,9 @@ comments_description = "你可以使用长毛象或其他 ActivityPub/Fediverse
comments_noscript = "加载评论需要依赖 JavaScript。请试着打开 JavaScript 并刷新页面,或在长毛象原帖查看。" comments_noscript = "加载评论需要依赖 JavaScript。请试着打开 JavaScript 并刷新页面,或在长毛象原帖查看。"
comments_qr = "长毛象帖子的二维码" comments_qr = "长毛象帖子的二维码"
copy_code = "复制代码" copy_code = "复制代码"
disclaimer = "Disclaimer" disclaimer = "免责声明"
drafted = "草稿" drafted = "草稿"
# TODO: Fix the original string
faves_from = "Favorites from" faves_from = "Favorites from"
featured = "推荐" featured = "推荐"
feed = "推送" feed = "推送"
@ -52,9 +55,11 @@ note = "注意"
one_posts = "共有 $NUMBER 篇文章" one_posts = "共有 $NUMBER 篇文章"
one_tags = "共有 $NUMBER 个标签" one_tags = "共有 $NUMBER 个标签"
open_post = "打开帖子" open_post = "打开帖子"
poor = "Poor" poor = "冷清"
posts = "共有 $NUMBER 篇文章" posts = "共有 $NUMBER 篇文章"
# TODO: Fix the original string
posts_with_tag = "Posts with tag" posts_with_tag = "Posts with tag"
# TODO: Fix the original string
powered_by = "Powered by" powered_by = "Powered by"
powered_by_and = "and" powered_by_and = "and"
previous = "上一篇" previous = "上一篇"
@ -67,15 +72,15 @@ share = "分享"
skip_to_content = "跳转到正文" skip_to_content = "跳转到正文"
source = "网站源码" source = "网站源码"
table_of_contents = "目录" table_of_contents = "目录"
tags = "tags" tags = "标签"
tags_title = "标签" tags_title = "标签"
theme = "主题" theme = "主题"
theme_dark = "切换到深色模式" theme_dark = "切换到深色模式"
theme_light = "切换到浅色模式" theme_light = "切换到浅色模式"
theme_system = "系统主题" theme_system = "系统主题"
tip = "提示" tip = "提示"
trigger_warning = "Trigger Warning" trigger_warning = "内容预警"
updated = "修改于" updated = "修改于"
view_comment = "View Comment At" view_comment = "在此处查看评论:"
view_profile = "View Profile At" view_profile = "在此处查看个人资料:"
warning = "警告" warning = "警告"