Adding Danish translations.

Signed-off-by: René Schultz Madsen <rm@microting.com>
This commit is contained in:
René Schultz Madsen
2022-10-12 16:54:04 +02:00
parent 3593fb0463
commit 953613ba94
3 changed files with 244 additions and 57 deletions

View File

@@ -287,26 +287,26 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Turned off", "Slukket"),
("In privacy mode", "I databeskyttelsestilstand"),
("Out privacy mode", "Databeskyttelsestilstand fra"),
("Language", ""),
("Keep RustDesk background service", ""),
("Ignore Battery Optimizations", ""),
("Language", "Sprog"),
("Keep RustDesk background service", "Behold RustDesk baggrundstjeneste"),
("Ignore Battery Optimizations", "Ignorer betteri optimeringer"),
("android_open_battery_optimizations_tip", ""),
("Connection not allowed", ""),
("Legacy mode", ""),
("Connection not allowed", "Forbindelse ikke tilladt"),
("Legacy mode", "Bagudkompatibilitetstilstand"),
("Map mode", ""),
("Translate mode", ""),
("Use temporary password", ""),
("Use permanent password", ""),
("Use both passwords", ""),
("Set permanent password", ""),
("Set temporary password length", ""),
("Enable Remote Restart", ""),
("Allow remote restart", ""),
("Restart Remote Device", ""),
("Are you sure you want to restart", ""),
("Restarting Remote Device", ""),
("Use temporary password", "Brug midlertidig adgangskode"),
("Use permanent password", "Brug permanent adgangskode"),
("Use both passwords", "Bug begge adgangskoder"),
("Set permanent password", "Sæt permanent adgangskode"),
("Set temporary password length", "Sæt midlertidig adgangskode"),
("Enable Remote Restart", "Aktiver fjerngenstart"),
("Allow remote restart", "Tillad fjerngenstart"),
("Restart Remote Device", "Genstart fjernenhed"),
("Are you sure you want to restart", "Er du sikker på at du vil genstarte"),
("Restarting Remote Device", "Genstarter fjernenhed"),
("remote_restarting_tip", ""),
("Copied", ""),
("Copied", "Kopierét"),
("Exit Fullscreen", "Afslut fuldskærm"),
("Fullscreen", "Fuld skærm"),
("Mobile Actions", "Mobile handlinger"),
@@ -322,50 +322,50 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Relay Connection", "Relæforbindelse"),
("Secure Connection", "Sikker forbindelse"),
("Insecure Connection", "Usikker forbindelse"),
("Scale original", "Skala original"),
("Scale adaptive", "Skala adaptiv"),
("General", ""),
("Security", ""),
("Account", ""),
("Theme", ""),
("Dark Theme", ""),
("Dark", ""),
("Light", ""),
("Follow System", ""),
("Enable hardware codec", ""),
("Unlock Security Settings", ""),
("Enable Audio", ""),
("Temporary Password Length", ""),
("Unlock Network Settings", ""),
("Server", ""),
("Direct IP Access", ""),
("Proxy", ""),
("Port", ""),
("Apply", ""),
("Disconnect all devices?", ""),
("Clear", ""),
("Audio Input Device", ""),
("Deny remote access", ""),
("Use IP Whitelisting", ""),
("Network", ""),
("Enable RDP", ""),
("Scale original", "Skaler original"),
("Scale adaptive", "Skaler adaptiv"),
("General", "Generelt"),
("Security", "Sikkerhed"),
("Account", "Konto"),
("Theme", "Thema"),
("Dark Theme", "Mørk Tema"),
("Dark", "Mørk"),
("Light", "Lys"),
("Follow System", "Følg System"),
("Enable hardware codec", "Aktiver hardware-codec"),
("Unlock Security Settings", "Lås op for sikkerhedsinstillinger"),
("Enable Audio", "Aktiver Lyd"),
("Temporary Password Length", "Midlertidig Adgangskode Længde"),
("Unlock Network Settings", "Lås op for Netværksinstillinger"),
("Server", "Server"),
("Direct IP Access", "Direkte IP Adgang"),
("Proxy", "Proxy"),
("Port", "Port"),
("Apply", "Anvend"),
("Disconnect all devices?", "Afbryd alle enheder?"),
("Clear", "Nulstil"),
("Audio Input Device", "Lydindgangsenhed"),
("Deny remote access", "Afvis fjeradgang"),
("Use IP Whitelisting", "Brug IP Whitelisting"),
("Network", "Netværk"),
("Enable RDP", "Aktiver RDP"),
("Pin menubar", "Fastgør menulinjen"),
("Unpin menubar", "Frigør menulinjen"),
("Recording", ""),
("Directory", ""),
("Automatically record incoming sessions", ""),
("Change", ""),
("Start session recording", ""),
("Stop session recording", ""),
("Enable Recording Session", ""),
("Allow recording session", ""),
("Enable LAN Discovery", ""),
("Deny LAN Discovery", ""),
("Write a message", ""),
("Recording", "Optager"),
("Directory", "Mappe"),
("Automatically record incoming sessions", "Optag automatisk indgående sessioner"),
("Change", "Ændre"),
("Start session recording", "Start sessionsoptagelse"),
("Stop session recording", "Stop sessionsoptagelse"),
("Enable Recording Session", "Aktiver optagelsessession"),
("Allow recording session", "Tillad optagelsessession"),
("Enable LAN Discovery", "Aktiver LAN Discovery"),
("Deny LAN Discovery", "Afvis LAN Discovery"),
("Write a message", "Skriv en besked"),
("Prompt", ""),
("elevation_prompt", ""),
("uac_warning", ""),
("elevated_foreground_window_warning", ""),
("Disconnected", ""),
("Disconnected", "Afbrudt"),
].iter().cloned().collect();
}