jimu-decompiled/resources/res/values-ru/plurals.xml
2025-05-13 19:24:51 +02:00

16 lines
478 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>
<plurals name="tw__time_hours">
<item quantity="one">1 ч</item>
<item quantity="other">%d ч</item>
</plurals>
<plurals name="tw__time_mins">
<item quantity="one">1 мин</item>
<item quantity="other">%d мин</item>
</plurals>
<plurals name="tw__time_secs">
<item quantity="one">1 с</item>
<item quantity="other">%d с</item>
</plurals>
</resources>