Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"labels": {
"Fields": "Pole",
"Relationships": "Vztahy"
},
"fields": {
"name": "Jméno",
"type": "Typ",
"labelSingular": "Popisek jednotného čísla",
"labelPlural": "Popisek množného čísla",
"label": "Popisek",
"linkType": "Typ linku",
"entityForeign": "Cizí entita",
"linkForeign": "Cizí link",
"labelForeign": "Cizí popisek"
},
"options": {
"type": {
"Base": "Báze",
"Person": "Osoba",
"CategoryTree": "Strom kategorií"
},
"linkType": {
"manyToMany": "N-N",
"oneToMany": "1-N",
"manyToOne": "N-1",
"parentToChildren": "Rodič-Potomek",
"childrenToParent": "Potomek-Rodič"
},
"sortDirection": {
"asc": "Vzestupně",
"desc": "Sestupně"
}
},
"messages": {
"entityCreated": "Entita byla vytvořena",
"linkAlreadyExists": "Konflikt: link již existuje."
}
}