diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 610bcb7d..13ea6cb5 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -367,6 +367,7 @@ 9A343536243E26A0006B19F9 /* LaunchAtLogin.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchAtLogin.entitlements; sourceTree = ""; }; 9A34353A243E278D006B19F9 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; 9A3616E82613C3D400D657B6 /* bridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bridge.h; sourceTree = ""; }; + 9A39DAD32896A3CA0013A3B6 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; 9A3E17CC247A94AF00449CD1 /* Net.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Net.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 9A3E17CF247A94AF00449CD1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 9A3E17D8247A94B500449CD1 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; @@ -1314,6 +1315,7 @@ he, sl, el, + sv, ); mainGroup = 9A1410EC229E721100D29793; packageReferences = ( @@ -1755,6 +1757,7 @@ 9A9FAD37281535FD003362CB /* he */, 9585D8482830523E007EC0D7 /* sl */, 9ABD6F7528561472009B8BC1 /* el */, + 9A39DAD32896A3CA0013A3B6 /* sv */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index e237152f..e61f23a8 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -62,6 +62,27 @@ "Units" = "Enheter"; "Fans" = "Fläktar"; +// Setup +"Stats Setup" = "Stats Setup"; +"Previous" = "Previous"; +"Previous page" = "Previous page"; +"Next" = "Next"; +"Next page" = "Next page"; +"Finish" = "Finish"; +"Finish setup" = "Finish setup"; +"Welcome to Stats" = "Welcome to Stats"; +"welcome_message" = "Thanks for using Stats, a free open source macOS system monitor for your menu bar."; +"Start the application automatically when starting your Mac" = "Start the application automatically when starting your Mac"; +"Do not start the application automatically when starting your Mac" = "Do not start the application automatically when starting your Mac"; +"Do everything silently in the background (recommended)" = "Do everything silently in the background (recommended)"; +"Check for a new version on startup" = "Check for a new version on startup"; +"Check for a new version every day (once a day)" = "Check for a new version every day (once a day)"; +"Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; +"Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; +"Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"The configuration is completed" = "The configuration is completed"; +"finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always be. \n If you enjoy it you can support a project, it's always appreciated!"; + // Alerts "New version available" = "Ny version tillgänglig"; "Click to install the new version of Stats" = "Klicka här för att installera en ny version av Stats";