Update lv.rs (#6830)

This commit is contained in:
Kleofass
2024-01-09 04:30:31 +02:00
committed by GitHub
Unverified
parent 7506f94a53
commit 5dfaa10709

View File

@@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "Apmainīt kreiso un labo peles pogu"),
("2FA code", "2FA kods"),
("2fa_tip", "Lūdzu, ievadiet savu 2FA kodu autentifikācijas lietotnē."),
("More", ""),
("More", "Vairāk"),
].iter().cloned().collect();
}