Sfoglia il codice sorgente

"Suspend zeros IOB" fix

Jon Mårtensson 4 anni fa
parent
commit
1b17bcffd9

File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/it.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/nb.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/nl.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/pl.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/ru.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings


File diff suppressed because it is too large
+ 3 - 3
FreeAPS/Sources/Localizations/Main/tr.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/uk.lproj/Localizable.strings


File diff suppressed because it is too large
+ 2 - 3
FreeAPS/Sources/Localizations/Main/zh-Hans.lproj/Localizable.strings


+ 1 - 1
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorViewModel.swift

@@ -242,7 +242,7 @@ extension PreferencesEditor {
                     keypath: \.suspendZerosIOB,
                     keypath: \.suspendZerosIOB,
                     value: preferences.suspendZerosIOB,
                     value: preferences.suspendZerosIOB,
                     infoText: NSLocalizedString(
                     infoText: NSLocalizedString(
-                        "Many people occasionally forget to resume / unsuspend their pump after reconnecting it. If you’re one of them, and you are willing to reliably set a zero temp basal whenever suspending and disconnecting your pump, this feature has your back. If enabled, it will automatically resume / unsuspend the pump if you forget to do so before your zero temp expires. As long as the zero temp is still running, it will leave the pump suspended.",
+                        "Default is false. Any existing temp basals during times the pump was suspended will be deleted and 0 temp basals to negate the profile basal rates during times pump is suspended will be added.",
                         comment: "Suspend Zeros IOB"
                         comment: "Suspend Zeros IOB"
                     ),
                     ),
                     settable: self
                     settable: self