element-x-ada/features/poll/api/src/main/res/values-cs/translations.xml
ElementBot badbc5189e Sync Strings (#5146)
* Sync Strings from Localazy

* Remove unused WelcomeView.

* Remove unused WelcomeView.

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2025-08-11 12:49:29 +00:00

10 lines
576 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="a11y_polls_percent_of_total">
<item quantity="one">"%1$d procento z celkového počtu hlasů"</item>
<item quantity="few">"%1$d procenta z celkového počtu hlasů"</item>
<item quantity="other">"%1$d procent z celkového počtu hlasů"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Odstraní předchozí výběr"</string>
<string name="a11y_polls_winning_answer">"Toto je vítězná odpověď"</string>
</resources>