Skip to content

Commit

Permalink
Added DamageCause into zh-CN.yml and zh-HK.yml. (#1721)
Browse files Browse the repository at this point in the history
* Added getMusicDiskDesc into LangUtilsHook.

* Added DamageCause into zh-CN.yml and zh-HK.yml.

Co-authored-by: zhangYi <apachezy@hotmail.com>
  • Loading branch information
apachezy and zhangYi committed Mar 17, 2021
1 parent 592b4e3 commit b8d9b73
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/main/resources/locales/zh-CN.yml
Expand Up @@ -1425,6 +1425,38 @@ catalog:
&a请修改配置允许&b&lBentoBox&a连接
&a到互联网, 或稍后再试。
enums:
DamageCause:
CONTACT: 接触(如仙人掌)
ENTITY_ATTACK: 直接攻击
ENTITY_SWEEP_ATTACK: 范围攻击
PROJECTILE: 弹射物
SUFFOCATION: 窒息
FALL: 坠落
FIRE: 火焰
FIRE_TICK: 点燃
MELTING: 融化
LAVA: 熔岩高温
DROWNING: 溺水
BLOCK_EXPLOSION: 方块爆炸
ENTITY_EXPLOSION: 实体爆炸
VOID: 坠入虚空
LIGHTNING: 雷击
SUICIDE: 自杀(如/kill)
STARVATION: 饥饿
POISON: 中毒
MAGIC: 魔法
WITHER: 凋零
FALLING_BLOCK: 砸伤
THORNS: 荆棘
DRAGON_BREATH: 龙息
CUSTOM: 自定义
FLY_INTO_WALL: 撞墙
HOT_FLOOR: 岩浆块
CRAMMING: 拥挤
DRYOUT: 缺氧(鱼类暴露在空气中)

panel:
credits:
title: "&8[name] &3贡献者名录"
Expand Down
31 changes: 31 additions & 0 deletions src/main/resources/locales/zh-HK.yml
Expand Up @@ -789,6 +789,37 @@ protection:
protected: "&c島嶼保護:[description]"
spawn-protected: "&c生成保護:[description]"

enums:
DamageCause:
CONTACT: 接觸(如仙人掌)
ENTITY_ATTACK: 直接攻擊
ENTITY_SWEEP_ATTACK: 範圍攻擊
PROJECTILE: 彈射物
SUFFOCATION: 窒息
FALL: 跌落
FIRE: 火焰
FIRE_TICK: 點燃
MELTING: 融化
LAVA: 熔岩
DROWNING: 溺水
BLOCK_EXPLOSION: 方塊爆炸
ENTITY_EXPLOSION: 實體爆炸
VOID: 墜入虛空
LIGHTNING: 雷劈
SUICIDE: 自殺
STARVATION: 飢餓
POISON: 中毒
MAGIC: 魔法
WITHER: 凋零
FALLING_BLOCK: 砸傷
THORNS: 荊棘
DRAGON_BREATH: 龍息
CUSTOM: 自定
FLY_INTO_WALL: 撞牆
HOT_FLOOR: 熔岩塊
CRAMMING: 擁擠
DRYOUT: 乾燥(魚類暴露在空氣中)

panel:
next: "下一頁"
previous: "上一頁"
Expand Down

0 comments on commit b8d9b73

Please sign in to comment.