translations

This commit is contained in:
rustdesk
2026-08-17 17:22:57 +08:00
parent 8ffe3117a5
commit 14a4b197ad
48 changed files with 135 additions and 135 deletions

View File

@@ -767,6 +767,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("whitelist_cidr_tip", "CIDR-notatie wordt ondersteund, bijv. 192.168.1.0/24"),
("Continue", "Doorgaan"),
("Browser didn't open? Use the url below to sign in.", "Is de browser niet geopend? Gebruik onderstaande URL om in te loggen."),
("Lock canvas", ""),
("Lock canvas", "Canvas vergrendelen"),
].iter().cloned().collect();
}