generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from SnowCutieOwO/patch-1
Create zh_cn.json
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"menu.cavedust.title": "洞穴尘埃", | ||
"menu.cavedust.global.false": "洞穴尘埃: 功能启用", | ||
"menu.cavedust.global.true": "洞穴尘埃: 功能禁用", | ||
"menu.cavedust.global.tooltip.false": "启用洞穴尘埃粒子效果?", | ||
"menu.cavedust.global.tooltip.true": "禁用洞穴尘埃粒子效果?", | ||
"menu.cavedust.width": "边界宽度: %s", | ||
"menu.cavedust.height": "边界高度: %s", | ||
"menu.cavedust.width.tooltip": "生成粒子效果的最大宽度.", | ||
"menu.cavedust.height.tooltip": "生成粒子效果的最大高度.", | ||
"menu.cavedust.upperlimit": "最大高度限制: %s", | ||
"menu.cavedust.lowerlimit": "最低高度限制: %s", | ||
"menu.cavedust.upperlimit.tooltip": "粒子效果消失的高度 (读取玩家所在的 y 轴).", | ||
"menu.cavedust.lowerlimit.tooltip": "粒子效果出现最多的高度 (读取玩家所在的 y 轴).", | ||
"menu.cavedust.reset": "重置所有设置", | ||
"menu.cavedust.reset.tooltip": "你确定要这么做吗?", | ||
"menu.cavedust.particlemultiplier": "粒子数量: %s", | ||
"menu.cavedust.particlemultiplier.tooltip": "指定深度生成的粒子效果数量.", | ||
"menu.cavedust.particlemultipliermultiplier": "粒子效果倍率: %s", | ||
"menu.cavedust.particlemultipliermultiplier.tooltip": "粒子效果的生成倍率.", | ||
"menu.cavedust.velocityrandomness": "速度随机性: %s", | ||
"menu.cavedust.velocityrandomness.tooltip": "粒子效果的速度随机程度.", | ||
"menu.cavedust.enhanceddetection.true": "强化检测: 功能启用", | ||
"menu.cavedust.enhanceddetection.false": "强化检测: 功能禁用", | ||
"menu.cavedust.enhanceddetection.tooltip": "强化检测会使用粒子效果而非玩家的位置进行更精确的检测\n 对性能略有影响.", | ||
"menu.cavedust.superflatstatus.true": "超平坦粒子: 功能启用", | ||
"menu.cavedust.superflatstatus.false": "超平坦粒子: 功能禁用", | ||
"menu.cavedust.superflatstatus.tooltip": "是否允许超平坦世界生成洞穴尘埃?", | ||
"menu.cavedust.particle": "粒子效果: ", | ||
"menu.cavedust.particle.tooltip": "生成的粒子效果名称, 点击切换.", | ||
|
||
"key.cavedust.reload": "重载配置", | ||
"key.cavedust.toggle": "切换粒子", | ||
"category.cavedust.spook": "洞穴尘埃", | ||
|
||
"debug.cavedust.toggle.true": "(洞穴尘埃) 粒子效果已启用", | ||
"debug.cavedust.toggle.false": "(洞穴尘埃) 粒子效果已禁用", | ||
"debug.cavedust.reload": "(洞穴尘埃) 配置已重载", | ||
"debug.cavedust.particleerror": "(洞穴尘埃) 设置当前粒子效果时出现问题, 已自动切换至下一个粒子效果!" | ||
|
||
} |