feat: add missing translations

This commit is contained in:
Serhiy Mytrovtsiy
2021-04-03 20:28:03 +02:00
parent d3ea2fd030
commit 577b465d98
4 changed files with 11 additions and 2 deletions

View File

@@ -340,8 +340,8 @@ internal class FanView: NSStackView {
private class ModeButtons: NSStackView {
public var callback: (FanMode) -> Void = {_ in }
private var autoBtn: NSButton = NSButton(title: "Automatic", target: nil, action: #selector(autoMode))
private var manualBtn: NSButton = NSButton(title: "Manual", target: nil, action: #selector(manualMode))
private var autoBtn: NSButton = NSButton(title: LocalizedString("Automatic"), target: nil, action: #selector(autoMode))
private var manualBtn: NSButton = NSButton(title: LocalizedString("Manual"), target: nil, action: #selector(manualMode))
public init(frame: NSRect, mode: FanMode) {
super.init(frame: frame)

View File

@@ -24,6 +24,7 @@
"Yes" = "Tak";
"No" = "Nie";
"Automatic" = "Automatyczny";
"Manual" = "Ręczny";
"None" = "Brak";
"Dots" = "Punkty";
"Arrows" = "Strzałki";
@@ -31,6 +32,8 @@
"Short" = "Krótki";
"Long" = "Długi";
"Statistics" = "Statystyki";
"Max" = "Max";
"Min" = "Min";
// Alerts
"New version available" = "Nowa wersja dostępna";

View File

@@ -24,6 +24,7 @@
"Yes" = "Да";
"No" = "Нет";
"Automatic" = "Автоматический";
"Manual" = "Ручной";
"None" = "Никакой";
"Dots" = "Точки";
"Arrows" = "Стрелки";
@@ -31,6 +32,8 @@
"Short" = "Короткий";
"Long" = "Длинный";
"Statistics" = "Статистика";
"Max" = "Max";
"Min" = "Min";
// Alerts
"New version available" = "Доступна новая версия";

View File

@@ -24,6 +24,7 @@
"Yes" = "Так";
"No" = "Ні";
"Automatic" = "Автоматичний";
"Manual" = "Ручний";
"None" = "Ніяка";
"Dots" = "Пункти";
"Arrows" = "Стрілки";
@@ -31,6 +32,8 @@
"Short" = "Короткий";
"Long" = "Довгий";
"Statistics" = "Статистика";
"Max" = "Max";
"Min" = "Min";
// Alerts
"New version available" = "Доступна нова версія";