added translations

This commit is contained in:
fschade
2026-07-29 11:34:28 +02:00
parent d370249649
commit 2a6f2b0e52
33 changed files with 1540 additions and 205 deletions
+23 -23
View File
@@ -116,7 +116,7 @@ offset_top = 950.0
offset_right = 1930.0
offset_bottom = 1050.0
theme_override_font_sizes/normal_font_size = 27
text = "Bitte beachten: Sie sprechen mit einer künstlichen Intelligenz. Verlassen Sie sich nie auf die Antworten."
text = "CHATBOT_DISCLAIMER"
fit_content = true
[node name="VBoxContainer" type="VBoxContainer" parent="."]
@@ -189,12 +189,12 @@ texture = ExtResource("2_ujr2t")
[node name="Title" type="Label" parent="MarginContainer/Scroll/VBox/HBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 30
text = "Frag mich etwas zum EU AI Act und ich versuche es dir zu beantworten! "
text = "CHATBOT_INTRO"
horizontal_alignment = 1
[node name="Label" type="Label" parent="MarginContainer/Scroll/VBox"]
layout_mode = 2
text = "Wähle ein Kapitel des EU AI Acts, zu dem du eine Frage hast:"
text = "CHATBOT_CHOOSE_CHAPTER"
[node name="OptionButton" type="OptionButton" parent="MarginContainer/Scroll/VBox"]
layout_mode = 2
@@ -202,48 +202,48 @@ size_flags_horizontal = 0
selected = 0
allow_reselect = true
item_count = 16
popup/item_0/text = "Kapitelübersicht und Kurzfassung"
popup/item_0/text = "CHATBOT_CH0"
popup/item_0/id = 0
popup/item_1/text = "Erwägungsgründe"
popup/item_1/text = "CHATBOT_CH1"
popup/item_1/id = 1
popup/item_2/text = "Kapitel 1 - Allgemeine Bestimmungen"
popup/item_2/text = "CHATBOT_CH2"
popup/item_2/id = 2
popup/item_3/text = "Kapitel 2 - Verbotene Praktiken im KI-Bereich"
popup/item_3/text = "CHATBOT_CH3"
popup/item_3/id = 3
popup/item_4/text = "Kapitel 3 - Hochrisiko-KI-Systeme"
popup/item_4/text = "CHATBOT_CH4"
popup/item_4/id = 4
popup/item_5/text = "Kapitel 4 - Transparenzpflichten für Anbieter und Betreiber bestimmter KI-Systeme"
popup/item_5/text = "CHATBOT_CH5"
popup/item_5/id = 5
popup/item_6/text = "Kapitel 5 - KI-Modelle mit allgemeinem Verwendungszweck"
popup/item_6/text = "CHATBOT_CH6"
popup/item_6/id = 6
popup/item_7/text = "Kapitel 6 - Massnahmen zur Innovationsförderung"
popup/item_7/text = "CHATBOT_CH7"
popup/item_7/id = 7
popup/item_8/text = "Kapitel 7 - Governance"
popup/item_8/text = "CHATBOT_CH8"
popup/item_8/id = 8
popup/item_9/text = "Kapitel 8 - EU-Datenbank für Hochrisiko-KI-Systeme"
popup/item_9/text = "CHATBOT_CH9"
popup/item_9/id = 9
popup/item_10/text = "Kapitel 9 - Beobachtung nach dem Inverkehrbringen, Informationsaustausch und Marktüberwachung"
popup/item_10/text = "CHATBOT_CH10"
popup/item_10/id = 10
popup/item_11/text = "Kapitel 10 - Verhaltenskodizes und Leitlinien"
popup/item_11/text = "CHATBOT_CH11"
popup/item_11/id = 11
popup/item_12/text = "Kapitel 11 - Befugnisübertragung und Ausschussverfahren"
popup/item_12/text = "CHATBOT_CH12"
popup/item_12/id = 12
popup/item_13/text = "Kapitel 12 - Sanktionen"
popup/item_13/text = "CHATBOT_CH13"
popup/item_13/id = 13
popup/item_14/text = "Kapitel 13 - Schlussbestimmungen"
popup/item_14/text = "CHATBOT_CH14"
popup/item_14/id = 14
popup/item_15/text = "Anhang"
popup/item_15/text = "CHATBOT_CH15"
popup/item_15/id = 15
[node name="PromptLabel" type="Label" parent="MarginContainer/Scroll/VBox"]
layout_mode = 2
text = "Frage:"
text = "CHATBOT_QUESTION"
[node name="PromptEdit" type="TextEdit" parent="MarginContainer/Scroll/VBox"]
custom_minimum_size = Vector2(0, 140)
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_h7bxb")
placeholder_text = "Schreib hier deine Frage..."
placeholder_text = "CHATBOT_QUESTION_PLACEHOLDER"
tab_input_mode = false
[node name="GenerateRow" type="HBoxContainer" parent="MarginContainer/Scroll/VBox"]
@@ -257,7 +257,7 @@ text = "Enter"
[node name="OutputLabel" type="Label" parent="MarginContainer/Scroll/VBox"]
layout_mode = 2
text = "Antwort"
text = "CHATBOT_ANSWER"
[node name="OutputText" type="RichTextLabel" parent="MarginContainer/Scroll/VBox"]
custom_minimum_size = Vector2(0, 220)
@@ -271,7 +271,7 @@ theme_override_constants/separation = 8
[node name="CloseButton" type="Button" parent="MarginContainer/Scroll/VBox/GenerateRow2"]
z_index = 999
layout_mode = 2
text = "Schließen"
text = "CHATBOT_CLOSE"
[node name="StatusLabel" type="Label" parent="MarginContainer/Scroll/VBox"]
layout_mode = 2