forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
199 lines (197 loc) · 7.84 KB
/
en.json
File metadata and controls
199 lines (197 loc) · 7.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"header": {
"title": "Smart Classroom Sample App",
"startRecording": "Start Recording",
"stopRecording": "Stop Recording",
"uploadFile": "Upload File",
"timer": "Timer"
},
"footer": {
"copyright": "© 2025-{{year}} Smart Classroom Sample App"
},
"notifications": {
"start": "Upload the files or Start recording to begin a new session",
"stop": "Stop recording to get AI summary",
"recording": "Recording…",
"uploading": "Uploading transcript…",
"generatingSummary": "Generating summary",
"generatingMindmap": "Generating MindMap",
"streamingSummary": "Streaming summary",
"loadingTranscript": "Streaming transcript",
"analyzingAudio": "Analyzing audio",
"summaryReady": "Summary ready",
"mindmapReady": "MindMap Ready",
"uploadSuccess": "File uploaded successfully!",
"uploadFailed": "Failed to upload file.",
"mindmapError": "MindMap generation failed due to invalid format.",
"analyzingVideo": "Streaming video…",
"noAudioDevices": "No audio devices",
"stoppingVideoAnalytics": "Stopping video analytics",
"startingVideoAnalytics": "Starting video analytics",
"checkingAudioDevices": "Checking audio devices...",
"audioReady": "Audio ready",
"audioProcessingComplete": "Audio processing complete",
"audioProcessingError": "Audio processing error",
"videoStreamingStopped": "Video streaming stopped",
"noVideoConfigured": "No video configured",
"videoReady": "Video ready",
"videoAnalyticsFailed": "Video analytics failed",
"audio": "Audio",
"video": "Video",
"videoStreamingComplete": "Video processing completed",
"playbackMode": "Playback Mode"
},
"tooltips": {
"checkingAudioDevices": "Checking audio devices...",
"startRecording": "Start recording",
"stopRecording": "Stop recording",
"recordingDisabled": "Recording disabled - another operation in progress",
"noDevicesOrStreams": "No audio devices or video streams are configured for streaming"
},
"settings": {
"title": "Settings",
"projectName": "Project Name",
"projectLocation": "Project Location",
"microphone": "Microphone",
"ok": "OK",
"projectNamePlaceholder": "Enter project name",
"projectLocationPlaceholder": "Select project folder",
"ipMicrophone": "IP Microphone",
"frontCamera": "Front Camera",
"backCamera": "Back Camera",
"boardCamera": "Board Camera",
"defaultFrontCamera": "Default Front Camera",
"defaultBackCamera": "Default Back Camera",
"defaultBoardCamera": "Default Board Camera",
"frontCamera1": "Front Camera 1",
"frontCamera2": "Front Camera 2",
"backCamera1": "Back Camera 1",
"backCamera2": "Back Camera 2",
"boardCamera1": "Board Camera 1",
"boardCamera2": "Board Camera 2",
"frontCameraPlaceholder": "rtsp://xxx.x.x.x:xxxx/front",
"backCameraPlaceholder": "rtsp://xxx.x.x.x:xxxx/back",
"boardCameraPlaceholder": "rtsp://xxx.x.x.x:xxxx/content"
},
"uploadFiles": {
"title": "Upload Files",
"audioPath": "Audio Path",
"videoPath": "Video Path",
"applyAndStart": "Apply and Start Processing",
"processing": "Processing...",
"baseDirectoryLabel": "Base Directory for Video Files",
"audioFileLabel": "Audio File",
"frontCameraFile": "Front Camera File",
"backCameraFile": "Back Camera File",
"boardCameraFile": "Board Camera File"
},
"menu": {
"settings": "Settings",
"help": "Help",
"about": "About"
},
"tabs": {
"transcripts": "Transcripts",
"summary": "AI Summary",
"mindmap":"Mind Map"
},
"accordion": {
"noData": "No data available",
"noSessionActive": "No active session. Upload file or Start Recording to begin monitoring.",
"lastUpdated": "Last updated",
"resourceUtilization": "Resource Utilization",
"configuration": "Configuration & Metrics",
"resource": "Resource Utilization",
"models": "Pre-validated Models",
"subtitle_configuration": "Platform and software configuration details",
"subtitle_resource": "CPU, GPU, NPU, Memory, and Power usage over time",
"subtitle_models": "Select models for transcripts and summary",
"platformConfiguration": "Platform Configuration",
"processor": "Processor",
"npu": "NPU",
"igpu": "iGPU",
"memory": "Memory",
"storage": "Storage",
"softwareConfiguration": "Software Configuration",
"llm": "LLM",
"asr": "ASR",
"performanceMetrics": "Performance Metrics",
"ttft": "TTFT",
"tpot": "TPOT",
"tps":"Tokens Per Second",
"totalTokensProcessed": "Total tokens processed",
"timeToGenerateSummary": "Time taken to generate summary",
"totalTimeTaken":"Total Time Taken",
"loadingConfiguration": "Loading configuration data...",
"cpuUtilization": "CPU Utilization",
"gpuUtilization": "GPU Utilization",
"npuUtilization": "NPU Utilization",
"memoryUtilization": "Memory Utilization",
"powerUtilization": "Power Utilization",
"loadingResource": "Loading resource data...",
"transcriptsModel": "Transcripts Model",
"summaryModel": "Summary",
"whisper": "paraformer-zh",
"model1": "Model 1",
"model2": "Model 2",
"gpt-4": "Qwen/Qwen2.5-7B-Instruct",
"model3": "Model 3",
"model4": "Model 4",
"classStatistics": "Class Engagement",
"roomView": "Room View",
"frontCamera": "Front",
"backCamera": "Back",
"boardCamera": "Board",
"allCameras": "All"
},
"errors": {
"projectNameRequired": "Project name is required",
"failedToStartRecording": "Failed to start recording",
"failedToStopRecording": "Failed to stop recording",
"failedToCopyPath": "Failed to copy path",
"anErrorOccurred": "An error occurred"
},
"videoStream": {
"configureCameras": "Configure cameras in settings to enable video analytics",
"uploadFilesToStart": "Or upload audio/video files to get started",
"uploadFileButton": "Upload File",
"noStreamsAvailable": "Video analytics attempted but no streams available",
"checkCameraConfigurations": "Check camera configurations or backend video service",
"audioRecordingContinues": "Audio recording continues normally",
"streamingIconAlt": "Streaming Icon",
"noStream": "No video streams",
"videoFailed":"Video Failed",
"continuingAudioOnly":"Continuing with audio-only processing",
"loadingvideo": "Loading video stream"
},
"classStatistics": {
"studentCount": "Student Count",
"standCount": "Aggregated Stand Count",
"raiseUpCount": "Aggregated Raise Up Count",
"standReIdData": "Stand Re-ID Data",
"studentId": "Student ID",
"count": "Count",
"videoAnalytics": "Video Analytics",
"audioAnalytics": "Audio Analytics",
"lastUpdated": "Last updated",
"noData": "No data available"
},
"search": {
"preparingContent": "Content Generating...",
"contentError": "Content preparation failed",
"placeholder": "Search for topics...",
"searching": "Searching...",
"clearResults": "Clear Results",
"submitSearch": "Search",
"query":"Query",
"resultsFound":"results found",
"noResults":"No results found.",
"Relevance":"Relevance",
"Timestamp":"Timestamp",
"expandResults":"Expand Results",
"durationError":"Duration Mismatch - check your files",
"durationMismatch":"⚠️ Audio and video durations don't match. Please ensure both files have similar lengths.",
"durationExtractionFailed":"⚠️ Unable to extract audio or video duration. Please check your files and try again.",
"contentPreparationFailed":"Content preparation failed. Please try again."
}
}