Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added missing localization strings in Kit/process.swift #1903

Merged
merged 8 commits into from
Apr 21, 2024
4 changes: 2 additions & 2 deletions Kit/process.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "عدد أعلى العمليات";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/bg.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "Брой топ процеси";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ca.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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ů";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/da.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/el.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "Αριθμός κορυφαίων διεργασιών";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/et.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/fa.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "تعداد بالاترین پردازش‌ها";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/he.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "מספר התהליכים המובילים";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/hi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "शीर्ष प्रक्रियाओं की संख्या";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/hr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/hu.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/id.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "表示する上位プロセスの数";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "상위 프로세스 수";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/nb.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/pt-PT.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "Количество процессов";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/sk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/sl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/sv.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/th.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "จำนวนของกระบวนการสูงสุด";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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ı";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/uk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "Кількість процесів";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "高占用进程数";
Expand Down
2 changes: 2 additions & 0 deletions Stats/Supporting Files/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "高能耗程序數量";
Expand Down
Loading