通用评论 vedio

en-US.js 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. const USdata = {
  2. "editor.alreadyEntered": "already entered {count}/{maxLength}",
  3. "editor.placeholder": "say...",
  4. "editor.maxLength": "Input number must < {maxLength}",
  5. "editor.SubmitBtn": "Submit",
  6. "editor.uploadTip": "Upload Pictures",
  7. "editor.uploadCount": "(You can also upload {count} images)",
  8. "editor.uploadBtn": "upload",
  9. "comment.tourist": "tourist",
  10. "comment.totalComment":
  11. "total {total, plural, =1 {one comment} other {# comments}}",
  12. "comment.reply": "reply",
  13. "comment.moreComment": "More",
  14. "reply.totalReply": "{total, plural, =1 {one reply} other {# replies}}",
  15. "reply.moreReply": "More",
  16. "reply.collapse": "clloasp reply",
  17. "picture.collapse": "collapse",
  18. "picture.viewOriginal": "view original picture",
  19. "popConfirm.title": "Sure?",
  20. "popConfirm.ok": "Ok",
  21. "popConfirm.cancel": "Cancel",
  22. "popConfirm.delete": "Delete",
  23. "message.noMoreComment": "no more comment",
  24. "message.noMoreData": "no more data",
  25. "message.notNull": "comment not null",
  26. "message.success": "comment success",
  27. "message.replyNoNull": "reply not null",
  28. "message.replySuccess": "reply success",
  29. "message.cancelLickSuccess": "cancel like success",
  30. "message.likeSuccess": "like success"
  31. };
  32. export default USdata;