Update lv.rs (#8591)

This commit is contained in:
Kleofass 2024-07-03 15:40:57 +03:00 committed by GitHub
parent 95f4274eca
commit 9349210a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -618,16 +618,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "Nekad"), ("Never", "Nekad"),
("During controlled", "Lietošanas laikā"), ("During controlled", "Lietošanas laikā"),
("During service is on", "Kamēr pakalpojums ir ieslēgts"), ("During service is on", "Kamēr pakalpojums ir ieslēgts"),
("Capture screen using DirectX", ""), ("Capture screen using DirectX", "Tvert ekrānu, izmantojot DirectX"),
("Back", ""), ("Back", "Atpakaļ"),
("Apps", ""), ("Apps", "Lietotnes"),
("Volume up", ""), ("Volume up", "Skaļāk"),
("Volume down", ""), ("Volume down", "Klusāk"),
("Power", ""), ("Power", "Ieslēgšana"),
("Telegram bot", ""), ("Telegram bot", "Telegram robots"),
("enable-bot-tip", ""), ("enable-bot-tip", "Ja iespējojat šo funkciju, varat saņemt 2FA kodu no sava robota. Tas var darboties arī kā savienojuma paziņojums."),
("enable-bot-desc", ""), ("enable-bot-desc", "1. Atveriet tērzēšanu ar @BotFather.\n2. Nosūtiet komandu \"/newbot\". Pēc šīs darbības pabeigšanas jūs saņemsit pilnvaru.\n3. Sāciet tērzēšanu ar jaunizveidoto robotprogrammatūru. Lai to aktivizētu, nosūtiet ziņojumu, kas sākas ar slīpsvītru (\"/\"), piemēram, \"/hello\".\n"),
("cancel-2fa-confirm-tip", ""), ("cancel-2fa-confirm-tip", "Vai tiešām vēlaties atcelt 2FA?"),
("cancel-bot-confirm-tip", ""), ("cancel-bot-confirm-tip", "Vai tiešām vēlaties atcelt Telegram robotu?"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }