mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 17:43:18 +03: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"),
|
("Enable terminal", "Iespējot termināli"),
|
||||||
("New tab", "Jauna cilne"),
|
("New tab", "Jauna cilne"),
|
||||||
("Keep terminal sessions on disconnect", "Atvienojoties saglabāt termināļa sesijas"),
|
("Keep terminal sessions on disconnect", "Atvienojoties saglabāt termināļa sesijas"),
|
||||||
("Terminal (Run as administrator)", ""),
|
("Terminal (Run as administrator)", "Terminālis (Palaist kā administratoram)"),
|
||||||
("terminal-admin-login-tip", ""),
|
("terminal-admin-login-tip", "Lūdzu, ievadiet kontrolētās puses administratora lietotājvārdu un paroli."),
|
||||||
("Failed to get user token.", ""),
|
("Failed to get user token.", "Neizdevās iegūt lietotāja atļauju."),
|
||||||
("Incorrect username or password.", ""),
|
("Incorrect username or password.", "Nepareizs lietotājvārds vai parole."),
|
||||||
("The user is not an administrator.", ""),
|
("The user is not an administrator.", "Lietotājs nav administrators."),
|
||||||
("Failed to check if the user is an administrator.", ""),
|
("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.", ""),
|
("Supported only in the installed version.", "Atbalstīts tikai instalētajā versijā."),
|
||||||
("elevation_username_tip", ""),
|
("elevation_username_tip", "Ievadiet lietotājvārdu vai domēnu\\lietotājvārdu"),
|
||||||
("Preparing for installation ...", ""),
|
("Preparing for installation ...", "Gatavošanās instalēšanai..."),
|
||||||
("Show my cursor", ""),
|
("Show my cursor", "Rādīt manu kursoru"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user