通用评论 vedio

en-US.js 906B

123456789101112131415161718192021222324252627282930
  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. };
  24. export default USdata;