i18n: add missing simplified chinese translations (#785)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>zio/stable
parent
fc48f8b90c
commit
777066508e
|
@ -220,6 +220,7 @@
|
||||||
"about": {
|
"about": {
|
||||||
"label": "关于"
|
"label": "关于"
|
||||||
},
|
},
|
||||||
|
"account_settings": "账号设置",
|
||||||
"feature_flags": {
|
"feature_flags": {
|
||||||
"github_cards": "GitHub 卡片",
|
"github_cards": "GitHub 卡片",
|
||||||
"title": "实验功能",
|
"title": "实验功能",
|
||||||
|
@ -232,7 +233,14 @@
|
||||||
"default": "(默认)",
|
"default": "(默认)",
|
||||||
"font_size": "字号",
|
"font_size": "字号",
|
||||||
"label": "外观",
|
"label": "外观",
|
||||||
"light_mode": "亮色模式"
|
"light_mode": "亮色模式",
|
||||||
|
"size_label": {
|
||||||
|
"lg": "大",
|
||||||
|
"md": "中",
|
||||||
|
"sm": "小",
|
||||||
|
"xl": "特大",
|
||||||
|
"xs": "特小"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"display_language": "首选语言",
|
"display_language": "首选语言",
|
||||||
|
@ -336,7 +344,8 @@
|
||||||
"year_past": "现在|去年|{n} 年前"
|
"year_past": "现在|去年|{n} 年前"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"show_new_items": "展示 {v} 条新帖文"
|
"show_new_items": "展示 {v} 条新帖文",
|
||||||
|
"view_older_posts": "其他站点上更老的帖文可能不会在这里显示。"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"federated_timeline": "跨站时间线",
|
"federated_timeline": "跨站时间线",
|
||||||
|
|
Loading…
Reference in New Issue