|
@@ -27,7 +27,7 @@ var LOCALES_RESPONSE = exports.LOCALES_RESPONSE = {
|
27
|
27
|
"reply favor failed": "点赞失败",
|
28
|
28
|
"delete reply favor failed": "取消点赞失败",
|
29
|
29
|
"get replies failed": "回复加载失败",
|
30
|
|
- "content_illegal": "内容违规,请检查"
|
|
30
|
+ content_illegal: "内容违规,请检查"
|
31
|
31
|
},
|
32
|
32
|
"en-US": {
|
33
|
33
|
"not found": "No data",
|
|
@@ -40,7 +40,7 @@ var LOCALES_RESPONSE = exports.LOCALES_RESPONSE = {
|
40
|
40
|
"reply favor failed": "Liking failed",
|
41
|
41
|
"delete reply favor failed": "Unliking failed",
|
42
|
42
|
"get replies failed": "Loading of replies failed",
|
43
|
|
- "content_illegal": "Please modify censored contents"
|
|
43
|
+ content_illegal: "Please modify censored contents"
|
44
|
44
|
}
|
45
|
45
|
};
|
46
|
46
|
//# sourceMappingURL=index.js.map
|