From a741488d2ad9c8ebe753ebcd65cbb2d28ddc9a68 Mon Sep 17 00:00:00 2001 From: WinTP <1789016472@qq.com> Date: Mon, 27 Jan 2025 00:14:38 +0800 Subject: [PATCH] lang: added missing translation --- Modules/Clock/settings.swift | 2 +- .../ar.lproj/Localizable.strings | 15 +++++++++++++++ .../bg.lproj/Localizable.strings | 15 +++++++++++++++ .../ca.lproj/Localizable.strings | 15 +++++++++++++++ .../cs.lproj/Localizable.strings | 15 +++++++++++++++ .../da.lproj/Localizable.strings | 15 +++++++++++++++ .../de.lproj/Localizable.strings | 15 +++++++++++++++ .../el.lproj/Localizable.strings | 15 +++++++++++++++ .../en-AU.lproj/Localizable.strings | 15 +++++++++++++++ .../en-GB.lproj/Localizable.strings | 15 +++++++++++++++ .../en.lproj/Localizable.strings | 15 +++++++++++++++ .../es.lproj/Localizable.strings | 15 +++++++++++++++ .../et.lproj/Localizable.strings | 15 +++++++++++++++ .../fa.lproj/Localizable.strings | 15 +++++++++++++++ .../fi.lproj/Localizable.strings | 15 +++++++++++++++ .../fr.lproj/Localizable.strings | 15 +++++++++++++++ .../he.lproj/Localizable.strings | 15 +++++++++++++++ .../hi.lproj/Localizable.strings | 15 +++++++++++++++ .../hr.lproj/Localizable.strings | 15 +++++++++++++++ .../hu.lproj/Localizable.strings | 15 +++++++++++++++ .../id.lproj/Localizable.strings | 15 +++++++++++++++ .../it.lproj/Localizable.strings | 15 +++++++++++++++ .../ja.lproj/Localizable.strings | 15 +++++++++++++++ .../ko.lproj/Localizable.strings | 15 +++++++++++++++ .../nb.lproj/Localizable.strings | 15 +++++++++++++++ .../nl.lproj/Localizable.strings | 15 +++++++++++++++ .../pl.lproj/Localizable.strings | 15 +++++++++++++++ .../pt-BR.lproj/Localizable.strings | 15 +++++++++++++++ .../pt-PT.lproj/Localizable.strings | 15 +++++++++++++++ .../ro.lproj/Localizable.strings | 15 +++++++++++++++ .../ru.lproj/Localizable.strings | 15 +++++++++++++++ .../sk.lproj/Localizable.strings | 15 +++++++++++++++ .../sl.lproj/Localizable.strings | 15 +++++++++++++++ .../sv.lproj/Localizable.strings | 15 +++++++++++++++ .../th.lproj/Localizable.strings | 15 +++++++++++++++ .../tr.lproj/Localizable.strings | 15 +++++++++++++++ .../uk.lproj/Localizable.strings | 15 +++++++++++++++ .../vi.lproj/Localizable.strings | 15 +++++++++++++++ .../zh-Hans.lproj/Localizable.strings | 17 ++++++++++++++++- .../zh-Hant.lproj/Localizable.strings | 15 +++++++++++++++ 40 files changed, 587 insertions(+), 2 deletions(-) diff --git a/Modules/Clock/settings.swift b/Modules/Clock/settings.swift index 56dc3a74466..99508bd2c49 100644 --- a/Modules/Clock/settings.swift +++ b/Modules/Clock/settings.swift @@ -255,7 +255,7 @@ internal class Settings: NSStackView, Settings_v, NSTableViewDelegate, NSTableVi self.list[i].enabled = sender.state == NSControl.StateValue.on } @objc private func addNewClock(_ sender: Any) { - self.list.append(Clock_t(name: "Clock \(self.list.count)", format: Clock.local.format, tz: Clock.local.tz)) + self.list.append(Clock_t(name: "\(localizedString("Clock")) \(self.list.count)", format: Clock.local.format, tz: Clock.local.tz)) self.tableView.reloadData() } @objc private func deleteClock(_ sender: Any) { diff --git a/Stats/Supporting Files/ar.lproj/Localizable.strings b/Stats/Supporting Files/ar.lproj/Localizable.strings index 8f8c95a38d9..56c8bcdb50d 100644 --- a/Stats/Supporting Files/ar.lproj/Localizable.strings +++ b/Stats/Supporting Files/ar.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "إعدادات الإحصاءات"; @@ -196,6 +204,7 @@ "Tachometer widget" = "عداد سرعة"; "State widget" = "عداد حالة"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "إظهار الرموز"; "Label widget" = "تسمية"; "Number of reads in the chart" = "عدد القراءات في المخطط"; @@ -227,6 +236,7 @@ "Process" = "عملية"; "Kill process" = "إيقاف العملية"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "عدد أعلى العمليات"; @@ -235,6 +245,7 @@ "Chart color" = "لون المخطط"; "Main chart scaling" = "تحجيم المخطط الرئيسي"; "Scale value" = "قيمة المقياس"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "استخدام المعالج"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "المستوى"; @@ -445,6 +457,9 @@ "Local" = "محلي"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "بناءً على الاستخدام"; diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index 0648a891377..bf0f39dd304 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Настройки на Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Тахометър"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Показване на символи"; "Label widget" = "Етикет"; "Number of reads in the chart" = "Брой прочитания в графиката"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Брой топ процеси"; @@ -235,6 +245,7 @@ "Chart color" = "Цвят на графиката"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Употреба на процесора"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Ниво"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "На база утилизация"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index 7732e0bb35a..01830b88e1e 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configuració de Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tacòmetre"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Mostra els símbols"; "Label widget" = "Etiqueta"; "Number of reads in the chart" = "Nombre de lectures al gràfic"; @@ -227,6 +236,7 @@ "Process" = "Procés"; "Kill process" = "Tanca procés"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Nombre de processos principals"; @@ -235,6 +245,7 @@ "Chart color" = "Color del gràfic"; "Main chart scaling" = "Escala del gràfic principal"; "Scale value" = "Valor d'escala"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Ús de la CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Velocitat de pujada"; "Download speed" = "Velocitat de baixada"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nivell"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendari"; "Local time" = "Hora local"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basat en l'utilització"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index fb8e4ac9e0c..15605268d17 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Nastavení Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometr"; "State widget" = "Stav"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Zobrazit symboly"; "Label widget" = "Popisek"; "Number of reads in the chart" = "Počet čtení v grafu"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Počet prvních procesů"; @@ -235,6 +245,7 @@ "Chart color" = "Barva grafu"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Použití CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Úroveň"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Na základě využití"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index ebb2bcb93d9..0af6fc362a4 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats opsætning"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Omdrejningstæller"; "State widget" = "Status"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Vis symboler"; "Label widget" = "Label"; "Number of reads in the chart" = "Antal læsninger i grafen"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Antal topprocesser"; @@ -235,6 +245,7 @@ "Chart color" = "Grafens farve"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU brug"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Niveau"; @@ -445,6 +457,9 @@ "Local" = "Lokalt"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Baseret på brug"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index 71956c7affe..c74e329751a 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats einrichten"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "Status Widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Symbole anzeigen"; "Label widget" = "Text Widget"; "Number of reads in the chart" = "Anzahl der Elemente im Diagramm"; @@ -227,6 +236,7 @@ "Process" = "Prozess"; "Kill process" = "Prozess abbrechen"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Anzahl der Top-Prozesse"; @@ -235,6 +245,7 @@ "Chart color" = "Diagramm-Farbe"; "Main chart scaling" = "Diagramm-Skalierung"; "Scale value" = "Skalierung"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU-Auslastung"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Ladezustand"; @@ -445,6 +457,9 @@ "Local" = "Lokal"; "Calendar" = "Kalender"; "Local time" = "Ortszeit"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basierend auf Auslastung"; diff --git a/Stats/Supporting Files/el.lproj/Localizable.strings b/Stats/Supporting Files/el.lproj/Localizable.strings index 29feb1b402b..847f85329b0 100644 --- a/Stats/Supporting Files/el.lproj/Localizable.strings +++ b/Stats/Supporting Files/el.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Εγκατάσταση Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Ταχύμετρο"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Εμφάνιση συμβόλων"; "Label widget" = "Ετικέτα"; "Number of reads in the chart" = "Αριθμός αναγνώσεων του διαγράμματος"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Αριθμός κορυφαίων διεργασιών"; @@ -235,6 +245,7 @@ "Chart color" = "Χρώμα γραφήματος"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Χρήση CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Επίπεδο"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Βάσει της χρήσης"; diff --git a/Stats/Supporting Files/en-AU.lproj/Localizable.strings b/Stats/Supporting Files/en-AU.lproj/Localizable.strings index 2d00d6a9464..244b8969c2f 100644 --- a/Stats/Supporting Files/en-AU.lproj/Localizable.strings +++ b/Stats/Supporting Files/en-AU.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Number of top processes"; @@ -235,6 +245,7 @@ "Chart color" = "Chart colour"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU usage"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Level"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Based on utilisation"; diff --git a/Stats/Supporting Files/en-GB.lproj/Localizable.strings b/Stats/Supporting Files/en-GB.lproj/Localizable.strings index c0ab58b2114..e3df1f5eb11 100644 --- a/Stats/Supporting Files/en-GB.lproj/Localizable.strings +++ b/Stats/Supporting Files/en-GB.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Number of top processes"; @@ -235,6 +245,7 @@ "Chart color" = "Chart colour"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU usage"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Level"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Based on utilisation"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index c31d6e9e321..f45da0f9287 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Number of top processes"; @@ -235,6 +245,7 @@ "Chart color" = "Chart color"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU usage"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Level"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Based on utilization"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index d60abacb998..3aa6d191abb 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Lectura"; "Write" = "Escritura"; "Frequency" = "Frecuencia"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configuración de Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tacómetro"; "State widget" = "Estado"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Mostrar símbolos"; "Label widget" = "Etiqueta"; "Number of reads in the chart" = "Número de lecturas en la gráfica"; @@ -227,6 +236,7 @@ "Process" = "Proceso"; "Kill process" = "Cierra el proceso"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Número de procesos principales"; @@ -235,6 +245,7 @@ "Chart color" = "Color de la gráfica"; "Main chart scaling" = "Escalado del gráfico principal"; "Scale value" = "Valor de la escala"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Uso de la CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Velocidad de carga"; "Download speed" = "Velocidad de descarga"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nivel"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendario"; "Local time" = "Hora local"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basado en utilización"; diff --git a/Stats/Supporting Files/et.lproj/Localizable.strings b/Stats/Supporting Files/et.lproj/Localizable.strings index 5542fa6e268..6636cd044ac 100644 --- a/Stats/Supporting Files/et.lproj/Localizable.strings +++ b/Stats/Supporting Files/et.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Seadistamine"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tahhomeeter"; "State widget" = "Seisund"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Näita sümboleids"; "Label widget" = "Silt"; "Number of reads in the chart" = "Lugemiste arv diagrammis"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Tippprotsesside arv"; @@ -235,6 +245,7 @@ "Chart color" = "Diagrammi värv"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU kasutus"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Tase"; @@ -445,6 +457,9 @@ "Local" = "Kohalik"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Põhineb kasutusel"; diff --git a/Stats/Supporting Files/fa.lproj/Localizable.strings b/Stats/Supporting Files/fa.lproj/Localizable.strings index 7010ad39fd7..bc0c72d3060 100644 --- a/Stats/Supporting Files/fa.lproj/Localizable.strings +++ b/Stats/Supporting Files/fa.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "نصب Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "تاکومتر"; "State widget" = "ویجت حالت"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "ویجت نمادها"; "Label widget" = "لیبل"; "Number of reads in the chart" = "تعداد خواندن‌ها در نمودار"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "تعداد بالاترین پردازش‌ها"; @@ -235,6 +245,7 @@ "Chart color" = "رنگ نمودار"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "مصرف سی پی یو"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "سطح"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "بر اساس استفاده"; diff --git a/Stats/Supporting Files/fi.lproj/Localizable.strings b/Stats/Supporting Files/fi.lproj/Localizable.strings index 042aa1e5a16..1e4b479c885 100644 --- a/Stats/Supporting Files/fi.lproj/Localizable.strings +++ b/Stats/Supporting Files/fi.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats asennus"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometri"; "State widget" = "Tila"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Näytä symbolit"; "Label widget" = "Tunniste"; "Number of reads in the chart" = "Lukukertojen määrä kaaviossa"; @@ -227,6 +236,7 @@ "Process" = "Prosessi"; "Kill process" = "Lopeta prosessi"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Suosittujen prosessien määrä"; @@ -235,6 +245,7 @@ "Chart color" = "Kaavion väri"; "Main chart scaling" = "Pääkaavion skaalaus"; "Scale value" = "Skaalausarvo"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Suorittimen käyttö"; @@ -395,6 +406,7 @@ "Upload speed" = "Lähetysnopeus"; "Download speed" = "Latausnopeus"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Taso"; @@ -445,6 +457,9 @@ "Local" = "Paikallinen"; "Calendar" = "Kalenteri"; "Local time" = "Paikallinen aika"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Perustuu käyttöasteeseen"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index a951b4b9a4c..fcb75838446 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configuration de Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachymètre"; "State widget" = "Widget d'état"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Afficher les symboles"; "Label widget" = "Étiquette"; "Number of reads in the chart" = "Nombre de lectures sur le graphique"; @@ -227,6 +236,7 @@ "Process" = "Processus"; "Kill process" = "Interrompre le processus"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Nombre de processus principaux"; @@ -235,6 +245,7 @@ "Chart color" = "Couleur du graphique"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Valeur de l'échelle"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Utilisation du CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Envoi"; "Download speed" = "Téléchargement"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Niveau"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendrier"; "Local time" = "Heure locale"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basé sur l'utilisation"; diff --git a/Stats/Supporting Files/he.lproj/Localizable.strings b/Stats/Supporting Files/he.lproj/Localizable.strings index 8ac1b2a728a..28ca7bef101 100644 --- a/Stats/Supporting Files/he.lproj/Localizable.strings +++ b/Stats/Supporting Files/he.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "טכומטר"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "הראה סמלים"; "Label widget" = "תווית"; "Number of reads in the chart" = "מספר קריאות במגמה"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "מספר התהליכים המובילים"; @@ -235,6 +245,7 @@ "Chart color" = "צבע תרשים"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "שימוש המעבד"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "רמה"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "מבוסס על ניצול"; diff --git a/Stats/Supporting Files/hi.lproj/Localizable.strings b/Stats/Supporting Files/hi.lproj/Localizable.strings index 838598efd1e..edafefde317 100644 --- a/Stats/Supporting Files/hi.lproj/Localizable.strings +++ b/Stats/Supporting Files/hi.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "आँकड़े सेटअप"; @@ -196,6 +204,7 @@ "Tachometer widget" = "टैकोमीटर"; "State widget" = "राज्य विजेट"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "प्रतीक दिखाएँ"; "Label widget" = "लेबल"; "Number of reads in the chart" = "चार्ट में पढ़ने की संख्या"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "शीर्ष प्रक्रियाओं की संख्या"; @@ -235,6 +245,7 @@ "Chart color" = "चार्ट रंग"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "सीपीयू उपयोग"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "स्तर"; @@ -445,6 +457,9 @@ "Local" = "स्थानीय"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "उपयोग के आधार पर"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index e639ea9e9ce..5257f055c7b 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Postavljanje programa Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tahometar"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Prikaži simbole"; "Label widget" = "Oznaka"; "Number of reads in the chart" = "Broj čitanja u dijagramu"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Broj glavnih procesa"; @@ -235,6 +245,7 @@ "Chart color" = "Boja karte"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Korištenje procesora"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Stanje"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Na osnovi korištenja"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index 9c1cbb8c1d4..b207671b26f 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "A Stats beállítása"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Fordulatszámmérő"; "State widget" = "Állapot"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Szimbólumok mutatása"; "Label widget" = "Címke"; "Number of reads in the chart" = "Értékek száma a grafikonon"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Top folyamatok száma"; @@ -235,6 +245,7 @@ "Chart color" = "Diagram színe"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU használat"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Töltöttségi szint"; @@ -445,6 +457,9 @@ "Local" = "Helyi"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Használat függő"; diff --git a/Stats/Supporting Files/id.lproj/Localizable.strings b/Stats/Supporting Files/id.lproj/Localizable.strings index 1e857450fe0..a62a8fabab6 100644 --- a/Stats/Supporting Files/id.lproj/Localizable.strings +++ b/Stats/Supporting Files/id.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Takometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Tampilkan simbol"; "Label widget" = "Label"; "Number of reads in the chart" = "Jumlah yang dibaca pada diagram"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Jumlah dari proses teratas"; @@ -235,6 +245,7 @@ "Chart color" = "Warna bagan"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Penggunaan CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Level"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Berdasarkan pemanfaatan"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index 8c2291bc57f..c4c841817c3 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Lettura"; "Write" = "Scrittura"; "Frequency" = "Frequenza"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configurazione Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachimetro"; "State widget" = "Widget di stato"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Mostra simboli"; "Label widget" = "Etichetta widget"; "Number of reads in the chart" = "Numero di letture nel grafico"; @@ -227,6 +236,7 @@ "Process" = "Processo"; "Kill process" = "Chiudi processo"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Numero di processi principali"; @@ -235,6 +245,7 @@ "Chart color" = "Colore grafico"; "Main chart scaling" = "Scala del grafico principale"; "Scale value" = "Valore scala"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Utilizzo CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Livello"; @@ -445,6 +457,9 @@ "Local" = "Locale"; "Calendar" = "Calendario"; "Local time" = "Ora locale"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basato sull'utilizzo"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index 134e3c0dbee..21dba5b3931 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats セットアップ"; @@ -196,6 +204,7 @@ "Tachometer widget" = "タコメーター"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "シンボルを表示"; "Label widget" = "ラベル"; "Number of reads in the chart" = "読み取り回数のチャート"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "表示する上位プロセスの数"; @@ -235,6 +245,7 @@ "Chart color" = "チャートの色"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU 使用率"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "充電残量"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "使用率に基づいたカラー"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index 81ce4dcf3a1..61a9c1f2d24 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats 설정"; @@ -196,6 +204,7 @@ "Tachometer widget" = "반원 도표"; "State widget" = "상태 위젯"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "기호 표시"; "Label widget" = "레이블 위젯"; "Number of reads in the chart" = "도표의 행 크기"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "상위 프로세스 수"; @@ -235,6 +245,7 @@ "Chart color" = "도표 색상"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU 사용량"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "잔량"; @@ -445,6 +457,9 @@ "Local" = "현지시각"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "사용률 기준"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index c226f8a92f0..d1c8b493815 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats-oppsett"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "Tilstandsdiagram"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Vis symboler"; "Label widget" = "Merkelapp"; "Number of reads in the chart" = "Antall avlesninger i diagrammet"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Antall topp-prosesser"; @@ -235,6 +245,7 @@ "Chart color" = "Diagramfarge"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU-bruk"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nivå"; @@ -445,6 +457,9 @@ "Local" = "Lokal"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Basert på bruk"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 6a41c62127a..61453f80863 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Toon symbolen"; "Label widget" = "Label"; "Number of reads in the chart" = "Aantal keer gelezen in de grafiek"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Aantal topprocessen"; @@ -235,6 +245,7 @@ "Chart color" = "Kortfarve"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU gebruik"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Niveau"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Gebaseerd op gebruik"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index e5265b11c9a..e731ebcfb7c 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Odczyt"; "Write" = "Zapis"; "Frequency" = "Częstotliwość"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Konfiguracja Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometr"; "State widget" = "Stan"; "Text widget" = "Tekst"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Pokaż symbole"; "Label widget" = "Etykieta"; "Number of reads in the chart" = "Liczba odczytów na wykresie"; @@ -227,6 +236,7 @@ "Process" = "Proces"; "Kill process" = "Zamknąć proces"; "Keyboard shortcut" = "Skrót klawiszowy"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Liczba procesów"; @@ -235,6 +245,7 @@ "Chart color" = "Kolor wykresu"; "Main chart scaling" = "Skalowanie wykresu głównego"; "Scale value" = "Wartość skali"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Obciążenie procesora"; @@ -395,6 +406,7 @@ "Upload speed" = "Wysyłka"; "Download speed" = "Pobranie"; "Address" = "Adres"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Poziom naładowania"; @@ -445,6 +457,9 @@ "Local" = "Lokalna"; "Calendar" = "Kalendarz"; "Local time" = "Czas lokalny"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Na podstawie wykorzystania"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index d65e1a0772a..e32bb2abc6c 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configurar Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tacômetro"; "State widget" = "Estado"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Mostrar símbolos"; "Label widget" = "Rótulo"; "Number of reads in the chart" = "Número de leituras no gráfico"; @@ -227,6 +236,7 @@ "Process" = "Processo"; "Kill process" = "Encerrar processo"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Número de processos principais"; @@ -235,6 +245,7 @@ "Chart color" = "Cor do gráfico"; "Main chart scaling" = "Escala do gráfico principal"; "Scale value" = "Valor da escala"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Uso da CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nível"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Baseado na utilização"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index 79c859614dc..d840a92b997 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Configurações do Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Widget de tacómetro"; "State widget" = "Widget de estados"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Mostrar simbolos"; "Label widget" = "Widget de etiquetas"; "Number of reads in the chart" = "Número de leituras no gráfico"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Número de processos principais"; @@ -235,6 +245,7 @@ "Chart color" = "Cor do gráfico"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Utilização do CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nível"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Baseado na utilização"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index eb94e5028fe..b88037c3d7b 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Setup"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "State widget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Numărul proceselor de vârf"; @@ -235,6 +245,7 @@ "Chart color" = "Chart color"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Utilizarea procesorului"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nivel"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Based on utilization"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index 138b4c26207..2495b6b66c7 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Чтение"; "Write" = "Запись"; "Frequency" = "Частота"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Настройки Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Тахометр"; "State widget" = "Состояние"; "Text widget" = "Текст"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Показать символы"; "Label widget" = "Этикетка"; "Number of reads in the chart" = "Количество чтений на графике"; @@ -227,6 +236,7 @@ "Process" = "Процесс"; "Kill process" = "Завершить процесс"; "Keyboard shortcut" = "Сочетание клавиш"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Количество процессов"; @@ -235,6 +245,7 @@ "Chart color" = "Цвет графика"; "Main chart scaling" = "Масштабирование основного графика"; "Scale value" = "Значение масштаба"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Использование процессора"; @@ -395,6 +406,7 @@ "Upload speed" = "Выгрузка"; "Download speed" = "Загрузка"; "Address" = "Адрес"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Уровень заряда"; @@ -445,6 +457,9 @@ "Local" = "Локальный"; "Calendar" = "Календарь"; "Local time" = "Местное время"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "На основе использования"; diff --git a/Stats/Supporting Files/sk.lproj/Localizable.strings b/Stats/Supporting Files/sk.lproj/Localizable.strings index 257b11e8a80..17b28dff817 100644 --- a/Stats/Supporting Files/sk.lproj/Localizable.strings +++ b/Stats/Supporting Files/sk.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Nastavenie Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tachometer"; "State widget" = "Stav"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Zobraziť symboly"; "Label widget" = "Popis"; "Number of reads in the chart" = "Počet záznamov v grafe"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Počet top procesov"; @@ -235,6 +245,7 @@ "Chart color" = "Farba grafu"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Použitie CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Úroveň"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Na základe využívania"; diff --git a/Stats/Supporting Files/sl.lproj/Localizable.strings b/Stats/Supporting Files/sl.lproj/Localizable.strings index 52a0f034cbe..a5cb68aef31 100644 --- a/Stats/Supporting Files/sl.lproj/Localizable.strings +++ b/Stats/Supporting Files/sl.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats konfigurator"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Tahometer"; "State widget" = "Pripomoček stanja"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Prikaži simbole"; "Label widget" = "Oznaka"; "Number of reads in the chart" = "Število branj v grafu"; @@ -227,6 +236,7 @@ "Process" = "Proces"; "Kill process" = "Ubij proces"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Število glavnih procesov"; @@ -235,6 +245,7 @@ "Chart color" = "Barva grafa"; "Main chart scaling" = "Skaliranje glavnega grafa"; "Scale value" = "Vrednost skale"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPE poraba"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Raven"; @@ -445,6 +457,9 @@ "Local" = "Lokalno"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Na podlagi uporabe"; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index fd9de6dbe65..c96a5ce193d 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Läs"; "Write" = "Skriv"; "Frequency" = "Frekvens"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats-installation"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Varvräknare"; "State widget" = "Statwidget"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Visa symboler"; "Label widget" = "Etikett"; "Number of reads in the chart" = "Antal avläsningar i diagrammet"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Avsluta process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Antal topprocesser"; @@ -235,6 +245,7 @@ "Chart color" = "Diagramfärg"; "Main chart scaling" = "Huvuddiagramskalning"; "Scale value" = "Skalvärde"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU-användning"; @@ -395,6 +406,7 @@ "Upload speed" = "Uppladdning"; "Download speed" = "Nedladdning"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Nivå"; @@ -445,6 +457,9 @@ "Local" = "Lokal"; "Calendar" = "Kalender"; "Local time" = "Lokal tid"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Baserat på användning"; diff --git a/Stats/Supporting Files/th.lproj/Localizable.strings b/Stats/Supporting Files/th.lproj/Localizable.strings index bba959c42b8..962dd83e447 100644 --- a/Stats/Supporting Files/th.lproj/Localizable.strings +++ b/Stats/Supporting Files/th.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "การตั้งค่าสถิติ"; @@ -196,6 +204,7 @@ "Tachometer widget" = "วัดความเร็ว"; "State widget" = "เครื่องวัดสถานะ"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "แสดงสัญลักษณ์"; "Label widget" = "ป้ายชื่อ"; "Number of reads in the chart" = "จำนวนการอ่านในแผนภูมิ"; @@ -227,6 +236,7 @@ "Process" = "Process"; "Kill process" = "Kill process"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "จำนวนของกระบวนการสูงสุด"; @@ -235,6 +245,7 @@ "Chart color" = "สีแผนภูมิ"; "Main chart scaling" = "Main chart scaling"; "Scale value" = "Scale value"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "การใช้งาน CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "ระดับ"; @@ -445,6 +457,9 @@ "Local" = "Local"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "อ้างอิงจากการใช้งาน"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 7eb043ae5ac..c09a5db0634 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats Kurulumu"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Takometre"; "State widget" = "Durum widget'ı"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Sembolleri göster"; "Label widget" = "Etiket"; "Number of reads in the chart" = "Grafikteki okuma sayısı"; @@ -227,6 +236,7 @@ "Process" = "İşlem"; "Kill process" = "İşlemi sonlandır"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Zirve işlemlerin sayısı"; @@ -235,6 +245,7 @@ "Chart color" = "Çizelge rengi"; "Main chart scaling" = "Ana çizelge ölçeklendirmesi"; "Scale value" = "Ölçekleme değeri"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "CPU kullanımı"; @@ -395,6 +406,7 @@ "Upload speed" = "Upload"; "Download speed" = "Download"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Doluluk"; @@ -445,6 +457,9 @@ "Local" = "Yerel"; "Calendar" = "Calendar"; "Local time" = "Local time"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Kullanıma dayalı"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index cd4a2fd15f2..c5a44f9015c 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Зчитування"; "Write" = "Запис"; "Frequency" = "Частота"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Налаштування"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Тахометр"; "State widget" = "Стан"; "Text widget" = "Текст"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Показати символи"; "Label widget" = "Етикетка"; "Number of reads in the chart" = "Кількість зчитувань на діаграмі"; @@ -227,6 +236,7 @@ "Process" = "Процес"; "Kill process" = "Завершити процес"; "Keyboard shortcut" = "Комбінація клавіш"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Кількість процесів"; @@ -235,6 +245,7 @@ "Chart color" = "Колір діаграми"; "Main chart scaling" = "Масштабування основної діаграми"; "Scale value" = "Значення масштабування"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Використання процесора"; @@ -395,6 +406,7 @@ "Upload speed" = "Висилання"; "Download speed" = "Завантаження"; "Address" = "Адреса"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Рівень заряду"; @@ -445,6 +457,9 @@ "Local" = "Місцевий"; "Calendar" = "Календар"; "Local time" = "Місцевий час"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "На основі використання"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index 7a8cda578f8..52a94dc0e25 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "Read"; "Write" = "Write"; "Frequency" = "Frequency"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Thiết lập Stats"; @@ -196,6 +204,7 @@ "Tachometer widget" = "Widget đo tốc độ"; "State widget" = "Widget trạng thái"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "Hiển thị ký hiệu"; "Label widget" = "Widget nhãn"; "Number of reads in the chart" = "Số lần đọc trong biểu đồ"; @@ -227,6 +236,7 @@ "Process" = "Tiến trình"; "Kill process" = "Dừng tiến trình"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "Số lượng tiến trình hàng đầu"; @@ -235,6 +245,7 @@ "Chart color" = "Màu biểu đồ"; "Main chart scaling" = "Tỷ lệ biểu đồ chính"; "Scale value" = "Giá trị tỷ lệ"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "Sử dụng CPU"; @@ -395,6 +406,7 @@ "Upload speed" = "Tốc độ tải lên"; "Download speed" = "Tốc độ tải xuống"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "Mức"; @@ -445,6 +457,9 @@ "Local" = "Địa phương"; "Calendar" = "Lịch"; "Local time" = "Giờ địa phương"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "Dựa trên mức sử dụng"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 7d26f82f65f..e82bd4adca2 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "读取"; "Write" = "写入"; "Frequency" = "频率"; +"1 sec" = "1 秒"; +"2 sec" = "2 秒"; +"3 sec" = "3 秒"; +"5 sec" = "5 秒"; +"10 sec" = "10 秒"; +"15 sec" = "15 秒"; +"30 sec" = "30 秒"; +"60 sec" = "60 秒"; // Setup "Stats Setup" = "Stats 设置"; @@ -149,7 +157,7 @@ "Pause the Stats" = "暂停 Stats"; "Resume the Stats" = "恢复 Stats"; "Combined modules" = "合并模块"; -"Combined details" = "合并细节"; +"Combined details" = "合并详情"; "Spacing" = "间距"; "Share anonymous telemetry" = "分享匿名诊断数据"; @@ -196,6 +204,7 @@ "Tachometer widget" = "转速计"; "State widget" = "状态"; "Text widget" = "文本"; +"Battery details widget" = "电池详情"; "Show symbols" = "显示标识"; "Label widget" = "标签"; "Number of reads in the chart" = "图表显示的读取次数"; @@ -227,6 +236,7 @@ "Process" = "进程"; "Kill process" = "结束进程"; "Keyboard shortcut" = "键盘快捷键"; +"Listening..." = "监听中..."; // Modules "Number of top processes" = "高占用进程数"; @@ -235,6 +245,7 @@ "Chart color" = "图表颜色"; "Main chart scaling" = "主图表缩放"; "Scale value" = "缩放值"; +"Text widget value" = "文本小组件值"; // CPU "CPU usage" = "CPU 占用"; @@ -395,6 +406,7 @@ "Upload speed" = "上传速度"; "Download speed" = "下载速度"; "Address" = "地址"; +"WiFi network" = "WiFi 网络"; // Battery "Level" = "电量"; @@ -445,6 +457,9 @@ "Local" = "本地"; "Calendar" = "日历"; "Local time" = "本地时间"; +"Add new clock" = "添加新时钟"; +"Delete selected clock" = "删除选定的时钟"; +"Help with datetime format" = "日期时间格式帮助"; // Colors "Based on utilization" = "基于利用率"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index 8c205307ff7..043f2fa2bb6 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -88,6 +88,14 @@ "Read" = "讀取"; "Write" = "寫入"; "Frequency" = "頻率"; +"1 sec" = "1 sec"; +"2 sec" = "2 sec"; +"3 sec" = "3 sec"; +"5 sec" = "5 sec"; +"10 sec" = "10 sec"; +"15 sec" = "15 sec"; +"30 sec" = "30 sec"; +"60 sec" = "60 sec"; // Setup "Stats Setup" = "Stats 設定"; @@ -196,6 +204,7 @@ "Tachometer widget" = "轉速計"; "State widget" = "State 小工具"; "Text widget" = "Text widget"; +"Battery details widget" = "Battery details widget"; "Show symbols" = "顯示符號"; "Label widget" = "標籤"; "Number of reads in the chart" = "圖表顯示的未讀計數"; @@ -227,6 +236,7 @@ "Process" = "程序"; "Kill process" = "結束程序"; "Keyboard shortcut" = "Keyboard shortcut"; +"Listening..." = "Listening..."; // Modules "Number of top processes" = "高能耗程序數量"; @@ -235,6 +245,7 @@ "Chart color" = "圖表色彩"; "Main chart scaling" = "主圖表縮放"; "Scale value" = "縮放值"; +"Text widget value" = "Text widget value"; // CPU "CPU usage" = "處理器使用量"; @@ -395,6 +406,7 @@ "Upload speed" = "上傳"; "Download speed" = "下載"; "Address" = "Address"; +"WiFi network" = "WiFi network"; // Battery "Level" = "電量"; @@ -445,6 +457,9 @@ "Local" = "目前位置"; "Calendar" = "日曆"; "Local time" = "當地時間"; +"Add new clock" = "Add new clock"; +"Delete selected clock" = "Delete selected clock"; +"Help with datetime format" = "Help with datetime format"; // Colors "Based on utilization" = "根據使用率";