Initial commit
This commit is contained in:
47
application/Espo/Modules/Crm/Resources/i18n/cs_CZ/Call.json
Normal file
47
application/Espo/Modules/Crm/Resources/i18n/cs_CZ/Call.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Název",
|
||||
"parent": "Rodič",
|
||||
"dateStart": "Datum zahájení",
|
||||
"dateEnd": "Datum ukončení",
|
||||
"direction": "Směr",
|
||||
"duration": "Trvání",
|
||||
"description": "Popis",
|
||||
"users": "Uživatelé",
|
||||
"contacts": "Kontakty",
|
||||
"leads": "Stopy",
|
||||
"reminders": "Připomenutí",
|
||||
"account": "Organizace"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Plánovaný",
|
||||
"Held": "Uskutečněný",
|
||||
"Not Held": "Neuskutečněný"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Odchozí",
|
||||
"Inbound": "Příchozí"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"Accepted": "Přijatý",
|
||||
"Declined": "Odmítnutý",
|
||||
"Tentative": "Předběžný"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Nastavit jako uskutečněný",
|
||||
"setNotHeld": "Nastavit jako neuskutečněný"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Vytvořit volání",
|
||||
"Set Held": "Nastavit jako uskutečněný",
|
||||
"Set Not Held": "Nastavit jako neuskutečněný",
|
||||
"Send Invitations": "Poslat pozvánky"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Plánovaný",
|
||||
"held": "Uskutečněný",
|
||||
"todays": "Dnešní"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user