mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: add missing translations
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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" = "Доступна новая версия";
|
||||
|
||||
@@ -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" = "Доступна нова версія";
|
||||
|
||||
Reference in New Issue
Block a user