generated from krampus/template-godot4
i18n strings for title menu
This commit is contained in:
parent
2fbd7ce07c
commit
28024f9cfc
@ -10,6 +10,13 @@ UI_BACK,"⏎ Back"
|
|||||||
UI_LOCKED,Locked
|
UI_LOCKED,Locked
|
||||||
UI_QUIT,Quit
|
UI_QUIT,Quit
|
||||||
UI_LOADING,Loading
|
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_HEADING,Paused
|
||||||
PAUSE_RESUME,Resume
|
PAUSE_RESUME,Resume
|
||||||
|
|
@ -672,7 +672,7 @@ visible_characters_behavior = 1
|
|||||||
|
|
||||||
[node name="Done" type="Label" parent="TitleScreenContent/VBoxContainer/Loader"]
|
[node name="Done" type="Label" parent="TitleScreenContent/VBoxContainer/Loader"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "Done!"
|
text = "UI_DONE"
|
||||||
visible_characters = 0
|
visible_characters = 0
|
||||||
visible_characters_behavior = 1
|
visible_characters_behavior = 1
|
||||||
visible_ratio = 0.0
|
visible_ratio = 0.0
|
||||||
@ -707,13 +707,13 @@ layout_mode = 2
|
|||||||
[node name="Warning" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
|
[node name="Warning" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
theme_override_fonts/font = ExtResource("6_cgiy0")
|
theme_override_fonts/font = ExtResource("6_cgiy0")
|
||||||
text = "!WARNING!"
|
text = "TITLE_WARNING_1"
|
||||||
visible_characters = 0
|
visible_characters = 0
|
||||||
visible_ratio = 0.0
|
visible_ratio = 0.0
|
||||||
|
|
||||||
[node name="Warning2" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
|
[node name="Warning2" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line1"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = " This is a secure terminal system."
|
text = "TITLE_WARNING_2"
|
||||||
visible_characters = 0
|
visible_characters = 0
|
||||||
visible_ratio = 0.0
|
visible_ratio = 0.0
|
||||||
|
|
||||||
@ -728,7 +728,7 @@ layout_mode = 2
|
|||||||
|
|
||||||
[node name="Warning3" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line2"]
|
[node name="Warning3" type="Label" parent="TitleScreenContent/VBoxContainer/WarningMessage/VBoxContainer/Line2"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "Unauthorized access is prohibited under penalty of"
|
text = "TITLE_WARNING_3"
|
||||||
visible_characters = 0
|
visible_characters = 0
|
||||||
visible_ratio = 0.0
|
visible_ratio = 0.0
|
||||||
|
|
||||||
@ -777,23 +777,23 @@ unique_name_in_owner = true
|
|||||||
visible = false
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
disabled = true
|
disabled = true
|
||||||
text = "Continue"
|
text = "TITLE_CONTINUE"
|
||||||
|
|
||||||
[node name="NewGame" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
[node name="NewGame" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "New Game"
|
text = "TITLE_NEW_GAME"
|
||||||
|
|
||||||
[node name="Settings" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
[node name="Settings" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
text = "Settings"
|
text = "PAUSE_SETTINGS"
|
||||||
|
|
||||||
[node name="Quit" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
[node name="Quit" type="Button" parent="TitleScreenContent/VBoxContainer/MarginContainer/MenuButtons"]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
theme_type_variation = &"DangerButton"
|
theme_type_variation = &"DangerButton"
|
||||||
text = "Quit"
|
text = "UI_QUIT"
|
||||||
|
|
||||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="TitleScreenContent"]
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="TitleScreenContent"]
|
||||||
libraries = {
|
libraries = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user