Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 16, 2023
1 parent 67ee659 commit 6b9469a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
5 changes: 4 additions & 1 deletion l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ OC.L10N.register(
"Report a bug" : "Nahlásit chybu",
"Open in Web-Browser" : "Otevřít ve webovém prohlížeči",
"About" : "O aplikaci",
"Log out" : "Odhlásit se"
"Log out" : "Odhlásit se",
"Upgrade required" : "Je zapotřebí přejít na novější verzi",
"Update Talk Desktop ↗" : "Aktualizovat Talk pro počítač ↗",
"Continue in Web-Browser ↗" : "Pokračovat ve webovém prohlížeči"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
5 changes: 4 additions & 1 deletion l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"Report a bug" : "Nahlásit chybu",
"Open in Web-Browser" : "Otevřít ve webovém prohlížeči",
"About" : "O aplikaci",
"Log out" : "Odhlásit se"
"Log out" : "Odhlásit se",
"Upgrade required" : "Je zapotřebí přejít na novější verzi",
"Update Talk Desktop ↗" : "Aktualizovat Talk pro počítač ↗",
"Continue in Web-Browser ↗" : "Pokračovat ve webovém prohlížeči"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
6 changes: 5 additions & 1 deletion l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ OC.L10N.register(
"Report a bug" : "Пријави грешку",
"Open in Web-Browser" : "Отвори у веб прегледачу",
"About" : "О програму",
"Log out" : "Одјави се"
"Log out" : "Одјави се",
"Upgrade required" : "Неопходно је ажурирање",
"The client version is too old and no longer supported by this server. Update is required." : "Верзија клијента је врло стара и овај сервер је не подржава. Неопходно је ажурирање.",
"Update Talk Desktop ↗" : "Ажурирај Talk Desktop ↗",
"Continue in Web-Browser ↗" : "Настави у веб-прегледачу ↗"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
6 changes: 5 additions & 1 deletion l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"Report a bug" : "Пријави грешку",
"Open in Web-Browser" : "Отвори у веб прегледачу",
"About" : "О програму",
"Log out" : "Одјави се"
"Log out" : "Одјави се",
"Upgrade required" : "Неопходно је ажурирање",
"The client version is too old and no longer supported by this server. Update is required." : "Верзија клијента је врло стара и овај сервер је не подржава. Неопходно је ажурирање.",
"Update Talk Desktop ↗" : "Ажурирај Talk Desktop ↗",
"Continue in Web-Browser ↗" : "Настави у веб-прегледачу ↗"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

0 comments on commit 6b9469a

Please sign in to comment.