Initial commit
This commit is contained in:
68
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Lead.json
Normal file
68
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Lead.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"labels": {
|
||||
"Converted To": "Zamienione na",
|
||||
"Create Lead": "Utwórz potencjalny kontakt",
|
||||
"Convert": "Przekształć",
|
||||
"convert": "przekształć"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Nazwa",
|
||||
"emailAddress": "E-mail",
|
||||
"title": "Tytuł",
|
||||
"website": "Strona Internetowa",
|
||||
"phoneNumber": "Telefon",
|
||||
"accountName": "Nazwa Konta",
|
||||
"doNotCall": "Nie Dzwoń",
|
||||
"address": "Adres",
|
||||
"source": "Źródło",
|
||||
"opportunityAmount": "Wartość szansy sprzedaży",
|
||||
"opportunityAmountConverted": "Wartość szansy sprzedaży (konwertowana)",
|
||||
"description": "Opis",
|
||||
"createdAccount": "Klient",
|
||||
"createdContact": "Kontakty",
|
||||
"createdOpportunity": "Szansa sprzedaży",
|
||||
"campaign": "Kampania",
|
||||
"targetLists": "Listy docelowe",
|
||||
"targetList": "Lista docelowa",
|
||||
"industry": "Branża",
|
||||
"acceptanceStatus": "Status akceptacji",
|
||||
"opportunityAmountCurrency": "Waluta kwoty Okazji",
|
||||
"acceptanceStatusMeetings": "Status akceptacji (Spotkania)",
|
||||
"acceptanceStatusCalls": "Stan akceptacji (połączenia)",
|
||||
"convertedAt": "Przekonwertowano na"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "Listy docelowe",
|
||||
"campaignLogRecords": "Log kampanii",
|
||||
"campaign": "Kampania",
|
||||
"createdAccount": "Klient",
|
||||
"createdContact": "Kontakt",
|
||||
"createdOpportunity": "Szansa sprzedaży",
|
||||
"cases": "Zadania",
|
||||
"documents": "Dokumenty"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nowy",
|
||||
"Assigned": "Przypisany",
|
||||
"In Process": "W trakcie",
|
||||
"Converted": "Przekształcony",
|
||||
"Recycled": "Usunięty",
|
||||
"Dead": "Martwy"
|
||||
},
|
||||
"source": {
|
||||
"Call": "Rozmowa",
|
||||
"Email": "E-mail",
|
||||
"Existing Customer": "Istniejący klient",
|
||||
"Public Relations": "Relacje",
|
||||
"Web Site": "Strona Internetowa",
|
||||
"Campaign": "Kampania",
|
||||
"Other": "Inny"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Aktywny",
|
||||
"actual": "Bieżący",
|
||||
"converted": "Przekształcony"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user