diff --git a/ShareClient.xcodeproj/project.pbxproj b/ShareClient.xcodeproj/project.pbxproj index 8701cc1..8425355 100644 --- a/ShareClient.xcodeproj/project.pbxproj +++ b/ShareClient.xcodeproj/project.pbxproj @@ -65,6 +65,8 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 02DD47582332D2C3006FB374 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = ""; }; + 02DD47592332D2C3006FB374 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = ""; }; 4325E9CE210E6A0A00969CE5 /* HKUnit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HKUnit.swift; sourceTree = ""; }; 4325E9D0210E6A3D00969CE5 /* TimeInterval.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TimeInterval.swift; sourceTree = ""; }; 4325E9D2210E6ADA00969CE5 /* IdentifiableClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IdentifiableClass.swift; sourceTree = ""; }; @@ -110,6 +112,8 @@ 43AB51302133161A00B3D58D /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; 43AB51352133177800B3D58D /* LocalizedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedString.swift; sourceTree = ""; }; 43C418AE1CE0488900405B6A /* ShareClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShareClient.swift; sourceTree = ""; }; + 7D4C912B2331E3B2003F5248 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; + 7D4C912C2331E3B2003F5248 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; A9ED4DA4225EB4D30080DEBA /* ShareClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ShareClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A9ED4DAE225EB9390080DEBA /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/HealthKit.framework; sourceTree = DEVELOPER_DIR; }; /* End PBXFileReference section */ @@ -384,6 +388,8 @@ nb, ru, pl, + sv, + vi, ); mainGroup = 432B0E7E1CDFC3C50045347B; productRefGroup = 432B0E891CDFC3C50045347B /* Products */; @@ -535,6 +541,8 @@ 43AB512221330D8A00B3D58D /* nb */, 43AB512321330D8E00B3D58D /* ru */, 43AB512421330D9400B3D58D /* pl */, + 7D4C912C2331E3B2003F5248 /* sv */, + 02DD47592332D2C3006FB374 /* vi */, ); name = Localizable.strings; sourceTree = ""; @@ -552,6 +560,8 @@ 43AB512E2133161900B3D58D /* nb */, 43AB512F2133161A00B3D58D /* ru */, 43AB51302133161A00B3D58D /* pl */, + 7D4C912B2331E3B2003F5248 /* sv */, + 02DD47582332D2C3006FB374 /* vi */, ); name = Localizable.strings; sourceTree = ""; diff --git a/ShareClient/nb.lproj/Localizable.strings b/ShareClient/nb.lproj/Localizable.strings index 31d3169..e89c7f7 100644 Binary files a/ShareClient/nb.lproj/Localizable.strings and b/ShareClient/nb.lproj/Localizable.strings differ diff --git a/ShareClient/nl.lproj/Localizable.strings b/ShareClient/nl.lproj/Localizable.strings index 16befb6..c1e7bd6 100644 Binary files a/ShareClient/nl.lproj/Localizable.strings and b/ShareClient/nl.lproj/Localizable.strings differ diff --git a/ShareClient/sv.lproj/Localizable.strings b/ShareClient/sv.lproj/Localizable.strings new file mode 100644 index 0000000..632534a --- /dev/null +++ b/ShareClient/sv.lproj/Localizable.strings @@ -0,0 +1,10 @@ +/* The title of the Dexcom Share service + Title for the CGMManager option */ +"Dexcom Share" = "Dexcom Share"; + +/* Sensor state description for the non-valid state */ +"Needs Attention" = "Kräver uppmärksamhet"; + +/* Sensor state description for the valid state */ +"OK" = "OK"; + diff --git a/ShareClient/vi.lproj/Localizable.strings b/ShareClient/vi.lproj/Localizable.strings new file mode 100644 index 0000000..5094331 Binary files /dev/null and b/ShareClient/vi.lproj/Localizable.strings differ diff --git a/ShareClientUI/nb.lproj/Localizable.strings b/ShareClientUI/nb.lproj/Localizable.strings index 3b6f0f3..6b7440a 100644 Binary files a/ShareClientUI/nb.lproj/Localizable.strings and b/ShareClientUI/nb.lproj/Localizable.strings differ diff --git a/ShareClientUI/nl.lproj/Localizable.strings b/ShareClientUI/nl.lproj/Localizable.strings index 19cf30d..abf5990 100644 Binary files a/ShareClientUI/nl.lproj/Localizable.strings and b/ShareClientUI/nl.lproj/Localizable.strings differ diff --git a/ShareClientUI/sv.lproj/Localizable.strings b/ShareClientUI/sv.lproj/Localizable.strings new file mode 100644 index 0000000..4696d6a --- /dev/null +++ b/ShareClientUI/sv.lproj/Localizable.strings @@ -0,0 +1,40 @@ +/* Confirmation message for deleting a CGM */ +"Are you sure you want to delete this CGM?" = "Säkert att du vill radera denna CGM?"; + +/* The title of the cancel action in an action sheet */ +"Cancel" = "Avbryt"; + +/* Title of cell to set credentials */ +"Credentials" = "Inloggningsuppgifter"; + +/* Title describing glucose date */ +"Date" = "Tid"; + +/* Button title to delete CGM + Title text for the button to remove a CGM from Loop */ +"Delete CGM" = "Radera CGM"; + +/* Title describing glucose value */ +"Glucose" = "Glukos"; + +/* Section title for latest glucose reading */ +"Latest Reading" = "Senaste avläsning"; + +/* Outside US share server option title */ +"Outside US" = "Utanför USA"; + +/* The title of the Dexcom share password credential */ +"Password" = "Lösenord"; + +/* The title of the Dexcom share server URL credential */ +"Server" = "Server"; + +/* Title describing glucose trend */ +"Trend" = "Trend"; + +/* U.S. share server option title */ +"US" = "USA"; + +/* The title of the Dexcom share username credential */ +"Username" = "Användarnamn"; + diff --git a/ShareClientUI/vi.lproj/Localizable.strings b/ShareClientUI/vi.lproj/Localizable.strings new file mode 100644 index 0000000..7a5274b Binary files /dev/null and b/ShareClientUI/vi.lproj/Localizable.strings differ