i18n strings for title menu

This commit is contained in:
Rob Kelly 2025-04-25 09:50:40 -06:00
parent 2fbd7ce07c
commit 28024f9cfc
2 changed files with 15 additions and 8 deletions

View File

@ -10,6 +10,13 @@ UI_BACK,"⏎ Back"
UI_LOCKED,Locked
UI_QUIT,Quit
UI_LOADING,Loading
UI_DONE,Done!
,
TITLE_WARNING_1,!WARNING!
TITLE_WARNING_2,"This is a secure terminal system."
TITLE_WARNING_3,"Unauthorized access is prohibited under penalty of"
TITLE_CONTINUE,Continue
TITLE_NEW_GAME,"New Game"
,
PAUSE_HEADING,Paused
PAUSE_RESUME,Resume

1 keys en
10 UI_LOCKED Locked
11 UI_QUIT Quit
12 UI_LOADING Loading
13 UI_DONE Done!
14
15 TITLE_WARNING_1 !WARNING!
16 TITLE_WARNING_2 This is a secure terminal system.
17 TITLE_WARNING_3 Unauthorized access is prohibited under penalty of
18 TITLE_CONTINUE Continue
19 TITLE_NEW_GAME New Game
20
21 PAUSE_HEADING Paused
22 PAUSE_RESUME Resume

View File

@ -672,7 +672,7 @@ visible_characters_behavior = 1
[node name="Done" type="Label" parent="TitleScreenContent/VBoxContainer/Loader"]
layout_mode = 2
text = "Done!"
text = "UI_DONE"
visible_characters = 0
visible_characters_behavior = 1
visible_ratio = 0.0
@ -707,13 +707,13 @@ layout_mode = 2
[node name="Warning" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
layout_mode = 2
theme_override_fonts/font = ExtResource("6_cgiy0")
text = "!WARNING!"
text = "TITLE_WARNING_1"
visible_characters = 0
visible_ratio = 0.0
[node name="Warning2" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
layout_mode = 2
text = " This is a secure terminal system."
text = "TITLE_WARNING_2"
visible_characters = 0
visible_ratio = 0.0
@ -728,7 +728,7 @@ layout_mode = 2
[node name="Warning3" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line2"]
layout_mode = 2
text = "Unauthorized access is prohibited under penalty of"
text = "TITLE_WARNING_3"
visible_characters = 0
visible_ratio = 0.0
@ -777,23 +777,23 @@ unique_name_in_owner = true
visible = false
layout_mode = 2
disabled = true
text = "Continue"
text = "TITLE_CONTINUE"
[node name="NewGame" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
visible = false
layout_mode = 2
text = "New Game"
text = "TITLE_NEW_GAME"
[node name="Settings" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
visible = false
layout_mode = 2
text = "Settings"
text = "PAUSE_SETTINGS"
[node name="Quit" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
visible = false
layout_mode = 2
theme_type_variation = &"DangerButton"
text = "Quit"
text = "UI_QUIT"
[node name="AnimationPlayer" type="AnimationPlayer" parent="TitleScreenContent"]
libraries = {