通用评论

en-US.js 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var USdata = {
  6. "editor.alreadyEntered": "{count} words entered",
  7. "editor.placeholder": "Say something",
  8. "editor.maxLength": "Maximum {maxLength} words",
  9. "editor.SubmitBtn": "Send",
  10. "editor.uploadTip": "Upload pictures",
  11. "editor.uploadCount": "(You could upload {count} more)",
  12. "editor.uploadBtn": "Upload",
  13. "comment.tourist": "Visitor",
  14. "comment.totalComment": "Total {total, plural, =1 {one comment} other {# comments}}",
  15. "comment.reply": "Reply",
  16. "comment.moreComment": "More comments",
  17. "reply.totalReply": "Total {total, plural, =1 {one reply} other {# replies}}",
  18. "reply.moreReply": "More replies",
  19. "reply.collapse": "Fold replies",
  20. "picture.collapse": "Fold",
  21. "picture.viewOriginal": "See the original",
  22. "popConfirm.title": "Delete?",
  23. "popConfirm.ok": "Confirm",
  24. "popConfirm.cancel": "Cancel",
  25. "popConfirm.delete": "Delete",
  26. "message.noMoreComment": "No more comments",
  27. "message.noMoreData": "No more data",
  28. "message.notNull": "It's still empty",
  29. "message.success": "Comments sent",
  30. "message.replyNoNull": "It's still empty",
  31. "message.replySuccess": "Reply sent",
  32. "message.cancelLickSuccess": "Unliked",
  33. "message.likeSuccess": "Liked"
  34. };
  35. exports.default = USdata;
  36. //# sourceMappingURL=en-US.js.map