mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.9.21
This commit is contained in:
@@ -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>"; };
|
||||
@@ -1541,6 +1542,7 @@
|
||||
sk,
|
||||
et,
|
||||
hi,
|
||||
ar,
|
||||
);
|
||||
mainGroup = 9A1410EC229E721100D29793;
|
||||
packageReferences = (
|
||||
@@ -2052,6 +2054,7 @@
|
||||
47665544298DC92F00F7B709 /* sk */,
|
||||
5C9F90A02A76B30500D41748 /* et */,
|
||||
0192A7ED2B017E190056F918 /* hi */,
|
||||
5C0E550A2B5D545A00FFF1FB /* ar */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -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)";
|
||||
@@ -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)";
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -73,6 +73,10 @@
|
||||
"Settings" = "إعدادات";
|
||||
"Name" = "إسم";
|
||||
"Format" = "الصيغة";
|
||||
"Turn off" = "Turn off";
|
||||
"Warning" = "Warning";
|
||||
"Critical" = "Critical";
|
||||
"Usage" = "Usage";
|
||||
|
||||
// Setup
|
||||
"Stats Setup" = "Stats Seadistamine";
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -412,5 +433,5 @@
|
||||
"Cyan" = "Tsüaan";
|
||||
"Magenta" = "Magenta";
|
||||
"Pink" = "Roosa";
|
||||
"Teal" = "Sinakasroheline"; // ehk rohekassinine
|
||||
"Teal" = "Sinakasroheline";
|
||||
"Indigo" = "Indigo";
|
||||
Reference in New Issue
Block a user