Initial commit
This commit is contained in:
50
application/Espo/Modules/Crm/Resources/i18n/sk_SK/Call.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/sk_SK/Call.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Meno",
|
||||
"parent": "Rodič",
|
||||
"status": "Stav",
|
||||
"dateStart": "Počiatočný dátum",
|
||||
"dateEnd": "Konečný dátum",
|
||||
"direction": "Smer",
|
||||
"duration": "Trvanie",
|
||||
"description": "Popis",
|
||||
"users": "Používatelia",
|
||||
"contacts": "Kontakty",
|
||||
"leads": "Prvé kontakty",
|
||||
"reminders": "Pripomienky",
|
||||
"account": "Organizácia",
|
||||
"acceptanceStatus": "Akceptačný stav"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Plánovaný",
|
||||
"Held": "Zadržaný",
|
||||
"Not Held": "Nezadržaný"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Odchádzajúci",
|
||||
"Inbound": "Prichádzajúci"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "Žiadny",
|
||||
"Accepted": "Akceptovaný",
|
||||
"Declined": "Odmietnutý",
|
||||
"Tentative": "Predbežne"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "Nastaviť pozdržaný",
|
||||
"setNotHeld": "Nastaviť nepozdržaný"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Vytvoriť hovor",
|
||||
"Set Held": "Nastaviť pozdržaný",
|
||||
"Set Not Held": "Nastaviť nepozdržaný",
|
||||
"Send Invitations": "Poslať pozvánky"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Plánovaný",
|
||||
"held": "Pozdržaný",
|
||||
"todays": "Dnešné"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user