changed text for 'enter sensor code'

This commit is contained in:
Johan Degraeve 2021-12-23 23:47:15 +01:00
parent ff59c82329
commit 96c716b808
15 changed files with 15 additions and 15 deletions

View File

@ -45,7 +45,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -113,7 +113,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -37,5 +37,5 @@
"failed" = "Failed";
"calibrationNotNecessary" = "When using the Libre algoritm, it is not necessary to calibrate the sensor.";
"dexcomBatteryTooLow" = "The Transmitter battery is too low!";
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";

View File

@ -46,7 +46,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -57,7 +57,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -45,7 +45,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -129,7 +129,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -45,7 +45,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -129,7 +129,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -45,7 +45,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -129,7 +129,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -129,7 +129,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -45,7 +45,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -86,7 +86,7 @@
"stopSensorConfirmation" = "Are you sure you want to stop the sensor?";
/// When user needs to enter sensor code, to start firefly sensor
"enterSensorCode" = "Enter Sensor Code";
"enterSensorCode" = "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate";
/////////////////////////////////////////////////////////////////////////////////////////////
///// Translation needed - remove this header after translation /////

View File

@ -161,7 +161,7 @@ enum Texts_HomeView {
}()
static let enterSensorCode: String = {
return NSLocalizedString("enterSensorCode", tableName: filename, bundle: Bundle.main, value: "Enter Sensor Code", comment: "When user needs to enter sensor code, to start firefly sensor")
return NSLocalizedString("enterSensorCode", tableName: filename, bundle: Bundle.main, value: "if you don't have a sensor code use 0000 but be aware that you will not get readings until you calibrate", comment: "When user needs to enter sensor code, to start firefly sensor")
}()
static let stopSensorConfirmation: String = {