Initial commit
This commit is contained in:
67
application/Espo/Modules/Crm/Resources/i18n/sk_SK/Lead.json
Normal file
67
application/Espo/Modules/Crm/Resources/i18n/sk_SK/Lead.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"labels": {
|
||||
"Converted To": "Konvertovaný na",
|
||||
"Create Lead": "Vytvoriť prvý kontakt",
|
||||
"Convert": "Konvertovať",
|
||||
"convert": "konvertovať"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Názov",
|
||||
"title": "Názov",
|
||||
"website": "Webová stránka",
|
||||
"phoneNumber": "Telefón",
|
||||
"accountName": "Názov organizácie",
|
||||
"doNotCall": "Nevolať",
|
||||
"address": "Adresa",
|
||||
"status": "Stav",
|
||||
"source": "Zdroj",
|
||||
"opportunityAmount": "Obnos príležitosti",
|
||||
"opportunityAmountConverted": "Obnos príležitosti (konvertovaný)",
|
||||
"description": "Popis",
|
||||
"createdAccount": "Organizácia",
|
||||
"createdContact": "Kontakt",
|
||||
"createdOpportunity": "Príležitosť",
|
||||
"campaign": "Kampaň",
|
||||
"targetLists": "Cieľové zoznamy",
|
||||
"targetList": "Cieľový zoznam",
|
||||
"industry": "Priemysel",
|
||||
"acceptanceStatus": "Akceptačný stav",
|
||||
"opportunityAmountCurrency": "Mena obnosu príležitosti",
|
||||
"acceptanceStatusMeetings": "Akceptačný stav (stretnutia)",
|
||||
"acceptanceStatusCalls": "Akceptačný stav (hovory)",
|
||||
"convertedAt": "Prevedené na"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "Cieľové zoznamy",
|
||||
"campaignLogRecords": "Protokol kampane",
|
||||
"campaign": "Kampaň",
|
||||
"createdAccount": "Organizácia",
|
||||
"createdContact": "Kontakt",
|
||||
"createdOpportunity": "Príležitosť",
|
||||
"cases": "Prípady",
|
||||
"documents": "Dokumenty"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nový",
|
||||
"Assigned": "Priradený",
|
||||
"In Process": "V procese",
|
||||
"Converted": "Konvertovaný",
|
||||
"Recycled": "Recyklovaný",
|
||||
"Dead": "Mŕtvy"
|
||||
},
|
||||
"source": {
|
||||
"Call": "Hovor",
|
||||
"Existing Customer": "Existujúci zákazník",
|
||||
"Public Relations": "Vzťahy s verejnosťou",
|
||||
"Web Site": "Webová stránka",
|
||||
"Campaign": "Kampaň",
|
||||
"Other": "Iné"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Aktívny",
|
||||
"actual": "Aktuálny",
|
||||
"converted": "Konvertovaný"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user