@@ -259,6 +259,40 @@ String soundMeterError = 'Sound sensor error:';
259259String soundMeterInitialError = 'Sound sensor initialization error:' ;
260260String db = 'dB' ;
261261String soundMeterTitle = 'Sound Meter' ;
262+ String playBackSummary = 'Playback Summary' ;
263+ String servo = 'Servo:' ;
264+ String percentage = '%' ;
265+ String pwmWaveForm = 'PWM Waveform' ;
266+ String close = 'Close' ;
267+ String timeMillisecond = 'Time (ms)' ;
268+ String low = 'LOW' ;
269+ String high = 'HIGH' ;
270+ String clearTimelineTitle = 'Clear Timeline?' ;
271+ String clearTimelineConfirmation =
272+ 'Are you sure you want to clear the timeline?' ;
273+ String avgAngleLabel = 'Avg Angle' ;
274+ String maxAngleLabel = 'Max Angle' ;
275+ String minAngleLabel = 'Min Angle' ;
276+ String avgDutyLabel = 'Avg Duty' ;
277+ String maxDutyLabel = 'Max Duty' ;
278+ String minDutyLabel = 'Min Duty' ;
279+ String controlsTitle = 'Controls' ;
280+ String manualLabel = 'Manual' ;
281+ String feedbackLabel = 'Feedback' ;
282+ String duration1Min = '1min' ;
283+ String duration2Min = '2min' ;
284+ String frequency50Hz = '50Hz' ;
285+ String frequency100Hz = '100Hz' ;
286+ String angle180 = '180' ;
287+ String angle360 = '360' ;
288+ String angle180Display = '180°' ;
289+ String angle360Display = '360°' ;
290+ String clear = 'Clear' ;
291+ String hzSuffix = 'Hz' ;
292+ String clearTimelineTooltip = 'Clear Timeline' ;
293+ String manualMode = 'Manual Mode' ;
294+ String frequencyChange = 'Stop playback to change frequency.' ;
295+ String playBackStop = 'Playback stopped' ;
262296String soundMeterIntro = 'Sound meter Introduction' ;
263297String soundMeterDesc =
264298 'To measure the loudness in the environment in decibel(dB)' ;
@@ -301,3 +335,12 @@ String buyPsLabMenu = 'Buy PSLab';
301335String faqMenu = 'FAQ' ;
302336String shareAppMenu = 'Share App' ;
303337String privacyPolicyMenu = 'Privacy Policy' ;
338+ String thermometerTitle = 'Thermometer' ;
339+ String thermometerIntro =
340+ 'Thermometer instrument is used to measure ambient temperature. It can be measured using inbuilt ambient temperature sensor or through SHT21.' ;
341+ String celsius = '°C' ;
342+ String temperatureSensorError = 'Temperature sensor error:' ;
343+ String temperatureSensorInitialError =
344+ 'Temperature sensor initialization error:' ;
345+ String temperatureSensorUnavailableMessage =
346+ 'Ambient temperature sensor is not available on this device' ;
0 commit comments