added translations
This commit is contained in:
+7
-7
@@ -48,7 +48,7 @@ transform = Transform3D(1, 0, 0, 0, 0.5844338, -0.81144136, 0, 0.81144136, 0.584
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 3)
|
||||
gravity_scale = 0.0
|
||||
freeze = true
|
||||
battery_label = "Chatbot"
|
||||
battery_label = "BATTERY_CHATBOT"
|
||||
image_path = "res://assets/Images/bot.jpg"
|
||||
|
||||
[node name="Battery2" parent="Panel/SubViewportContainer/SubViewport/batteries" instance=ExtResource("1_pohso")]
|
||||
@@ -56,7 +56,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0, -3)
|
||||
gravity_scale = 0.0
|
||||
freeze = true
|
||||
stored_power = 100
|
||||
battery_label = "biometrische Überwachung im öffentlichem Raum"
|
||||
battery_label = "BATTERY_BIOMETRIC"
|
||||
image_path = "res://assets/Images/surveillance.jpg"
|
||||
|
||||
[node name="Battery3" parent="Panel/SubViewportContainer/SubViewport/batteries" instance=ExtResource("1_pohso")]
|
||||
@@ -64,7 +64,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3)
|
||||
gravity_scale = 0.0
|
||||
freeze = true
|
||||
stored_power = 25
|
||||
battery_label = "Spamfilter"
|
||||
battery_label = "BATTERY_SPAMFILTER"
|
||||
image_path = "res://assets/Images/mail.jpg"
|
||||
|
||||
[node name="Battery4" parent="Panel/SubViewportContainer/SubViewport/batteries" instance=ExtResource("1_pohso")]
|
||||
@@ -72,7 +72,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, -3)
|
||||
gravity_scale = 0.0
|
||||
freeze = true
|
||||
stored_power = 75
|
||||
battery_label = "Diagnose von Krankheiten auf MRT-Bildern"
|
||||
battery_label = "BATTERY_DIAGNOSIS"
|
||||
image_path = "res://assets/Images/mrt.jpg"
|
||||
|
||||
[node name="ArrowLeft" type="Button" parent="Panel"]
|
||||
@@ -116,7 +116,7 @@ offset_right = 1098.0
|
||||
offset_bottom = 157.0
|
||||
theme_override_constants/outline_size = 15
|
||||
theme_override_font_sizes/font_size = 64
|
||||
text = "Inventar"
|
||||
text = "INVENTORY_TITLE"
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
@@ -125,7 +125,7 @@ offset_top = 840.0
|
||||
offset_right = 1079.0
|
||||
offset_bottom = 906.0
|
||||
theme_override_font_sizes/font_size = 42
|
||||
text = "Auswählen"
|
||||
text = "INVENTORY_SELECT"
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
@@ -134,7 +134,7 @@ offset_top = 983.0
|
||||
offset_right = 1906.0
|
||||
offset_bottom = 1028.0
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "[c] zum Schließen ohne etwas auszuwählen"
|
||||
text = "INVENTORY_CLOSE_HINT"
|
||||
|
||||
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|
||||
[connection signal="gui_input" from="Panel" to="." method="_on_panel_gui_input"]
|
||||
|
||||
Reference in New Issue
Block a user