@@ -108,10 +108,10 @@ const lightspeedTranslationDe = createTranslationMessages({
108108 'chatbox.welcome.greeting' : 'Hallo, {{userName}}' ,
109109 'chatbox.welcome.description' : 'Wie kann ich Ihnen heute helfen?' ,
110110 'chatbox.message.placeholder' :
111- 'Senden Sie eine Nachricht und laden Sie optional eine JSON-, YAML-, TXT- oder XML -Datei hoch...' ,
111+ 'Senden Sie eine Nachricht und laden Sie optional eine JSON-, YAML-, oder TXT -Datei hoch...' ,
112112 'chatbox.fileUpload.failed' : 'Datei-Upload fehlgeschlagen' ,
113113 'chatbox.fileUpload.infoText' :
114- 'Unterstützte Dateitypen sind: .txt, .yaml, .json und .xml . Die maximale Dateigröße beträgt 25 MB.' ,
114+ 'Unterstützte Dateitypen sind: .txt, .yaml, und .json . Die maximale Dateigröße beträgt 25 MB.' ,
115115
116116 // Accessibility and ARIA labels
117117 'aria.chatbotSelector' : 'Chatbot-Auswahl' ,
@@ -154,7 +154,7 @@ const lightspeedTranslationDe = createTranslationMessages({
154154 'file.upload.error.alreadyExists' : 'Die Datei existiert bereits.' ,
155155 'file.upload.error.multipleFiles' : 'Mehr als eine Datei hochgeladen.' ,
156156 'file.upload.error.unsupportedType' :
157- 'Nicht unterstützter Dateityp. Unterstützte Typen sind: .txt, .yaml, .json und .xml .' ,
157+ 'Nicht unterstützter Dateityp. Unterstützte Typen sind: .txt, .yaml, und .json .' ,
158158 'file.upload.error.fileTooLarge' :
159159 'Ihre Dateigröße ist zu groß. Bitte stellen Sie sicher, dass Ihre Datei kleiner als 25 MB ist.' ,
160160 'file.upload.error.readFailed' :
0 commit comments