qcminecraft/Carbon-Forum-F

View on GitHub
language/zh-cn/global.js

Summary

Maintainability
A
3 hrs
Test Coverage
/*
 * Carbon-Forum-F
 * https://github.com/lincanbin/Carbon-Forum
 *
 * Copyright 2006-2017 Canbin Lin (lincanbin@hotmail.com)
 * http://www.94cb.com/
 *
 * Licensed under the Apache License, Version 2.0:
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * A high performance open-source forum software written in PHP. 
 */
var Lang = {
    "Title_Can_Not_Be_Empty": "标题不能为空!",
    "Title_Too_Long": "标题长度不能超过{{MaxTitleChars}}字节,当前标题长度为{{Current_Title_Length}}个字节",
    "Tags_Empty": "话题不能为空!",
    "Submitting": " 发表中 ",
    "Submit_Success": " 发表成功 ",
    "Submit_Failure": "发表失败,请再次提交!",
    "Submit_Again": " 再次提交 ",
    "Tags_Too_Much": "最多只能插入{{MaxTagNum}}个话题!",
    "Add_Tags": "添加话题(按Enter添加)",

    "Edit": " 提 交 ",
    "Cancel": " 取 消 ",

    "Confirm_Operation": "确认执行该操作?",
    "Confirm": "确定",

    "Reply": " 回 复 ",
    "Content_Empty": "内容不能为空!",
    "Replying": " 回复中…… ",
    "Reply_Success": " 回复成功 ",
    "Reply_To": "回复",

    "Send_Message": " 发 送 ",
    "New_Message": "{{NewMessage}}条消息"
};