Files
basic_aura_highlighting/languages/en.json
T

29 lines
565 B
JSON
Raw Normal View History

2026-05-07 14:11:48 -05:00
{
"BASIC_AURA_HIGHLIGHTING": {
"tabs": {
2026-05-07 15:06:56 -05:00
"auras": "Auras",
"add": "Add aura",
"delete": "Delete aura",
"empty": "No auras configured."
2026-05-07 14:11:48 -05:00
},
"settings": {
2026-05-07 15:06:56 -05:00
"name": {
"name": "Aura Name"
2026-05-07 14:11:48 -05:00
},
"radius": {
"name": "Aura Radius",
2026-05-07 15:06:56 -05:00
"hint": "The radius of the aura in scene distance units."
2026-05-07 14:11:48 -05:00
},
"color": {
"name": "Highlight Color"
2026-05-07 15:06:56 -05:00
},
"measurement": {
"from": "From",
"to": "To",
"edge": "Edge",
"center": "Center"
2026-05-07 14:11:48 -05:00
}
}
}
}