Skip to content
Merged
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
17 changes: 17 additions & 0 deletions src/main/resources/assets/supermobtracker/lang/zh_cn.lang
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config.supermobtracker.client.mobWhitelist.desc=允许追踪的实体ID白名单
config.supermobtracker.client.mobBlacklist.desc=禁止追踪的实体ID黑名单列表。
config.supermobtracker.client.dropSimulationCount.desc=用于计算掉落率的模拟击杀次数。
config.supermobtracker.client.unstableSimulationEntities.desc=在掉落物模拟过程中会破坏全局状态,因此应从模拟中排除的实体ID。它们的特征是,在模拟其掉落物后,所有实体的模拟性能都会严重下降。
config.supermobtracker.client.shouldRenderEntities.desc=渲染时会崩溃或大量报错的实体ID。这些实体在预览/画廊中完全不会渲染。

# Config names (displayed in config GUI)
config.supermobtracker.client.enableTracking=启用追踪
Expand All @@ -38,6 +39,7 @@ config.supermobtracker.client.mobWhitelist=生物白名单
config.supermobtracker.client.mobBlacklist=生物黑名单
config.supermobtracker.client.dropSimulationCount=掉落物模拟次数
config.supermobtracker.client.unstableSimulationEntities=不稳定的模拟实体
config.supermobtracker.client.shouldRenderEntities=不应渲染的实体

# GUI Labels
gui.supermobtracker.i18nIDs.on=ID显示:本地化
Expand Down Expand Up @@ -76,6 +78,11 @@ gui.mobtracker.drops.unstableSimulation=该实体会破坏全局状态,不应
gui.mobtracker.drops.simulationFailed=模拟意外失败
gui.mobtracker.drops.simulationCountTooltipDisclaimer=由于掉落物的随机性,模拟结果可能与实际游戏中的概率略有出入,或在模拟极其稀有掉落物时存在数据不全的情况。
gui.mobtracker.drops.serverSideOnly=多人游戏:掉落物模拟功能仅限单人游戏使用
gui.mobtracker.drops.serverModNotInstalled=服务端没有安装超级生物追踪器
gui.mobtracker.drops.dropLootAccessFailed=无法访问战利品方法
gui.mobtracker.drops.worldAccessFailed=无法访问世界
gui.mobtracker.drops.worldCreationFailed=创建模拟世界失败
gui.mobtracker.drops.invalidEntity=无效实体

# Spawn Conditions
gui.mobtracker.spawnConditions=生成条件:
Expand Down Expand Up @@ -135,6 +142,16 @@ gui.mobtracker.biomesCopied=%s的生物群系已复制到剪贴板。
gui.mobtracker.hintsHeader=备注:
gui.mobtracker.any=任意
gui.mobtracker.unknown=未知
gui.mobtracker.clickToEnlarge=点击放大
gui.mobtracker.closeModal=点击外部或按Esc关闭

# Gallery View
gui.mobtracker.gallery.button=画廊
gui.mobtracker.gallery.title=实体画廊
gui.mobtracker.gallery.clickToSelect=点击选择
gui.mobtracker.gallery.escToExit=按Esc退出
gui.mobtracker.gallery.spaceToStopRotation=按空格键停止旋转
gui.mobtracker.gallery.scrollInfo=第%s行,共%s行(显示%s个)

# Attributes
gui.mobtracker.attribute.boss=Boss
Expand Down
Loading