Skip to content

Commit b955d2f

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

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

l10n/sk.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" : "Prepojené účty"
4+
"Connected accounts" : "Prepojené účty",
5+
"Overleaf" : "Overleaf",
6+
"Integration of Overleaf" : "Integrácia s Overleafom",
7+
"App to edit LaTeX files using Overleaf." : "Aplikácia na úpravu súborov LaTeX pomocou Overleafu.",
8+
"Overleaf integration" : "Integrácia s Overleafom",
9+
"Overleaf Server URL" : "URL servera Overleaf",
10+
"Open file in Overleaf" : "Otvoriť súbor v Overleafe"
511
},
612
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");

l10n/sk.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{ "translations": {
2-
"Connected accounts" : "Prepojené účty"
2+
"Connected accounts" : "Prepojené účty",
3+
"Overleaf" : "Overleaf",
4+
"Integration of Overleaf" : "Integrácia s Overleafom",
5+
"App to edit LaTeX files using Overleaf." : "Aplikácia na úpravu súborov LaTeX pomocou Overleafu.",
6+
"Overleaf integration" : "Integrácia s Overleafom",
7+
"Overleaf Server URL" : "URL servera Overleaf",
8+
"Open file in Overleaf" : "Otvoriť súbor v Overleafe"
39
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
410
}

0 commit comments

Comments
 (0)