You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnNSLocalizedString("Sensor needs calibration", comment:"The description of sensor calibration state when sensor needs calibration.")
271
+
case.ok:
272
+
returnNSLocalizedString("Sensor calibration is OK", comment:"The description of sensor calibration state when sensor calibration is ok.")
273
+
case.stopped:
274
+
returnNSLocalizedString("Sensor is stopped", comment:"The description of sensor calibration state when sensor sensor is stopped.")
275
+
case.warmup:
276
+
returnNSLocalizedString("Sensor is warming up", comment:"The description of sensor calibration state when sensor sensor is warming up.")
277
+
case.unknown(let rawValue):
278
+
returnString(format:NSLocalizedString("Sensor is in unknown state %1$d", comment:"The description of sensor calibration state when raw value is unknown. (1: missing data details)"), rawValue)
0 commit comments