Files
NodeBB/public/language/zh-CN/post-queue.json

43 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
2017-09-14 09:23:59 +00:00
"post-queue": "发布队列",
2023-02-12 09:17:53 +00:00
"no-queued-posts": "发帖队列中没有帖子。",
"no-single-post": "您正在查看的主题或帖子已经不在队列中。它可能已经被批准或删除。",
2024-07-14 09:18:50 +00:00
"enabling-help": "发帖队列已<strong>禁用</strong>,要启用,请转到<a href=\"%1\">设置&rarr;帖子&rarr;发帖队列</a>然后启用<strong>发帖队列</strong>",
2023-02-12 09:17:53 +00:00
"back-to-list": "回到发帖队列",
2024-03-28 09:20:13 +00:00
"public-intro": "如果你有帖子等待发布,它们会显示在这里",
"public-description": "本论坛设置为新用户帖子进入发布队列,等待版主审核。<br />如果你有帖子等待发布,它们会显示在这里。",
2017-09-12 09:24:10 +00:00
"user": "用户",
2023-06-17 09:18:34 +00:00
"when": "当",
2017-09-12 09:24:10 +00:00
"category": "版块",
"title": "标题",
"content": "内容",
"posted": "发布",
2017-11-02 09:25:12 +00:00
"reply-to": "回复\"%1\"",
2021-05-12 09:08:37 +00:00
"content-editable": "点击内容开始编辑",
"category-editable": "点击版块开始编辑",
"title-editable": "点击标题开始编辑",
"reply": "回复",
"topic": "主题",
"accept": "接受",
"reject": "拒绝",
2022-05-14 09:06:14 +00:00
"remove": "移除",
2023-02-12 09:17:53 +00:00
"notify": "通知",
"notify-user": "通知用户",
"confirm-reject": "您想要拒绝这个帖子吗?",
2023-06-17 09:18:34 +00:00
"confirm-remove": "你想删除这个帖子吗?",
2022-09-28 09:07:25 +00:00
"bulk-actions": "批量操作",
2022-05-14 09:06:14 +00:00
"accept-all": "全部同意",
"accept-selected": "同意选中项",
"reject-all": "全部拒绝",
2023-02-12 09:17:53 +00:00
"reject-all-confirm": "您想要拒绝全部帖子吗?",
2022-05-14 09:06:14 +00:00
"reject-selected": "拒绝选中项",
2022-09-28 09:07:25 +00:00
"reject-selected-confirm": "您确定要拒绝%1个选择的帖子吗",
2023-06-17 09:18:34 +00:00
"remove-all": "移动全部",
"remove-all-confirm": "你想删除所有的帖子吗?",
"remove-selected": "移除所选内容",
"remove-selected-confirm": "你想删除%1的选定帖子吗",
2022-09-28 09:07:25 +00:00
"bulk-accept-success": "%1个帖子已接受",
"bulk-reject-success": "%1个帖子已拒绝",
2024-07-14 09:18:50 +00:00
"links-in-this-post": "帖子中的链接"
}