mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 16:51: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", "RustDesk ஐ காட்டு"),
|
||||
("This PC", "இந்த PC"),
|
||||
("or", "அல்லது"),
|
||||
("Continue with", "உடன் தொடர்"),
|
||||
("Elevate", "உயர்த்து"),
|
||||
("Zoom cursor", "கர்சரை பெரிதாக்கு"),
|
||||
("Accept sessions via password", "கடவுச்சொல் வழியாக அமர்வுகளை ஏற்று"),
|
||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Changelog", ""),
|
||||
("keep-awake-during-outgoing-sessions-label", ""),
|
||||
("keep-awake-during-incoming-sessions-label", ""),
|
||||
("Continue with {}", "{} உடன் தொடர்"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user