diff --git a/src/internationalisation.csv b/src/internationalisation.csv index ac0ccaaf..3305922d 100644 --- a/src/internationalisation.csv +++ b/src/internationalisation.csv @@ -319,3 +319,42 @@ reveal full text (hold),reveal full text (hold),vollen Text anzeigen (halten),,, skip scene,skip scene,Szene überspringen,,, continue,continue,Fotfahren,,, keep reading,keep reading,weiterhin lesen,,, +quit,Quit,Beenden,,, +Thanks for Playing the Demo!,Thanks for playing the demo!,Vielen Danke fürs Demo spielen!,,, +We hope you are looking forward to finding a better frame of mind. ,We hope you are looking forward to finding a better Frame of Mind. ,Wir hoffen das ihr euch auf darauf freut eine besseren Frame of Mind zu finden. ,,, +Frame of mind is made by betalars.,Frame of Mind is made by betalars.,Frame of Mind wurde von betalars entwickelt. ,,, +"They were suppored by: +Adrian Schmid, April and somebody that I used to know - programming +Jas Arianna and Newt - voice acting +STTLE - OST +Linh Vu, polynormal games - producing and publishing","They were supported by: +Adrian Schmid, April and somebody that I used to know - programming +Jas Arianna and Newt - voice acting +STTLE - OST +Dieu Linh Vu, Polynormal Games - producing, publishing and marketing","Dey wurde unterstützt von: +Adrian Schmid, April and somebody that I used to know - Programmierung +Jas Arianna and Newt - Synchronisation +STTLE - OST +Dieu Linh Vu, Polynormal Games - Producing, Publishing und Marketing",,, +Frame of Mind was created in godot 4. ,Frame of Mind was created in Godot 4. ,Frame of Mind wurde in Godot 4 erstellt.,,, +"Special thanks to: +nase, Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Christoph, +the R42 Games Accellerator and to the contributers of blender, godot and inkscape.","Special thanks to: +nase, Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Christoph, +the R42 Games Accellerator and to the contributers of Blender, Godot and Inkscape.","Speziellen Dank an: +nase, Jenny, nek0, map-c, Svenja, caesey, Milo, Francis, Christoph, +dem R42 Games Accellerator und den Mitwirkenden von Blender, Godot und Inkscape.",,, +frame of mind is would not have been possible without purple sloth games. ,Frame of Mind would not have been possible without Purple Sloth Studios. ,Frame of Mind wäre nicht möglich gewesen ohne Purple Sloth Studios. ,,, +These Creative Commons pojects made frame of mind possible.,These Creative Commons pojects made Frame of Mind possible.,Diese Creative Commons Projekte haben Frame of Mind möglich gemacht. ,,, +combine cards to order your thoughts.,Combine cards to order your thoughts.,Kombiniere Karten um deine Gedanken zu sortieren.,,, +You have collected half of the mementos. ,You have collected half of the mementos. ,Du hast die Hälfte der Erinnerungen gefunden. ,,, +"You can move on, but may not have understood Lisa. ","You can move on, but may not have understood Lisa. ","Du kannst weitermachen, aber hast vermutlich Lisa nicht ganz verstanden. ",,, +"You may leave the room, but Lisa only agrees with %d of the %d connections.","You may leave the room, but Lisa only agrees with %d of the %d connections.","Du kannst das Zimmer verlassen, aber Lisa stimmt dir nur in %d von %d Verbindungen zu.",,, +Lisa would like you to leave her room and move on.,Lisa would like you to leave her room and move on.,"Lisa möchte, dass du ihr Jugendzimmer verlässt und weiter machst.",,, +Move on,Move on,Weitermachen,,, +"Life gave you some thoughts you did not choose to keep. +You may try to burn one.","Life gave you some thoughts you did not choose to keep. +You may try to burn one.","Das Leben hat dir ein paar Gedanken mitgegeben die du nicht ausgesucht hast. +Du darfst versuchen, einen zu verbrennen. ",,, +Keep all thoughts,Keep all Thoughts,Behalte alle Gedanken,,, +Leave room,Leave room,Den Raum verlassen,,, diff --git a/src/internationalisation.de.translation b/src/internationalisation.de.translation index 39f17d2c..ef338f02 100644 Binary files a/src/internationalisation.de.translation and b/src/internationalisation.de.translation differ diff --git a/src/internationalisation.en.translation b/src/internationalisation.en.translation index af637379..9bf64ac6 100644 Binary files a/src/internationalisation.en.translation and b/src/internationalisation.en.translation differ diff --git a/src/internationalisation.es.translation b/src/internationalisation.es.translation index b8b20681..a0f3f299 100644 Binary files a/src/internationalisation.es.translation and b/src/internationalisation.es.translation differ diff --git a/src/internationalisation.ja.translation b/src/internationalisation.ja.translation index 80cedd89..70632f08 100644 Binary files a/src/internationalisation.ja.translation and b/src/internationalisation.ja.translation differ diff --git a/src/internationalisation.notes.translation b/src/internationalisation.notes.translation index 555b8e98..3acc21e6 100644 Binary files a/src/internationalisation.notes.translation and b/src/internationalisation.notes.translation differ diff --git a/src/logic-scenes/collectable/new_collectable_ui.gd b/src/logic-scenes/collectable/new_collectable_ui.gd index 3a4ee3cd..77cfee0b 100644 --- a/src/logic-scenes/collectable/new_collectable_ui.gd +++ b/src/logic-scenes/collectable/new_collectable_ui.gd @@ -131,6 +131,7 @@ class_name CollectableUi extends CenterContainer if is_inside_tree(): if exit: if title_override == "": title_label.text = "Move on" + if subtitle_override == "": %CollectLabel.text = "Leave room" collected_box.hide() else: scene = scene diff --git a/src/logic-scenes/collectable/new_collectable_ui.tscn b/src/logic-scenes/collectable/new_collectable_ui.tscn index 0b48a43a..bb02ca0a 100644 --- a/src/logic-scenes/collectable/new_collectable_ui.tscn +++ b/src/logic-scenes/collectable/new_collectable_ui.tscn @@ -880,7 +880,7 @@ self_modulate = Color(0, 0, 0, 1) layout_mode = 2 size_flags_horizontal = 4 theme_type_variation = &"HeaderLarge" -text = "Crafted Mask" +text = "crafted Mask" [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] layout_mode = 2 @@ -927,6 +927,7 @@ text = "options" [node name="ContentNoteLabel" type="RichTextLabel" parent="VBoxContainer"] unique_name_in_owner = true +visible = false modulate = Color(0, 0, 0, 1) custom_minimum_size = Vector2(350, 90) layout_mode = 2