Skip to content

Commit b3a0975

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent c3f34fd commit b3a0975

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

l10n/uk.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
OC.L10N.register(
22
"integration_overleaf",
33
{
4-
"Connected accounts" : "Підключені облікові записи"
4+
"Connected accounts" : "Підключені облікові записи",
5+
"Overleaf" : "Overleaf",
6+
"Integration of Overleaf" : "Інтеграція Overleaf",
7+
"App to edit LaTeX files using Overleaf." : "Додаток для редагування файлів LaTeX за допомогою Overleaf.",
8+
"Overleaf integration" : "Інтеграція Overleaf",
9+
"Overleaf Server URL" : "URL-адреса сервера Overleaf",
10+
"Open file in Overleaf" : "Відкрити файл в Overleaf"
511
},
612
"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);");

l10n/uk.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{ "translations": {
2-
"Connected accounts" : "Підключені облікові записи"
2+
"Connected accounts" : "Підключені облікові записи",
3+
"Overleaf" : "Overleaf",
4+
"Integration of Overleaf" : "Інтеграція Overleaf",
5+
"App to edit LaTeX files using Overleaf." : "Додаток для редагування файлів LaTeX за допомогою Overleaf.",
6+
"Overleaf integration" : "Інтеграція Overleaf",
7+
"Overleaf Server URL" : "URL-адреса сервера Overleaf",
8+
"Open file in Overleaf" : "Відкрити файл в Overleaf"
39
},"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);"
410
}

0 commit comments

Comments
 (0)