From 9fb4862a4546e4695a73d02af7c62a93664bba83 Mon Sep 17 00:00:00 2001 From: Kleofass <4000163+Kleofass@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:07:38 +0300 Subject: [PATCH] Update lv.rs (#12863) --- src/lang/lv.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 18bb4be8d..7c842dde6 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -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(); }