diff --git a/Kit/extensions.swift b/Kit/extensions.swift index 9085811c..bdfa816c 100644 --- a/Kit/extensions.swift +++ b/Kit/extensions.swift @@ -345,7 +345,7 @@ public extension NSView { return view } - func fieldSettingRow(_ sender: NSTextFieldDelegate, title: String, value: String, placeholder: String? = nil, width: CGFloat = 200) -> NSView { + func fieldSettingRow(_ sender: NSTextFieldDelegate, title: String, value: String, placeholder: String? = nil, width: CGFloat = 215) -> NSView { let view: NSStackView = NSStackView() view.translatesAutoresizingMaskIntoConstraints = false view.heightAnchor.constraint(equalToConstant: Constants.Settings.row).isActive = true @@ -385,7 +385,7 @@ public extension NSView { return view } - func sliderSettingsRow(title: String, action: Selector, value: Int, suffix: String, isHidden: Bool = false, min: Double = 1, max: Double = 100) -> NSView { + func sliderSettingsRow(title: String, action: Selector, value: Int, initialValue: String, isHidden: Bool = false, min: Double = 1, max: Double = 100) -> NSView { let view: NSStackView = NSStackView() view.translatesAutoresizingMaskIntoConstraints = false view.heightAnchor.constraint(equalToConstant: Constants.Settings.row * 1.2).isActive = true @@ -402,7 +402,7 @@ public extension NSView { let container: NSView = NSView() container.identifier = NSUserInterfaceItemIdentifier("container") - let valueField: NSTextField = LabelField(frame: NSRect(x: 0, y: 21, width: 195, height: 15), "\(value) \(suffix)") + let valueField: NSTextField = LabelField(frame: NSRect(x: 0, y: 21, width: 195, height: 15), initialValue) valueField.font = NSFont.systemFont(ofSize: 12, weight: .regular) valueField.textColor = .textColor valueField.alignment = .center diff --git a/Kit/types.swift b/Kit/types.swift index 73542ee0..8a25b60f 100644 --- a/Kit/types.swift +++ b/Kit/types.swift @@ -309,7 +309,7 @@ extension Scale: CaseIterable { public static var cube: Scale { return Scale(key: "cube", value: "Cube") } public static var logarithmic: Scale { return Scale(key: "logarithmic", value: "Logarithmic") } public static var separator2: Scale { return Scale(key: "separator", value: "separator") } - public static var fixed: Scale { return Scale(key: "fixed", value: "Fixed") } + public static var fixed: Scale { return Scale(key: "fixed", value: "Fixed scale") } public static var allCases: [Scale] { return [.none, .separator, .linear, .square, .cube, .logarithmic, .separator2, .fixed] diff --git a/Modules/CPU/popup.swift b/Modules/CPU/popup.swift index 4d121f75..5cbeeb0d 100644 --- a/Modules/CPU/popup.swift +++ b/Modules/CPU/popup.swift @@ -503,17 +503,17 @@ internal class Popup: PopupWrapper { )) view.addArrangedSubview(selectSettingsRow( - title: localizedString("Scaling"), + title: localizedString("Main chart scaling"), action: #selector(self.toggleLineChartScale), items: Scale.allCases, selected: self.lineChartScale.key )) let slider = sliderSettingsRow( - title: localizedString("Fixed value"), + title: localizedString("Scale value"), action: #selector(self.toggleLineChartFixedScale), value: Int(self.lineChartFixedScale * 100), - suffix: "%", + initialValue: "\(Int(self.lineChartFixedScale * 100)) %", isHidden: self.lineChartScale != .fixed ) self.sliderView = slider diff --git a/Modules/RAM/popup.swift b/Modules/RAM/popup.swift index e195efcd..867a20aa 100644 --- a/Modules/RAM/popup.swift +++ b/Modules/RAM/popup.swift @@ -323,17 +323,17 @@ internal class Popup: PopupWrapper { )) view.addArrangedSubview(selectSettingsRow( - title: localizedString("Scaling"), + title: localizedString("Main chart scaling"), action: #selector(self.toggleLineChartScale), items: Scale.allCases, selected: self.lineChartScale.key )) let slider = sliderSettingsRow( - title: localizedString("Fixed value"), + title: localizedString("Scale value"), action: #selector(self.toggleLineChartFixedScale), value: Int(self.lineChartFixedScale * 100), - suffix: "%", + initialValue: "\(Int(self.lineChartFixedScale * 100)) %", isHidden: self.lineChartScale != .fixed ) self.sliderView = slider diff --git a/Stats/Supporting Files/ar.lproj/Localizable.strings b/Stats/Supporting Files/ar.lproj/Localizable.strings index 454dda32..d0737534 100644 --- a/Stats/Supporting Files/ar.lproj/Localizable.strings +++ b/Stats/Supporting Files/ar.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "مربع"; "Cube" = "مكعب"; "Logarithmic" = "لوغاريثمي"; +"Fixed scale" = "Fixed"; "Cores" = "أانوية"; "Settings" = "إعدادات"; "Name" = "إسم"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Tippprotsesside värskendusintervall"; "Notification level" = "Teavitustase"; "Chart color" = "Diagrammi värv"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU kasutus"; diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index d0d7cd2e..fe89de73 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Квадратно"; "Cube" = "Кубично"; "Logarithmic" = "Логаритмично"; +"Fixed scale" = "Fixed"; "Cores" = "Ядра"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Интервал на опресняване на топ процесите"; "Notification level" = "Ниво на известия"; "Chart color" = "Цвят на графиката"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Употреба на процесора"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index 88c41713..d758e106 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Freqüència de refresc per als processos principals"; "Notification level" = "Nivell de notificació"; "Chart color" = "Color del gràfic"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Ús de la CPU"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index 3ed81547..fba11553 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Čtvercový"; "Cube" = "Kubický"; "Logarithmic" = "Logaritmický"; +"Fixed scale" = "Fixed"; "Cores" = "Jádra"; "Settings" = "Nastavení"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Interval aktualizace pro první procesy"; "Notification level" = "Úroveň oznámení"; "Chart color" = "Barva grafu"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Použití CPU"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index 6570ca02..78f2538b 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logaritmisk"; +"Fixed scale" = "Fixed"; "Cores" = "Kerner"; "Settings" = "Indstillinger"; "Name" = "Navn"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Opdateringsinterval for topprocesser"; "Notification level" = "Notifikationsniveau"; "Chart color" = "Grafens farve"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU brug"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index 6647bca8..dd592f72 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Quadratisch"; "Cube" = "Kubisch"; "Logarithmic" = "Logarithmisch"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Einstellungen"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Update-Intervall der Top-Prozesse"; "Notification level" = "Benachrichtungslevel"; "Chart color" = "Diagrammfarbe"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU-Auslastung"; diff --git a/Stats/Supporting Files/el.lproj/Localizable.strings b/Stats/Supporting Files/el.lproj/Localizable.strings index b930c36c..7dd78bac 100644 --- a/Stats/Supporting Files/el.lproj/Localizable.strings +++ b/Stats/Supporting Files/el.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Τετραγωνικό"; "Cube" = "Κυβικό"; "Logarithmic" = "Λογαριθμικό"; +"Fixed scale" = "Fixed"; "Cores" = "Πυρήνες"; "Settings" = "Ρυθμίσεις"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Ενημέρωση μεσοδιαστήματος για τις κορυφαίες διεργασίες"; "Notification level" = "Επίπεδο Ειδοποίησης"; "Chart color" = "Χρώμα γραφήματος"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Χρήση CPU"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index d86b9f00..b228894c 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Update interval for top processes"; "Notification level" = "Notification level"; "Chart color" = "Chart color"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU usage"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index 6d2184be..1d9b9363 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Cuadrática"; "Cube" = "Cúbica"; "Logarithmic" = "Logarítmica"; +"Fixed scale" = "Fixed"; "Cores" = "Núcleos"; "Settings" = "Ajustes"; "Name" = "Nombre"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Intervalo de actualización para los procesos principales"; "Notification level" = "Nivel de notificación"; "Chart color" = "Color de la gráfica"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Uso de la CPU"; diff --git a/Stats/Supporting Files/et.lproj/Localizable.strings b/Stats/Supporting Files/et.lproj/Localizable.strings index 8156e0f5..7df911cf 100644 --- a/Stats/Supporting Files/et.lproj/Localizable.strings +++ b/Stats/Supporting Files/et.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Ruut"; "Cube" = "Kuup"; "Logarithmic" = "Logaritmiline"; +"Fixed scale" = "Fixed"; "Cores" = "Tuumad"; "Settings" = "Seaded"; "Name" = "Nimi"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Tippprotsesside värskendusintervall"; "Notification level" = "Teavitustase"; "Chart color" = "Diagrammi värv"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU kasutus"; diff --git a/Stats/Supporting Files/fa.lproj/Localizable.strings b/Stats/Supporting Files/fa.lproj/Localizable.strings index 78e963dc..e3228637 100644 --- a/Stats/Supporting Files/fa.lproj/Localizable.strings +++ b/Stats/Supporting Files/fa.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "مربع"; "Cube" = "مکعب"; "Logarithmic" = "لگاریتمی"; +"Fixed scale" = "Fixed"; "Cores" = "هسته ها"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = " بروزرسانی زمان‌بندی برای بالاترین پردازش‌ها"; "Notification level" = "سطح نوتیفیکیشن"; "Chart color" = "رنگ نمودار"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "مصرف سی پی یو"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index 6b860921..72f3f93e 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Carré"; "Cube" = "Cube"; "Logarithmic" = "Logarithmique"; +"Fixed scale" = "Fixed"; "Cores" = "Cœurs"; "Settings" = "Paramètres"; "Name" = "Nom"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Intervalle de mise à jour des processus principaux"; "Notification level" = "Niveau de notification"; "Chart color" = "Couleur du graphique"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Utilisation du CPU"; diff --git a/Stats/Supporting Files/he.lproj/Localizable.strings b/Stats/Supporting Files/he.lproj/Localizable.strings index 7d7e1754..7a796c3e 100644 --- a/Stats/Supporting Files/he.lproj/Localizable.strings +++ b/Stats/Supporting Files/he.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "מרווח עדכון עבור תהליכים מובילים"; "Notification level" = "רמת התראה"; "Chart color" = "צבע תרשים"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "שימוש המעבד"; diff --git a/Stats/Supporting Files/hi.lproj/Localizable.strings b/Stats/Supporting Files/hi.lproj/Localizable.strings index 23311b06..dcae0cdf 100644 --- a/Stats/Supporting Files/hi.lproj/Localizable.strings +++ b/Stats/Supporting Files/hi.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "वर्ग"; "Cube" = "क्यूब"; "Logarithmic" = "लघुगणकीय"; +"Fixed scale" = "Fixed"; "Cores" = "कोर"; "Settings" = "सेटिंग्स"; "Name" = "नाम"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "शीर्ष प्रक्रियाओं के लिए अंतराल अपडेट करें"; "Notification level" = "अधिसूचना स्तर"; "Chart color" = "चार्ट रंग"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "सीपीयू उपयोग"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index 8b60c5c7..9d949cb5 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Interval aktualiziranja za glavne procese"; "Notification level" = "Razina obavještavanja"; "Chart color" = "Boja karte"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Korištenje procesora"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index 7a9f7663..e5ac9f02 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Négyzet"; "Cube" = "Kocka"; "Logarithmic" = "Logaritmikus"; +"Fixed scale" = "Fixed"; "Cores" = "Magok"; "Settings" = "Beállítások"; "Name" = "Név"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Top folyamatok frissítési időköze"; "Notification level" = "Értesítési szint"; "Chart color" = "Diagram színe"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU használat"; diff --git a/Stats/Supporting Files/id.lproj/Localizable.strings b/Stats/Supporting Files/id.lproj/Localizable.strings index 1c7f3b62..858ba3b5 100644 --- a/Stats/Supporting Files/id.lproj/Localizable.strings +++ b/Stats/Supporting Files/id.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Pembaruan waktu jeda dari proses teratas"; "Notification level" = "Tingkat pemberitahuan"; "Chart color" = "Warna bagan"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Penggunaan CPU"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index fa9a64c6..b3847bb9 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Quadratico"; "Cube" = "Cubico"; "Logarithmic" = "Logaritmico"; +"Fixed scale" = "Fixed"; "Cores" = "Core"; "Settings" = "Impostazioni"; "Name" = "Nome"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Intervallo d'aggiornamento per processi principali"; "Notification level" = "Livello di notifica"; "Chart color" = "Colore grafico"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Utilizzo CPU"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index 656fd9bc..f02094fd 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "設定"; "Name" = "名前"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "上位プロセスの更新間隔"; "Notification level" = "通知レベル"; "Chart color" = "チャートの色"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU 使用率"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index 4c0929f6..7d0d843b 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "제곱"; "Cube" = "세제곱"; "Logarithmic" = "로그"; +"Fixed scale" = "Fixed"; "Cores" = "코어 수"; "Settings" = "설정"; "Name" = "이름"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "상위 프로세스의 업데이트 주기"; "Notification level" = "알림 수준"; "Chart color" = "도표 색상"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU 사용량"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index 4210466b..2763a365 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Kvadratisk"; "Cube" = "Kubisk"; "Logarithmic" = "Logaritmisk"; +"Fixed scale" = "Fixed"; "Cores" = "Kjerner"; "Settings" = "Innstillinger"; "Name" = "Navn"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Oppdateringsintervall for topp-prosesser"; "Notification level" = "Varslingsnivå"; "Chart color" = "Diagramfarge"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU-bruk"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 03aa4d73..01d7f177 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Bewerk interval voor top processen"; "Notification level" = "Meldingsniveau"; "Chart color" = "Kortfarve"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU gebruik"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index f97584a1..549685e1 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Kwadratowe"; "Cube" = "Kubiczne"; "Logarithmic" = "Logarytmiczne"; +"Fixed scale" = "Stałe"; "Cores" = "Rdzeni"; "Settings" = "Ustawienia"; "Name" = "Nazwa"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Interwał odświeżania procesów"; "Notification level" = "Poziom powiadomienia"; "Chart color" = "Kolor wykresu"; +"Main chart scaling" = "Skalowanie wykresu głównego"; +"Scale value" = "Wartość skali"; // CPU "CPU usage" = "Obciążenie procesora"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index 5e3db81d..71a65638 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Quadrática"; "Cube" = "Cúbica"; "Logarithmic" = "Logarítmica"; +"Fixed scale" = "Fixed"; "Cores" = "Núcleos"; "Settings" = "Configurações"; "Name" = "Nome"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Intervalo de atualização para processos principais"; "Notification level" = "Nível de notificação"; "Chart color" = "Cor do gráfico"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Uso da CPU"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index 733d9aa5..b6215824 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Quadrado"; "Cube" = "Cubo"; "Logarithmic" = "Logarítmico"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Definições"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Intervalo de atualização para os processos principais"; "Notification level" = "Nível de notificação"; "Chart color" = "Cor do gráfico"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Utilização do CPU"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index f756d7c3..d6288973 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Update interval for top processes"; "Notification level" = "Notification level"; "Chart color" = "Chart color"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Utilizarea procesorului"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index 835098d2..817b1c88 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Квадратное"; "Cube" = "Кубическое"; "Logarithmic" = "Логарифмическое"; +"Fixed scale" = "Фиксированное"; "Cores" = "Ядра"; "Settings" = "Настройки"; "Name" = "Название"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Интервал обновления процессов"; "Notification level" = "Уровень уведомления"; "Chart color" = "Цвет графика"; +"Main chart scaling" = "Масштабирование основного графика"; +"Scale value" = "Значение масштаба"; // CPU "CPU usage" = "Использование процессора"; diff --git a/Stats/Supporting Files/sk.lproj/Localizable.strings b/Stats/Supporting Files/sk.lproj/Localizable.strings index 991eea0b..63f870ff 100644 --- a/Stats/Supporting Files/sk.lproj/Localizable.strings +++ b/Stats/Supporting Files/sk.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Štvorcová"; "Cube" = "Kubická"; "Logarithmic" = "Logaritmická"; +"Fixed scale" = "Fixed"; "Cores" = "Jadrá"; "Settings" = "Nastavenia"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Interval aktualizácie pre top procesy"; "Notification level" = "Úroveň upozornenia"; "Chart color" = "Farba grafu"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Použitie CPU"; diff --git a/Stats/Supporting Files/sl.lproj/Localizable.strings b/Stats/Supporting Files/sl.lproj/Localizable.strings index 2661a0ca..b380d3a6 100644 --- a/Stats/Supporting Files/sl.lproj/Localizable.strings +++ b/Stats/Supporting Files/sl.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Kvadratno"; "Cube" = "Kubično"; "Logarithmic" = "Logaritmično"; +"Fixed scale" = "Fixed"; "Cores" = "Jedra"; "Settings" = "Nastavitve"; "Name" = "Ime"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Interval posodabljanja za glavne procese"; "Notification level" = "Raven za obvestila"; "Chart color" = "Barva grafa"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPE poraba"; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index 7db32593..22c08d36 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Square"; "Cube" = "Cube"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Uppdateringsintervall topprocesser"; "Notification level" = "Notisnivå"; "Chart color" = "Diagramfärg"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU-användning"; diff --git a/Stats/Supporting Files/th.lproj/Localizable.strings b/Stats/Supporting Files/th.lproj/Localizable.strings index 497da3cc..18a3c8fc 100644 --- a/Stats/Supporting Files/th.lproj/Localizable.strings +++ b/Stats/Supporting Files/th.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "สี่เหลี่ยม"; "Cube" = "ลูกบาศก์"; "Logarithmic" = "ลอการิทึม"; +"Fixed scale" = "Fixed"; "Cores" = "หน่วยความจำ"; "Settings" = "การตั้งค่า"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "ช่วงเวลาปรับปรุงสำหรับกระบวนการสูงสุด"; "Notification level" = "ระดับแจ้งเตือน"; "Chart color" = "สีแผนภูมิ"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "การใช้งาน CPU"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 54a50cc8..35acd33b 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Karesel"; "Cube" = "Kübik"; "Logarithmic" = "Logaritmik"; +"Fixed scale" = "Fixed"; "Cores" = "Çekirdekler"; "Settings" = "Ayarlar"; "Name" = "Ad"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "En yüksek işlemler için güncelleme aralığı"; "Notification level" = "Bildirim düzeyi"; "Chart color" = "Grafik rengi"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU kullanımı"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index 0d17bab2..38bc4b70 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Квадратне"; "Cube" = "Кубічне"; "Logarithmic" = "Логарифмічне"; +"Fixed scale" = "Фіксована"; "Cores" = "Ядра"; "Settings" = "Налаштування"; "Name" = "Назва"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Інтервал оновлення для процесів"; "Notification level" = "Рівень сповіщення"; "Chart color" = "Колір діаграми"; +"Main chart scaling" = "Масштабування основної діаграми"; +"Scale value" = "Значення масштабування"; // CPU "CPU usage" = "Використання процесора"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index 9ca750e1..00bebf72 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "Hình vuông"; "Cube" = "Khối lập phương"; "Logarithmic" = "Logarithmic"; +"Fixed scale" = "Fixed"; "Cores" = "Cores"; "Settings" = "Settings"; "Name" = "Name"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "Khoảng thời gian cập nhật cho các top tiến trình"; "Notification level" = "Mức độ thông báo"; "Chart color" = "Chart color"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "Sử dụng CPU"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 74d47f80..33bee011 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "平方"; "Cube" = "立方"; "Logarithmic" = "对数"; +"Fixed scale" = "Fixed"; "Cores" = "核心数"; "Settings" = "设置"; "Name" = "名称"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "高占用进程的更新间隔"; "Notification level" = "通知级别"; "Chart color" = "图表颜色"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "CPU 占用"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index 938e9096..d225bfca 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -69,6 +69,7 @@ "Square" = "平方"; "Cube" = "立方"; "Logarithmic" = "對數"; +"Fixed scale" = "Fixed"; "Cores" = "核心數"; "Settings" = "設定"; "Name" = "名稱"; @@ -213,6 +214,8 @@ "Update interval for top processes" = "高能耗程序更新頻率"; "Notification level" = "觸發通知的數值"; "Chart color" = "圖表色彩"; +"Main chart scaling" = "Main chart scaling"; +"Scale value" = "Scale value"; // CPU "CPU usage" = "處理器使用量";