translate all

This commit is contained in:
rustdesk
2026-06-02 23:33:40 +08:00
parent e87797418f
commit 0c86d46162
50 changed files with 4985 additions and 4964 deletions

View File

@@ -379,7 +379,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Screen Share", "Scherm Delen"),
("ubuntu-21-04-required", "Wayland vereist Ubuntu 21.04 of hoger."),
("wayland-requires-higher-linux-version", "Wayland vereist een hogere versie van Linux distro. Probeer X11 desktop of verander van OS."),
("xdp-portal-unavailable", ""),
("xdp-portal-unavailable", "Wayland-schermopname is mislukt. De XDG Desktop Portal is mogelijk gecrasht of niet beschikbaar. Probeer deze opnieuw te starten met `systemctl --user restart xdg-desktop-portal`."),
("JumpLink", "JumpLink"),
("Please Select the screen to be shared(Operate on the peer side).", "Selecteer het scherm dat moet worden gedeeld (Bediening aan de kant van de peer)."),
("Show RustDesk", "Toon RustDesk"),
@@ -745,18 +745,18 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("preset-password-in-use-tip", "Het basis wachtwoord is momenteel in gebruik."),
("Enable privacy mode", "Privacymodus inschakelen"),
("allow-remote-toolbar-docking-any-edge", "Sta toe om de werkbalk-op-afstand aan de rand van het venster te plaatsen"),
("API Token", ""),
("Deploy", ""),
("Custom ID (optional)", ""),
("server_requires_deployment_tip", ""),
("The server does not require explicit deployment.", ""),
("Unknown response.", ""),
("wayland-keyboard-input-disabled-tip", ""),
("wayland-keyboard-input-consent-tip", ""),
("wayland-keyboard-input-applies-to-tip", ""),
("wayland-soft-keyboard-input-label", ""),
("wayland-keyboard-input-reset-choice-tip", ""),
("remember-wayland-keyboard-choice-tip", ""),
("Why this happens", ""),
("API Token", "API-token"),
("Deploy", "Implementeren"),
("Custom ID (optional)", "Aangepast ID (optioneel)"),
("server_requires_deployment_tip", "De server vereist dat dit apparaat expliciet wordt geïmplementeerd. Nu implementeren?"),
("The server does not require explicit deployment.", "De server vereist geen expliciete implementatie."),
("Unknown response.", "Onbekend antwoord."),
("wayland-keyboard-input-disabled-tip", "Toetsenbordinvoer toestaan?"),
("wayland-keyboard-input-consent-tip", "Wat u op deze externe computer typt (inclusief wachtwoorden) kan door andere apps daarop worden gelezen."),
("wayland-keyboard-input-applies-to-tip", "Deze keuze geldt voor:"),
("wayland-soft-keyboard-input-label", "Invoer via schermtoetsenbord"),
("wayland-keyboard-input-reset-choice-tip", "Keuze voor toetsenbordinvoer opnieuw instellen"),
("remember-wayland-keyboard-choice-tip", "Niet meer vragen voor deze externe computer"),
("Why this happens", "Waarom dit gebeurt"),
].iter().cloned().collect();
}