mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 21:52:54 +00:00
Support ‘team’ and ‘player’ predicate
Need further supports for ‘advancements’ predicate
This commit is contained in:
@@ -140,9 +140,20 @@
|
||||
"entity.isSwimming": "正在游泳",
|
||||
"entity.location": "位置",
|
||||
"entity.nbt": "NBT",
|
||||
"entity.player": "玩家",
|
||||
"entity.player.advancements": "进度",
|
||||
"entity.player.advancements_add": "添加进度",
|
||||
"entity.player.advancements_remove": "移除进度",
|
||||
"entity.player.gamemode": "游戏模式",
|
||||
"entity.player.level": "经验等级",
|
||||
"entity.player.recipes": "配方",
|
||||
"entity.player.recipes_add": "添加配方",
|
||||
"entity.player.recipes_remove": "移除配方",
|
||||
"entity.player.stats": "统计",
|
||||
"entity.status_effect": "状态效果",
|
||||
"entity.status_effect_add": "添加状态效果",
|
||||
"entity.status_effect_remove": "移除状态效果",
|
||||
"entity.team": "队伍",
|
||||
"entity.type": "实体",
|
||||
"entry.expand": "展开",
|
||||
"entry.name": "名称",
|
||||
@@ -213,6 +224,10 @@
|
||||
"function.zoom": "缩放等级",
|
||||
"function_add": "添加函数",
|
||||
"function_remove": "移除函数",
|
||||
"gamemode.adventure": "冒险模式",
|
||||
"gamemode.creative": "创造模式",
|
||||
"gamemode.spectator": "旁观者模式",
|
||||
"gamemode.survival": "生存模式",
|
||||
"hide_source": "隐藏源代码",
|
||||
"item.count": "数量",
|
||||
"item.durability": "耐久度",
|
||||
@@ -284,6 +299,22 @@
|
||||
"source.killer": "击杀者",
|
||||
"source.killer_player": "击杀者玩家",
|
||||
"source.this": "自身",
|
||||
"statistic.stat": "统计",
|
||||
"statistic.type": "类型",
|
||||
"statistic.type.broken": "用坏",
|
||||
"statistic.type.crafted": "合成",
|
||||
"statistic.type.custom": "Custom(其他)",
|
||||
"statistic.type.dropped": "掉落",
|
||||
"statistic.type.killed": "击杀",
|
||||
"statistic.type.killedByTeam": "被队伍击杀",
|
||||
"statistic.type.killed_by": "被击杀",
|
||||
"statistic.type.mined": "挖掘",
|
||||
"statistic.type.picked_up": "捡起",
|
||||
"statistic.type.teamkill": "击杀队伍",
|
||||
"statistic.type.used": "使用",
|
||||
"statistic.value": "值",
|
||||
"statistic_add": "添加统计",
|
||||
"statistic_remove": "移除统计",
|
||||
"status_effect.ambient": "是否为信标施加",
|
||||
"status_effect.amplifier": "等级",
|
||||
"status_effect.duration": "持续时间",
|
||||
|
||||
Reference in New Issue
Block a user