blob: 09a6daa2308ea309badf228b8357f54469ee48d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ "translations": {
"Couldn't delete %s permanently" : "Nelze trvale odstranit %s",
"Couldn't restore %s" : "Nelze obnovit %s",
"Deleted files" : "Odstraněné soubory",
"Restore" : "Obnovit",
"Delete permanently" : "Trvale odstranit",
"Error" : "Chyba",
"restored" : "obnoveno",
"Nothing in here. Your trash bin is empty!" : "Žádný obsah. Váš koš je prázdný.",
"Name" : "Název",
"Deleted" : "Smazáno",
"Delete" : "Smazat"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}
|