tooot/src/i18n/en/screens/tabs.json

397 lines
11 KiB
JSON

{
"tabs": {
"local": {
"name": "Following"
},
"public": {
"segments": {
"federated": "Federated",
"local": "Local",
"trending": "Trending"
}
},
"notifications": {
"name": "Notifications"
}
},
"common": {
"search": {
"accessibilityLabel": "Search",
"accessibilityHint": "Search for hashtags, users or toots"
}
},
"notifications": {
"filters": {
"accessibilityLabel": "Filter",
"accessibilityHint": "Filter shown notifications' types",
"title": "Show notifications",
"options": {
"follow": "$t(screenTabs:me.push.follow.heading)",
"follow_request": "Follow request",
"favourite": "$t(screenTabs:me.push.favourite.heading)",
"reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "$t(screenTabs:me.push.poll.heading)",
"status": "Toot from subscribed users",
"update": "Reblog has been edited",
"admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)",
"admin.report": "$t(screenTabs:me.push.admin.report.heading)"
}
}
},
"me": {
"stacks": {
"bookmarks": {
"name": "Bookmarks"
},
"conversations": {
"name": "Direct Messages"
},
"favourites": {
"name": "Favourites"
},
"followedTags": {
"name": "Followed hashtags"
},
"fontSize": {
"name": "Toot Font Size"
},
"language": {
"name": "Language"
},
"list": {
"name": "List: {{list}}"
},
"listAccounts": {
"name": "Users in list: {{list}}"
},
"listAdd": {
"name": "Create a List"
},
"listEdit": {
"name": "Edit List Details"
},
"lists": {
"name": "Lists"
},
"push": {
"name": "Push Notification"
},
"profile": {
"name": "Edit Profile"
},
"profileName": {
"name": "Edit Display Name"
},
"profileNote": {
"name": "Edit Description"
},
"profileFields": {
"name": "Edit Metadata"
},
"settings": {
"name": "App Settings"
},
"webSettings": {
"name": "More Account Settings"
},
"switch": {
"name": "Switch Account"
}
},
"fontSize": {
"demo": "<p>This is a demo toot😊. You can choose from several options from below.<br /><br />This setting only affects the main content of toots, but not other font sizes.</p>",
"sizes": {
"S": "S",
"M": "M - Default",
"L": "L",
"XL": "XL",
"XXL": "XXL"
}
},
"listAccounts": {
"heading": "Manage users",
"error": "Delete user from list",
"empty": "No user added in this list"
},
"listEdit": {
"heading": "Edit list details",
"title": "Title",
"repliesPolicy": {
"heading": "Show replies to:",
"options": {
"none": "No one",
"list": "Members of the list",
"followed": "Any followed user"
}
}
},
"listDelete": {
"heading": "Delete list",
"confirm": {
"title": "Delete list \"{{list}}\"?",
"message": "This action is not recoverable."
}
},
"profile": {
"feedback": {
"succeed": "{{type}} updated",
"failed": "{{type}} update failed, please try again"
},
"root": {
"name": {
"title": "Display Name"
},
"avatar": {
"title": "Avatar",
"description": "Will be downscaled to 400x400px"
},
"header": {
"title": "Banner",
"description": "Will be downscaled to 1500x500px"
},
"note": {
"title": "Description"
},
"fields": {
"title": "Metadata",
"total_one": "{{count}} field",
"total_other": "{{count}} fields"
},
"visibility": {
"title": "Posting Visibility",
"options": {
"public": "Public",
"unlisted": "Unlisted",
"private": "Followers only"
}
},
"sensitive": {
"title": "Posting Media Sensitive"
},
"lock": {
"title": "Lock Account",
"description": "Requires you to manually approve followers"
},
"bot": {
"title": "Bot account",
"description": "This account mainly performs automated actions and might not be monitored"
}
},
"fields": {
"group": "Group {{index}}",
"label": "Label",
"content": "Content"
},
"mediaSelectionFailed": "Image processing failed. Please try again."
},
"push": {
"notAvailable": "Your phone does not support tooot's push notification",
"enable": {
"direct": "Enable push notification",
"settings": "Enable in settings"
},
"missingServerKey": {
"message": "Server misconfigured for push",
"description": "Please contact your server admin to configure push support"
},
"global": {
"heading": "Enable for {{acct}}",
"description": "Messages are routed through tooot's server"
},
"decode": {
"heading": "Show message details",
"description": "Messages routed through tooot's server are encrypted, but you can choose to decode the message on the server. Our server source code is open source, and no log policy."
},
"default": {
"heading": "Default"
},
"follow": {
"heading": "New follower"
},
"follow_request": {
"heading": "Follow request"
},
"favourite": {
"heading": "Favourited"
},
"reblog": {
"heading": "Boosted"
},
"mention": {
"heading": "Mentioned you"
},
"poll": {
"heading": "Poll updates"
},
"status": {
"heading": "Toot from subscribed users"
},
"admin.sign_up": {
"heading": "Admin: sign up"
},
"admin.report": {
"heading": "Admin: reports"
},
"howitworks": "Learn how routing works"
},
"root": {
"announcements": {
"content": {
"unread": "{{amount}} unread",
"read": "All read",
"empty": "None"
}
},
"push": {
"content_true": "Enabled",
"content_false": "Disabled"
},
"update": {
"title": "Update to latest version"
},
"logout": {
"button": "Log out",
"alert": {
"title": "Logging out?",
"message": "After logging out, you need to log in again",
"buttons": {
"logout": "Logout"
}
}
}
},
"settings": {
"fontsize": {
"heading": "$t(me.stacks.fontSize.name)",
"content": {
"S": "$t(me.fontSize.sizes.S)",
"M": "$t(me.fontSize.sizes.M)",
"L": "$t(me.fontSize.sizes.L)",
"XL": "$t(me.fontSize.sizes.XL)",
"XXL": "$t(me.fontSize.sizes.XXL)"
}
},
"language": {
"heading": "$t(me.stacks.language.name)"
},
"theme": {
"heading": "Appearance",
"options": {
"auto": "As system",
"light": "Light mode",
"dark": "Dark mode"
}
},
"darkTheme": {
"heading": "Dark theme",
"options": {
"lighter": "Lighter",
"darker": "Darker"
}
},
"browser": {
"heading": "Opening Link",
"options": {
"internal": "Inside app",
"external": "Use system browser"
}
},
"staticEmoji": {
"heading": "Use static emoji",
"description": "If you encounter frequent app crash when viewing emoji list, you can try to use static emoji instead."
},
"feedback": {
"heading": "Feature Requests"
},
"support": {
"heading": "Support tooot"
},
"contact": {
"heading": "Contact tooot"
},
"version": "Version v{{version}}",
"instanceVersion": "Mastodon version v{{version}}"
},
"switch": {
"existing": "Choose from logged in",
"new": "Log in to instance"
}
},
"shared": {
"account": {
"actions": {
"accessibilityLabel": "Actions for user {{user}}",
"accessibilityHint": "You can mute, block, report or share this user"
},
"followed_by": " is following you",
"moved": "User moved",
"created_at": "Joined: {{date}}",
"summary": {
"statuses_count": "{{count}} toots",
"following_count": "$t(shared.users.accounts.following)",
"followers_count": "$t(shared.users.accounts.followers)"
},
"toots": {
"default": "Toots",
"all": "Toots and replies"
},
"suspended": "Account suspended by the moderators of your server"
},
"accountInLists": {
"name": "Lists of @{{username}}",
"inLists": "In lists",
"notInLists": "Other lists"
},
"attachments": {
"name": "<0 /><1>'s media</1>"
},
"hashtag": {
"follow": "Follow",
"unfollow": "Unfollow"
},
"history": {
"name": "Edit History"
},
"search": {
"header": {
"prefix": "Searching",
"placeholder": "for..."
},
"empty": {
"general": "Enter keyword to search for <bold>$t(screenTabs:shared.search.sections.accounts)</bold>、<bold>$t(screenTabs:shared.search.sections.hashtags)</bold> or <bold>$t(screenTabs:shared.search.sections.statuses)</bold>",
"advanced": {
"header": "Advanced search",
"example": {
"account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)",
"hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)",
"statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)",
"accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)"
}
},
"trending": {
"tags": "Trending tags"
}
},
"sections": {
"accounts": "User",
"hashtags": "Hashtag",
"statuses": "Toot"
},
"notFound": "Cannot find <bold>{{searchTerm}}</bold> related {{type}}"
},
"toot": {
"name": "Discussions"
},
"users": {
"accounts": {
"following": "Following {{count}}",
"followers": "{{count}} followers"
},
"statuses": {
"reblogged_by": "{{count}} boosted",
"favourited_by": "{{count}} favourited"
}
}
}
}