From 8af3ad2c1e04764b1143d2911b43eea594811431 Mon Sep 17 00:00:00 2001 From: vectorsigma72 Date: Sat, 7 Dec 2019 21:45:07 +0100 Subject: [PATCH 1/4] Clover.app v1.12 Fixed a translation issue and a mistake for the updater --- CloverApp/Clover.xcodeproj/project.pbxproj | 8 ++++---- CloverApp/Clover/Base.lproj/Settings.xib | 2 +- CloverApp/Clover/SettingsView.swift | 3 ++- CloverApp/Lang.bundle/Contents/Resources/de.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/en.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/es.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/fr.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/hr.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/id.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/it.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/ja.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/ko.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/lv.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/nl.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/pl.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/pt-BR.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/pt-PT.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/ro.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/ru.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/sr.strings | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/tr.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/uk.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/vi.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/zh-Hans.strings | 6 +++--- CloverApp/Lang.bundle/Contents/Resources/zh-Hant.strings | 6 +++--- 25 files changed, 65 insertions(+), 64 deletions(-) diff --git a/CloverApp/Clover.xcodeproj/project.pbxproj b/CloverApp/Clover.xcodeproj/project.pbxproj index 45712f07e..488d9cfef 100644 --- a/CloverApp/Clover.xcodeproj/project.pbxproj +++ b/CloverApp/Clover.xcodeproj/project.pbxproj @@ -1046,7 +1046,7 @@ CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.11; + CURRENT_PROJECT_VERSION = 1.12; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Clover/Frameworks", @@ -1061,7 +1061,7 @@ "$(inherited)", "$(PROJECT_DIR)/Clover/Frameworks", ); - MARKETING_VERSION = 1.11; + MARKETING_VERSION = 1.12; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1081,7 +1081,7 @@ CODE_SIGN_ENTITLEMENTS = Clover/Clover.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.11; + CURRENT_PROJECT_VERSION = 1.12; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)/Clover/Frameworks", @@ -1095,7 +1095,7 @@ "$(inherited)", "$(PROJECT_DIR)/Clover/Frameworks", ); - MARKETING_VERSION = 1.11; + MARKETING_VERSION = 1.12; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = org.slice.Clover; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/CloverApp/Clover/Base.lproj/Settings.xib b/CloverApp/Clover/Base.lproj/Settings.xib index c4012543c..33cbfc172 100644 --- a/CloverApp/Clover/Base.lproj/Settings.xib +++ b/CloverApp/Clover/Base.lproj/Settings.xib @@ -32,7 +32,7 @@ - + diff --git a/CloverApp/Clover/SettingsView.swift b/CloverApp/Clover/SettingsView.swift index b57e3babd..e013606e8 100644 --- a/CloverApp/Clover/SettingsView.swift +++ b/CloverApp/Clover/SettingsView.swift @@ -657,7 +657,8 @@ class SettingsViewController: NSViewController, NSTextFieldDelegate, URLSessionD } else { AppSD.statusItem.title = "\(lastRevNum)" } - if installerRevNum > lastRevNum { + + if installerRevNum < lastRevNum { self.updateCloverButton.isEnabled = true self.updateCloverButton.title = String(format: "Update to r%d".locale, lastRevNum) } else { diff --git a/CloverApp/Lang.bundle/Contents/Resources/de.strings b/CloverApp/Lang.bundle/Contents/Resources/de.strings index deceb74f1..60c2da5b1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/de.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/de.strings @@ -14,7 +14,7 @@ "N/A" = "N/V"; // not available (please be short) "Install Clover" = "Clover installieren"; "Current Clover revision" = "Aktuelle Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "Config.plist Pfad:"; "Clover wants to mount %@" = "Clover möchte %@ mounten"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "Unmount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "Wahr"; "false" = "Falsch"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/en.strings b/CloverApp/Lang.bundle/Contents/Resources/en.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/en.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/en.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/es.strings b/CloverApp/Lang.bundle/Contents/Resources/es.strings index efccd578b..077b98a3a 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/es.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/es.strings @@ -14,7 +14,7 @@ "N/A" = "N/D"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/fr.strings b/CloverApp/Lang.bundle/Contents/Resources/fr.strings index 33deb3d14..6dec2cbb1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/fr.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/fr.strings @@ -14,7 +14,7 @@ "N/A" = "N/A"; // not available (please be short) "Install Clover" = "Installer Clover"; "Current Clover revision" = "Version actuelle de Clover"; -"Boot device" = "Périphérique De Démarrage"; +"Boot Device:" = "Périphérique De Démarrage:"; "config path:" = "voie d'acces vers config:"; "Clover wants to mount %@" = "Clover desire monter %@"; @@ -22,14 +22,14 @@ "Mount" = "Monter"; "umount" = "demonter"; "mount point" = "point d'acces"; -"auto mount" = "montage automatique"; +"*auto mount" = "*auto mount"; "true" = "vrai"; "false" = "faux"; "Theme:" = "Thème:"; "Sound:" = "Son:"; -"*Make filesystem read-write" = "*Transformer le système de fichiers en lecture-écriture"; +"*Make filesystem read-write" = "*Changer système fichiers en lecture-écriture"; "*Disable Sleep Proxy Client" = "*Désactiver Mise en veille du Proxy Client"; "*Require CloverDaemon" = "*Necessite CloverDaemon"; "Read daemon log" = "Lire log daemon"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/hr.strings b/CloverApp/Lang.bundle/Contents/Resources/hr.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/hr.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/hr.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/id.strings b/CloverApp/Lang.bundle/Contents/Resources/id.strings index 801d28b84..e972d5007 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/id.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/id.strings @@ -14,7 +14,7 @@ "N/A" = "N/D"; // not available (please be short) "Install Clover" = "Pasang Clover"; "Current Clover revision" = "Revisi Clover Terkini"; -"Boot device" = "Device Boot"; +"Boot Device:" = "Device Boot:"; "config path:" = "Lokasi config:"; "Clover wants to mount %@" = "Clover ingin mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/it.strings b/CloverApp/Lang.bundle/Contents/Resources/it.strings index 83c1ea5d4..d70651670 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/it.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/it.strings @@ -14,7 +14,7 @@ "N/A" = "N/D"; // not available (please be short) "Install Clover" = "Installa Clover"; "Current Clover revision" = "Revisione corrente"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Disco di avvio:"; "config path:" = "percorso config:"; "Clover wants to mount %@" = "Clover vuole montare %@"; @@ -22,7 +22,7 @@ "Mount" = "Monta"; "umount" = "smonta"; "mount point" = "punto di montaggio"; -"auto mount" = "auto monta"; +"*auto mount" = "*auto monta"; "true" = "vero"; "false" = "falso"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/ja.strings b/CloverApp/Lang.bundle/Contents/Resources/ja.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/ja.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/ja.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/ko.strings b/CloverApp/Lang.bundle/Contents/Resources/ko.strings index 8865be567..1d22ae3d3 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/ko.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/ko.strings @@ -14,7 +14,7 @@ "N/A" = "알수없음"; // not available (please be short) "Install Clover" = "클로버 설치"; "Current Clover revision" = "현재 클로버 리비전"; -"Boot device" = "부트 디스크"; +"Boot Device:" = "부트 디스크:"; "config path:" = "config 경로:"; "Clover wants to mount %@" = "클로버는 다음 디스크를 마운트: %@"; @@ -22,7 +22,7 @@ "Mount" = "마운트"; "umount" = "언마운트"; "mount point" = "마운트 포인트"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "예"; "false" = "아니오"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/lv.strings b/CloverApp/Lang.bundle/Contents/Resources/lv.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/lv.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/lv.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/nl.strings b/CloverApp/Lang.bundle/Contents/Resources/nl.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/nl.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/nl.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/pl.strings b/CloverApp/Lang.bundle/Contents/Resources/pl.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/pl.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/pl.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/pt-BR.strings b/CloverApp/Lang.bundle/Contents/Resources/pt-BR.strings index 1bfeb435d..5b3ef050c 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/pt-BR.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/pt-BR.strings @@ -14,7 +14,7 @@ "N/A" = "N/D"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/pt-PT.strings b/CloverApp/Lang.bundle/Contents/Resources/pt-PT.strings index 01c8d737d..e62c19faa 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/pt-PT.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/pt-PT.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Instalar Clover"; "Current Clover revision" = "Clover atual revisão"; -"Boot device" = "Dispositivo de Boot"; +"Boot Device:" = "Dispositivo de Boot:"; "config path:" = "configurar caminho:"; "Clover wants to mount %@" = "Clover pretende montar %@"; @@ -22,7 +22,7 @@ "Mount" = "Montar"; "umount" = "desmontar"; "mount point" = "ponto de montagem"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "verdadeiro"; "false" = "falso"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/ro.strings b/CloverApp/Lang.bundle/Contents/Resources/ro.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/ro.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/ro.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/ru.strings b/CloverApp/Lang.bundle/Contents/Resources/ru.strings index 095c4efe3..447d41063 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/ru.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/ru.strings @@ -14,7 +14,7 @@ "N/A" = "Н/Д"; // not available (please be short) "Install Clover" = "Установить Clover"; "Current Clover revision" = "Текущая ревизия Clover"; -"Boot device" = "Загрузочное устройство"; +"Boot Device:" = "Загрузочное устройство:"; "config path:" = "путь к файлу config:"; "Clover wants to mount %@" = "Clover желает смонтировать %@"; @@ -22,7 +22,7 @@ "Mount" = "Смонтировать"; "umount" = "Размонтировать"; "mount point" = "название тома"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "истина"; "false" = "ложь"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/sr.strings b/CloverApp/Lang.bundle/Contents/Resources/sr.strings index b9a3a320d..4982f3612 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/sr.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/sr.strings @@ -14,7 +14,7 @@ "N/A" = "N/V"; // not available (please be short) "Install Clover" = "Instalirajte Clover"; "Current Clover revision" = "Trenutna verzija Clover-a"; -"Boot device" = "Uređaj za podizanje sastava"; +"Boot Device:" = "Uređaj za podizanje sastava:"; "config path:" = "Putanja za konfiguraciju:"; "Clover wants to mount %@" = "Clover želi %@ mount"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "Unmount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "tačno"; "false" = "Lažno"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/tr.strings b/CloverApp/Lang.bundle/Contents/Resources/tr.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/tr.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/tr.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/uk.strings b/CloverApp/Lang.bundle/Contents/Resources/uk.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/uk.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/uk.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/vi.strings b/CloverApp/Lang.bundle/Contents/Resources/vi.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/vi.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/vi.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/zh-Hans.strings b/CloverApp/Lang.bundle/Contents/Resources/zh-Hans.strings index 3f5d7ae1e..02ca816e6 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/zh-Hans.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/zh-Hans.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "安装 Clover"; "Current Clover revision" = "目前 Clover 版本"; -"Boot device" = "引导设备"; +"Boot Device:" = "引导设备:"; "config path:" = "config 路径:"; "Clover wants to mount %@" = "Clover 想要挂载 %@"; @@ -22,7 +22,7 @@ "Mount" = "挂载"; "umount" = "卸载"; "mount point" = "挂载点"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "是"; "false" = "否"; diff --git a/CloverApp/Lang.bundle/Contents/Resources/zh-Hant.strings b/CloverApp/Lang.bundle/Contents/Resources/zh-Hant.strings index 1bfeb435d..1e61a4da1 100644 --- a/CloverApp/Lang.bundle/Contents/Resources/zh-Hant.strings +++ b/CloverApp/Lang.bundle/Contents/Resources/zh-Hant.strings @@ -11,10 +11,10 @@ */ /* top bar menu */ -"N/A" = "N/D"; // not available (please be short) +"N/A" = "N/A"; // not available (please be short) "Install Clover" = "Install Clover"; "Current Clover revision" = "Current Clover revision"; -"Boot device" = "Boot Device"; +"Boot Device:" = "Boot Device:"; "config path:" = "config path:"; "Clover wants to mount %@" = "Clover wants to mount %@"; @@ -22,7 +22,7 @@ "Mount" = "Mount"; "umount" = "umount"; "mount point" = "mount point"; -"auto mount" = "auto mount"; +"*auto mount" = "*auto mount"; "true" = "true"; "false" = "false"; From 407d53c86ea4c3aa0f3e8e7bcf1ce4d35d21002c Mon Sep 17 00:00:00 2001 From: vectorsigma72 Date: Sat, 7 Dec 2019 21:55:22 +0100 Subject: [PATCH 2/4] Update French translation by Ellybz --- CloverApp/Clover/Base.lproj/Settings.xib | 4 ++-- CloverApp/Lang.bundle/Contents/Resources/fr.strings | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CloverApp/Clover/Base.lproj/Settings.xib b/CloverApp/Clover/Base.lproj/Settings.xib index 33cbfc172..a52121edd 100644 --- a/CloverApp/Clover/Base.lproj/Settings.xib +++ b/CloverApp/Clover/Base.lproj/Settings.xib @@ -202,7 +202,7 @@