Skip to content

Commit 6673617

Browse files
authored
Updated translations from Lokalise on Fri Mar 10 17:50:34 CST 2023 (#4)
1 parent 811f049 commit 6673617

File tree

9 files changed

+110
-3
lines changed

9 files changed

+110
-3
lines changed

G7SensorKit.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
C109F14B291ED66F008EA5B6 /* G7GlucoseMessageTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = G7GlucoseMessageTests.swift; sourceTree = "<group>"; };
111111
C11613462983096D00777E7C /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
112112
C11A2BCD29830A3100AC5135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
113+
C12BCCF729BBFA480066A158 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
114+
C12BCCF829BBFA480066A158 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
113115
C13408EC298639C900FC2059 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
114116
C1409A08291EC22F006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
115117
C1409A0A291EC258006BE8D0 /* OSLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSLog.swift; sourceTree = "<group>"; };
@@ -118,6 +120,7 @@
118120
C14952132995822A0095AA84 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
119121
C155A8F02986396E009BD257 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
120122
C155A8F22986396E009BD257 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
123+
C161C8D929BBFA77003F25BE /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
121124
C16EF1F9298639B800A944BB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
122125
C1782C99298639B100D43E74 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
123126
C17BC37929863998003F2BC5 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -522,6 +525,7 @@
522525
vi,
523526
sk,
524527
hi,
528+
cs,
525529
);
526530
mainGroup = C17F50BC291EAC3800555EB5;
527531
productRefGroup = C17F50C7291EAC3800555EB5 /* Products */;
@@ -679,6 +683,8 @@
679683
C1E8ADD12995822300AB9EEB /* ro */,
680684
C14952122995822A0095AA84 /* ru */,
681685
C1B267982995824000BCB7C1 /* tr */,
686+
C12BCCF729BBFA480066A158 /* cs */,
687+
C161C8D929BBFA77003F25BE /* he */,
682688
);
683689
name = Localizable.strings;
684690
sourceTree = "<group>";
@@ -700,6 +706,7 @@
700706
C147B996299581ED00BF55AC /* he */,
701707
C1A82691299581F400C53ABC /* hi */,
702708
C14952132995822A0095AA84 /* ru */,
709+
C12BCCF829BBFA480066A158 /* cs */,
703710
);
704711
name = Localizable.strings;
705712
path = ../G7SensorKitUI;
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/* No glucose value representation (3 dashes for mg/dL) */
2+
"– – –" = "– – –";
3+
4+
/* Format string for glucose trend per minute. (1: glucose value and unit) */
5+
"%@/min" = "%@/min";
6+
7+
/* Button text to cancel G7 setup */
8+
"Cancel" = "Zrušit";
9+
10+
/* title for g7 settings connection status when connected */
11+
"Connected" = "Připojeno";
12+
13+
/* title for g7 settings connection status when connecting */
14+
"Connecting" = "Připojuji";
15+
16+
/* Button title for starting setup */
17+
"Continue" = "Pokračovat";
18+
19+
/* Navigation bar title for G7SettingsView
20+
Title on WelcomeView */
21+
"Dexcom G7" = "Dexcom G7";
22+
23+
/* Field label */
24+
"Glucose" = "Glukóza";
25+
26+
/* title for g7 settings row showing sensor grace period end time */
27+
"Grace Period End" = "Konec dodatečné lhůty";
28+
29+
/* G7 Progress bar label when sensor grace period progress showing */
30+
"Grace period remaining" = "Zbývající dodatečná lhůta";
31+

G7SensorKitUI/he.lproj/Localizable.strings

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
/* No glucose value representation (3 dashes for mg/dL) */
22
"– – –" = "---";
33

4+
/* title for g7 settings connection status when connected */
5+
"Connected" = "מחובר";
6+
7+
/* title for g7 settings connection status when connecting */
8+
"Connecting" = "מתחבר";
9+
10+
/* Button title for starting setup */
11+
"Continue" = "המשך";
12+
413
/* String displayed instead of a glucose value above the CGM range */
514
"HIGH" = "גבוה";
615

G7SensorKitUI/pl.lproj/Localizable.strings

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
/* Field label */
3939
"Glucose" = "Glukoza";
4040

41+
/* title for g7 settings row showing sensor grace period end time */
42+
"Grace Period End" = "Sensor zakończy działanie";
43+
44+
/* G7 Progress bar label when sensor grace period progress showing */
45+
"Grace period remaining" = "Wiek sensora";
46+
4147
/* String displayed instead of a glucose value above the CGM range */
4248
"HIGH" = "WYSOKI";
4349

@@ -74,6 +80,9 @@
7480
/* G7 Status highlight text for sensor failed */
7581
"Sensor\nFailed" = "Błąd sensora";
7682

83+
/* G7 Status highlight text for sensor error */
84+
"Sensor\nIssue" = "Błąd Sensora";
85+
7786
/* G7 Status highlight text for sensor warmup */
7887
"Sensor\nWarmup" = "Rozgrzewanie sensora";
7988

G7SensorKitUI/ro.lproj/Localizable.strings

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@
44
/* Format string for glucose trend per minute. (1: glucose value and unit) */
55
"%@/min" = "/min";
66

7+
/* No comment provided by engineer. */
8+
"Are you sure you want to delete this CGM?" = "Ești sigur că vrei să ștergi acest CGM?";
9+
10+
/* No comment provided by engineer. */
11+
"Bluetooth" = "Bluetooth";
12+
713
/* Button text to cancel G7 setup */
814
"Cancel" = "Anulare";
915

16+
/* No comment provided by engineer. */
17+
"Configuration" = "Configurare";
18+
1019
/* title for g7 settings connection status when connected */
1120
"Connected" = "Conectat";
1221

@@ -16,10 +25,16 @@
1625
/* Button title for starting setup */
1726
"Continue" = "Continuă";
1827

28+
/* Button label for removing CGM */
29+
"Delete CGM" = "Șterge CGM";
30+
1931
/* Navigation bar title for G7SettingsView
2032
Title on WelcomeView */
2133
"Dexcom G7" = "Dexcom G7";
2234

35+
/* No comment provided by engineer. */
36+
"Done" = "Realizat";
37+
2338
/* Field label */
2439
"Glucose" = "Glucoza";
2540

@@ -35,6 +50,9 @@
3550
/* title for g7 settings row showing sensor last connect time */
3651
"Last Connect" = "Ultima conectare";
3752

53+
/* No comment provided by engineer. */
54+
"Last Reading" = "Ultima citire";
55+
3856
/* Descriptive text on G7StartupView */
3957
"Loop can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "Loop poate citi datele G7 CGM, dar pentru cuplare, calibrare și alte activități de gestionare a senzorului, va trebui să folosiți aplicația Dexcom G7.";
4058

@@ -44,6 +62,9 @@
4462
/* title for g7 settings row showing BLE Name */
4563
"Name" = "Nume";
4664

65+
/* No comment provided by engineer. */
66+
"Scan for new sensor" = "Scanați pentru un senzor nou";
67+
4768
/* title for g7 settings connection status when scanning */
4869
"Scanning" = "Scanare";
4970

@@ -90,7 +111,7 @@
90111
"Trend" = "Tendinţă";
91112

92113
/* title for g7 config settings to upload readings */
93-
"Upload Readings" = "Urcă citirile";
114+
"Upload Readings" = "Urcă citirile de glicemie";
94115

95116
/* G7 Progress bar label when sensor in warmup */
96117
"Warmup completes" = "Încălzirea s-a încheiat";

G7SensorKitUI/ru.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Are you sure you want to delete this CGM?" = "Вы уверены, что хотите удалить этот CGM?";
99

1010
/* No comment provided by engineer. */
11-
"Bluetooth" = "Блютуз";
11+
"Bluetooth" = "Bluetooth";
1212

1313
/* Button text to cancel G7 setup */
1414
"Cancel" = "Отменить";

cs.lproj/Localizable.strings

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* CGM display title */
2+
"Dexcom G7" = "Dexcom G7";
3+
4+
/* Error description for unreliable state */
5+
"Glucose data is unavailable" = "Údaje o glukóze nejsou k dispozici";
6+
7+
/* The description of sensor algorithm state when sensor is expired. */
8+
"Sensor expired" = "Platnost senzoru vypršela";
9+
10+
/* The description of sensor algorithm state when sensor failed. */
11+
"Sensor failed" = "Senzor selhal";
12+
13+
/* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
14+
"Sensor is in unknown state %1$d" = "Senzor je v neznámém stavu %1$d";
15+
16+
/* The description of sensor algorithm state when sensor is ok. */
17+
"Sensor is OK" = "Senzor je v pořádku";
18+
19+
/* The description of sensor algorithm state when sensor is stopped. */
20+
"Sensor is stopped" = "Senzor je zastaven";
21+
22+
/* The description of sensor algorithm state when sensor is warming up. */
23+
"Sensor is warming up" = "Senzor se zahřívá";
24+

he.lproj/Localizable.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* The description of sensor algorithm state when sensor is stopped. */
2+
"Sensor is stopped" = "חיישן נעצר";
3+
4+
/* The description of sensor algorithm state when sensor is warming up. */
5+
"Sensor is warming up" = "חיישן מתחמם";
6+

ro.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"Sensor is stopped" = "Senzorul e oprit";
2121

2222
/* The description of sensor algorithm state when sensor is warming up. */
23-
"Sensor is warming up" = "Senzorul se încălzește";
23+
"Sensor is warming up" = "Senzorul se pregătește";
2424

0 commit comments

Comments
 (0)