2023-12-02 08:43:33 +01:00
|
|
|
{
|
|
|
|
"timeline": {
|
|
|
|
"home": "Home",
|
|
|
|
"notifications": "Notifications",
|
|
|
|
"local": "Local",
|
|
|
|
"public": "Public",
|
2024-03-08 18:22:58 +01:00
|
|
|
"favourites": "Favourites",
|
|
|
|
"bookmarks": "Bookmarks",
|
2023-12-02 08:43:33 +01:00
|
|
|
"search": "Search",
|
|
|
|
"status": {
|
2024-01-31 14:34:06 +01:00
|
|
|
"avatar": "Aavtar of {user}",
|
2023-12-02 08:43:33 +01:00
|
|
|
"boosted": "{user} boosted",
|
|
|
|
"poll": {
|
|
|
|
"refresh": "Refresh",
|
|
|
|
"vote": "Vote",
|
|
|
|
"people": "{num} people",
|
|
|
|
"closed": "Closed"
|
|
|
|
},
|
|
|
|
"show_more": "Show more",
|
|
|
|
"show_less": "Show less",
|
2023-12-12 20:00:01 +01:00
|
|
|
"cw": "Media hidden",
|
2024-01-31 14:34:06 +01:00
|
|
|
"hide_media": "Hide media",
|
2024-01-13 15:54:19 +01:00
|
|
|
"report": "Report {user}",
|
2024-01-31 14:34:06 +01:00
|
|
|
"open_original": "Open original page",
|
2024-02-27 13:09:05 +01:00
|
|
|
"filtered": "Filtered",
|
|
|
|
"show_anyway": "Show anyway",
|
2024-01-31 14:34:06 +01:00
|
|
|
"actions": {
|
|
|
|
"reply": "Reply",
|
|
|
|
"reblog": "reblog",
|
|
|
|
"favourite": "Favourite",
|
|
|
|
"bookmark": "Bookmark",
|
|
|
|
"emoji_reaction": "Emoji reaction",
|
|
|
|
"detail": "Details"
|
|
|
|
}
|
2024-01-28 13:11:06 +01:00
|
|
|
},
|
|
|
|
"mark_as_read": "Mark as read"
|
2023-12-02 08:43:33 +01:00
|
|
|
},
|
|
|
|
"accounts": {
|
|
|
|
"new": {
|
|
|
|
"title": "Add account",
|
2023-12-05 15:06:45 +01:00
|
|
|
"domain": "Domain",
|
2023-12-02 08:43:33 +01:00
|
|
|
"sign_in": "Sign in",
|
2023-12-05 19:38:58 +01:00
|
|
|
"authorize": "Authorize",
|
|
|
|
"authorization_code": "Authorization Code",
|
|
|
|
"authorization_helper": "Please paste the authorization code from your browser",
|
2024-01-01 10:48:30 +01:00
|
|
|
"without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize",
|
|
|
|
"detector_error": "Failed to connect to {domain}, make sure the server URL is valid or correct.",
|
|
|
|
"register_error": "Failed to add application.",
|
|
|
|
"token_error": "Failed to authorize.",
|
|
|
|
"credential_error": "Failed to confirm access token."
|
2023-12-05 15:06:45 +01:00
|
|
|
},
|
|
|
|
"remove": "Remove"
|
2023-12-02 08:43:33 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"compose": {
|
|
|
|
"placeholder": "What's on your mind?",
|
|
|
|
"spoiler": {
|
|
|
|
"placeholder": "Write your warning here"
|
|
|
|
},
|
2024-01-31 14:34:06 +01:00
|
|
|
"emoji": "Add emoji",
|
|
|
|
"actions": {
|
|
|
|
"attachment": "Add attachment",
|
|
|
|
"poll": "Add poll",
|
|
|
|
"visibility": "Change visibility",
|
|
|
|
"cw": "Set content warning",
|
|
|
|
"post": "Post"
|
|
|
|
},
|
2023-12-02 08:43:33 +01:00
|
|
|
"visibility": {
|
|
|
|
"public": "Public",
|
|
|
|
"unlisted": "Unlisted",
|
|
|
|
"private": "Private",
|
|
|
|
"direct": "Direct"
|
|
|
|
},
|
|
|
|
"nsfw": "Sensitive",
|
|
|
|
"poll": {
|
2024-01-09 14:53:19 +01:00
|
|
|
"add": "Add",
|
2023-12-02 08:43:33 +01:00
|
|
|
"5min": "5 minutes",
|
|
|
|
"30min": "30 minutes",
|
|
|
|
"1h": "1 hour",
|
|
|
|
"6h": "6 hours",
|
|
|
|
"1d": "1 day",
|
|
|
|
"3d": "3 days",
|
|
|
|
"7d": "7 days",
|
|
|
|
"multiple": "multiple"
|
2023-12-29 06:44:48 +01:00
|
|
|
},
|
|
|
|
"edit_media": {
|
|
|
|
"title": "Edit media",
|
|
|
|
"label": "Describe for people who are blind or have low vision",
|
|
|
|
"submit": "Apply"
|
2023-12-02 08:43:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"alert": {
|
|
|
|
"validation": {
|
2024-01-02 05:34:50 +01:00
|
|
|
"attachment_type": "You can attach only images or videos",
|
|
|
|
"attachment_length": "You can't attach over {limit} files"
|
2023-12-02 08:43:33 +01:00
|
|
|
},
|
2024-01-02 05:34:50 +01:00
|
|
|
"upload_error": "Failed to upload the file",
|
|
|
|
"compose": {
|
|
|
|
"post_failed": "Failed to post a status"
|
2024-01-28 13:11:06 +01:00
|
|
|
},
|
|
|
|
"failed_mark": "Failed to mark as read"
|
2023-12-02 08:43:33 +01:00
|
|
|
},
|
2024-01-31 14:34:06 +01:00
|
|
|
"detail": {
|
|
|
|
"back": "Back",
|
|
|
|
"close": "Close"
|
|
|
|
},
|
2023-12-02 08:43:33 +01:00
|
|
|
"profile": {
|
|
|
|
"follow": "Follow",
|
|
|
|
"unfollow": "Unfollow",
|
|
|
|
"open_original": "Open original page",
|
2024-01-13 15:54:19 +01:00
|
|
|
"block": "Block",
|
|
|
|
"unblock": "Unblock",
|
|
|
|
"mute": "Mute",
|
|
|
|
"unmute": "Unmute",
|
|
|
|
"block_domain": "Block domain {server}",
|
|
|
|
"unblock_domain": "Unblock domain {server}",
|
2023-12-02 08:43:33 +01:00
|
|
|
"timeline": "Timeline",
|
|
|
|
"followers": "Followers",
|
2024-01-31 14:34:06 +01:00
|
|
|
"followings": "Followings",
|
|
|
|
"header": "Header image of {user}",
|
|
|
|
"avatar": "Avatar of {user}",
|
|
|
|
"detail": "Details"
|
2023-12-05 15:06:45 +01:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"title": "Settings",
|
2023-12-06 17:37:20 +01:00
|
|
|
"language": "Language",
|
|
|
|
"font_size": "Font size"
|
2023-12-12 20:00:01 +01:00
|
|
|
},
|
2024-01-13 10:15:26 +01:00
|
|
|
"thirdparty": {
|
|
|
|
"title": "Third-party licenses"
|
|
|
|
},
|
2023-12-12 20:00:01 +01:00
|
|
|
"report": {
|
|
|
|
"title": "Report {user}",
|
|
|
|
"detail": "Detail",
|
|
|
|
"submit": "Submit"
|
2024-01-12 14:32:06 +01:00
|
|
|
},
|
|
|
|
"search": {
|
|
|
|
"placeholder": "Search timeline"
|
2023-12-02 08:43:33 +01:00
|
|
|
}
|
|
|
|
}
|