mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-13 02:39:10 +08:00
commit
455404dce7
@ -37,10 +37,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Clipboard is empty", "Klembord is leeg"),
|
||||
("Stop service", "Stop service"),
|
||||
("Change ID", "Wijzig ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("Your new ID", "Uw nieuw ID"),
|
||||
("length %min% to %max%", "lengte %min% tot %max%"),
|
||||
("starts with a letter", "begint met een letter"),
|
||||
("allowed characters", "toegestane tekens"),
|
||||
("id_change_tip", "Alleen de letters a-z, A-Z, 0-9, _ (underscore) kunnen worden gebruikt. De eerste letter moet a-z, A-Z zijn. De lengte moet tussen 6 en 16 liggen."),
|
||||
("Website", "Website"),
|
||||
("About", "Over"),
|
||||
@ -213,7 +213,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Closed manually by the peer", "Handmatig gesloten door de peer"),
|
||||
("Enable remote configuration modification", "Wijziging configuratie op afstand inschakelen"),
|
||||
("Run without install", "Uitvoeren zonder installatie"),
|
||||
("Connect via relay", ""),
|
||||
("Connect via relay", "Verbinden via relais"),
|
||||
("Always connect via relay", "Altijd verbinden via relay"),
|
||||
("whitelist_tip", "Alleen een IP-adres op de witte lijst krijgt toegang tot mijn toestel"),
|
||||
("Login", "Log In"),
|
||||
@ -311,8 +311,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Keep RustDesk background service", "RustDesk achtergronddienst behouden"),
|
||||
("Ignore Battery Optimizations", "Negeer Batterij Optimalisaties"),
|
||||
("android_open_battery_optimizations_tip", "Ga naar de volgende pagina met instellingen"),
|
||||
("Start on Boot", ""),
|
||||
("Start the screen sharing service on boot, requires special permissions", ""),
|
||||
("Start on Boot", "Starten bij Opstarten"),
|
||||
("Start the screen sharing service on boot, requires special permissions", "Start de schermdelings service bij het opstarten, vereist speciale rechten"),
|
||||
("Connection not allowed", "Verbinding niet toegestaan"),
|
||||
("Legacy mode", "Verouderde modus"),
|
||||
("Map mode", "Map mode"),
|
||||
@ -348,7 +348,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Security", "Beveiliging"),
|
||||
("Theme", "Thema"),
|
||||
("Dark Theme", "Donker Thema"),
|
||||
("Light Theme", ""),
|
||||
("Light Theme", "Lichte Thema"),
|
||||
("Dark", "Donker"),
|
||||
("Light", "Licht"),
|
||||
("Follow System", "Volg Systeem"),
|
||||
|
Loading…
Reference in New Issue
Block a user