mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Update lv.rs (#12863)
This commit is contained in:
@@ -700,15 +700,15 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable terminal", "Iespējot termināli"),
|
||||
("New tab", "Jauna cilne"),
|
||||
("Keep terminal sessions on disconnect", "Atvienojoties saglabāt termināļa sesijas"),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("elevation_username_tip", ""),
|
||||
("Preparing for installation ...", ""),
|
||||
("Show my cursor", ""),
|
||||
("Terminal (Run as administrator)", "Terminālis (Palaist kā administratoram)"),
|
||||
("terminal-admin-login-tip", "Lūdzu, ievadiet kontrolētās puses administratora lietotājvārdu un paroli."),
|
||||
("Failed to get user token.", "Neizdevās iegūt lietotāja atļauju."),
|
||||
("Incorrect username or password.", "Nepareizs lietotājvārds vai parole."),
|
||||
("The user is not an administrator.", "Lietotājs nav administrators."),
|
||||
("Failed to check if the user is an administrator.", "Neizdevās pārbaudīt, vai lietotājs ir administrators."),
|
||||
("Supported only in the installed version.", "Atbalstīts tikai instalētajā versijā."),
|
||||
("elevation_username_tip", "Ievadiet lietotājvārdu vai domēnu\\lietotājvārdu"),
|
||||
("Preparing for installation ...", "Gatavošanās instalēšanai..."),
|
||||
("Show my cursor", "Rādīt manu kursoru"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user