summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/wifi/ui/Translations.qml
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-17 15:49:50 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-17 15:49:50 +0200
commitf676fc2bad71c23605c846027a6d3691508075fd (patch)
tree0a2c875c1587672ec4f87c5d3c47e36c55112eeb /raveos-calamares-module/wifi/ui/Translations.qml
parent6903c5a6ebb0b6a8536d5565f01a900051d1071b (diff)
downloadRaveOS-PKGBUILD-f676fc2bad71c23605c846027a6d3691508075fd.tar.gz
RaveOS-PKGBUILD-f676fc2bad71c23605c846027a6d3691508075fd.zip
wifi fix
Diffstat (limited to 'raveos-calamares-module/wifi/ui/Translations.qml')
-rw-r--r--raveos-calamares-module/wifi/ui/Translations.qml8
1 files changed, 8 insertions, 0 deletions
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."