diff --git a/README.md b/README.md index 37cffc2d..48d2508e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Stats is an application that allows you to monitor your macOS system. - Norwegian Bokmål (thanks to [rubjo](https://github.com/rubjo)) - 日本語 (thanks to [treastrain](https://github.com/treastrain)) - Portuguese (Portugal) (thanks to [AdamModus](https://github.com/AdamModus)) +- Czech (thanks to [mpl75](https://github.com/mpl75)) You can help by adding a new language or improve existing translation. diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 2dd813f7..cdf0dc49 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -1953,7 +1953,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.4.12; + MARKETING_VERSION = 2.4.13; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1986,7 +1986,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 2.4.12; + MARKETING_VERSION = 2.4.13; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index d50d640a..0c7138f6 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 189 + 190 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index 94d602f1..bdc79480 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -154,6 +154,7 @@ "Battery" = "Baterie"; "Amperage" = "Proud"; "Voltage" = "Napětí"; +"Cycles" = "Počet cyklů"; "Temperature" = "Teplota"; "Power adapter" = "Síťový adaptér"; "Power" = "Výkon";