mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 01:21:28 +03:00
fix(translation): OIDC, Continue with (#14271)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show RustDesk", "Toon RustDesk"),
|
||||
("This PC", "Deze PC"),
|
||||
("or", "of"),
|
||||
("Continue with", "Ga verder met"),
|
||||
("Elevate", "Verhoog"),
|
||||
("Zoom cursor", "Zoom cursor"),
|
||||
("Accept sessions via password", "Sessies accepteren via wachtwoord"),
|
||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Changelog", "Wijzigingenlogboek"),
|
||||
("keep-awake-during-outgoing-sessions-label", "Houd het scherm open tijdens de uitgaande sessies."),
|
||||
("keep-awake-during-incoming-sessions-label", "Houd het scherm open tijdens de inkomende sessies."),
|
||||
("Continue with {}", "Ga verder met {}"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user