Update lv.rs (#12863)

This commit is contained in:
Kleofass
2025-09-07 11:07:38 +03:00
committed by GitHub
parent 65df6897a6
commit 9fb4862a45

View File

@@ -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();
}