mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 05:50:25 +01:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56b79a974a | ||
|
|
418b9bf02f | ||
|
|
258d562c3e | ||
|
|
f1b097ded6 | ||
|
|
ef750e2ebd | ||
|
|
67d9209b99 | ||
|
|
98c1390e7f | ||
|
|
a3d17d14fd | ||
|
|
307eb19d01 | ||
|
|
f475d6e3b8 | ||
|
|
b4465b7df1 | ||
|
|
aa001b5926 | ||
|
|
5c253c1efa | ||
|
|
59b14669c4 | ||
|
|
3e386e7668 | ||
|
|
43b90c5679 | ||
|
|
58b8c32fe9 | ||
|
|
1b88a6a523 | ||
|
|
8ecd90729e | ||
|
|
a5b8a656e9 | ||
|
|
2cae7995e7 | ||
|
|
19ca796915 |
3532
npm-shrinkwrap.json
generated
Normal file
3532
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
"name": "nodebb",
|
"name": "nodebb",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"description": "NodeBB Forum",
|
"description": "NodeBB Forum",
|
||||||
"version": "0.7.2-dev",
|
"version": "0.7.2",
|
||||||
"homepage": "http://www.nodebb.org",
|
"homepage": "http://www.nodebb.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -85,4 +85,4 @@
|
|||||||
"follow_topics_you_create": "Seguir publicaciones que creas",
|
"follow_topics_you_create": "Seguir publicaciones que creas",
|
||||||
"grouptitle": "Selecciona el título del grupo que deseas visualizar",
|
"grouptitle": "Selecciona el título del grupo que deseas visualizar",
|
||||||
"no-group-title": "Sin título de grupo"
|
"no-group-title": "Sin título de grupo"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
"header.tags": "话题",
|
"header.tags": "话题",
|
||||||
"header.popular": "热门",
|
"header.popular": "热门",
|
||||||
"header.users": "会员",
|
"header.users": "会员",
|
||||||
"header.groups": "小组",
|
"header.groups": "群组",
|
||||||
"header.chats": "聊天",
|
"header.chats": "聊天",
|
||||||
"header.notifications": "通知",
|
"header.notifications": "通知",
|
||||||
"header.search": "搜索",
|
"header.search": "搜索",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"watched": "已订阅",
|
"watched": "已订阅",
|
||||||
"followers": "粉丝",
|
"followers": "粉丝",
|
||||||
"following": "关注",
|
"following": "关注",
|
||||||
"aboutme": "About me",
|
"aboutme": "关于我",
|
||||||
"signature": "签名档",
|
"signature": "签名档",
|
||||||
"gravatar": "头像",
|
"gravatar": "头像",
|
||||||
"birthday": "生日",
|
"birthday": "生日",
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ module.exports = function(Topics) {
|
|||||||
Topics.setTopicField(tid, 'teaserPid', pid, callback);
|
Topics.setTopicField(tid, 'teaserPid', pid, callback);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user