39 lines
959 B
JSON
39 lines
959 B
JSON
{
|
|
"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."
|
|
}
|
|
} |