nextcloud/apps/comments/l10n/cs_CZ.js

9 lines
182 B
JavaScript

OC.L10N.register(
"comments",
{
"Cancel" : "Zrušit",
"Save" : "Uložit",
"Comment" : "Komentář"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");