[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-06-07 03:04:22 +00:00
parent bd35010587
commit 797c1cd581
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 18 additions and 0 deletions

10
l10n/uk.js Normal file
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"user_saml",
{
"Saved" : "Збережено",
"Email address" : "Адреса ел.пошти",
"Open documentation" : "Відкрити документацію",
"General" : "Загальна",
"Error" : "Помилка"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

8
l10n/uk.json Normal file
View File

@ -0,0 +1,8 @@
{ "translations": {
"Saved" : "Збережено",
"Email address" : "Адреса ел.пошти",
"Open documentation" : "Відкрити документацію",
"General" : "Загальна",
"Error" : "Помилка"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}