Skip to content

Commit

Permalink
l10n: updated plurals.xml translation (Ukrainian)
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 2, 2023
1 parent 8b1384c commit b18ca9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/src/main/res/values-uk-rUA/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="nodes">
<item quantity="one">%d вузол</item>
<item quantity="few">%d вузли</item>
<item quantity="many">%d вузлів</item>
<item quantity="other">%d вузлів</item>
<item quantity="one">%d Вузол</item>
<item quantity="few">%d Вузли</item>
<item quantity="many">%d Вузлів</item>
<item quantity="other">%d Вузлів</item>
</plurals>
<plurals name="custom_parameters">
<item quantity="one">%d настроюваний параметр</item>
<item quantity="few">%d настроювані параметри</item>
<item quantity="many">%d настроюваних параметрів</item>
<item quantity="other">%d настроюваних параметрів</item>
<item quantity="one">%d Настроюваний параметр</item>
<item quantity="few">%d Настроювані параметри</item>
<item quantity="many">%d Настроюваних параметрів</item>
<item quantity="other">%d Настроюваних параметрів</item>
</plurals>
<plurals name="unsupported_apps">
<item quantity="one">%d непідтримуваний додаток було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="few">%d непідтримувані додатки було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="many">%d непідтримуваних додатків було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="other">%d непідтримуваних додатків було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="one">%d Непідтримуваний додаток було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="few">%d Непідтримувані додатки було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="many">%d Непідтримуваних додатків було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
<item quantity="other">%d Непідтримуваних додатків було автоматично виключено. Натисніть, щоб дізнатися більше.</item>
</plurals>
</resources>

1 comment on commit b18ca9b

@netrunner-exe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThePBone, we already had the same situation, but with a different language. Plurals are spelled with a small letter. Please pay attention to these commit, as it is a grammatical error(

Please sign in to comment.