From f676fc2bad71c23605c846027a6d3691508075fd Mon Sep 17 00:00:00 2001 From: Nippy Date: Thu, 17 Sep 2026 15:49:50 +0200 Subject: wifi fix --- raveos-calamares-module/wifi/ui/Translations.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'raveos-calamares-module/wifi/ui/Translations.qml') diff --git a/raveos-calamares-module/wifi/ui/Translations.qml b/raveos-calamares-module/wifi/ui/Translations.qml index 32b7972..a07e8c8 100644 --- a/raveos-calamares-module/wifi/ui/Translations.qml +++ b/raveos-calamares-module/wifi/ui/Translations.qml @@ -59,6 +59,10 @@ QtObject { // Jelszó mező placeholder property string passwordPlaceholder: "Password" + // Jelszó megjelenítő/elrejtő gomb + property string showPassword: "Show" + property string hidePassword: "Hide" + // ========================================= // ÁLLAPOT ÜZENETEK // ========================================= @@ -112,6 +116,8 @@ QtObject { connect = "Csatlakozás" ssidPlaceholder = "Hálózat neve (SSID)" passwordPlaceholder = "Jelszó" + showPassword = "Mutat" + hidePassword = "Elrejt" connected = "Sikeresen csatlakozva!" connecting = "Csatlakozás..." noNetworks = "Nem található hálózat.\nKattints a Frissítés gombra." @@ -131,6 +137,8 @@ QtObject { connect = "Connect" ssidPlaceholder = "Network name (SSID)" passwordPlaceholder = "Password" + showPassword = "Show" + hidePassword = "Hide" connected = "Successfully connected!" connecting = "Connecting..." noNetworks = "No networks found.\nClick Refresh to scan." -- cgit v1.3