allow dash in id

This commit is contained in:
rustdesk
2025-02-15 18:51:15 +08:00
parent a548e9c94d
commit 33b47dd6e3
41 changed files with 41 additions and 41 deletions

View File

@@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("length %min% to %max%", "længde %min% til %max%"),
("starts with a letter", "starter med ét bogstav"),
("allowed characters", "tilladte tegn"),
("id_change_tip", "Kun tegnene a-z, A-Z, 0-9 og _ (understregning) er tilladt. Det første bogstav skal være a-z, A-Z. Antal tegn skal være mellem 6 og 16."),
("id_change_tip", "Kun tegnene a-z, A-Z, 0-9, - (dash) og _ (understregning) er tilladt. Det første bogstav skal være a-z, A-Z. Antal tegn skal være mellem 6 og 16."),
("Website", "Hjemmeside"),
("About", "Om"),
("Slogan_tip", "Lavet med kærlighed i denne kaotiske verden!"),