Initial commit
This commit is contained in:
56
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Case.json
Normal file
56
application/Espo/Modules/Crm/Resources/i18n/pl_PL/Case.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nazwa",
|
||||
"number": "Numer",
|
||||
"account": "Klient",
|
||||
"contact": "Kontakty",
|
||||
"contacts": "Kontakty",
|
||||
"priority": "Priorytet",
|
||||
"type": "Rodzaj",
|
||||
"description": "Opis",
|
||||
"attachments": "Załączniki",
|
||||
"inboundEmail": "Grupowe Konto Email"
|
||||
},
|
||||
"links": {
|
||||
"account": "Klient",
|
||||
"Contacts": "Kontakty",
|
||||
"meetings": "Spotkania",
|
||||
"calls": "Rozmowy",
|
||||
"tasks": "Zadania",
|
||||
"emails": "Wiadomości",
|
||||
"articles": "Artykuły bazy wiedzy",
|
||||
"attachments": "Załączniki",
|
||||
"inboundEmail": "Grupowe Konto Email"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nowy",
|
||||
"Assigned": "Przypisany",
|
||||
"Pending": "Oczekiwanie",
|
||||
"Closed": "Zamknięty",
|
||||
"Rejected": "Odrzucony",
|
||||
"Duplicate": "Powielony"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Niski",
|
||||
"Normal": "Normalny",
|
||||
"High": "Wysoki",
|
||||
"Urgent": "Pilne"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Pytanie",
|
||||
"Incident": "Zdarzenie"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Utwórz sprawę",
|
||||
"Close": "Zamknij",
|
||||
"Reject": "Odrzuć",
|
||||
"Closed": "Zamknięty",
|
||||
"Rejected": "Odrzucony"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Otwórz",
|
||||
"closed": "Zamknięty"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user