Skip to content

Commit

Permalink
Update lv.rs (rustdesk#9155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleofass authored Aug 23, 2024
1 parent 50aa8e1 commit 9d9741f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/lang/lv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -629,20 +629,20 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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", "Vai tiešām vēlaties atcelt 2FA?"),
("cancel-bot-confirm-tip", "Vai tiešām vēlaties atcelt Telegram robotu?"),
("About RustDesk", ""),
("Send clipboard keystrokes", ""),
("network_error_tip", ""),
("Unlock with PIN", ""),
("Requires at least {} characters", ""),
("Wrong PIN", ""),
("Set PIN", ""),
("Enable trusted devices", ""),
("Manage trusted devices", ""),
("Platform", ""),
("Days remaining", ""),
("enable-trusted-devices-tip", ""),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("About RustDesk", "Par RustDesk"),
("Send clipboard keystrokes", "Nosūtīt starpliktuves taustiņsitienus"),
("network_error_tip", "Lūdzu, pārbaudiet tīkla savienojumu un pēc tam noklikšķiniet uz Mēģināt vēlreiz."),
("Unlock with PIN", "Atbloķēt ar PIN"),
("Requires at least {} characters", "Nepieciešamas vismaz {} rakstzīmes"),
("Wrong PIN", "Nepareizs PIN"),
("Set PIN", "Iestatīt PIN"),
("Enable trusted devices", "Iespējot uzticamas ierīces"),
("Manage trusted devices", "Pārvaldīt uzticamas ierīces"),
("Platform", "Platforma"),
("Days remaining", "Atlikušas dienas"),
("enable-trusted-devices-tip", "Izlaist 2FA verifikāciju uzticamās ierīcēs"),
("Parent directory", "Vecākdirektorijs"),
("Resume", "Atsākt"),
("Invalid file name", "Nederīgs faila nosaukums"),
].iter().cloned().collect();
}

0 comments on commit 9d9741f

Please sign in to comment.