Skip to content

Commit 3e6eaf8

Browse files
authored
Updated translations from Lokalise on Sun Mar 19 13:04:39 CDT 2023 (#9)
1 parent a700f47 commit 3e6eaf8

File tree

11 files changed

+52
-1
lines changed

11 files changed

+52
-1
lines changed

LoopSupport.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,18 @@
108108
C182168F297E55A7001EB097 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
109109
C18886EA29830A5E004C982D /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
110110
C18B7262299581C600F138D3 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
111+
C192C60729C78711001EFEA6 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
111112
C1AD630429BBFAA80002685D /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
113+
C1B0CFDD29C786BF0045B04D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
112114
C1B267A12995824000BCB7C1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
113115
C1BCB5BE298309C4001C50FF /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
114116
C1BE9740295E3800008BA25D /* LoopKitAnalytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopKitAnalytics.swift; sourceTree = "<group>"; };
117+
C1E5A6E129C7870100703C90 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
118+
C1E693D329C786E200410918 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
119+
C1F4FD5C29C7869800D7ACBC /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
120+
C1FAB5C529C786B000D25073 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = "<group>"; };
121+
C1FDCC0D29C786F90056E652 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
122+
C1FF3D5029C786A900BDC1EC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
115123
/* End PBXFileReference section */
116124

117125
/* Begin PBXFrameworksBuildPhase section */
@@ -363,6 +371,14 @@
363371
cs,
364372
ro,
365373
Base,
374+
fi,
375+
he,
376+
hi,
377+
ja,
378+
"pt-BR",
379+
sk,
380+
sv,
381+
vi,
366382
);
367383
mainGroup = A936A90425BC99CB0085119C;
368384
packageReferences = (
@@ -505,6 +521,14 @@
505521
C122DF0629BBFAAE00321F8D /* ru */,
506522
C160FF6C29BF7D6800D4DFD4 /* en */,
507523
C160FF6D29BF7D6900D4DFD4 /* zh-Hans */,
524+
C1F4FD5C29C7869800D7ACBC /* fi */,
525+
C1FF3D5029C786A900BDC1EC /* he */,
526+
C1FAB5C529C786B000D25073 /* hi */,
527+
C1B0CFDD29C786BF0045B04D /* ja */,
528+
C1E693D329C786E200410918 /* pt-BR */,
529+
C1FDCC0D29C786F90056E652 /* sk */,
530+
C1E5A6E129C7870100703C90 /* sv */,
531+
C192C60729C78711001EFEA6 /* vi */,
508532
);
509533
name = Localizable.strings;
510534
sourceTree = "<group>";

LoopSupportKitUI/cs.lproj/Localizable.strings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Pokračovat";
3+
14
/* Navigation link title for Submit Bug Report */
25
"Submit Bug Report" = "Odeslat hlášení o chybě";
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Jatka";
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Continue";
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "जारी";
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "次へ";
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Continuar";
3+

LoopSupportKitUI/ro.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Anonymously share minimal data about this Loop version, to help developers know how many people are using Loop. Which device, and operating system version will also be shared." = "Partajați în mod anonim date minime despre această versiune Loop, pentru a ajuta dezvoltatorii să știe câți oameni folosesc Loop. Ce dispozitiv și versiunea sistemului de operare vor fi, de asemenea, partajate.";
33

44
/* Button title for choosing onboarding without nightscout */
5-
"Continue" = "Continuați";
5+
"Continue" = "Continuă";
66

77
/* Description in UsageDataPrivacyPreferenceView for no sharing */
88
"Do not share any data." = "Nu partajați niciun fel de date.";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Pokračovať";
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Button title for choosing onboarding without nightscout */
2+
"Continue" = "Fortsätt";
3+

0 commit comments

Comments
 (0)