123456789101112131415161718192021 |
- {
- "editor.alreadyEntered": "已输入{count}/140字",
- "editor.placeholder": "say...",
- "editor.SubmitBtn": "Submit",
- "editor.uploadTip": "上传图片",
- "editor.uploadCount": "(您还能上传{count}张图片)",
- "editor.uploadBtn": "upload",
-
- "comment.totalComment": "共{total}条评论",
- "comment.reply": "reply",
- "comment.moreComment": "More",
-
- "reply.totalReply": "{total}条回复",
- "reply.moreReply": "More",
- "reply.collapse": "收起回复",
-
- "popConfirm.title": "Sure?",
- "popConfirm.ok": "Ok",
- "popConfirm.cancel": "Cancel",
- "popConfirm.delete": "Delete"
- }
|