"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
var USdata = {
  "editor.alreadyEntered": "{count} words entered",
  "editor.placeholder": "Say something",
  "editor.maxLength": "Maximum {maxLength} words",
  "editor.SubmitBtn": "Send",
  "editor.uploadTip": "Upload pictures",
  "editor.uploadCount": "(You could upload {count} more)",
  "editor.uploadBtn": "Upload",

  "comment.tourist": "Visitor",
  "comment.totalComment": "Total {total, plural, =1 {one comment} other {# comments}}",
  "comment.reply": "Reply",
  "comment.moreComment": "More comments",
  "comment.filterSpeak": "Show imitations only",
  "comment.speakComment": "Imitation audio",

  "reply.totalReply": "Total {total, plural, =1 {one reply} other {# replies}}",
  "reply.moreReply": "More replies",
  "reply.collapse": "Fold replies",

  "picture.collapse": "Fold",
  "picture.viewOriginal": "See the original",

  "popConfirm.title": "Delete?",
  "popConfirm.ok": "Confirm",
  "popConfirm.cancel": "Cancel",
  "popConfirm.delete": "Delete",

  "message.noMoreComment": "No more comments",
  "message.noMoreData": "No more data",
  "message.notNull": "It's still empty",
  "message.success": "Comments sent",
  "message.replyNoNull": "It's still empty",
  "message.replySuccess": "Reply sent",
  "message.cancelLickSuccess": "Unliked",
  "message.likeSuccess": "Liked"
};

exports.default = USdata;
//# sourceMappingURL=en-US.js.map