1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-14 01:34:15 +01:00
Whalebird-desktop-client-ma.../locales/en/translation.json
2023-11-04 18:14:00 +09:00

59 lines
1.2 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": {
"body": "{user} favourited your post"
},
"reblog": {
"body": "{user} boosted your post"
},
"quote": {
"body": "{user} quoted your post"
},
"poll_expired": {
"body": "{user} poll has ended"
},
"poll_vote": {
"body": "{user} voted your poll"
},
"status": {
"body": "{user} just posted"
},
"update": {
"body": "{user} updated the post"
},
"emoji_reaction": {
"body": "{user} reacted your post"
},
"follow": {
"body": "{user} followed you",
"followers": "{num} followers"
},
"follow_request": {
"body": "{user} requested to follow you"
}
}
}