feat: more i18n and sort keys

This commit is contained in:
Anthony Fu 2022-11-29 14:57:32 +08:00
parent a397b170ab
commit 793ae3cb4e
9 changed files with 127 additions and 93 deletions

View file

@ -1,4 +1,18 @@
{
"account": {
"followers_count": "被 {0} 人关注",
"following_count": "正在关注 {0} 人",
"posts_count": "{0} 条帖文"
},
"feature_flag": {
"virtual_scroll": "虚拟滚动"
},
"nav_footer": {
"select_feature_flags": "功能开关",
"select_language": "选择语言",
"toggle_theme": "切换主题",
"zen_mode": "禅模式"
},
"nav_side": {
"bookmarks": "书签",
"conversations": "私信",
@ -10,23 +24,9 @@
"notifications": "通知",
"profile": "个人资料"
},
"nav_footer": {
"select_language": "选择语言",
"select_feature_flags": "功能开关",
"toggle_theme": "切换主题",
"zen_mode": "禅模式"
},
"timeline": "时间轴",
"title": {
"local_timeline": "@:nav_side.local@:timeline",
"federated_timeline": "@:nav_side.federated@:timeline"
},
"account": {
"followers": "被 {0} 人关注",
"following": "正在关注 {0} 人",
"posts": "{0} 条帖文"
},
"feature_flag": {
"virtual_scroll": "虚拟滚动"
"federated_timeline": "@:nav_side.federated@:timeline",
"local_timeline": "@:nav_side.local@:timeline"
}
}