feat(i18n): update localization for new taxonomy names in Chinese (zh)
- Update the date format to the Chinese style and replace terms and phrases to generalize references from "tag" to "taxon" in several keys and messages. Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
This commit is contained in:
@ -4,8 +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 = "%Y 年 %m 月 %d 日"
|
||||||
date_format = "%B %d, %Y"
|
|
||||||
date_locale = "zh_CN"
|
date_locale = "zh_CN"
|
||||||
|
|
||||||
# Menu items.
|
# Menu items.
|
||||||
@ -16,7 +15,7 @@ Demo = "演示"
|
|||||||
Mods = "模组"
|
Mods = "模组"
|
||||||
Coffee = "赞助"
|
Coffee = "赞助"
|
||||||
|
|
||||||
all_tags = "查看所有标签"
|
all_taxa = "查看所有$TAXON"
|
||||||
archived = "归档"
|
archived = "归档"
|
||||||
author = "作者"
|
author = "作者"
|
||||||
author_conjunction = "和"
|
author_conjunction = "和"
|
||||||
@ -59,7 +58,7 @@ one_tags = "共有 $NUMBER 个标签"
|
|||||||
open_post = "打开帖子"
|
open_post = "打开帖子"
|
||||||
poor = "冷清"
|
poor = "冷清"
|
||||||
posts = "共有 $NUMBER 篇文章"
|
posts = "共有 $NUMBER 篇文章"
|
||||||
posts_with_tag = "带有 $TAG 标签的文章"
|
posts_with_taxon = "属于 $TERM $TAXON的文章"
|
||||||
powered_by = "由 $ZOLA 和 $DUCKQUILL 强力驱动"
|
powered_by = "由 $ZOLA 和 $DUCKQUILL 强力驱动"
|
||||||
previous = "上一篇"
|
previous = "上一篇"
|
||||||
published = "发布于"
|
published = "发布于"
|
||||||
|
@ -15,7 +15,7 @@ Demo = "展示"
|
|||||||
Mods = "模組"
|
Mods = "模組"
|
||||||
Coffee = "贊助"
|
Coffee = "贊助"
|
||||||
|
|
||||||
all_tags = "查看所有標籤"
|
all_taxa = "查看所有$TAXON"
|
||||||
archived = "封存"
|
archived = "封存"
|
||||||
author = "作者"
|
author = "作者"
|
||||||
author_conjunction = "和"
|
author_conjunction = "和"
|
||||||
@ -58,7 +58,7 @@ one_tags = "共有 $NUMBER 個標籤"
|
|||||||
open_post = "打開文章"
|
open_post = "打開文章"
|
||||||
poor = "冷清"
|
poor = "冷清"
|
||||||
posts = "共有 $NUMBER 篇文章"
|
posts = "共有 $NUMBER 篇文章"
|
||||||
posts_with_tag = "帶有 $TAG 標籤的文章"
|
posts_with_taxon = "屬於 $TERM $TAXON的文章"
|
||||||
powered_by = "由 $ZOLA 和 $DUCKQUILL 提供"
|
powered_by = "由 $ZOLA 和 $DUCKQUILL 提供"
|
||||||
previous = "上一篇"
|
previous = "上一篇"
|
||||||
published = "發布於"
|
published = "發布於"
|
||||||
|
Reference in New Issue
Block a user