Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create zh_cn.json #60

Open
wants to merge 1 commit into
base: 1.21-fabric-v3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions src/main/resources/assets/detailab/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"option.detailarmorbar.title.features": "特性",
"option.detailarmorbar.title.animation": "动画",
"option.detailarmorbar.title.etc": "等等……",
"option.detailarmorbar.effects.effect_type": "保护效果",
"context.detailarmorbar.effects.effect_type": "更改保护魔咒动画效果的类型。",
"option.detailarmorbar.effects.effect_type.aura": "光环",
"context.detailarmorbar.effects.effect_type.aura": "使护甲值条显示光效。",
"option.detailarmorbar.effects.effect_type.outline": "描边",
"context.detailarmorbar.effects.effect_type.outline": "使护甲值条显示描边",
"option.detailarmorbar.effects.effect_speed": "效果速度",
"context.detailarmorbar.effects.effect_speed": "更改保护效魔咒动画效果的速度及低耐久度警告。",
"option.detailarmorbar.effects.effect_speed.normal": "普通",
"context.detailarmorbar.effects.effect_speed.normal": "x1.0 倍速",
"option.detailarmorbar.effects.effect_speed.slow": "较慢",
"context.detailarmorbar.effects.effect_speed.slow": "x0.75 倍速",
"option.detailarmorbar.effects.effect_speed.very_slow": "极慢",
"context.detailarmorbar.effects.effect_speed.very_slow": "x0.5 倍速",
"option.detailarmorbar.effects.effect_speed.fast": "较快",
"context.detailarmorbar.effects.effect_speed.fast": "x1.25 倍速",
"option.detailarmorbar.effects.effect_speed.very_fast": "极快",
"context.detailarmorbar.effects.effect_speed.very_fast": "x1.5 倍速",
"option.detailarmorbar.effects.thorn": "荆棘动画",
"context.detailarmorbar.effects.thorn": "更改荆棘魔咒对应的动画。",
"option.detailarmorbar.effects.thorn.static": "静态",
"context.detailarmorbar.effects.thorn.static": "盔甲附有荆棘情况下,在受到攻击时显示静态效果。",
"option.detailarmorbar.effects.thorn.animation": "动态",
"context.detailarmorbar.effects.thorn.animation": "盔甲附有荆棘情况下,在受到攻击时显示动态闪烁效果。",
"option.detailarmorbar.toggle.enchantments": "保护效果",
"context.detailarmorbar.toggle.enchantments": "在护甲值条上显示保护魔咒对应的动画效果。",
"option.detailarmorbar.toggle.netherites": "下界合金护甲值条",
"context.detailarmorbar.toggle.netherites": "身穿下界合金盔甲时,将护甲值条的对应区域改为下界合金盔甲材质。",
"option.detailarmorbar.toggle.thorns": "荆棘护甲值条",
"context.detailarmorbar.toggle.thorns": "盔甲附有荆棘魔咒时,将护甲值条的对应区域覆盖一层荆棘贴图。",
"option.detailarmorbar.toggle.durability": "低耐久度警告动画",
"context.detailarmorbar.toggle.durability": "任一盔甲耐久度降至 8% 以下时,护甲值条将显示警告动画效果。",
"option.detailarmorbar.toggle.mending": "经验修补效果",
"context.detailarmorbar.toggle.mending": "盔甲附有经验修补且生效时,护甲值条将显示经验修补动画效果。",
"option.detailarmorbar.toggle.armor_types": "盔甲种类护甲值条",
"context.detailarmorbar.toggle.armor_types": "使护甲值条适配当前穿戴的盔甲材质(此选项不影响下界合金护甲值条)",
"option.detailarmorbar.toggle.item_types": "物品类型护甲值条",
"context.detailarmorbar.toggle.item_types": "使护甲值条显示某些特殊盔甲对应的材质(比如鞘翅)",
"option.detailarmorbar.toggle.empty_bar": "空白护甲值条",
"context.detailarmorbar.toggle.empty_bar": "显示空白的护甲值条",
"option.detailarmorbar.toggle.vanilla_texture": "原版风格材质",
"context.detailarmorbar.toggle.vanilla_texture": "以原版风格的材质显示护甲值条。当此项禁用时,将以另一更加风格显示(感谢 Heamaci, snessim 制作)",
"option.detailarmorbar.toggle.compatible_heart_mod": "兼容模式",
"context.detailarmorbar.toggle.compatible_heart_mod": "使本模组的效果适配其它仅以一行显示生命值的模组。避免护甲值条向上移动。",
"option.detailarmorbar.toggle.inverse_slot": "反转护甲值条顺序",
"context.detailarmorbar.toggle.inverse_slot": "颠倒护甲值条的左右顺序。",
"option.detailarmorbar.toggle.sort_special_item": "排序特殊护甲值",
"context.detailarmorbar.toggle.sort_special_item": "将某些特殊盔甲(如鞘翅)的效果挪至护甲值条右端起"
}