i18n: [python] Automatic merge of Transifex translations

This commit is contained in:
Calamares CI 2018-05-16 11:02:49 -04:00 committed by Adriaan de Groot
parent 6d1f5433b4
commit f6f34bbec3
18 changed files with 27 additions and 18 deletions

Binary file not shown.

View file

@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));\n"
#: src/modules/umount/main.py:40
msgid "Unmount file systems."
@ -49,6 +49,7 @@ msgid_plural "Installing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/modules/packages/main.py:69
#, python-format
@ -57,3 +58,4 @@ msgid_plural "Removing %(num)d packages."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""