Initial commit
This commit is contained in:
50
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Task.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Task.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nazwa",
|
||||
"parent": "Rodzic",
|
||||
"dateStart": "Data rozpoczęcia",
|
||||
"dateEnd": "Data zwrotu",
|
||||
"dateStartDate": "Data rozpoczęcia",
|
||||
"dateEndDate": "Data zakończenia",
|
||||
"priority": "Priorytet",
|
||||
"description": "Opis",
|
||||
"isOverdue": "Przegrzany",
|
||||
"account": "Klient",
|
||||
"dateCompleted": "Data ukończenia",
|
||||
"attachments": "Załączniki",
|
||||
"reminders": "Przypomnienia",
|
||||
"contact": "Kontakt"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Załączniki",
|
||||
"account": "Klient",
|
||||
"contact": "Kontakt"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Nie Rozpoczęte",
|
||||
"Started": "Rozpoczęte",
|
||||
"Completed": "Ukończone",
|
||||
"Canceled": "Anulowane",
|
||||
"Deferred": "Opóźniony"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Niski",
|
||||
"Normal": "Normalny",
|
||||
"High": "Wysoki",
|
||||
"Urgent": "Pilne"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Utwórz zadanie",
|
||||
"Complete": "Gotowe",
|
||||
"overdue": "zaległy"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Bieżący",
|
||||
"completed": "Ukończone",
|
||||
"todays": "Dzisiaj",
|
||||
"overdue": "Przegrzane",
|
||||
"deferred": "Opóźniony"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user