nextcloud/apps/systemtags/l10n/cs_CZ.js

12 lines
329 B
JavaScript

OC.L10N.register(
"systemtags",
{
"Tags" : "Značky",
"No files in here" : "Žádné soubory",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
"Name" : "Název",
"Size" : "Velikost",
"Modified" : "Upraveno"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");