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