Update lv.rs (#10883)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-20.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
Kleofass 2025-02-23 07:39:43 +02:00 committed by GitHub
parent 6f1a769741
commit 93feedc212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("length %min% to %max%", "garums %min% līdz %max%"),
("starts with a letter", "sākas ar burtu"),
("allowed characters", "atļautās rakstzīmes"),
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9, - (dash) un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9, - (domuzīme) un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
("Website", "Tīmekļa vietne"),
("About", "Par"),
("Slogan_tip", "Radīts ar sirdi šajā haotiskajā pasaulē!"),
@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Update client clipboard", "Atjaunināt klienta starpliktuvi"),
("Untagged", "Neatzīmēts"),
("new-version-of-{}-tip", "Ir pieejama jauna {} versija"),
("Accessible devices", ""),
("Accessible devices", "Pieejamas ierīces"),
].iter().cloned().collect();
}