internationalized most menu text

This commit is contained in:
2025-08-15 00:39:43 +10:00
parent e699968899
commit 198177bbae
38 changed files with 823 additions and 294 deletions

View File

@@ -29,7 +29,7 @@ alignment = 1
[node name="Label" type="Label" parent="MouseSens"]
layout_mode = 2
size_flags_horizontal = 3
text = "Look Sensitivity"
text = "OPTION_MOUSE_SENSITIVITY"
horizontal_alignment = 1
vertical_alignment = 1
@@ -57,7 +57,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="ToggleSprint"]
layout_mode = 2
size_flags_horizontal = 3
text = "Toggle Sprint"
text = "OPTION_TOGGLE_SPRINT"
horizontal_alignment = 1
vertical_alignment = 1
@@ -75,7 +75,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="InvertMouseY"]
layout_mode = 2
size_flags_horizontal = 3
text = "Invert Look Y"
text = "OPTION_INVERT_MOUSE_Y"
horizontal_alignment = 1
vertical_alignment = 1
@@ -93,7 +93,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="InvertMouseX"]
layout_mode = 2
size_flags_horizontal = 3
text = "Invert Look X"
text = "OPTION_INVERT_MOUSE_X"
horizontal_alignment = 1
vertical_alignment = 1
@@ -111,7 +111,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="FixedMinimap"]
layout_mode = 2
size_flags_horizontal = 3
text = "Fixed Minimap"
text = "OPTION_FIXED_MINIMAP"
horizontal_alignment = 1
vertical_alignment = 1
@@ -128,7 +128,7 @@ layout_mode = 2
[node name="Label" type="Label" parent="FloatingDamageIndicators"]
layout_mode = 2
size_flags_horizontal = 3
text = "Floating Damage Indicators"
text = "OPTION_DISPLAY_DAMAGE_INDICATORS"
horizontal_alignment = 1
vertical_alignment = 1
@@ -143,25 +143,25 @@ layout_mode = 2
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "Tower Damage"
text = "OPTION_TOWER_DAMAGE"
[node name="SelfDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "Self Damage"
text = "OPTION_SELF_DAMAGE"
[node name="PartyDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "Party Damage"
text = "OPTION_PARTY_DAMAGE"
[node name="StatusDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "Status Effect Damage"
text = "OPTION_STATUS_DAMAGE"
[connection signal="value_changed" from="MouseSens/HBoxContainer/SpinBox" to="." method="_on_mouse_sens_spin_box_value_changed"]
[connection signal="value_changed" from="MouseSens/HBoxContainer/HSlider" to="." method="_on_mouse_sens_h_slider_value_changed"]