diff --git a/Kit/process.swift b/Kit/process.swift index 1020c3c4f47..d5e321dceb1 100644 --- a/Kit/process.swift +++ b/Kit/process.swift @@ -61,8 +61,8 @@ public class ProcessesView: NSStackView { let titleField = LabelField() titleField.cell?.truncatesLastVisibleLine = true - titleField.toolTip = "Process" - titleField.stringValue = "Process" + titleField.toolTip = localizedString("Process") + titleField.stringValue = localizedString("Process") titleField.textColor = .tertiaryLabelColor titleField.font = NSFont.systemFont(ofSize: 12, weight: .medium) view.addArrangedSubview(titleField) diff --git a/Stats/Supporting Files/ar.lproj/Localizable.strings b/Stats/Supporting Files/ar.lproj/Localizable.strings index 44ed867c9a0..b6f5d6036db 100644 --- a/Stats/Supporting Files/ar.lproj/Localizable.strings +++ b/Stats/Supporting Files/ar.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "دمج العناصر"; "No available widgets to configure" = "لا توجد عناصر متاحة للتكوين"; "No options to configure for the popup in this module" = "لا توجد خيارات للتكوين للقائمة المنبثقة في هذه الوحدة"; +"Process" = "عملية"; +"Kill process" = "إيقاف العملية"; // Modules "Number of top processes" = "عدد أعلى العمليات"; diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index fe89de731c6..74b26bcbceb 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Сливане на уиджети"; "No available widgets to configure" = "Няма налични уиджети за конфигуриране"; "No options to configure for the popup in this module" = "Няма опции за конфигуриране за изскачащият прозорец в този модул"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Брой топ процеси"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index d758e106e14..181e86c17a7 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Combina ginys"; "No available widgets to configure" = "No hi ha widgets disponibles per configurar"; "No options to configure for the popup in this module" = "No hi ha opcions per configurar per a la finestra emergent en aquest mòdul"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Nombre de processos principals"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index fba11553a40..296f33ef78e 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Sloučit widgety"; "No available widgets to configure" = "Žádné dostupné widgety ke konfiguraci"; "No options to configure for the popup in this module" = "Žádné dostupné konfigurace vyskakovacího okna tohoto modulu"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Počet prvních procesů"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index 78f2538bf91..f02b6692f12 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Sammenlæg widgets"; "No available widgets to configure" = "Ingen widgets tilgængelig for konfiguration"; "No options to configure for the popup in this module" = "Det er ikke muligt at konfigurere popup'en i dette modul"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Antal topprocesser"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index d7e054fa054..a1e40d037b8 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Widgets zusammenfassen"; "No available widgets to configure" = "Keine Widgets zum Konfigurieren verfügbar"; "No options to configure for the popup in this module" = "Keine weitere Konfigurationsmöglichkeit für das Popup verfügbar"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Anzahl der Top-Prozesse"; diff --git a/Stats/Supporting Files/el.lproj/Localizable.strings b/Stats/Supporting Files/el.lproj/Localizable.strings index 7dd78bacbbf..fbcbb0be680 100644 --- a/Stats/Supporting Files/el.lproj/Localizable.strings +++ b/Stats/Supporting Files/el.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Συγχώνευση γραφικών στοιχείων"; "No available widgets to configure" = "Δεν υπάρχουν διαθέσιμα γραφικά στοιχεία για διαμόρφωση"; "No options to configure for the popup in this module" = "Δεν υπάρχουν επιλογές για διαμόρφωση για το αναδυόμενο παράθυρο σε αυτήν την ενότητα"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Αριθμός κορυφαίων διεργασιών"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index b228894c365..0d2b18b7203 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Merge widgets"; "No available widgets to configure" = "No available widgets to configure"; "No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Number of top processes"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index 1d9b9363722..19e9f3a58aa 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Unir widgets"; "No available widgets to configure" = "No hay widgets disponibles para configurar"; "No options to configure for the popup in this module" = "No hay opciones que configurar para el popup de este módulo"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Número de procesos principales"; diff --git a/Stats/Supporting Files/et.lproj/Localizable.strings b/Stats/Supporting Files/et.lproj/Localizable.strings index 7df911cff48..57818c0e143 100644 --- a/Stats/Supporting Files/et.lproj/Localizable.strings +++ b/Stats/Supporting Files/et.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Liida vidinad"; "No available widgets to configure" = "Vidinaid pole saadaval seadistamiseks"; "No options to configure for the popup in this module" = "Selles moodulis pole suvandeid konfigureerida hüpikakna jaoks"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Tippprotsesside arv"; diff --git a/Stats/Supporting Files/fa.lproj/Localizable.strings b/Stats/Supporting Files/fa.lproj/Localizable.strings index e32286373c0..d527784cfdf 100644 --- a/Stats/Supporting Files/fa.lproj/Localizable.strings +++ b/Stats/Supporting Files/fa.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "ادغام ویجت‌ها"; "No available widgets to configure" = "ویجتی برای پیکربندی در دسترس نیست"; "No options to configure for the popup in this module" = "در این ماژول تنظیمی برای پاپ‌آپ موجود نیست"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "تعداد بالاترین پردازش‌ها"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index 72f3f93e23e..26887365ed5 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Fusionner les widgets"; "No available widgets to configure" = "Aucun widget disponible à configurer"; "No options to configure for the popup in this module" = "Aucune option à configurer pour la fenêtre contextuelle dans ce module"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Nombre de processus principaux"; diff --git a/Stats/Supporting Files/he.lproj/Localizable.strings b/Stats/Supporting Files/he.lproj/Localizable.strings index 7a796c3ec71..1cf555bc9c4 100644 --- a/Stats/Supporting Files/he.lproj/Localizable.strings +++ b/Stats/Supporting Files/he.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "מיזוג ווידג'טים"; "No available widgets to configure" = "אין ווידג'טים זמינים להגדרה"; "No options to configure for the popup in this module" = "אין אפשרויות להגדיר עבור החלון הקופץ במודול זה"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "מספר התהליכים המובילים"; diff --git a/Stats/Supporting Files/hi.lproj/Localizable.strings b/Stats/Supporting Files/hi.lproj/Localizable.strings index dcae0cdf1f1..7e4a7cc0331 100644 --- a/Stats/Supporting Files/hi.lproj/Localizable.strings +++ b/Stats/Supporting Files/hi.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "मर्ज विजेट"; "No available widgets to configure" = "कॉन्फ़िगर करने के लिए कोई उपलब्ध विजेट नहीं"; "No options to configure for the popup in this module" = "इस मॉड्यूल में पॉपअप के लिए कॉन्फ़िगर करने के लिए कोई विकल्प नहीं"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "शीर्ष प्रक्रियाओं की संख्या"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index 9d949cb5470..77585b82413 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Spoji programčiće"; "No available widgets to configure" = "Nema dostupnih widgeta za konfiguraciju"; "No options to configure for the popup in this module" = "Nema opcija za konfiguraciju za skočni prozor u ovom modulu"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Broj glavnih procesa"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index e5ac9f02730..66f5c02af25 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Widgetek egyesítése"; "No available widgets to configure" = "Nincs elérhető widget a beállításhoz"; "No options to configure for the popup in this module" = "A modul lenyíló ablakához nem tartozik beállítás"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Top folyamatok száma"; diff --git a/Stats/Supporting Files/id.lproj/Localizable.strings b/Stats/Supporting Files/id.lproj/Localizable.strings index 858ba3b5762..ee11d397b07 100644 --- a/Stats/Supporting Files/id.lproj/Localizable.strings +++ b/Stats/Supporting Files/id.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Gabungkan widget"; "No available widgets to configure" = "Tidak ada widget yang tersedia untuk dikonfigurasi"; "No options to configure for the popup in this module" = "Tidak ada opsi untuk mengonfigurasi popup di modul ini"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Jumlah dari proses teratas"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index 9d214a8f5dd..7fb834e2eb6 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Combina moduli"; "No available widgets to configure" = "Nessun modulo disponibile"; "No options to configure for the popup in this module" = "Nessuna opzione da configurare per le notifiche in questo modulo"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Numero di processi principali"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index f02094fd3aa..2e7012dc5ce 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "ウィジェットを結合する"; "No available widgets to configure" = "設定できるウィジェットがありません"; "No options to configure for the popup in this module" = "このモジュールにはポップアップ用に設定するオプションはありません"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "表示する上位プロセスの数"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index 7d0d843b94e..d5b2ae02656 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "위젯 병합"; "No available widgets to configure" = "구성할 위젯이 없습니다"; "No options to configure for the popup in this module" = "이 모듈은 구성할 팝업 설정이 없습니다."; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "상위 프로세스 수"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index 2763a36563d..fe8649663b0 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Slå sammen diagrammer"; "No available widgets to configure" = "Ingen tilgjengelige diagrammer å konfigurere"; "No options to configure for the popup in this module" = "Ingen innstillinger å konfigurere for popup-en i denne modulen"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Antall topp-prosesser"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 01d7f177964..0109c38a532 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Widgets samenvoegen"; "No available widgets to configure" = "Geen beschikbare widgets om te configureren"; "No options to configure for the popup in this module" = "Meervoudige configuratie voor pop-op-vinduet en deze module"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Aantal topprocessen"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index 549685e1b73..342894da947 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Pąłącz widżety"; "No available widgets to configure" = "Brak dostępnych widżetów do konfiguracji"; "No options to configure for the popup in this module" = "Brak opcji do skonfigurowania dla okienka w tym module"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Liczba procesów"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index 71a65638e2c..9183df8bde4 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Agrupar widgets"; "No available widgets to configure" = "Nenhum widget disponível para configurar"; "No options to configure for the popup in this module" = "Nenhuma opção para configurar o popup neste módulo"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Número de processos principais"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index b6215824d75..ce29e8de30c 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Agrupar widgets"; "No available widgets to configure" = "Não foram encontrados widgets para configurar"; "No options to configure for the popup in this module" = "Não foram encontradas opções para configurar para o popup deste módulo"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Número de processos principais"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index d628897328e..7bf3ad121af 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Îmbinați widget-uri"; "No available widgets to configure" = "Nu există widgeturi disponibile de configurat"; "No options to configure for the popup in this module" = "Nu există opțiuni de configurat pentru fereastra pop-up din acest modul"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Numărul proceselor de vârf"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index 817b1c88c9e..3b0f9dcad46 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Объединить виджеты"; "No available widgets to configure" = "Нет доступных виджетов для настройки"; "No options to configure for the popup in this module" = "Нет параметров для настройки всплывающего окна в этом модуле"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Количество процессов"; diff --git a/Stats/Supporting Files/sk.lproj/Localizable.strings b/Stats/Supporting Files/sk.lproj/Localizable.strings index 63f870ff313..625a708bae7 100644 --- a/Stats/Supporting Files/sk.lproj/Localizable.strings +++ b/Stats/Supporting Files/sk.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Zlúčiť widgety"; "No available widgets to configure" = "Žiadne dostupné widgety na konfiguráciu"; "No options to configure for the popup in this module" = "Žiadne možnosti konfigurácie vyskakovacieho okna v tomto module"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Počet top procesov"; diff --git a/Stats/Supporting Files/sl.lproj/Localizable.strings b/Stats/Supporting Files/sl.lproj/Localizable.strings index b380d3a635e..3abe557f61b 100644 --- a/Stats/Supporting Files/sl.lproj/Localizable.strings +++ b/Stats/Supporting Files/sl.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Združevanje pripomočkov"; "No available widgets to configure" = "Ni razpoložljivih pripomočkov za konfiguracijo"; "No options to configure for the popup in this module" = "V tem modulu ni možnosti za konfiguracijo pojavnega okna"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Število glavnih procesov"; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index 22c08d36275..367b7103eaa 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Slå samman widgetar"; "No available widgets to configure" = "Inga tillgängliga widgetar att konfigurera"; "No options to configure for the popup in this module" = "Inga alternativ att konfigurera för popup-fönstret i denna modul"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Antal topprocesser"; diff --git a/Stats/Supporting Files/th.lproj/Localizable.strings b/Stats/Supporting Files/th.lproj/Localizable.strings index 18a3c8fcae1..d5d5340a243 100644 --- a/Stats/Supporting Files/th.lproj/Localizable.strings +++ b/Stats/Supporting Files/th.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "รวมวิดเจ็ต"; "No available widgets to configure" = "ไม่มีวิดเจ็ตที่สามารถกำหนดค่าได้"; "No options to configure for the popup in this module" = "ไม่มีตัวเลือกที่สามารถกำหนดค่าสำหรับป๊อปอัปในโมดูลนี้"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "จำนวนของกระบวนการสูงสุด"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 35acd33b3ec..1586d1b7822 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Widget'ları birleştir"; "No available widgets to configure" = "Yapılandırılacak kullanılabilir widget yok"; "No options to configure for the popup in this module" = "Bu modülde açılır pencere için yapılandırma seçeneği yok"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "İşlem sayısı"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index 38bc4b70f6d..a68b9d0cfbe 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Об’єднайти віджети"; "No available widgets to configure" = "Немає доступних віджетів для налаштування"; "No options to configure for the popup in this module" = "У цьому модулі немає параметрів для налаштування спливаючого вікна"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Кількість процесів"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index 00bebf725be..60d5131ff2d 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "Gộp các tiện ích"; "No available widgets to configure" = "Không có tiện ích nào để định cấu hình"; "No options to configure for the popup in this module" = "Không có tùy chọn để định cấu hình cho cửa sổ bật lên trong mô-đun này"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "Số lượng top tiến trình"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 5468bb9b240..4866ec5ab09 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "合并组件"; "No available widgets to configure" = "没有可配置的小组件"; "No options to configure for the popup in this module" = "该组件没有可配置的选项"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "高占用进程数"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index f4ad31fc4b9..e7066fd3263 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -208,6 +208,8 @@ "Merge widgets" = "合併小工具"; "No available widgets to configure" = "沒有可用的小工具來進行組態設定"; "No options to configure for the popup in this module" = "沒有可用於此模組的彈出式視窗組態設定選項"; +"Process" = "Process"; +"Kill process" = "Kill process"; // Modules "Number of top processes" = "高能耗程序數量";