Initial commit
This commit is contained in:
39
application/Espo/Resources/i18n/cs_CZ/EntityManager.json
Normal file
39
application/Espo/Resources/i18n/cs_CZ/EntityManager.json
Normal 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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user