feat(i18n): add title texts (#201)
This commit is contained in:
parent
72abfc3ce3
commit
bc44b0127d
9 changed files with 37 additions and 13 deletions
|
@ -10,6 +10,11 @@
|
|||
"bookmarks": "Bookmarks",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"timeline": "Timeline",
|
||||
"title": {
|
||||
"local-timeline": "@:nav_side.local @:timeline",
|
||||
"federated-timeline": "@:nav_side.federated @:timeline"
|
||||
},
|
||||
"account": {
|
||||
"posts": "{0} Posts",
|
||||
"following": "{0} Following",
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
"notifications": "通知",
|
||||
"profile": "个人资料"
|
||||
},
|
||||
"timeline": "时间轴",
|
||||
"title": {
|
||||
"local-timeline": "@:nav_side.local@:timeline",
|
||||
"federated-timeline": "@:nav_side.federated@:timeline"
|
||||
},
|
||||
"account": {
|
||||
"followers": "被 {0} 人关注",
|
||||
"following": "正在关注 {0} 人",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue