Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plural CZ and SK forms #291

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ui/translations/cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
<source>The PIN has been entered incorrectly at least once. %n attempts left.</source>
<translation>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokus.</numerusform>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokusů.</numerusform>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývají %n pokusy.</numerusform>
<numerusform>PIN byl minimálně jednou zadán nesprávně. Zbývá %n pokusů.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>Incorrect PIN, %n attempts left.</source>
<translation>
<numerusform>Nesprávný PIN, zbývá %n pokus.</numerusform>
<numerusform>Nesprávný PIN, zbývá %n pokusů.</numerusform>
<numerusform>Nesprávný PIN, zbývají %n pokusy.</numerusform>
<numerusform>Nesprávný PIN, zbývá %n pokusů.</numerusform>
</translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/translations/sk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
<source>The PIN has been entered incorrectly at least once. %n attempts left.</source>
<translation>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokus.</numerusform>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokusov.</numerusform>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostávajú %n pokusy.</numerusform>
<numerusform>PIN bol minimálne raz zadaný nesprávne. Zostáva %n pokusov.</numerusform>
</translation>
</message>
<message numerus="yes">
<source>Incorrect PIN, %n attempts left.</source>
<translation>
<numerusform>Nesprávny PIN, zostáva %n pokus.</numerusform>
<numerusform>Nesprávny PIN, zostáva %n pokusov.</numerusform>
<numerusform>Nesprávny PIN, Zostávajú %n pokusy.</numerusform>
<numerusform>Nesprávny PIN, zostáva %n pokusov.</numerusform>
</translation>
</message>
Expand Down