Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident committed Jul 14, 2021
2 parents 669715b + a66bde4 commit 720657e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/main/resources/data/htm/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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启动"
}

0 comments on commit 720657e

Please sign in to comment.