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

Enchantment library 翻译提交 #4922

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions projects/1.12.2/assets/enchantment-library/enchlib/lang/en_us.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Config
enchlib.config.general=Enchantment Library Config
enchlib.config.general.tooltip=Settings for Enchantment Library

# Default sided configs
enchlib.config.client_settings=Client Settings
enchlib.config.client_settings.tooltip=Settings that change the client-side behavior.\nThese settings are client-side and will only affect you.
enchlib.config.server_settings=Server Settings
enchlib.config.server_settings.tooltip=Settings that change gameplay.\nThese settings are server-side and will be applied to all players.\nCan only be changed in the GUI in SinglePlayer, edit the config file directly to change these settings on dedicated servers

# Client config
enchlib.config.client_settings.modified_conway_wechsler=Modified Conway-Wechsler
enchlib.config.client_settings.modified_conway_wechsler.tooltip=Changes the enchantment points display to the modified Conway-Wechsler format.\nThis format is more intuitive, but invalid (N=103 and N=300 have same name)

# Server config
enchlib.config.server_settings.allow_enchant_merging=Allow Enchant Merging
enchlib.config.server_settings.allow_enchant_merging.tooltip=Allow merging different enchantments onto an enchanted book using the enchantment library when extracting
enchlib.config.server_settings.allow_enchant_splitting=Allow Enchant Splitting
enchlib.config.server_settings.allow_enchant_splitting.tooltip=Allow splitting enchanted books with multiple enchantments when inserting into the enchantment library
enchlib.config.server_settings.enable_ae2uel_hash_fix_mixin=Enable AE2UEL Hash Fix Mixin
enchlib.config.server_settings.enable_ae2uel_hash_fix_mixin.tooltip=Attempts to fix the ItemStack cache hash collision issues introduced in AE2UEL v0.56.6 by changing the vanilla NBT hashCode functions using a mixin.\nDo not disable this unless you know what you're doing. Without this, AE2UEL will think that Protection I = Fire Protection II or Unbreaking III = Efficiency V for example, because they have matching hashes.
enchlib.config.server_settings.enchanted_book_stack_size=Enchanted Book Stack Size
enchlib.config.server_settings.enchanted_book_stack_size.tooltip=The maximum stack size for enchanted books. Set to 0 to not overwrite it at all.\nValues over 64 will not really work.
enchlib.config.server_settings.ench_level_translation=Enchantment Level Translation
enchlib.config.server_settings.ench_level_translation.tooltip=Overwrites the enchantment level translation to fully support roman numerals (up to 3999) or use simple numbers. Set to VANILLA to get vanilla behaviour / allow other mods to overwrite it.

# Blocks
tile.enchlib.enchantment_library.name=Enchantment Library

# Gui info
info.enchlib.gui.enchantment_count=%s Enchantments
31 changes: 31 additions & 0 deletions projects/1.12.2/assets/enchantment-library/enchlib/lang/zh_cn.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Config
enchlib.config.general=魔咒图书馆设置
enchlib.config.general.tooltip=魔咒图书馆的设置

# Default sided configs
enchlib.config.client_settings=客户端设置
enchlib.config.client_settings.tooltip=改变客户端行为的设置。\n这些设置作用于客户端,仅影响本机玩家自己。
enchlib.config.server_settings=服务端设置
enchlib.config.server_settings.tooltip=改变游戏玩法的设置。\n这些设置作用于服务端,对所有玩家生效。\n仅在单人模式中可通过GUI修改,专用服务器则需要直接编辑配置文件

# Client config
enchlib.config.client_settings.modified_conway_wechsler=改进的康威-韦克斯勒系统
enchlib.config.client_settings.modified_conway_wechsler.tooltip=将魔咒点数的显示格式更改为改进的康威-韦克斯勒格式。\n这种格式更加直观,但存在无效情况(N=103和N=300拥有相同的名字)

# Server config
enchlib.config.server_settings.allow_enchant_merging=允许魔咒合并
enchlib.config.server_settings.allow_enchant_merging.tooltip=使用魔咒图书馆提取时,允许将不同种类的魔咒合并到一本附魔书上
enchlib.config.server_settings.allow_enchant_splitting=允许魔咒分离
enchlib.config.server_settings.allow_enchant_splitting.tooltip=输入附魔书到魔咒图书馆时,允许将附魔书携带的多种魔咒分离
enchlib.config.server_settings.enable_ae2uel_hash_fix_mixin=启用AE2UEL哈希修复Mixin
enchlib.config.server_settings.enable_ae2uel_hash_fix_mixin.tooltip=尝试通过使用Mixin修改原版的NBT hashCode函数,从而修复AE2UEL v0.56.6导致的ItemStack缓存哈希冲突问题。\n除非知道自己在做什么,否则不要禁用此功能。若没有此修复,AE2UEL会认为保护 I = 火焰保护 II,或耐久 III = 效率 V,因为它们的哈希值相同。
enchlib.config.server_settings.enchanted_book_stack_size=附魔书堆叠上限
enchlib.config.server_settings.enchanted_book_stack_size.tooltip=附魔书的最大堆叠数量。设置为0则不覆盖原值。\n超过64的值不会生效。
enchlib.config.server_settings.ench_level_translation=魔咒等级翻译
enchlib.config.server_settings.ench_level_translation.tooltip=覆盖魔咒等级的翻译,以完全支持罗马数字(最高 3999)或使用简单数字。设置为VANILLA可恢复原版行为/允许其他模组覆盖。

# Blocks
tile.enchlib.enchantment_library.name=魔咒图书馆

# Gui info
info.enchlib.gui.enchantment_count=%s魔咒
Loading