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

106 lines
2.7 KiB
JSON

{
"accessibilityHint": "Actions for this toot, such as its posted user, toot itself",
"account": {
"title": "User actions",
"following": {
"action_false": "Follow user",
"action_true": "Unfollow user"
},
"inLists": "Lists containing user ...",
"showBoosts": {
"action_false": "Show user's boosts",
"action_true": "Hide users's boosts"
},
"mute": {
"action_false": "Mute user",
"action_true": "Unmute user"
},
"followAs": {
"trigger": "Follow as ...",
"succeed_default": "Now following @{{target}} with @{{source}}",
"succeed_locked": "Sent follow request to @{{target}} with {{source}}, pending approval",
"failed": "Follow as"
},
"blockReport": "Block and report",
"block": {
"action_false": "Block user",
"action_true": "Unblock user",
"alert": {
"title": "Confirm blocking user @{{username}} ?"
}
},
"reports": {
"action": "Report and block user",
"alert": {
"title": "Confirm report and blocking user @{{username}} ?"
}
}
},
"at": {
"direct": "Direct message",
"public": "Public message"
},
"copy": {
"action": "Copy toot",
"succeed": "Copied"
},
"instance": {
"title": "Instance action",
"block": {
"action": "Block instance {{instance}}",
"alert": {
"title": "Confirm blocking instance {{instance}} ?",
"message": "Mostly you can mute or block certain user.\n\nAfter blocking instance, all its content including followers from this instance will be removed!"
}
}
},
"hashtag": {
"follow": {
"action_false": "Follow",
"action_true": "Unfollow"
},
"filter": {
"action": "Filter hashtag ..."
}
},
"share": {
"status": {
"action": "Share toot"
},
"account": {
"action": "Share user"
}
},
"status": {
"title": "Toot actions",
"edit": {
"action": "Edit toot"
},
"delete": {
"action": "Delete toot",
"alert": {
"title": "Confirm deleting?",
"message": "All boosts and favourites will be cleared, including all replies."
}
},
"deleteEdit": {
"action": "Delete toot and repost",
"alert": {
"title": "Confirm deleting and repost?",
"message": "All boosts and favourites will be cleared, including all replies."
}
},
"mute": {
"action_false": "Mute toot and replies",
"action_true": "Unmute toot and replies"
},
"pin": {
"action_false": "Pin toot",
"action_true": "Unpin toot"
},
"filter": {
"action_false": "Filter toot ...",
"action_true": "Manage filters ..."
}
}
}