Skip to content

Commit

Permalink
v2.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Jan 21, 2024
1 parent d8a2b23 commit b746db9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Stats.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
4921436D25319699000A1C47 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
5C044F792B3DE6F3005F6951 /* portal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = portal.swift; sourceTree = "<group>"; };
5C0A2A89292A5B4D009B4C1F /* SMJobBlessUtil.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = SMJobBlessUtil.py; sourceTree = "<group>"; };
5C0E550A2B5D545A00FFF1FB /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
5C21D80A296C7B81005BA16D /* CombinedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CombinedView.swift; sourceTree = "<group>"; };
5C22299D29CCB3C400F00E69 /* Clock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Clock.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5C2229A829CCB41900F00E69 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1541,6 +1542,7 @@
sk,
et,
hi,
ar,
);
mainGroup = 9A1410EC229E721100D29793;
packageReferences = (
Expand Down Expand Up @@ -2052,6 +2054,7 @@
47665544298DC92F00F7B709 /* sk */,
5C9F90A02A76B30500D41748 /* et */,
0192A7ED2B017E190056F918 /* hi */,
5C0E550A2B5D545A00FFF1FB /* ar */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -2424,7 +2427,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.9.20;
MARKETING_VERSION = 2.9.21;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2462,7 +2465,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.9.20;
MARKETING_VERSION = 2.9.21;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Stats/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>520</string>
<string>522</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"Settings" = "إعدادات";
"Name" = "إسم";
"Format" = "الصيغة";
"Turn off" = "Turn off";
"Warning" = "Warning";
"Critical" = "Critical";
"Usage" = "Usage";

// Setup
"Stats Setup" = "Stats Seadistamine";
Expand Down Expand Up @@ -112,6 +116,7 @@
"Close application" = "Sule rakendus";
"Open application settings" = "Ava rakenduse seaded";
"Open dashboard" = "Ava armatuurlaud";
"No notifications available in this module" = "No notifications available in this module";

// Application settings
"Update application" = "Uuenda rakendust";
Expand Down Expand Up @@ -178,6 +183,7 @@
"Color of download" = "Allaladimise värv";
"Color of upload" = "Üleslaadimise värv";
"Monospaced font" = "Üheruumiline kirjastiil";
"Reverse order" = "Reverse order";

// Module Kit
"Open module settings" = "Ava mooduli sätted";
Expand Down Expand Up @@ -228,6 +234,11 @@
"Cluster grouping" = "Klastrite rühmitamine";
"Efficiency cores color" = "Tõhusatuumade värv";
"Performance cores color" = "Jõudlustuumade värv";
"Total load" = "Total load";
"System load" = "System load";
"User load" = "User load";
"Efficiency cores load" = "Efficiency cores load";
"Performance cores load" = "Performance cores load";

// GPU
"GPU to show" = "GPU, mida näidata";
Expand Down Expand Up @@ -267,6 +278,9 @@
"Wired color" = "Juhtmega värv";
"Compressed color" = "Tihendatud värv";
"Free color" = "Vaba värv";
"Free memory (less than)" = "Free memory (less than)";
"Swap size" = "Swap size";
"Free RAM is" = "Free RAM is %0";

// Disk
"Show removable disks" = "Kuva irdkettad";
Expand Down Expand Up @@ -295,6 +309,12 @@
"Install fan helper" = "Installi ventilaatoriabi";
"Uninstall fan helper" = "Desinstalli fänniabi";
"Fan value" = "Fänni väärtus";
"Turn off fan" = "Turn off fan";
"You are going to turn off the fan. This is not recommended action that can damage your mac, are you sure you want to do that?" = "You are going to turn off the fan. This is not recommended action that can damage your mac, are you sure you want to do that?";
"Sensor threshold" = "Sensor threshold";
"Left fan" = "Left";
"Right fan" = "Right";
"Fastest fan" = "Fastest";

// Network
"Uploading" = "Üleslaadimine";
Expand Down Expand Up @@ -336,6 +356,7 @@
"Every 24 hours" = "Iga 24 tunni järel";
"Network activity" = "Võrgutegevus";
"Last reset" = "Viimane lähtestamine %0 tagasi";
"Latency" = "Latency";

// Battery
"Level" = "Tase";
Expand Down Expand Up @@ -412,5 +433,5 @@
"Cyan" = "Tsüaan";
"Magenta" = "Magenta";
"Pink" = "Roosa";
"Teal" = "Sinakasroheline"; // ehk rohekassinine
"Teal" = "Sinakasroheline";
"Indigo" = "Indigo";

0 comments on commit b746db9

Please sign in to comment.