diff --git a/src/main/resources/data/htm/lang/zh_cn.json b/src/main/resources/data/htm/lang/zh_cn.json new file mode 100644 index 0000000..84b4db8 --- /dev/null +++ b/src/main/resources/data/htm/lang/zh_cn.json @@ -0,0 +1,33 @@ +{ + "text.htm.error.unlockable": "§c不可锁定这个方块", + "text.htm.error.no_lock": "§c这个容器没有被锁定", + "text.htm.error.not_owner": "§c这个容器不允许被修改", + "text.htm.error.already_locked": "§c这个容器已被锁定", + "text.htm.error.lock_type": "§c锁类型无效", + "text.htm.error.flag_type": "§c标志类型无效", + "text.htm.error.trust_self": "§c你不能够授权给自己", + "text.htm.error.already_trusted": "§c已授权给 §r§a%s", + "text.htm.error.not_trusted": "§r§a%s §c的授权已取消", + + "text.htm.select": "§b左键单击选择检测目标", + "text.htm.locked": "§c已锁定", + "text.htm.divider": "§b-------------------------", + "text.htm.type": "§b§l锁类型: §r§a%s", + "text.htm.owner": "§b§l所有者: §r§a%s", + "text.htm.trusted": "§b§l拥有授权: §r§a%s", + "text.htm.trusted.global": "§b§l全局授权: §r§a%s", + "text.htm.trust": "§b成功授权了 §a%s", + "text.htm.untrust": "§b取消了 §a%s 的授权", + "text.htm.global": " §a§lGlobally", + "text.htm.transfer": "§b你已将容器所有权转移 §a%s", + "text.htm.unlocked": "§b容器已被解锁", + "text.htm.key": "§b§lKey: §r§a%s", + "text.htm.set": "§b容器默认设置为: §r§a%s", + "text.htm.key_set": "§b密码设为: §r§a%s", + "text.htm.override": "§b此容器所有者为: §r§a%s §c他人转移", + "text.htm.set_flag": "§b设置 §r§a%s §b为: §r§a%s", + "text.htm.flag": "§b§l%s: §r%s §r", + "text.htm.persist": "§b持续执行模式 ", + "text.htm.no_msg": "§b无消息模式 ", + "text.htm.on": "§a§l启动" +}