element-x-ada/features/poll/api/src/main/res/values-ru/translations.xml
2025-09-05 07:44:19 +00:00

10 lines
670 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 процент от общего числа голосов"</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>