From fbbbc4b28ce381c4a11b8f8fd0e4d398e8202576 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sat, 8 Jan 2022 19:09:15 +0100 Subject: [PATCH] feat: added translation for download/upload colors --- Kit/Widgets/NetworkChart.swift | 4 ++-- Stats/Supporting Files/bg.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/ca.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/cs.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/da.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/de.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/en.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/es.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/fr.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/hr.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/hu.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/it.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/ja.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/ko.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/nb.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/nl.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/pl.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/pt-BR.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/pt-PT.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/ro.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/ru.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/tr.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/uk.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/vi.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/zh-Hans.lproj/Localizable.strings | 2 ++ Stats/Supporting Files/zh-Hant.lproj/Localizable.strings | 2 ++ 26 files changed, 52 insertions(+), 2 deletions(-) diff --git a/Kit/Widgets/NetworkChart.swift b/Kit/Widgets/NetworkChart.swift index 13c0e480..8867f56f 100644 --- a/Kit/Widgets/NetworkChart.swift +++ b/Kit/Widgets/NetworkChart.swift @@ -202,14 +202,14 @@ public class NetworkChart: WidgetWrapper { view.addArrangedSubview(self.frameSettingsView!) view.addArrangedSubview(selectSettingsRow( - title: localizedString("Download color"), + title: localizedString("Color of download"), action: #selector(toggleDownloadColor), items: self.colors, selected: self.downloadColor.key )) view.addArrangedSubview(selectSettingsRow( - title: localizedString("Upload color"), + title: localizedString("Color of upload"), action: #selector(toggleUploadColor), items: self.colors, selected: self.uploadColor.key diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index 76f52e94..581d370e 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Отваряне на настройките на модула"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index 902ec86f..2dd75fd3 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Mostra els símbols"; "Label widget" = "Etiqueta"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Obre la configuració del mòdul"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index bfc36caf..3f51affb 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Otevřít nastavení modulu"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index f37a0716..5e1198ef 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Vis symboler"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Åben indstillinger for moduler"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index 57854d5a..8b163c53 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Modul Einstellungen öffnen"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index f5f2dcc7..a72a574e 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Open module settings"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index 11438182..90ee802b 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Abrir la configruación del módulo"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index 1a8e901c..278348ee 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Ouvrir les paramètres du module"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index 03b84cf3..7e3630d7 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Otvori postavke modula"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index 6470d644..85639fb2 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Szimbólumok mutatása"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Modul beállításainak megnyitása"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index 569eace7..ddc8b62d 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Apri impostazioni modulo"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index 464db3b5..99b34b3b 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "このモジュールの設定を開く"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index a42e40aa..98d5cb1d 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "모듈 설정 열기"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index bd530887..9922e1ff 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Åpne modulinnstillinger"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 67b1a486..5f0a3143 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Open module-instellingen"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index accc7a77..a39d0711 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Pokaż symbole"; "Label widget" = "Etykieta"; "Number of reads in the chart" = "Liczba odczytów na wykresie"; +"Color of download" = "Kolor pobrania"; +"Color of upload" = "Kolor wysyłki"; // Module Kit "Open module settings" = "Otwórz ustawienia modułu"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index 051975e2..7edc1358 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Abrir configurações do módulo"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index b0add20e..9610f969 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Abrir configurações do módulo"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index dec31959..05325a36 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Deschide setăriile modulului"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index b0093a00..0421d402 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Показать символы"; "Label widget" = "Этикетка"; "Number of reads in the chart" = "Количество чтений на графике"; +"Color of download" = "Цвет загрузки"; +"Color of upload" = "Цвет выгрузки"; // Module Kit "Open module settings" = "Открыть настройки модуля"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 344559c7..e3ec769e 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Modül ayarlarını aç"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index ee974a2b..1fce5780 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Показати символи"; "Label widget" = "Етикетка"; "Number of reads in the chart" = "Кількість зчитувань на діаграмі"; +"Color of download" = "Колір завантаження"; +"Color of upload" = "Колір висилання"; // Module Kit "Open module settings" = "Відкрити налаштування модуля"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index 2e682529..e7fe9352 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "Show symbols"; "Label widget" = "Label"; "Number of reads in the chart" = "Number of reads in the chart"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "Mở cài đặt module"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 31564080..6a533664 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "显示标识"; "Label widget" = "标签"; "Number of reads in the chart" = "图表显示的读取次数"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "打开模块设置"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index a191adf5..c4a68a60 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -125,6 +125,8 @@ "Show symbols" = "顯示符號"; "Label widget" = "標籤"; "Number of reads in the chart" = "圖表中的讀取次數"; +"Color of download" = "Color of download"; +"Color of upload" = "Color of upload"; // Module Kit "Open module settings" = "打開模組設定";