Skip to content

Commit 93b042e

Browse files
committed
Crowdin updates
1 parent 6389af0 commit 93b042e

46 files changed

Lines changed: 8843 additions & 341 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

FreeAPS/Sources/APS/Storage/CarbsStorage.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,17 @@ final class BaseCarbsStorage: CarbsStorage, Injectable {
137137
}
138138

139139
// MARK: Save to CoreData. Currently not used
140+
140141
self.coredataContext.perform {
141142
let carbDataForStats = Carbohydrates(context: self.coredataContext)
142-
143+
143144
carbDataForStats.carbs = cbs as NSDecimalNumber
144145
carbDataForStats.fat = fat as NSDecimalNumber
145146
carbDataForStats.protein = protein as NSDecimalNumber
146147
carbDataForStats.note = note
147148
carbDataForStats.id = UUID().uuidString
148149
carbDataForStats.date = creationDate
149-
150+
150151
try? self.coredataContext.save()
151152
}
152153
broadcaster.notify(CarbsObserver.self, on: processQueue) {

FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings

Lines changed: 401 additions & 8 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,13 +1452,13 @@ Enact a temp Basal or a temp target */
14521452
"Change HbA1c Unit" = "Change HbA1c Unit";
14531453

14541454
/* */
1455-
"Display Chart X - Grid lines" = "Display Chart X - Grid lines";
1455+
"Vertical grid lines" = "Vertical grid lines";
14561456

14571457
/* */
1458-
"Display Chart Y - Grid lines" = "Display Chart Y - Grid lines";
1458+
"Horizontal grid lines" = "Horizontal grid lines";
14591459

14601460
/* */
1461-
"Display Chart Threshold lines for Low and High" = "Display Chart Threshold lines for Low and High";
1461+
"Threshold lines (Low / High)" = "Threshold lines (Low / High)";
14621462

14631463
/* */
14641464
"Standing / Laying TIR Chart" = "Standing / Laying TIR Chart";

FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings

Lines changed: 400 additions & 7 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings

Lines changed: 400 additions & 7 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings

Lines changed: 381 additions & 7 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings

Lines changed: 400 additions & 7 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings

Lines changed: 400 additions & 7 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings

Lines changed: 403 additions & 10 deletions
Large diffs are not rendered by default.

FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings

Lines changed: 400 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)