|
@@ -0,0 +1,21 @@
|
|
1
|
+{
|
|
2
|
+ "editor.alreadyEntered": "已输入{count}/140字",
|
|
3
|
+ "editor.placeholder": "say...",
|
|
4
|
+ "editor.SubmitBtn": "Submit",
|
|
5
|
+ "editor.uploadTip": "上传图片",
|
|
6
|
+ "editor.uploadCount": "(您还能上传{count}张图片)",
|
|
7
|
+ "editor.uploadBtn": "upload",
|
|
8
|
+
|
|
9
|
+ "comment.totalComment": "共{total}条评论",
|
|
10
|
+ "comment.reply": "reply",
|
|
11
|
+ "comment.moreComment": "More",
|
|
12
|
+
|
|
13
|
+ "reply.totalReply": "{total}条回复",
|
|
14
|
+ "reply.moreReply": "More",
|
|
15
|
+ "reply.collapse": "收起回复",
|
|
16
|
+
|
|
17
|
+ "popConfirm.title": "Sure?",
|
|
18
|
+ "popConfirm.ok": "Ok",
|
|
19
|
+ "popConfirm.cancel": "Cancel",
|
|
20
|
+ "popConfirm.delete": "Delete"
|
|
21
|
+}
|