Whalebird-desktop-client-ma.../locales/en/translation.json

69 lines
1.4 KiB
JSON
Raw Normal View History

2023-11-04 07:32:37 +01:00
{
"timeline": {
"home": "Home",
"notifications": "Notifications",
"local": "Local",
"public": "Public",
"search": "Search",
"status": {
"boosted": "{user} boosted",
"poll": {
"refresh": "Refresh",
"vote": "Vote",
2023-11-04 10:14:00 +01:00
"people": "{num} people",
2023-11-04 07:32:37 +01:00
"closed": "Closed"
}
}
},
"accounts": {
"new": {
"title": "Add account",
"sign_in": "Sign in",
"authorize": "Authorize"
}
2023-11-04 10:14:00 +01:00
},
"notification": {
"favourite": {
2023-11-09 15:29:10 +01:00
"title": "Favourite",
2023-11-04 10:14:00 +01:00
"body": "{user} favourited your post"
},
"reblog": {
2023-11-09 15:29:10 +01:00
"title": "Boost",
2023-11-04 10:14:00 +01:00
"body": "{user} boosted your post"
},
"quote": {
2023-11-09 15:29:10 +01:00
"title": "Quote",
2023-11-04 10:14:00 +01:00
"body": "{user} quoted your post"
},
"poll_expired": {
2023-11-09 15:29:10 +01:00
"title": "Poll",
2023-11-04 10:14:00 +01:00
"body": "{user} poll has ended"
},
"poll_vote": {
2023-11-09 15:29:10 +01:00
"title": "Poll",
2023-11-04 10:14:00 +01:00
"body": "{user} voted your poll"
},
"status": {
2023-11-09 15:29:10 +01:00
"title": "Status",
2023-11-04 10:14:00 +01:00
"body": "{user} just posted"
},
"update": {
2023-11-09 15:29:10 +01:00
"title": "Update",
2023-11-04 10:14:00 +01:00
"body": "{user} updated the post"
},
"emoji_reaction": {
2023-11-09 15:29:10 +01:00
"title": "Reaction",
2023-11-04 10:14:00 +01:00
"body": "{user} reacted your post"
},
"follow": {
2023-11-09 15:29:10 +01:00
"title": "Follow",
2023-11-04 10:14:00 +01:00
"body": "{user} followed you",
"followers": "{num} followers"
},
"follow_request": {
2023-11-09 15:29:10 +01:00
"title": "Follow Request",
2023-11-04 10:14:00 +01:00
"body": "{user} requested to follow you"
}
2023-11-04 07:32:37 +01:00
}
}