summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-uk/plurals.xml
blob: b223a15aa721037e5f3f2ddd15ffa12f4d2092d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
    <plurals name="months_left">
        <item quantity="one">Залишився один місяць</item>
        <item quantity="few">Залишось %d місяці</item>
        <item quantity="many">Залишився один місяць</item>
        <item quantity="other">Залишилось % d місяць</item>
    </plurals>
    <plurals name="days_left">
        <item quantity="one">Залишилось % днів</item>
        <item quantity="few">Залишилось %d дні</item>
        <item quantity="many">Залишилося % днів</item>
        <item quantity="other">Залишилось %d днів</item>
    </plurals>
    <plurals name="hours_left">
        <item quantity="one">Залишилась одна година</item>
        <item quantity="few">Залишилося% d годин</item>
        <item quantity="many">Залишилося% d годин</item>
        <item quantity="other">Залишилося% d годин</item>
    </plurals>
</resources>