fix in localization

This commit is contained in:
Johan Degraeve 2019-11-02 10:37:06 +01:00
parent 2bb3d8e314
commit f38d0cbd82
37 changed files with 333 additions and 8 deletions

View File

@ -62,6 +62,9 @@
F85DC2F521CFE3D400B9F74A /* BgReading+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = F85DC2F221CFE3D400B9F74A /* BgReading+CoreDataClass.swift */; };
F867E2612252ADAB000FD265 /* Calibration+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */; };
F889CB60236C3DCB00A81068 /* CGMBlueReaderTransmitter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F889CB5F236C3DCB00A81068 /* CGMBlueReaderTransmitter.swift */; };
F889CB61236D844600A81068 /* M5StacksView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F889CB63236D844600A81068 /* M5StacksView.strings */; };
F889CB6F236D84AC00A81068 /* M5StackView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F889CB71236D84AC00A81068 /* M5StackView.strings */; };
F889CB7F236D850600A81068 /* DexcomShareTestResults.strings in Resources */ = {isa = PBXBuildFile; fileRef = F889CB81236D850600A81068 /* DexcomShareTestResults.strings */; };
F897AAF92200F2D200CDDD10 /* CBPeripheralState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897AAF82200F2D200CDDD10 /* CBPeripheralState.swift */; };
F897AAFB2201018800CDDD10 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897AAFA2201018800CDDD10 /* String.swift */; };
F898EDEA233F53BF00BFB79B /* UIButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898EDE9233F53BF00BFB79B /* UIButton.swift */; };
@ -240,8 +243,6 @@
F8F62270233AA3B200BE8796 /* M5StackAccessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F6226F233AA3B200BE8796 /* M5StackAccessor.swift */; };
F8F62276233D1CE600BE8796 /* TextsM5StacksView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F62275233D1CE600BE8796 /* TextsM5StacksView.swift */; };
F8F62278233D1CED00BE8796 /* TextsM5StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8F62277233D1CED00BE8796 /* TextsM5StackView.swift */; };
F8F6227A233D1CF700BE8796 /* M5StackView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F8F62279233D1CF700BE8796 /* M5StackView.strings */; };
F8F6227C233D1CFE00BE8796 /* M5StacksView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F8F6227B233D1CFE00BE8796 /* M5StacksView.strings */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -307,6 +308,42 @@
F85DC2F221CFE3D400B9F74A /* BgReading+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BgReading+CoreDataClass.swift"; sourceTree = "<group>"; };
F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Calibration+CoreDataProperties.swift"; path = "xdrip/Core Data/extensions/Calibration+CoreDataProperties.swift"; sourceTree = SOURCE_ROOT; };
F889CB5F236C3DCB00A81068 /* CGMBlueReaderTransmitter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGMBlueReaderTransmitter.swift; sourceTree = "<group>"; };
F889CB62236D844600A81068 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB64236D849200A81068 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB65236D849400A81068 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB66236D849500A81068 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB67236D849700A81068 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB68236D849800A81068 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/M5StacksView.strings"; sourceTree = "<group>"; };
F889CB69236D849900A81068 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB6A236D849B00A81068 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/M5StacksView.strings"; sourceTree = "<group>"; };
F889CB6B236D849C00A81068 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB6C236D849D00A81068 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/M5StacksView.strings; sourceTree = "<group>"; };
F889CB6D236D849E00A81068 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/M5StacksView.strings"; sourceTree = "<group>"; };
F889CB6E236D849F00A81068 /* es-ES */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-ES"; path = "es-ES.lproj/M5StacksView.strings"; sourceTree = "<group>"; };
F889CB70236D84AC00A81068 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB72236D84B000A81068 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB73236D84B100A81068 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB74236D84B200A81068 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB75236D84B300A81068 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB76236D84B400A81068 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/M5StackView.strings"; sourceTree = "<group>"; };
F889CB77236D84B500A81068 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB78236D84B600A81068 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB79236D84B800A81068 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/M5StackView.strings"; sourceTree = "<group>"; };
F889CB7A236D84B900A81068 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB7B236D84BA00A81068 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/M5StackView.strings"; sourceTree = "<group>"; };
F889CB7C236D84BC00A81068 /* es-ES */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-ES"; path = "es-ES.lproj/M5StackView.strings"; sourceTree = "<group>"; };
F889CB80236D850600A81068 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB82236D850C00A81068 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB83236D851000A81068 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB84236D851000A81068 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB85236D851200A81068 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB86236D851200A81068 /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/DexcomShareTestResults.strings"; sourceTree = "<group>"; };
F889CB87236D851300A81068 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB88236D851400A81068 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/DexcomShareTestResults.strings"; sourceTree = "<group>"; };
F889CB89236D851500A81068 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB8A236D851500A81068 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/DexcomShareTestResults.strings; sourceTree = "<group>"; };
F889CB8B236D851600A81068 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/DexcomShareTestResults.strings"; sourceTree = "<group>"; };
F889CB8C236D851700A81068 /* es-ES */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-ES"; path = "es-ES.lproj/DexcomShareTestResults.strings"; sourceTree = "<group>"; };
F897AAF82200F2D200CDDD10 /* CBPeripheralState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CBPeripheralState.swift; sourceTree = "<group>"; };
F897AAFA2201018800CDDD10 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
F898EDE9233F53BF00BFB79B /* UIButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIButton.swift; sourceTree = "<group>"; };
@ -613,8 +650,6 @@
F8F6226F233AA3B200BE8796 /* M5StackAccessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = M5StackAccessor.swift; sourceTree = "<group>"; };
F8F62275233D1CE600BE8796 /* TextsM5StacksView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextsM5StacksView.swift; sourceTree = "<group>"; };
F8F62277233D1CED00BE8796 /* TextsM5StackView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextsM5StackView.swift; sourceTree = "<group>"; };
F8F62279233D1CF700BE8796 /* M5StackView.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = M5StackView.strings; sourceTree = "<group>"; };
F8F6227B233D1CFE00BE8796 /* M5StacksView.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = M5StacksView.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -856,6 +891,7 @@
F85DC2F921D2CCC000B9F74A /* Storyboards */ = {
isa = PBXGroup;
children = (
F889CB81236D850600A81068 /* DexcomShareTestResults.strings */,
F8B3A7B3226A0A71004BA588 /* Alerts.strings */,
F8B3A80B227A3E97004BA588 /* AlertTypesSettingsView.strings */,
F8B48AA222B2FA9A009BCC01 /* CalibrationRequest.strings */,
@ -865,8 +901,8 @@
F8B48A9E22B2FA7B009BCC01 /* HomeView.strings */,
F8AC426821ADEBD70078C348 /* LaunchScreen.storyboard */,
F8BDD436221A0349006EAB84 /* Localizable.strings */,
F8F6227B233D1CFE00BE8796 /* M5StacksView.strings */,
F8F62279233D1CF700BE8796 /* M5StackView.strings */,
F889CB63236D844600A81068 /* M5StacksView.strings */,
F889CB71236D84AC00A81068 /* M5StackView.strings */,
F8AC426321ADEBD60078C348 /* Main.storyboard */,
F8B3A788225D4473004BA588 /* NightScoutTestResult.strings */,
F8BDD457221DEF22006EAB84 /* SettingsViews.strings */,
@ -1539,15 +1575,16 @@
F8B48A9C22B2FA66009BCC01 /* SpeakReading.strings in Resources */,
F8B3A7C7226CC0B7004BA588 /* shortlow3.mp3 in Resources */,
F8B3A7CB226CC0B7004BA588 /* shortlow4.mp3 in Resources */,
F8F6227A233D1CF700BE8796 /* M5StackView.strings in Resources */,
F889CB6F236D84AC00A81068 /* M5StackView.strings in Resources */,
F8B3A80D227A3E98004BA588 /* AlertTypesSettingsView.strings in Resources */,
F8B3A7D3226CC0B7004BA588 /* xdripalert.aif in Resources */,
F8F6227C233D1CFE00BE8796 /* M5StacksView.strings in Resources */,
F889CB61236D844600A81068 /* M5StacksView.strings in Resources */,
F8AC426721ADEBD70078C348 /* Assets.xcassets in Resources */,
F8EEDD552300136F00D2D610 /* DexcomShareTestResult.strings in Resources */,
F8B3A7CF226CC0B7004BA588 /* shorthigh4.mp3 in Resources */,
F821CF7D22A46CDD005C1E43 /* 1-millisecond-of-silence.mp3 in Resources */,
F8B3A7CE226CC0B7004BA588 /* shorthigh2.mp3 in Resources */,
F889CB7F236D850600A81068 /* DexcomShareTestResults.strings in Resources */,
F821CF7F22A4EDCF005C1E43 /* 20ms-of-silence.caf in Resources */,
F8B3A7CC226CC0B7004BA588 /* shorthigh1.mp3 in Resources */,
F8AC426521ADEBD60078C348 /* Main.storyboard in Resources */,
@ -1829,6 +1866,63 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
F889CB63236D844600A81068 /* M5StacksView.strings */ = {
isa = PBXVariantGroup;
children = (
F889CB62236D844600A81068 /* en */,
F889CB64236D849200A81068 /* zh */,
F889CB65236D849400A81068 /* nl */,
F889CB66236D849500A81068 /* fr */,
F889CB67236D849700A81068 /* it */,
F889CB68236D849800A81068 /* pl-PL */,
F889CB69236D849900A81068 /* pt */,
F889CB6A236D849B00A81068 /* pt-BR */,
F889CB6B236D849C00A81068 /* ru */,
F889CB6C236D849D00A81068 /* sl */,
F889CB6D236D849E00A81068 /* es-MX */,
F889CB6E236D849F00A81068 /* es-ES */,
);
name = M5StacksView.strings;
sourceTree = "<group>";
};
F889CB71236D84AC00A81068 /* M5StackView.strings */ = {
isa = PBXVariantGroup;
children = (
F889CB70236D84AC00A81068 /* en */,
F889CB72236D84B000A81068 /* zh */,
F889CB73236D84B100A81068 /* nl */,
F889CB74236D84B200A81068 /* it */,
F889CB75236D84B300A81068 /* fr */,
F889CB76236D84B400A81068 /* pl-PL */,
F889CB77236D84B500A81068 /* pt */,
F889CB78236D84B600A81068 /* ru */,
F889CB79236D84B800A81068 /* pt-BR */,
F889CB7A236D84B900A81068 /* sl */,
F889CB7B236D84BA00A81068 /* es-MX */,
F889CB7C236D84BC00A81068 /* es-ES */,
);
name = M5StackView.strings;
sourceTree = "<group>";
};
F889CB81236D850600A81068 /* DexcomShareTestResults.strings */ = {
isa = PBXVariantGroup;
children = (
F889CB80236D850600A81068 /* en */,
F889CB82236D850C00A81068 /* zh */,
F889CB83236D851000A81068 /* nl */,
F889CB84236D851000A81068 /* fr */,
F889CB85236D851200A81068 /* it */,
F889CB86236D851200A81068 /* pl-PL */,
F889CB87236D851300A81068 /* pt */,
F889CB88236D851400A81068 /* pt-BR */,
F889CB89236D851500A81068 /* ru */,
F889CB8A236D851500A81068 /* sl */,
F889CB8B236D851600A81068 /* es-MX */,
F889CB8C236D851700A81068 /* es-ES */,
);
name = DexcomShareTestResults.strings;
sourceTree = "<group>";
};
F8AC426321ADEBD60078C348 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";

View File

@ -0,0 +1,4 @@
"dexcomsharetestresult_verificationsuccessfulalerttitle" = "Verification Successful";
"dexcomsharetestresult_verificationsuccessfulalertbody" = "Your dexcomshare account was verified successfully";
"dexcomsharetestresult_verificationerroralerttitle" = "Verification Error";

View File

@ -0,0 +1,14 @@
"screenTitle" = "M5Stack";
"address" = "Address";
"status" = "Status";
"connected" = "connected";
"notConnected" = "not connected";
"alwaysconnect" = "Always Connect";
"donotconnect" = "Don't connect";
"authenticationFailureWarning" = "Authentication to M5Stack Failed, either set the pre-configured password in the Settings, or, if the M5Stack does not have a preconfigured password then reset the M5Stack. M5Stack will disconnect now. You can make a new attempt by clicking ";
"blePasswordMissingWarning" = "You need to set the password in the Settings";
"m5StackResetRequiredWarning" = "M5Stack must be reset in order to generate a new temporary password. When done click ";
"m5StackAlias" = "Alias";
"selectAliasText" = "Choose a name for this M5Stack, the name will be shown in the app and is easier for you to recognize";
"userdefinedNameAlreadyExists" = "There is already an M5Stack with this name";
"confirmDeletionM5Stack" = "Do you want to delete M5Stack with ";

View File

@ -0,0 +1,3 @@
"screenTitle" = "M5Stack List";
"m5StackSoftWareHelpCellText" = "Where to find M5Stack software ?";
"m5StackSoftWareHelpText" = "Go to";