mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
24 lines
555 B
JSON
24 lines
555 B
JSON
{
|
|
"nav_side": {
|
|
"home": "Home",
|
|
"notifications": "Notifications",
|
|
"explore": "Explore",
|
|
"local": "Local",
|
|
"federated": "Federated",
|
|
"conversations": "Conversations",
|
|
"favourites": "Favourites",
|
|
"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",
|
|
"followers": "{0} Followers"
|
|
}
|
|
}
|