1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- "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",
-
- "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
|