From 5eaac81d1ec23d7ca9f5dc66842a4d604c54a516 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Fri, 23 Sep 2022 17:09:38 +0200 Subject: [PATCH] feat: added translations for State widget --- Modules/Net/popup.swift | 2 +- Stats/Supporting Files/bg.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/ca.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/cs.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/da.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/de.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/el.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/en.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/es.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/fr.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/he.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/hr.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/hu.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/id.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/it.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/ja.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/ko.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/nb.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/nl.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/pl.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/pt-BR.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/pt-PT.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/ro.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/ru.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/sl.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/sv.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/tr.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/uk.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/vi.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/zh-Hans.lproj/Localizable.strings | 4 ++++ Stats/Supporting Files/zh-Hant.lproj/Localizable.strings | 4 ++++ 31 files changed, 121 insertions(+), 1 deletion(-) diff --git a/Modules/Net/popup.swift b/Modules/Net/popup.swift index ee535970..5c4550f2 100644 --- a/Modules/Net/popup.swift +++ b/Modules/Net/popup.swift @@ -189,7 +189,7 @@ internal class Popup: NSStackView, Popup_p { self.totalDownloadField = popupWithColorRow(container, color: NSColor.systemBlue, n: 4, title: "\(localizedString("Total download")):", value: "0") self.statusField = popupRow(container, n: 0, title: "\(localizedString("Status")):", value: localizedString("Unknown")).1 - self.connectivityField = popupRow(container, n: 0, title: "\(localizedString("Connectivity")):", value: localizedString("Unknown")).1 + self.connectivityField = popupRow(container, n: 0, title: "\(localizedString("Internet connection")):", value: localizedString("Unknown")).1 self.ssidField = popupRow(container, n: 0, title: "\(localizedString("Network")):", value: localizedString("Unknown")).1 self.standardField = popupRow(container, n: 0, title: "\(localizedString("Standard")):", value: localizedString("Unknown")).1 diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index a5741139..49e1a3bb 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Памет"; "Static width" = "Постоянна ширина"; "Tachometer widget" = "Тахометър"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Ниво"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index 111c7f13..159b77de 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memòria"; "Static width" = "Ample fixe"; "Tachometer widget" = "Tacòmetre"; +"State widget" = "State widget"; "Show symbols" = "Mostra els símbols"; "Label widget" = "Etiqueta"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nivell"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index ab86a005..062842c2 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Paměť"; "Static width" = "Statická šířka"; "Tachometer widget" = "Tachometr"; +"State widget" = "State widget"; "Show symbols" = "Zobrazit symboly"; "Label widget" = "Popisek"; "Number of reads in the chart" = "Počet čtení v grafu"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Úroveň"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index 69b97cf5..f08b51ad 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Hukommelse"; "Static width" = "Statisk bredde"; "Tachometer widget" = "Omdrejningstæller"; +"State widget" = "State widget"; "Show symbols" = "Vis symboler"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Niveau"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index f5d49d3b..5e0016be 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Speicher"; "Static width" = "Statische Breite"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Symbole anzeigen"; "Label widget" = "Label"; "Number of reads in the chart" = "Anzahl an Elementen im Diagramm"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Automatisch"; "Widget activation threshold" = "Schwellwert für Anzeige vom Widget"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Ladezustand"; diff --git a/Stats/Supporting Files/el.lproj/Localizable.strings b/Stats/Supporting Files/el.lproj/Localizable.strings index 55099b3b..b7e64e84 100644 --- a/Stats/Supporting Files/el.lproj/Localizable.strings +++ b/Stats/Supporting Files/el.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Μνήμη"; "Static width" = "Σταθερό πλάτος"; "Tachometer widget" = "Ταχύμετρο"; +"State widget" = "State widget"; "Show symbols" = "Εμφάνιση συμβόλων"; "Label widget" = "Ετικέτα"; "Number of reads in the chart" = "Αριθμός αναγνώσεων του διαγράμματος"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Επίπεδο"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index fe4bb151..e0de0335 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memory"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Level"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index 0bc012c7..6b334160 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memoria"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nivel"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index 9a2f3e12..c8fe019a 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Mémoire"; "Static width" = "Largeur fixée"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Niveau"; diff --git a/Stats/Supporting Files/he.lproj/Localizable.strings b/Stats/Supporting Files/he.lproj/Localizable.strings index 1a042e14..e7a768d9 100644 --- a/Stats/Supporting Files/he.lproj/Localizable.strings +++ b/Stats/Supporting Files/he.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "זכרון"; "Static width" = "אורך סטאטי"; "Tachometer widget" = "טכומטר"; +"State widget" = "State widget"; "Show symbols" = "הראה סמלים"; "Label widget" = "תווית"; "Number of reads in the chart" = "מספר קריאות במגמה"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "רמה"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index 3fa130e3..a3b99238 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memorija"; "Static width" = "Statična širina"; "Tachometer widget" = "Tahometar"; +"State widget" = "State widget"; "Show symbols" = "Prikaži simbole"; "Label widget" = "Oznaka"; "Number of reads in the chart" = "Broj čitanja u dijagramu"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Stanje"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index 15ced54c..572138b0 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memória"; "Static width" = "Fix szélesség"; "Tachometer widget" = "Fordulatszámmérő"; +"State widget" = "State widget"; "Show symbols" = "Szimbólumok mutatása"; "Label widget" = "Címke"; "Number of reads in the chart" = "Értékek száma a grafikonon"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Töltöttségi szint"; diff --git a/Stats/Supporting Files/id.lproj/Localizable.strings b/Stats/Supporting Files/id.lproj/Localizable.strings index dd5a8a33..6b5d952e 100644 --- a/Stats/Supporting Files/id.lproj/Localizable.strings +++ b/Stats/Supporting Files/id.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memori"; "Static width" = "Lebar statis"; "Tachometer widget" = "Takometer"; +"State widget" = "State widget"; "Show symbols" = "Tampilkan simbol"; "Label widget" = "Label"; "Number of reads in the chart" = "Jumlah yang dibaca pada diagram"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Level"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index 1f74a2c6..3bd39e87 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memoria"; "Static width" = "Larghezza fissa"; "Tachometer widget" = "Tachimetro"; +"State widget" = "State widget"; "Show symbols" = "Mostra simboli"; "Label widget" = "Etichetta widget"; "Number of reads in the chart" = "Numero di letture nel grafico"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Livello"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index 6c5e640a..1fba29b2 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "未使用/使用済み"; "Static width" = "固定幅"; "Tachometer widget" = "タコメーター"; +"State widget" = "State widget"; "Show symbols" = "シンボルを表示"; "Label widget" = "ラベル"; "Number of reads in the chart" = "読み取り回数のチャート"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "充電残量"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index 690d5593..e925a483 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "메모리"; "Static width" = "너비 고정"; "Tachometer widget" = "회전 속도계"; +"State widget" = "State widget"; "Show symbols" = "기호 표시"; "Label widget" = "레이블"; "Number of reads in the chart" = "도표의 읽기 횟수"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "잔량"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index 78518575..a3ff486f 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Tall"; "Static width" = "Statisk bredde"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nivå"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 0d49bb67..128992b5 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Geheugenwidget"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Toon symbolen"; "Label widget" = "Label"; "Number of reads in the chart" = "Aantal keer gelezen in de grafiek"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Niveau"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index 778c0f80..b3d6004d 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Pamięć"; "Static width" = "Statyczna szerokość"; "Tachometer widget" = "Tachometr"; +"State widget" = "Stan"; "Show symbols" = "Pokaż symbole"; "Label widget" = "Etykieta"; "Number of reads in the chart" = "Liczba odczytów na wykresie"; @@ -288,6 +289,9 @@ "Common scale" = "Wspólna skala"; "Autodetection" = "Autodetekcja"; "Widget activation threshold" = "Próg aktywacji widżetu"; +"Internet connection" = "Połączenie internetowe"; +"Active state color" = "Kolor stanu aktywnego"; +"Nonactive state color" = "Kolor stanu nieaktywnego"; // Battery "Level" = "Poziom naładowania"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index 261fd83b..0d0f3682 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memoria"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nível"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index 44406e39..af464236 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memory"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nível"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index 2b0c477c..57a81b85 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memory"; "Static width" = "Static width"; "Tachometer widget" = "Tachometer"; +"State widget" = "State widget"; "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nivel"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index 5575ccdf..02ea238d 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memory"; "Static width" = "Статическая ширина"; "Tachometer widget" = "Тахометр"; +"State widget" = "Состояние"; "Show symbols" = "Показать символы"; "Label widget" = "Этикетка"; "Number of reads in the chart" = "Количество чтений на графике"; @@ -288,6 +289,9 @@ "Common scale" = "Общий масштаб"; "Autodetection" = "Автоопределение"; "Widget activation threshold" = "Порог активации виджета"; +"Internet connection" = "Интернет-соединение"; +"Active state color" = "Цвет активного состояния"; +"Nonactive state color" = "Цвет неактивного состояния"; // Battery "Level" = "Уровень заряда"; diff --git a/Stats/Supporting Files/sl.lproj/Localizable.strings b/Stats/Supporting Files/sl.lproj/Localizable.strings index 8deec982..adc9a93d 100644 --- a/Stats/Supporting Files/sl.lproj/Localizable.strings +++ b/Stats/Supporting Files/sl.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Pomnilnik"; "Static width" = "Statična širina"; "Tachometer widget" = "Tahometer"; +"State widget" = "State widget"; "Show symbols" = "Prikaži simbole"; "Label widget" = "Oznaka"; "Number of reads in the chart" = "Število branj v grafu"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Raven"; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index 77336838..19df5fbb 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Minne"; "Static width" = "Fast bredd"; "Tachometer widget" = "Varvräknare"; +"State widget" = "State widget"; "Show symbols" = "Visa symboler"; "Label widget" = "Etikett"; "Number of reads in the chart" = "Antal avläsningar i diagram"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Nivå"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 7068628e..c7c7be06 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Bellek widget"; "Static width" = "Sabit genişlik"; "Tachometer widget" = "Takometre"; +"State widget" = "State widget"; "Show symbols" = "Sembolleri göster"; "Label widget" = "Etiket"; "Number of reads in the chart" = "Grafikteki okuma sayısı"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Doluluk"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index 478eec7b..33d3114b 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Memory"; "Static width" = "Статична ширина"; "Tachometer widget" = "Тахометр"; +"State widget" = "Стан"; "Show symbols" = "Показати символи"; "Label widget" = "Етикетка"; "Number of reads in the chart" = "Кількість зчитувань на діаграмі"; @@ -288,6 +289,9 @@ "Common scale" = "Загальна шкала"; "Autodetection" = "Автовизначення"; "Widget activation threshold" = "Поріг активації віджета"; +"Internet connection" = "Підключення до інтернету"; +"Active state color" = "Колір активного стану"; +"Nonactive state color" = "Колір неактивного стану"; // Battery "Level" = "Рівень заряду"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index a271d758..ad9e3bea 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "Bộ nhớ"; "Static width" = "Chiều rộng cố định"; "Tachometer widget" = "Máy đo tốc độ"; +"State widget" = "State widget"; "Show symbols" = "Hiển thị các biểu tượng"; "Label widget" = "Nhãn"; "Number of reads in the chart" = "Số lần đọc trong biểu đồ"; @@ -288,6 +289,9 @@ "Common scale" = "Common scale"; "Autodetection" = "Autodetection"; "Widget activation threshold" = "Widget activation threshold"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "Dung lượng Pin"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 923256ad..9dcaafbc 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "容量"; "Static width" = "固定宽度"; "Tachometer widget" = "转速计"; +"State widget" = "State widget"; "Show symbols" = "显示标识"; "Label widget" = "标签"; "Number of reads in the chart" = "图表显示的读取次数"; @@ -288,6 +289,9 @@ "Common scale" = "统一比例"; "Autodetection" = "自动检测"; "Widget activation threshold" = "小组件激活阀值"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "电量"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index 7d46a810..c78740fc 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -160,6 +160,7 @@ "Memory widget" = "容量"; "Static width" = "靜態寬度"; "Tachometer widget" = "轉速計"; +"State widget" = "State widget"; "Show symbols" = "顯示符號"; "Label widget" = "標籤"; "Number of reads in the chart" = "圖表中的未讀計數"; @@ -288,6 +289,9 @@ "Common scale" = "統一比例"; "Autodetection" = "自動檢測"; "Widget activation threshold" = "小工具啟動臨界點"; +"Internet connection" = "Internet connection"; +"Active state color" = "Active state color"; +"Nonactive state color" = "Nonactive state color"; // Battery "Level" = "電量";