Minecraft-Mod-Translator/lang_20241209/zh_cn/gammautils.json
2024-12-09 05:29:37 +08:00

38 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"key.categories.gamma_utils": "伽玛工具",
"key.gamma_utils.gamma_toggle": "伽玛切换",
"key.gamma_utils.increase_gamma": "增加伽玛",
"key.gamma_utils.decrease_gamma": "降低伽玛",
"key.gamma_utils.night_vision_toggle": "夜视切换",
"text.autoconfig.gamma_utils.title": "伽玛工具配置",
"text.autoconfig.gamma_utils.option.defaultGamma": "默认伽玛百分比",
"text.autoconfig.gamma_utils.option.defaultGamma.@Tooltip": "关闭mod时的伽玛百分比",
"text.autoconfig.gamma_utils.option.toggledGamma": "切换伽玛百分比",
"text.autoconfig.gamma_utils.option.toggledGamma.@Tooltip": "开启模组时的伽马百分比",
"text.autoconfig.gamma_utils.option.smoothTransition": "平稳过渡",
"text.autoconfig.gamma_utils.option.smoothTransition.@Tooltip": "使切换伽马时的过渡更平滑",
"text.autoconfig.gamma_utils.option.updateToggle": "更新切换值",
"text.autoconfig.gamma_utils.option.updateToggle.@Tooltip": "启用此功能将使切换值记住你最后使用的非默认值",
"text.autoconfig.gamma_utils.option.showStatusEffect": "显示状态效果",
"text.autoconfig.gamma_utils.option.showStatusEffect.@Tooltip": "当 gamma 百分比超出正常范围时显示状态效果 \n(\"低伽马\" 低于 0% 和 \"高伽马\" 100% 以上)",
"text.autoconfig.gamma_utils.option.advancedOptions": "高级选项",
"text.autoconfig.gamma_utils.option.advancedOptions.transitionSpeed": "过渡速度",
"text.autoconfig.gamma_utils.option.advancedOptions.transitionSpeed.@Tooltip": "每秒伽马百分比的速度(启用平滑过渡时每秒伽马百分比的速度(启用平滑过渡时)",
"text.autoconfig.gamma_utils.option.advancedOptions.limitCheck": "限制检查",
"text.autoconfig.gamma_utils.option.advancedOptions.limitCheck.@Tooltip": "mod是否应该强制执行最小和最大伽马限制",
"text.autoconfig.gamma_utils.option.advancedOptions.minGamma": "最小伽马限制",
"text.autoconfig.gamma_utils.option.advancedOptions.minGamma.@Tooltip": "如果启用了限制检查mod将允许的最小伽马百分比",
"text.autoconfig.gamma_utils.option.advancedOptions.maxGamma": "最大伽马限制",
"text.autoconfig.gamma_utils.option.advancedOptions.maxGamma.@Tooltip": "如果启用了限制检查mod将允许的最大伽马百分比",
"text.autoconfig.gamma_utils.option.advancedOptions.gammaStep": "伽玛百分比步长",
"text.autoconfig.gamma_utils.option.advancedOptions.gammaStep.@Tooltip": "每次增加或减少的伽马百分比变化",
"text.autoconfig.gamma_utils.option.advancedOptions.showMessage": "显示伽马信息",
"text.autoconfig.gamma_utils.option.advancedOptions.showMessage.@Tooltip": "显示带有新伽马值的信息",
"text.autoconfig.gamma_utils.option.advancedOptions.resetOnClose": "关闭时重置",
"text.autoconfig.gamma_utils.option.advancedOptions.resetOnClose.@Tooltip": "Minecraft 关闭时将伽玛值重置为默认值",
"text.gamma_utils.message.gamma": "伽玛: %d%%",
"text.gamma_utils.message.nightvision.enabled": "夜视: 启用",
"text.gamma_utils.message.nightvision.disabled": "夜视: 禁用",
"effect.gammautils.bright": "高伽马",
"effect.gammautils.dim": "低伽马"
}