tooot/src/i18n/zh-Hans/components/contextMenu.json

76 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"accessibilityHint": "更多关于此条嘟文,例如发布者等",
"account": {
"title": "用户操作",
"mute": {
"action_false": "静音用户",
"action_true": "取消静音用户"
},
"block": {
"action_false": "屏蔽用户",
"action_true": "取消屏蔽用户"
},
"reports": {
"action": "举报并屏蔽"
}
},
"copy": {
"action": "复制嘟文",
"succeed": "已复制"
},
"instance": {
"title": "实例操作",
"block": {
"action": "屏蔽实例 {{instance}}",
"alert": {
"title": "确认屏蔽实例 {{instance}}",
"message": "多数情况下,隐藏或屏蔽特定用户即可。\n\n屏蔽之后来自此实例的所有内容将被移除。",
"buttons": {
"confirm": "确认"
}
}
}
},
"share": {
"status": {
"action": "分享嘟文"
},
"account": {
"action": "分享用户"
}
},
"status": {
"title": "嘟文操作",
"edit": {
"action": "编辑嘟文"
},
"delete": {
"action": "删除嘟文",
"alert": {
"title": "确认删除?",
"message": "所以转发及收藏将被清除,包括所有回复。",
"buttons": {
"confirm": "确认"
}
}
},
"deleteEdit": {
"action": "删除嘟文并重新发布",
"alert": {
"title": "确认删除并重新发布?",
"message": "所以转发及收藏将被清除,包括所有回复。",
"buttons": {
"confirm": "确认"
}
}
},
"mute": {
"action_false": "静音嘟文及回复",
"action_true": "取消静音嘟文及回复"
},
"pin": {
"action_false": "置顶嘟文",
"action_true": "取消置顶嘟文"
}
}
}