Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"text.autoconfig.hexcessible.enum.tooltip.HIDDEN": "§cNo",
"text.autoconfig.hexcessible.enum.tooltip.SIMPLE": "Simple",
"text.autoconfig.hexcessible.enum.tooltip.DESCRIPTIVE": "Descriptive",
"text.autoconfig.hexcessible.enum.keydocs.OFF": "§cNo",
"text.autoconfig.hexcessible.enum.keydocs.IDLING": "When Idle",
"text.autoconfig.hexcessible.enum.keydocs.ALWAYS": "Always",

"__note": "unsure why, but ComplexHex doesn't seem to set this.",
"hexcasting.special.complexhex:long": "Long Reflection: %s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
"text.autoconfig.hexcessible.option.autoComplete.count.@Tooltip": "单页中显示的选项数量",
"text.autoconfig.hexcessible.enum.tooltip.HIDDEN": "§c不显示",
"text.autoconfig.hexcessible.enum.tooltip.SIMPLE": "简单",
"text.autoconfig.hexcessible.enum.tooltip.DESCRIPTIVE": "详细描述",
"text.autoconfig.hexcessible.enum.tooltip.DESCRIPTIVE": "详细",
"text.autoconfig.hexcessible.enum.keydocs.OFF": "§c禁用",
"text.autoconfig.hexcessible.enum.keydocs.IDLING": "仅空闲时",
"text.autoconfig.hexcessible.enum.keydocs.ALWAYS": "一直可以",

"__note": "unsure why, but ComplexHex doesn't seem to set this.",
"hexcasting.special.complexhex:long": "长整型之精思:%s"
Expand Down
Loading
Loading