mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-07 04:51:26 +01:00
Just modified the .json in language folder and some .tpl in the templates folder(except the admin folder). Noted there are a lot of front-end related code in the .js files, I’ll move on to them.
6 lines
198 B
JSON
6 lines
198 B
JSON
{
|
||
"chat.chatting_with": "和<span id=\"chat-with-name\"></span>聊天中",
|
||
"chat.placeholder": "在这里输入消息,按Enter发送",
|
||
"chat.send": "发送",
|
||
"chat.no_active": "暂无聊天"
|
||
} |