element-x-ada/features/poll/api/src/main/res/values-uk/translations.xml
2025-08-04 00:34:11 +00:00

10 lines
656 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 відсоток від усіх голосів"</item>
<item quantity="few">"%1$d відсотки від усіх голосів"</item>
<item quantity="many">"%1$d відсотків від усіх голосів"</item>
</plurals>
<string name="a11y_polls_will_remove_selection">"Попередній вибір буде прибрано"</string>
<string name="a11y_polls_winning_answer">"Ця відповідь перемогла"</string>
</resources>