tooot/src/i18n/en/components/timeline.json

147 lines
4.0 KiB
JSON

{
"empty": {
"error": {
"message": "Loading error",
"button": "Retry"
},
"success": {
"message": "Timeline empty"
}
},
"end": {
"message": "The end, what about a cup of <0 />"
},
"lookback": {
"message": "Last read at"
},
"refresh": {
"fetchPreviousPage": "Newer from here",
"refetch": "To latest"
},
"shared": {
"actioned": {
"pinned": "Pinned",
"favourite": "{{name}} favourited your toot",
"status": "{{name}} just posted",
"follow": "{{name}} followed you",
"follow_request": "{{name}} requested following you",
"poll": "A poll you have voted in has ended",
"reblog": {
"default": "{{name}} boosted",
"notification": "{{name}} boosted your toot"
},
"update": "Reblog has been edited"
},
"actions": {
"reply": {
"accessibilityLabel": "Reply to this toot"
},
"reblogged": {
"accessibilityLabel": "Boost this toot",
"function": "Boost toot"
},
"favourited": {
"accessibilityLabel": "Add this toot to favourites",
"function": "Favourite toot"
},
"bookmarked": {
"accessibilityLabel": "Add this toot to bookmarks",
"function": "Bookmark toot"
}
},
"actionsUsers": {
"reblogged_by": {
"accessibilityLabel": "{{count}} users have boosted this toot",
"accessibilityHint": "Tap to know the users",
"text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
},
"favourited_by": {
"accessibilityLabel": "{{count}} users have favourited this toot",
"accessibilityHint": "Tap to know the users",
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
},
"history": {
"accessibilityLabel": "This toot has been edited {{count}} times",
"accessibilityHint": "Tap to view the full edit history",
"text_one": "{{count}} edit",
"text_other": "{{count}} edits"
}
},
"attachment": {
"sensitive": {
"button": "Show sensitive media"
},
"unsupported": {
"text": "Loading error",
"button": "Try remote link"
}
},
"avatar": {
"accessibilityLabel": "Avatar of {{name}}",
"accessibilityHint": "Tap to go to {{name}}'s page"
},
"content": {
"expandHint": "Hidden content"
},
"filtered": "Filtered",
"fullConversation": "Read conversations",
"translate": {
"default": "Translate",
"succeed": "Translated by {{provider}} from {{source}}",
"failed": "Translation failed",
"source_not_supported": "toot's language is not supported",
"target_not_supported": "The target language is not supported"
},
"header": {
"shared": {
"account": {
"name": {
"accessibilityHint": "User's display name"
},
"account": {
"accessibilityHint": "User's account"
}
},
"application": "Tooted with {{application}}",
"edited": {
"accessibilityLabel": "Toot edited"
},
"muted": {
"accessibilityLabel": "Toot muted"
},
"visibility": {
"direct": {
"accessibilityLabel": "Toot is a direct message"
},
"private": {
"accessibilityLabel": "Toot is visible to followers only"
}
}
},
"conversation": {
"withAccounts": "With",
"delete": {
"function": "Delete direct message"
}
}
},
"poll": {
"meta": {
"button": {
"vote": "Vote",
"refresh": "Refresh"
},
"count": {
"voters_one": "{{count}} user voted",
"voters_other": "{{count}} users voted",
"votes_one": "{{count}} vote",
"votes_other": "{{count}} votes"
},
"expiration": {
"expired": "Vote expired",
"until": "Expires <0 />"
}
}
}
}
}