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

500 lines
14 KiB
JSON

{
"tabs": {
"local": {
"name": "Following",
"options": {
"showBoosts": "Show boosts",
"showReplies": "Show replies"
}
},
"public": {
"segments": {
"federated": "Federated",
"local": "Local",
"explore": "Explore"
},
"exploring": {
"heading": "Exploring",
"trending": "Trending",
"followRemote": "Follow remote instance",
"noTitle": "No Title",
"errors": {
"existed": "You are already following this remote instance.",
"notAvailable": "This instance's timeline is not public accessible. Please try another instance."
}
}
},
"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"
}
},
"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"
},
"preferences": {
"name": "Preferences"
},
"preferencesFilters": {
"name": "All content filters"
},
"preferencesFilterAdd": {
"name": "Create a Filter"
},
"preferencesFilterEdit": {
"name": "Edit Filter"
},
"profile": {
"name": "Edit Profile"
},
"profileName": {
"name": "Edit Display Name"
},
"profileNote": {
"name": "Edit Description"
},
"profileFields": {
"name": "Edit Metadata"
},
"settings": {
"name": "App 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."
}
},
"preferences": {
"visibility": {
"title": "Default posting visibility",
"options": {
"public": "Public",
"unlisted": "Unlisted",
"private": "Followers only"
}
},
"sensitive": {
"title": "Default mark media as sensitive"
},
"media": {
"title": "Media display",
"options": {
"default": "Hide media marked as sensitive",
"show_all": "Always show media",
"hide_all": "Always hide media"
}
},
"spoilers": {
"title": "Auto expand toots with content warning"
},
"autoplay_gifs": {
"title": "Autoplay GIF in toots"
},
"filters": {
"title": "Content filters",
"content": "{{count}} active"
},
"web_only": {
"title": "Update settings",
"description": "Settings below can only be updated using the web UI"
}
},
"preferencesFilters": {
"expired": "Expired",
"keywords_one": "{{count}} keyword",
"keywords_other": "{{count}} keywords",
"statuses_one": "{{count}} toot",
"statuses_other": "{{count}} toots",
"context": "Applies in <0 />",
"contexts": {
"home": "following and lists",
"notifications": "notification",
"public": "federated",
"thread": "conversation",
"account": "profile"
}
},
"preferencesFilter": {
"name": "Name",
"expiration": "Expiration",
"expirationOptions": {
"0": "Never",
"1800": "After 30 minutes",
"3600": "After 1 hour",
"43200": "After 12 hours",
"86400": "After 1 day",
"604800": "After 1 week",
"18144000": "After 1 month"
},
"context": "Applies in",
"contexts": {
"home": "Following and lists",
"notifications": "Notification",
"public": "Federated timeline",
"thread": "Conversation view",
"account": "Profile view"
},
"action": "When matched",
"actions": {
"warn": "Collapsed but can be revealed",
"hide": "Hidden completely"
},
"keywords": "Matches for these keywords",
"keyword": "Keyword",
"statuses": "Matches these toots"
},
"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"
},
"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"
},
"update": {
"heading": "Reblog has been edited"
},
"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"
},
"logout": {
"button": "Log out",
"alert": {
"title": "Logging out?",
"message": "After logging out, you need to log in again",
"buttons": {
"logout": "Logout"
}
}
}
},
"settings": {
"theme": {
"heading": "Appearance",
"options": {
"auto": "As system",
"light": "Light mode",
"dark": "Dark mode"
}
},
"darkTheme": {
"heading": "Dark theme",
"options": {
"lighter": "Default",
"darker": "True black"
}
},
"browser": {
"heading": "Opening Link",
"options": {
"internal": "Inside app",
"external": "Use system browser"
}
},
"autoplayGifv": {
"heading": "Autoplay GIF in timeline"
},
"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",
"privateNote": "Set private note",
"moved": "User moved",
"created_at": "Joined: {{date}}",
"summary": {
"statuses_count": "{{count}} toots"
},
"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>"
},
"filter": {
"name": "Add to filter",
"existed": "Existed in these filters"
},
"history": {
"name": "Edit History"
},
"mute": {
"name": "Mute {{acct}}",
"mute": "Mute",
"description": "Hide posts from this user and posts mentioning them, but it will still allow them to see your posts and follow you.",
"notification": "Also hide notifications from this user",
"duration": {
"heading": "For duration",
"0": "Indefinitely",
"1800": "30 minutes",
"3600": "1 hour",
"86400": "1 day",
"604800": "1 week"
}
},
"report": {
"name": "Report {{acct}}",
"report": "Report",
"forward": {
"heading": "Anonymously forward to remote server {{instance}}"
},
"reasons": {
"heading": "What is going on with this account?",
"spam": "It is spam",
"other": "It is something else",
"violation": "It violates server rules"
},
"comment": {
"heading": "Anything else you want to add?"
},
"violatedRules": {
"heading": "Violated server rules"
}
},
"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}}",
"noResult": "Cannot find anything, please try a different term"
},
"toot": {
"name": "Discussions",
"remoteFetch": {
"title": "Contains remote content",
"message": "Federated content are not always available on local instance. These content are fetched from remote instance and marked. You can interact with these content as usual."
}
},
"users": {
"accounts": {
"following": "Following {{count}}",
"followers": "{{count}} followers"
},
"statuses": {
"reblogged_by": "{{count}} boosted",
"favourited_by": "{{count}} favourited"
},
"resultIncomplete": "Results from a remote instance is incomplete"
}
}
}