mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-12 08:46:34 +01:00
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"timeline": {
|
|
"home": "Home",
|
|
"notifications": "Notifications",
|
|
"local": "Local",
|
|
"public": "Public",
|
|
"search": "Search",
|
|
"status": {
|
|
"boosted": "{user} boosted",
|
|
"poll": {
|
|
"refresh": "Refresh",
|
|
"vote": "Vote",
|
|
"people": "{num} people",
|
|
"closed": "Closed"
|
|
}
|
|
}
|
|
},
|
|
"accounts": {
|
|
"new": {
|
|
"title": "Add account",
|
|
"sign_in": "Sign in",
|
|
"authorize": "Authorize"
|
|
}
|
|
},
|
|
"notification": {
|
|
"favourite": {
|
|
"title": "Favourite",
|
|
"body": "{user} favourited your post"
|
|
},
|
|
"reblog": {
|
|
"title": "Boost",
|
|
"body": "{user} boosted your post"
|
|
},
|
|
"quote": {
|
|
"title": "Quote",
|
|
"body": "{user} quoted your post"
|
|
},
|
|
"poll_expired": {
|
|
"title": "Poll",
|
|
"body": "{user} poll has ended"
|
|
},
|
|
"poll_vote": {
|
|
"title": "Poll",
|
|
"body": "{user} voted your poll"
|
|
},
|
|
"status": {
|
|
"title": "Status",
|
|
"body": "{user} just posted"
|
|
},
|
|
"update": {
|
|
"title": "Update",
|
|
"body": "{user} updated the post"
|
|
},
|
|
"emoji_reaction": {
|
|
"title": "Reaction",
|
|
"body": "{user} reacted your post"
|
|
},
|
|
"follow": {
|
|
"title": "Follow",
|
|
"body": "{user} followed you",
|
|
"followers": "{num} followers"
|
|
},
|
|
"follow_request": {
|
|
"title": "Follow Request",
|
|
"body": "{user} requested to follow you"
|
|
}
|
|
}
|
|
}
|