Added labels and expanded the language function

This commit is contained in:
2025-11-17 17:34:27 +01:00
parent 7b01c4f022
commit 5f14d633e3
3 changed files with 17 additions and 0 deletions
+9
View File
@@ -1,5 +1,8 @@
var languageOptions = {
"eng":{
"labelKI": "Select ki:",
"labelTranscription": "Select transcription:",
"labelLanguage": "Select language:",
"title": "Video to document",
"h1": "Video to document",
"p1": "Drag and drop video file",
@@ -11,6 +14,9 @@ var languageOptions = {
"submitButton": "Submit"
},
"de":{
"labelKI": "Waehle KI:",
"labelTranscription": "Waehle Transkription:",
"labelLanguage": "Waehle Sprache:",
"title": "Video zu Dokument",
"h1": "Video zu Dokument",
"p1": "Video per Drag & Drop ablegen",
@@ -22,6 +28,9 @@ var languageOptions = {
"submitButton": "Absenden"
},
"in":{
"labelKI": "की का चयन करें:",
"labelTranscription": "प्रतिलेखन चुनें:",
"labelLanguage": "भाषा चुने:",
"title": "दस्तावेज़ के लिए वीडियो",
"h1": "दस्तावेज़ के लिए वीडियो",
"p1": "वीडियो फ़ाइल खींचें और छोड़ें",