diff options
author | Arne Schwabe <arne@rfc2549.org> | 2022-11-01 16:07:34 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2022-11-01 18:37:25 +0100 |
commit | bba787b67f28892475ec83b5ab679c61d834b9c2 (patch) | |
tree | 1592c8620ef9e7d08578ed210b01a7982c333466 /main/src/ui/res/values-uk/plurals.xml | |
parent | b109f9f25a9ffbf98cff2a7c1662e5b4fe2c4164 (diff) |
Update translation and add a few languages that are close to completely translated
Diffstat (limited to 'main/src/ui/res/values-uk/plurals.xml')
-rw-r--r-- | main/src/ui/res/values-uk/plurals.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/src/ui/res/values-uk/plurals.xml b/main/src/ui/res/values-uk/plurals.xml index 2f9f253f..b5fbe4fb 100644 --- a/main/src/ui/res/values-uk/plurals.xml +++ b/main/src/ui/res/values-uk/plurals.xml @@ -4,23 +4,23 @@ <item quantity="one">Залишився один місяць</item> <item quantity="few">Залишось %d місяці</item> <item quantity="many">Залишився один місяць</item> - <item quantity="other">Залишилось % d місяць</item> + <item quantity="other">Залишилось %d місяців</item> </plurals> <plurals name="days_left"> - <item quantity="one">Залишилось % днів</item> + <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> + <item quantity="few">Залишилось %d години</item> + <item quantity="many">Залишилось %d годин</item> + <item quantity="other">Залишилось %d годин</item> </plurals> <plurals name="minutes_left"> - <item quantity="one">Залишилося одну хвилину</item> - <item quantity="few">Залишилося %d хвилин</item> + <item quantity="one">Залишилася одна хвилина</item> + <item quantity="few">Залишилось %d хвилини</item> <item quantity="many">Залишилося %d хвилин</item> <item quantity="other">Залишилось %d хвилин</item> </plurals> |