opt connection close

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-28 12:02:14 +08:00
parent 435e774964
commit d0d926bfb0
34 changed files with 124 additions and 50 deletions

View File

@@ -39,6 +39,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change ID", "Schimbă ID"),
("Website", "Site web"),
("About", "Despre"),
("Slogan_tip", ""),
("Privacy Statement", ""),
("Mute", "Fără sunet"),
("Audio Input", "Intrare audio"),
("Enhancements", "Îmbunătățiri"),
@@ -116,7 +118,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Good image quality", "Calitate bună a imaginii"),
("Balanced", "Calitate normală a imaginii"),
("Optimize reaction time", "Optimizează timpul de reacție"),
("Custom", "Personalizare"),
("Custom", "Personalizat"),
("Show remote cursor", "Afișează cursor la distanță"),
("Show quality monitor", "Afișează indicator de calitate"),
("Disable clipboard", "Dezactivează clipboard"),
@@ -208,6 +210,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Always connect via relay", "Se conectează mereu prin retransmisie"),
("whitelist_tip", "Doar adresele IP autorizate pot accesa acest dispozitiv"),
("Login", "Conectare"),
("Verify", ""),
("Remember me", ""),
("Trust this device", ""),
("Verification code", ""),
("verification_tip", ""),
("Logout", "Deconectare"),
("Tags", "Etichetare"),
("Search ID", "Caută după ID"),
@@ -332,7 +339,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Scale adaptive", "Scală adaptivă"),
("General", "General"),
("Security", "Securitate"),
("Account", "Cont"),
("Theme", "Temă"),
("Dark Theme", "Temă întunecată"),
("Dark", "Întunecat"),
@@ -345,7 +351,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Server", "Server"),
("Direct IP Access", "Acces direct IP"),
("Proxy", "Proxy"),
("Port", "Port"),
("Apply", "Aplică"),
("Disconnect all devices?", "Vrei să deconectezi toate dispozitivele?"),
("Clear", "Golește"),
@@ -374,7 +379,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Other", "Altele"),
("Confirm before closing multiple tabs", "Confirmă înainte de a închide mai multe file"),
("Keyboard Settings", "Configurare tastatură"),
("Custom", "Personalizat"),
("Full Access", "Acces total"),
("Screen Share", "Partajare ecran"),
("Wayland requires Ubuntu 21.04 or higher version.", "Wayland necesită Ubuntu 21.04 sau o versiune superioară."),
@@ -397,5 +401,38 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Request access to your device", "Solicită acces la dispozitivul tău"),
("Hide connection management window", "Ascunde fereastra de gestionare a conexiunilor"),
("hide_cm_tip", "Permite ascunderea ferestrei de gestionare doar dacă accepți începerea sesiunilor folosind parola permanentă"),
("wayland_experiment_tip", ""),
("Right click to select tabs", ""),
("Skipped", ""),
("Add to Address Book", ""),
("Group", ""),
("Search", ""),
("Closed manually by web console", ""),
("Local keyboard type", ""),
("Select local keyboard type", ""),
("software_render_tip", ""),
("Always use software rendering", ""),
("config_input", ""),
("request_elevation_tip", ""),
("Wait", ""),
("Elevation Error", ""),
("Ask the remote user for authentication", ""),
("Choose this if the remote account is administrator", ""),
("Transmit the username and password of administrator", ""),
("still_click_uac_tip", ""),
("Request Elevation", ""),
("wait_accept_uac_tip", ""),
("Elevate successfully", ""),
("uppercase", ""),
("lowercase", ""),
("digit", ""),
("special character", ""),
("length>=8", ""),
("Weak", ""),
("Medium", ""),
("Strong", ""),
("Switch Sides", ""),
("Please confirm if you want to share your desktop?", ""),
("Closed as expected", ""),
].iter().cloned().collect();
}