Skip to content

Commit 0d66a8a

Browse files
authored
Finnish translations update (#1291)
1 parent eb0277d commit 0d66a8a

File tree

8 files changed

+116
-50
lines changed

8 files changed

+116
-50
lines changed

Learn/fi.lproj/InfoPlist.strings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Privacy - Health Share Usage Description */
2+
"NSHealthShareUsageDescription" = "Terveys-sovelluksen ateriatietoja käytetään glukoosivaikutusten määrittämiseen. Terveys-sovelluksen glukoositietoja käytetään graafeissa ja laskelmissa.";
3+

Loop.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
7D70765E1FE06EE3004AC8EA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076601FE06EE3004AC8EA /* Localizable.strings */; };
335335
7D7076631FE06EE4004AC8EA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076651FE06EE4004AC8EA /* Localizable.strings */; };
336336
7D9BEEF32335CF8D005DCFD6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D9BEEF52335CF8D005DCFD6 /* Localizable.strings */; };
337+
80F864E62433BF5D0026EC26 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 80F864E42433BF5D0026EC26 /* InfoPlist.strings */; };
337338
892A5D2A222EF60A008961AB /* MockKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 892A5D29222EF60A008961AB /* MockKit.framework */; };
338339
892A5D2C222EF60A008961AB /* MockKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 892A5D2B222EF60A008961AB /* MockKitUI.framework */; };
339340
892A5D59222F0A27008961AB /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892A5D58222F0A27008961AB /* Debug.swift */; };
@@ -1041,6 +1042,7 @@
10411042
7DD382771F8DBFC60071272B /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
10421043
7DD382781F8DBFC60071272B /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MainInterface.strings; sourceTree = "<group>"; };
10431044
7DD382791F8DBFC60071272B /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Interface.strings; sourceTree = "<group>"; };
1045+
80F864E52433BF5D0026EC26 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
10441046
892A5D29222EF60A008961AB /* MockKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = MockKit.framework; path = Carthage/Build/iOS/MockKit.framework; sourceTree = SOURCE_ROOT; };
10451047
892A5D2B222EF60A008961AB /* MockKitUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = MockKitUI.framework; path = Carthage/Build/iOS/MockKitUI.framework; sourceTree = SOURCE_ROOT; };
10461048
892A5D58222F0A27008961AB /* Debug.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Debug.swift; sourceTree = "<group>"; };
@@ -1497,6 +1499,7 @@
14971499
43D9FFAB21EA9A0F00AF44BF /* Assets.xcassets */,
14981500
43D9FFAD21EA9A0F00AF44BF /* LaunchScreen.storyboard */,
14991501
43D9FFB021EA9A0F00AF44BF /* Info.plist */,
1502+
80F864E42433BF5D0026EC26 /* InfoPlist.strings */,
15001503
7D9BEEE72335A6B3005DCFD6 /* Localizable.strings */,
15011504
);
15021505
path = Learn;
@@ -2337,6 +2340,7 @@
23372340
43D9FFAF21EA9A0F00AF44BF /* LaunchScreen.storyboard in Resources */,
23382341
43D9FFAC21EA9A0F00AF44BF /* Assets.xcassets in Resources */,
23392342
43D9FFAA21EA9A0C00AF44BF /* Main.storyboard in Resources */,
2343+
80F864E62433BF5D0026EC26 /* InfoPlist.strings in Resources */,
23402344
);
23412345
runOnlyForDeploymentPostprocessing = 0;
23422346
};
@@ -3365,6 +3369,14 @@
33653369
name = Localizable.strings;
33663370
sourceTree = "<group>";
33673371
};
3372+
80F864E42433BF5D0026EC26 /* InfoPlist.strings */ = {
3373+
isa = PBXVariantGroup;
3374+
children = (
3375+
80F864E52433BF5D0026EC26 /* fi */,
3376+
);
3377+
name = InfoPlist.strings;
3378+
sourceTree = "<group>";
3379+
};
33683380
C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */ = {
33693381
isa = PBXVariantGroup;
33703382
children = (

Loop/fi.lproj/InfoPlist.strings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"NSBluetoothPeripheralUsageDescription" = "Bluetoothin avulla kommunikoidaan insuliinipumpun ja glukoosinseurantalaitteen kanssa.";
99

1010
/* Privacy - Face ID Usage Description */
11-
"NSFaceIDUsageDescription" = "Face ID:tä käytetään vahvistamiseen annettaessa bolusta.";
11+
"NSFaceIDUsageDescription" = "Face ID:tä käytetään annettavan boluksen vahvistamiseen.";
1212

1313
/* Privacy - Health Share Usage Description */
14-
"NSHealthShareUsageDescription" = "Terveys-appin ateriatietoja käytetään glukoosivaikutusten määrittämiseen. Terveys-appin glukoositietoja käytetään graafeissa ja laskelmissa.";
14+
"NSHealthShareUsageDescription" = "Terveys-sovelluksen ateriatietoja käytetään glukoosivaikutusten määrittämiseen. Terveys-sovelluksen glukoositietoja käytetään graafeissa ja laskelmissa. Unitiedot parantavat Apple Watch komplikaation käyttökokemusta.";
1515

1616
/* Privacy - Health Update Usage Description */
17-
"NSHealthUpdateUsageDescription" = "Appin ja kellon kautta tallennetut hiilihydraattitiedot tallennetaan Terveys-appiin. Glukoosiseurannan kautta saadut glukoositiedot tallennetaan turvallisesti HealthKitiin.";
17+
"NSHealthUpdateUsageDescription" = "Sovelluksen ja kellon kautta tallennetut hiilihydraattitiedot tallennetaan Terveys-sovellukseen. Glukoosiseurannan kautta saadut glukoositiedot tallennetaan turvallisesti HealthKitiin.";
1818

Loop/fi.lproj/Localizable.strings

Lines changed: 59 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* The string format appended to active insulin that describes pending insulin. (1: pending insulin) */
2-
" (pending: %@)" = "(odottaa: %@)";
2+
" (pending: %@)" = "(odot.: %@)";
33

44
/* The format for an active override preset. (1: preset symbol)(2: preset name) */
55
"%@ %@" = "%1$@ %2$@";
@@ -38,16 +38,19 @@
3838
"%1$@: %2$@" = "%1$@: %2$@";
3939

4040
/* Description of the prediction input effect for glucose momentum */
41-
"15 min glucose regression coefficient (b₁), continued with decay over 30 min" = "15 min glukoosin regressiokerroin (b₁), häipyen 30 min kuluessa.";
41+
"15 min glucose regression coefficient (b₁), continued with decay over 30 min" = "15 min glukoosin regressiokerroin (b₁), hiipuen 30 min kuluessa";
4242

4343
/* Description of the prediction input effect for retrospective correction */
44-
"30 min comparison of glucose prediction vs actual, continued with decay over 60 min" = "30 min vertailu ennustetun ja todellisen glukoosin välillä, häipyen 60 min kuluessa.";
44+
"30 min comparison of glucose prediction vs actual, continued with decay over 60 min" = "30 min vertailu ennustetun ja todellisen glukoosin välillä, hiipuen 60 min kuluessa";
4545

4646
/* Subtitle of Fiasp preset */
47-
"A model based on the published absorption of Fiasp insulin." = "Malli perustuen julkaistuihin Fiasp-insuliinin imeytymisaikoihin.";
47+
"A model based on the published absorption of Fiasp insulin." = "Perustuu Fiasp-insuliinin julkaistuun imeytymismalliin.";
4848

4949
/* Subtitle of Rapid-Acting – Adult preset */
50-
"A model based on the published absorption of Humalog, Novolog, and Apidra insulin in adults." = "Malli perustuen julkaistuihin Humalog-, Novorapid- ja Apidra-insuliinien imeytymisaikoihin aikuisilla.";
50+
"A model based on the published absorption of Humalog, Novolog, and Apidra insulin in adults." = "Perustuu Humalog-, Novorapid- ja Apidra-insuliinien julkaistuun imeytymismalliin aikuisilla.";
51+
52+
/* Title of the carb entry absorption time cell */
53+
"Absorption Time" = "Imeytymisaika";
5154

5255
/* Action to copy the recommended Bolus value to the actual Bolus Field */
5356
"AcceptRecommendedBolus" = "HyväksySuositeltuBolus";
@@ -107,9 +110,13 @@
107110
"Basal Rates" = "Basaalitasot";
108111

109112
/* The label of the bolus entry button
110-
The notification title for a bolus failure */
113+
The notification title for a bolus failure
114+
Title text for bolus screen (manual correction) */
111115
"Bolus" = "Bolus";
112116

117+
/* Alert title for an updated bolus recommendation */
118+
"Bolus Recommendation Updated" = "Bolussuositus päivitetty";
119+
113120
/* The format string for bolus progress. (1: delivered volume)(2: total volume) */
114121
"Bolused %1$@ of %2$@" = "Bolus %1$@ / %2$@";
115122

@@ -129,6 +136,12 @@
129136
The title text for the carb ratio schedule */
130137
"Carb Ratios" = "Hiilihydraattisuhteet";
131138

139+
/* The title of the view controller to create a new carb entry */
140+
"carb-entry-title-add" = "Lisää hiilihydraatteja";
141+
142+
/* The title of the view controller to edit an existing carb entry */
143+
"carb-entry-title-edit" = "Muokkaa hiilihydraatteja";
144+
132145
/* Title of the prediction input effect for carbohydrates */
133146
"Carbohydrates" = "Hiilihydraatit";
134147

@@ -148,19 +161,22 @@
148161
"Check that your pump is in range" = "Tarkista, että pumppu on riittävän lähellä";
149162

150163
/* Recovery suggestion when glucose data is missing */
151-
"Check your CGM data source" = "Tarkista CGM-datalähde";
164+
"Check your CGM data source" = "Tarkista CGM-tietolähde";
165+
166+
/* Carb entry section footer text explaining absorption time */
167+
"Choose a longer absorption time for larger meals, or those containing fats and proteins. This is only guidance to the algorithm and need not be exact." = "Valitse pidempi imeytymisaika isoille tai paljon rasvaa ja proteiineja sisältäville aterioille. Tämä on suuntaa antava tieto, eikä sen tarvitse olla tarkka.";
152168

153169
/* The title text for the looping enabled switch cell */
154-
"Closed Loop" = "Closed Loop";
170+
"Closed Loop" = "Suljettu säätö";
155171

156172
/* The title of the action used to dismiss an error alert */
157173
"com.loudnate.LoopKit.errorAlertActionTitle" = "OK";
158174

159175
/* The title of the configuration section in settings */
160-
"Configuration" = "Kokoonpano";
176+
"Configuration" = "Määritykset";
161177

162178
/* The error message displayed for configuration errors. (1: configuration error details) */
163-
"Configuration Error: %1$@" = "Kokoonpanovirhe: %1$@";
179+
"Configuration Error: %1$@" = "Määritysvirhe: %1$@";
164180

165181
/* The title of the continuous glucose monitor section in settings */
166182
"Continuous Glucose Monitor" = "Glukoosinseuranta (CGM)";
@@ -172,15 +188,22 @@
172188
/* Message when offering bolus recommendation even though bg is below range. (1: glucose value) */
173189
"Current glucose of %1$@ is below correction range." = "Nykyinen glukoosi %1$@ on korjausalueen alapuolella.";
174190

175-
/* The title of the cell indicating a generic temporary override is enabled */
176-
"Custom Override" = "Tilapäisas";
191+
/* Name of custom override
192+
The title of the cell indicating a generic temporary override is enabled */
193+
"Custom Override" = "Mukautettu tilapäisasetus";
177194

178195
/* The title of the Loggly customer token credential */
179196
"Customer Token" = "Asiakastunniste";
180197

198+
/* Title of the carb entry date picker cell */
199+
"Date" = "Aika";
200+
181201
/* Button title to delete CGM */
182202
"Delete CGM" = "Poista CGM";
183203

204+
/* The button text to initiate a bolus */
205+
"Deliver" = "Annostele";
206+
184207
/* Title text for delivery limits */
185208
"Delivery Limits" = "Annostelurajat";
186209

@@ -256,7 +279,7 @@
256279
"Issue Report" = "Ongelmaraportti";
257280

258281
/* Glucose HUD accessibility hint */
259-
"Launches CGM app" = "Avaa CGM-appin";
282+
"Launches CGM app" = "Avaa CGM-sovelluksen";
260283

261284
/* The loading message for the diagnostic report screen */
262285
"Loading..." = "Ladataan...";
@@ -270,6 +293,9 @@
270293
/* The notification alert describing a long-lasting loop failure. The substitution parameter is the time interval since the last loop */
271294
"Loop has not completed successfully in %@" = "Häiriö Loopin toiminnassa %@";
272295

296+
/* Title text for bolus screen following a carb entry */
297+
"Meal Bolus" = "Ateriabolus";
298+
273299
/* The error message for missing data. (1: missing data details) */
274300
"Missing data: %1$@" = "Tiedot puuttuvat: %1$@";
275301

@@ -282,8 +308,14 @@
282308
/* The error message displayed for device connection errors. */
283309
"No connected devices, or failure during device connection" = "Ei yhdistettyjä laitteita tai häiriö laiteyhteydessä";
284310

311+
/* Button text to acknowledge an updated bolus recommendation alert */
312+
"OK" = "OK";
313+
285314
/* The title text for the override presets */
286-
"Override Presets" = "Override Presets";
315+
"Override Presets" = "Tilapäisasetukset";
316+
317+
/* Name of pre-meal workout override */
318+
"Pre-Meal" = "Ennen ateriaa";
287319

288320
/* The label of the pre-meal mode toggle button */
289321
"Pre-Meal Targets" = "Ennen ateriaa -tavoite";
@@ -339,9 +371,13 @@
339371
/* Title of the prediction input effect for retrospective correction */
340372
"Retrospective Correction" = "Retrospektiivinen korjaus";
341373

342-
/* The title of the notification action to retry a bolus command */
374+
/* The button text for attempting a manual loop
375+
The title of the notification action to retry a bolus command */
343376
"Retry" = "Uudelleen";
344377

378+
/* The button text to save a carb entry without bolusing */
379+
"Save without Bolusing" = "Tallenna ilman bolusta";
380+
345381
/* The title of the services section in settings */
346382
"Services" = "Palvelut";
347383

@@ -355,7 +391,7 @@
355391
"since %@" = "%@ jälkeen";
356392

357393
/* The title of the nightscout site URL credential */
358-
"Site URL" = "Sivuston URL";
394+
"Site URL" = "URL";
359395

360396
/* The format for the description of a temporary override start date */
361397
"starting at %@" = "alkaa %@";
@@ -369,8 +405,11 @@
369405
/* The subtitle of the cell displaying an action to resume insulin delivery */
370406
"Tap to Resume" = "Jatka annostelua";
371407

408+
/* Alert message for an updated bolus recommendation */
409+
"The bolus recommendation has updated. Please reconfirm the bolus amount." = "Bolussuositus on päivittynyt. Vahvista bolus uudelleen.";
410+
372411
/* Subtitle description of Walsh insulin model setting */
373-
"The legacy model used by Loop, allowing customization of action duration." = "Loopin aikaisemmin käyttämä insuliinimalli, joka mahdollistaa insuliinin vaikutusajan muokkauksen.";
412+
"The legacy model used by Loop, allowing customization of action duration." = "Loopin vanha insuliinimalli, jossa voi muokata insuliinin vaikutusaikaa.";
374413

375414
/* Body of the alert describing a maximum bolus validation error. (1: The localized max bolus value) */
376415
"The maximum bolus amount is %@ Units" = "Suurin sallittu bolus on %@ yksikköä";
@@ -390,6 +429,9 @@
390429
/* Explanation of suspend threshold */
391430
"When current or forecasted glucose is below the suspend threshold, Loop will not recommend a bolus, and will always recommend a temporary basal rate of 0 units per hour." = "Kun nykyinen tai ennustettu glukoosi on pysäytysrajan alapuolella, Loop ei suosittele bolusta ja suosittelee aina tilapäiseksi basaaliksi 0 yksikköä tunnissa.";
392431

432+
/* Name of legacy workout override */
433+
"Workout" = "Liikunta";
434+
393435
/* The label of the workout mode toggle button */
394436
"Workout Targets" = "Liikuntatavoitteet";
395437

Loop/fi.lproj/Main.strings

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"3kU-n2-fha.title" = "Tila";
33

44
/* Class = "UILabel"; text = "3.5 U/hour @ 12:12 PM"; ObjectID = "5gz-kZ-iF1"; */
5-
"5gz-kZ-iF1.text" = "3.5 U/h @ 12:12 PM";
5+
"5gz-kZ-iF1.text" = "3.5 U/h @ 12:12";
66

77
/* Class = "UILabel"; text = "Bolus"; ObjectID = "5oA-6d-ZTL"; */
88
"5oA-6d-ZTL.text" = "Bolus";
@@ -25,6 +25,9 @@
2525
/* Class = "UINavigationItem"; title = "Bolus"; ObjectID = "aiu-ZA-zVa"; */
2626
"aiu-ZA-zVa.title" = "Bolus";
2727

28+
/* Class = "UILabel"; text = "Food Type"; ObjectID = "ap1-M6-naG"; */
29+
"ap1-M6-naG.text" = "Ruokatyyppi";
30+
2831
/* Class = "UILabel"; text = "Label"; ObjectID = "bIL-Ub-qYp"; */
2932
"bIL-Ub-qYp.text" = "Nimiö";
3033

@@ -44,7 +47,7 @@
4447
"d3X-AN-tA5.text" = "g yhteensä";
4548

4649
/* Class = "UILabel"; text = "Future glucose is predicted by combining the effects of multiple inputs. Use this tool to toggle various inputs to see how they compare to the final prediction."; ObjectID = "D4C-I2-dhA"; */
47-
"D4C-I2-dhA.text" = "Tulevia glukoosiarvoja ennustetaan yhdistämällä useita eri tekijöiden vaikutuksia. Tämän työkalun avulla voit havainnoida, kuinka ne vaikuttavat lopulliseen ennusteeseen laittamalla eri tekijöitä päälle/pois.";
50+
"D4C-I2-dhA.text" = "Tulevia glukoosiarvoja ennustetaan yhdistämällä useiden eri tekijöiden vaikutuksia. Tämän työkalun avulla voit havainnoida, kuinka ne vaikuttavat lopulliseen ennusteeseen laittamalla niitä päälle/pois.";
4851

4952
/* Class = "UILabel"; text = "Label"; ObjectID = "d6m-qV-wWi"; */
5053
"d6m-qV-wWi.text" = "Nimiö";
@@ -61,18 +64,18 @@
6164
/* Class = "UILabel"; text = "Observed"; ObjectID = "EAn-Ja-S1d"; */
6265
"EAn-Ja-S1d.text" = "Havaittu";
6366

64-
/* Class = "UILabel"; text = "Active Carbohydrates: 40g"; ObjectID = "hHZ-uY-aKw"; */
65-
"hHZ-uY-aKw.text" = "Aktiivinen hiilihydraatti: 40g";
66-
6767
/* Class = "UITableViewController"; title = "Carbohydrate Effects"; ObjectID = "hZZ-2S-lrd"; */
6868
"hZZ-2S-lrd.title" = "Hiilihydraattivaikutus";
6969

7070
/* Class = "UILabel"; text = "Observed changes in glucose, subtracting changes modeled from insulin delivery, can be used to estimate carbohydrate absorption."; ObjectID = "IxU-As-glo"; */
71-
"IxU-As-glo.text" = "Havaittuja glukoosin muutoksia, vähennettynä insuliinin annostelusta mallinnetuilla muutoksilla, voidaan käyttää hiilihydraattien imeytymisen arvioinnissa.";
71+
"IxU-As-glo.text" = "Havaittua glukoosin muutosta, josta on vähennetty insuliinin mallinnettu vaikutus, voidaan käyttää hiilihydraattien imeytymisen arviointiin.";
7272

7373
/* Class = "UILabel"; text = "Detail"; ObjectID = "J7x-W5-gwo"; */
7474
"J7x-W5-gwo.text" = "Yksityiskohta";
7575

76+
/* Class = "UILabel"; text = "Detail"; ObjectID = "jQv-xb-gwu"; */
77+
"jQv-xb-gwu.text" = "Yksityiskohta";
78+
7679
/* Class = "UILabel"; text = "⚠ Glucose Predicted Below Range"; ObjectID = "k0g-P7-OVN"; */
7780
"k0g-P7-OVN.text" = "⚠ Ennustettu glukoosi alueen alapuolella";
7881

@@ -106,6 +109,9 @@
106109
/* Class = "UILabel"; text = "An insulin activity model is used to estimate effects of insulin on glucose levels. An accurate model can help prevent insulin stacking and safely recommend corrective treatments."; ObjectID = "PJv-p9-cFe"; */
107110
"PJv-p9-cFe.text" = "Insuliiniaktiivisuusmallia käytetään arvioimaan insuliinin vaikutuksia glukoositasoon. Tarkka malli voi auttaa estämään liian suuren insuliinimäärän kertymistä kehoon ja suosittelemaan turvallisia glukoosia korjaavia hoitotoimenpiteitä.";
108111

112+
/* Class = "UILabel"; text = "Food Type"; ObjectID = "qPH-vU-xlu"; */
113+
"qPH-vU-xlu.text" = "Ruokatyyppi";
114+
109115
/* Class = "UILabel"; text = "eventually 92 mg/dL"; ObjectID = "Rse-x8-amW"; */
110116
"Rse-x8-amW.text" = "ennuste 92 mg/dL";
111117

@@ -115,20 +121,20 @@
115121
/* Class = "UILabel"; text = "Glucose"; ObjectID = "tuw-av-A3x"; */
116122
"tuw-av-A3x.text" = "Glukoosi";
117123

124+
/* Class = "UINavigationItem"; title = "Add/Edit Carb Entry"; ObjectID = "Tz7-80-bJ7"; */
125+
"Tz7-80-bJ7.title" = "Lisää/muokkaa hiilihydraatteja";
126+
118127
/* Class = "UILabel"; text = "Label"; ObjectID = "ufi-Kj-33k"; */
119128
"ufi-Kj-33k.text" = "Nimiö";
120129

121-
/* Class = "UILabel"; text = "Active Insulin: 1.5U"; ObjectID = "viU-7a-kbI"; */
122-
"viU-7a-kbI.text" = "Aktiivinen insuliini: 1.5U";
123-
124130
/* Class = "UINavigationItem"; title = "Carbohydrates"; ObjectID = "Vpi-5b-bY5"; */
125131
"Vpi-5b-bY5.title" = "Hiilihydraatit";
126132

127133
/* Class = "UITextField"; text = "4 hour"; ObjectID = "Wk3-xv-IM5"; */
128134
"Wk3-xv-IM5.text" = "4 tuntia";
129135

130-
/* Class = "UIButton"; normalTitle = "Deliver"; ObjectID = "Ya0-9b-ZAS"; */
131-
"Ya0-9b-ZAS.normalTitle" = "Annostele";
136+
/* Class = "UILabel"; text = "Amount Consumed"; ObjectID = "Wx8-Tf-FnG"; */
137+
"Wx8-Tf-FnG.text" = "Määrä";
132138

133139
/* Class = "UILabel"; text = "0"; ObjectID = "yn7-2M-jZz"; */
134140
"yn7-2M-jZz.text" = "0";

LoopUI/fi.lproj/Localizable.strings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Format string describing the time interval since the last completion date. (1: The localized date components */
2-
"%@ ago" = "%@ sitten";
2+
"%@ ago" = "%@";
33

44
/* The format string describing the basal rate. */
55
"%@ U" = "%@ U";
@@ -17,10 +17,10 @@
1717
"Closed loop" = "Suljettu säätö";
1818

1919
/* Accessbility format label describing the time interval since the last completion date. (1: The localized date components) */
20-
"Loop ran %@ ago" = "Viimeisin säätökierros %@ sitten";
20+
"Loop ran %@ ago" = "Viimeisin säätö %@ sitten";
2121

2222
/* Accessibility label component for glucose HUD describing an invalid state */
23-
"Needs attention" = "Tarvitsee huomion";
23+
"Needs attention" = "Tarvitsee huomiota";
2424

2525
/* Accessbility hint describing completion HUD for an open loop */
2626
"Open loop" = "Avoin säätö";
@@ -29,5 +29,5 @@
2929
"Unknown" = "Tuntematon";
3030

3131
/* Acessibility label describing completion HUD waiting for first run */
32-
"Waiting for first run" = "Odotetaan ensimmäistä ...";
32+
"Waiting for first run" = "Odotetaan ensimmäistä säätöä";
3333

0 commit comments

Comments
 (0)