@open-mercato/core 0.6.7-develop.6593.1.0ecf630f1e → 0.6.7-develop.6595.1.e93ecd3cfa
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/generated/entities/custom_entity/index.js +2 -0
- package/dist/generated/entities/custom_entity/index.js.map +2 -2
- package/dist/generated/entity-fields-registry.js +1 -0
- package/dist/generated/entity-fields-registry.js.map +2 -2
- package/dist/modules/auth/api/features.js +14 -0
- package/dist/modules/auth/api/features.js.map +2 -2
- package/dist/modules/entities/api/entities.js +20 -0
- package/dist/modules/entities/api/entities.js.map +2 -2
- package/dist/modules/entities/api/entity-settings.js +89 -0
- package/dist/modules/entities/api/entity-settings.js.map +7 -0
- package/dist/modules/entities/api/records.js +46 -25
- package/dist/modules/entities/api/records.js.map +2 -2
- package/dist/modules/entities/backend/entities/user/[entityId]/page.js +13 -4
- package/dist/modules/entities/backend/entities/user/[entityId]/page.js.map +2 -2
- package/dist/modules/entities/backend/entities/user/create/page.js +27 -2
- package/dist/modules/entities/backend/entities/user/create/page.js.map +2 -2
- package/dist/modules/entities/data/entities.js +4 -0
- package/dist/modules/entities/data/entities.js.map +2 -2
- package/dist/modules/entities/lib/entityAcl.js +17 -4
- package/dist/modules/entities/lib/entityAcl.js.map +3 -3
- package/dist/modules/entities/lib/install-from-ce.js +2 -0
- package/dist/modules/entities/lib/install-from-ce.js.map +2 -2
- package/dist/modules/entities/lib/recordFeatures.js +24 -0
- package/dist/modules/entities/lib/recordFeatures.js.map +7 -0
- package/dist/modules/entities/lib/register.js +3 -0
- package/dist/modules/entities/lib/register.js.map +2 -2
- package/dist/modules/entities/lib/restrictedEntityFeatures.js +62 -0
- package/dist/modules/entities/lib/restrictedEntityFeatures.js.map +7 -0
- package/dist/modules/entities/migrations/Migration20260716120000.js +13 -0
- package/dist/modules/entities/migrations/Migration20260716120000.js.map +7 -0
- package/generated/entities/custom_entity/index.ts +1 -0
- package/generated/entity-fields-registry.ts +1 -0
- package/package.json +7 -7
- package/src/modules/auth/api/features.ts +17 -0
- package/src/modules/customers/i18n/pl.json +484 -484
- package/src/modules/entities/api/entities.ts +28 -0
- package/src/modules/entities/api/entity-settings.ts +103 -0
- package/src/modules/entities/api/records.ts +70 -29
- package/src/modules/entities/backend/entities/user/[entityId]/page.tsx +12 -3
- package/src/modules/entities/backend/entities/user/create/page.tsx +33 -1
- package/src/modules/entities/data/entities.ts +6 -0
- package/src/modules/entities/i18n/de.json +3 -0
- package/src/modules/entities/i18n/en.json +3 -0
- package/src/modules/entities/i18n/es.json +3 -0
- package/src/modules/entities/i18n/pl.json +3 -0
- package/src/modules/entities/lib/entityAcl.ts +27 -5
- package/src/modules/entities/lib/install-from-ce.ts +2 -0
- package/src/modules/entities/lib/recordFeatures.ts +48 -0
- package/src/modules/entities/lib/register.ts +4 -0
- package/src/modules/entities/lib/restrictedEntityFeatures.ts +98 -0
- package/src/modules/entities/migrations/.snapshot-open-mercato.json +10 -0
- package/src/modules/entities/migrations/Migration20260716120000.ts +13 -0
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"customers.activities.errors.phoneInvalid": "Wprowadź prawidłowy numer telefonu z numerem kierunkowym kraju (np. +48 123 456 789)",
|
|
32
32
|
"customers.activities.errors.phoneRequired": "Numer telefonu jest wymagany dla aktywności typu Połączenie",
|
|
33
33
|
"customers.activities.errors.timeRequired": "Godzina jest wymagana",
|
|
34
|
-
"customers.activities.filters.clearAll": "
|
|
35
|
-
"customers.activities.filters.dateRange": "
|
|
34
|
+
"customers.activities.filters.clearAll": "Wyczyść filtry",
|
|
35
|
+
"customers.activities.filters.dateRange": "Zakres dat",
|
|
36
36
|
"customers.activities.loadFailed": "Nie udało się załadować aktywności.",
|
|
37
|
-
"customers.activities.loadMore": "
|
|
37
|
+
"customers.activities.loadMore": "Wczytaj więcej",
|
|
38
38
|
"customers.activities.overdue": "{count} zaległe",
|
|
39
39
|
"customers.activities.seeAll": "Zobacz wszystkie {count} aktywności",
|
|
40
40
|
"customers.activities.seeMatching": "Pokazuję {visible} z {total} aktywności",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"customers.activityComposer.saveActivity": "Zapisz aktywność",
|
|
51
51
|
"customers.activityComposer.saved": "{{type}} zapisano",
|
|
52
52
|
"customers.activityComposer.saving": "Zapisywanie...",
|
|
53
|
-
"customers.activityComposer.schedule": "
|
|
53
|
+
"customers.activityComposer.schedule": "Zaplanuj",
|
|
54
54
|
"customers.activityComposer.scheduledLabel": "Zaplanowano na",
|
|
55
55
|
"customers.activityComposer.showWeekPreview": "Pokaż podgląd tygodnia",
|
|
56
56
|
"customers.activityComposer.title": "Zaloguj aktywność",
|
|
57
|
-
"customers.activityComposer.today": "
|
|
57
|
+
"customers.activityComposer.today": "Dziś",
|
|
58
58
|
"customers.activityComposer.types.call": "Telefon",
|
|
59
59
|
"customers.activityComposer.types.email": "E-mail",
|
|
60
60
|
"customers.activityComposer.types.meeting": "Spotkanie",
|
|
61
61
|
"customers.activityComposer.types.note": "Notatka",
|
|
62
62
|
"customers.activityComposer.types.task": "Zadanie",
|
|
63
63
|
"customers.activityComposer.validation.descriptionRequired": "Opis jest wymagany",
|
|
64
|
-
"customers.activityComposer.validation.typeRequired": "
|
|
64
|
+
"customers.activityComposer.validation.typeRequired": "Wybierz typ aktywności",
|
|
65
65
|
"customers.activityComposer.weekPreviewTitle": "Ten tydzień",
|
|
66
66
|
"customers.activityLog.direction.to": "do",
|
|
67
67
|
"customers.activityLog.direction.with": "z",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"customers.activityLog.sort.titleAsc": "Sortuj: nazwa A-Z",
|
|
75
75
|
"customers.activityLog.sort.titleDesc": "Sortuj: nazwa Z-A",
|
|
76
76
|
"customers.activityLog.title": "Historia aktywności",
|
|
77
|
-
"customers.ai.actions.actionItems": "
|
|
77
|
+
"customers.ai.actions.actionItems": "Zadania do wykonania",
|
|
78
78
|
"customers.ai.actions.ai": "AI",
|
|
79
79
|
"customers.ai.actions.attendees": "Uczestnicy",
|
|
80
80
|
"customers.ai.actions.bulletize": "Wypunktuj",
|
|
81
81
|
"customers.ai.actions.expand": "Rozwiń",
|
|
82
|
-
"customers.ai.actions.leadScore": "
|
|
82
|
+
"customers.ai.actions.leadScore": "Ocena leada",
|
|
83
83
|
"customers.ai.actions.notes": "Notatki",
|
|
84
84
|
"customers.ai.actions.replay": "Odtwórz",
|
|
85
85
|
"customers.ai.actions.reply": "Odpisz",
|
|
@@ -90,40 +90,40 @@
|
|
|
90
90
|
"customers.ai.actions.translate": "Przetłumacz",
|
|
91
91
|
"customers.ai.comingSoon": "Wkrótce",
|
|
92
92
|
"customers.ai.prefix": "AI:",
|
|
93
|
-
"customers.ai_assistant.agents.account.label": "CRM
|
|
93
|
+
"customers.ai_assistant.agents.account.label": "Asystent CRM",
|
|
94
94
|
"customers.ai_assistant.context.matchingDeals": "{count} transakcji w widoku",
|
|
95
|
-
"customers.ai_assistant.context.matchingPeople": "{count}
|
|
95
|
+
"customers.ai_assistant.context.matchingPeople": "Kontaktów w widoku: {count}",
|
|
96
96
|
"customers.ai_assistant.context.selectedDeals": "{count} zaznaczonych transakcji",
|
|
97
|
-
"customers.ai_assistant.context.selectedPeople": "{count}
|
|
97
|
+
"customers.ai_assistant.context.selectedPeople": "Zaznaczonych kontaktów: {count}",
|
|
98
98
|
"customers.ai_assistant.dealDetail.sheet.composerPlaceholder": "Zapytaj o tę transakcję, etap, pipeline...",
|
|
99
99
|
"customers.ai_assistant.dealDetail.sheet.description": "Zapytaj o tę transakcję. Gdy włączony jest per-tenant override polityki mutacji, asystent może także zaproponować zmianę etapu, którą potwierdzasz przed zapisem.",
|
|
100
100
|
"customers.ai_assistant.dealDetail.sheet.title": "Asystent AI dla klientów — transakcja",
|
|
101
101
|
"customers.ai_assistant.dealDetail.trigger.ariaLabel": "Otwórz asystenta AI dla tej transakcji",
|
|
102
102
|
"customers.ai_assistant.dealDetail.trigger.label": "Zapytaj AI",
|
|
103
|
-
"customers.ai_assistant.dock.subtitle": "
|
|
104
|
-
"customers.ai_assistant.popover.heading": "AI
|
|
103
|
+
"customers.ai_assistant.dock.subtitle": "Klienci",
|
|
104
|
+
"customers.ai_assistant.popover.heading": "Asystenci AI",
|
|
105
105
|
"customers.ai_assistant.sheet.composerPlaceholder": "Zapytaj o osoby, firmy, transakcje...",
|
|
106
106
|
"customers.ai_assistant.sheet.description": "Asystent tylko do odczytu. Zadawaj pytania o osoby, firmy, transakcje i aktywności w zasięgu tej listy.",
|
|
107
107
|
"customers.ai_assistant.sheet.descriptionWithSelectionDeals": "Pracujesz na {count} zaznaczonych transakcjach. Zadawaj pytania o etap, wartość i daty zamknięcia.",
|
|
108
|
-
"customers.ai_assistant.sheet.dock": "
|
|
108
|
+
"customers.ai_assistant.sheet.dock": "Przypnij z boku",
|
|
109
109
|
"customers.ai_assistant.sheet.selectionPill": "Działam na {count} zaznaczonych",
|
|
110
110
|
"customers.ai_assistant.sheet.title": "Asystent AI dla klientów",
|
|
111
111
|
"customers.ai_assistant.sheet.welcomeDescriptionAllDeals": "Zadaj pytanie o transakcje, pipeline lub daty zamknięcia:",
|
|
112
112
|
"customers.ai_assistant.sheet.welcomeDescriptionSelectionDeals": "Możemy przejrzeć Twoje {count} zaznaczonych transakcji:",
|
|
113
|
-
"customers.ai_assistant.sheet.welcomeTitle": "CRM
|
|
114
|
-
"customers.ai_assistant.suggestions.activityOverview": "
|
|
113
|
+
"customers.ai_assistant.sheet.welcomeTitle": "Asystent CRM",
|
|
114
|
+
"customers.ai_assistant.suggestions.activityOverview": "Przegląd aktywności",
|
|
115
115
|
"customers.ai_assistant.suggestions.atRiskSelectedDeals": "Zaznaczone transakcje zagrożone",
|
|
116
116
|
"customers.ai_assistant.suggestions.companiesForSelectedDeals": "Firmy w zaznaczonych transakcjach",
|
|
117
117
|
"customers.ai_assistant.suggestions.dealsAtRisk": "Transakcje zagrożone poślizgiem",
|
|
118
118
|
"customers.ai_assistant.suggestions.dealsClosingThisMonth": "Transakcje zamykające się w tym miesiącu",
|
|
119
|
-
"customers.ai_assistant.suggestions.findCompanies": "
|
|
120
|
-
"customers.ai_assistant.suggestions.findDeals": "
|
|
121
|
-
"customers.ai_assistant.suggestions.recentDeals": "
|
|
119
|
+
"customers.ai_assistant.suggestions.findCompanies": "Znajdź powiązane firmy",
|
|
120
|
+
"customers.ai_assistant.suggestions.findDeals": "Pokaż szanse dla zaznaczonych osób",
|
|
121
|
+
"customers.ai_assistant.suggestions.recentDeals": "Pokaż ostatnie szanse",
|
|
122
122
|
"customers.ai_assistant.suggestions.searchDeals": "Wyszukaj transakcję",
|
|
123
|
-
"customers.ai_assistant.suggestions.searchPeople": "
|
|
124
|
-
"customers.ai_assistant.suggestions.summarizeSelected": "
|
|
123
|
+
"customers.ai_assistant.suggestions.searchPeople": "Wyszukaj kontakt",
|
|
124
|
+
"customers.ai_assistant.suggestions.summarizeSelected": "Podsumuj zaznaczone kontakty",
|
|
125
125
|
"customers.ai_assistant.suggestions.summarizeSelectedDeals": "Podsumuj zaznaczone transakcje",
|
|
126
|
-
"customers.ai_assistant.suggestions.topCompanies": "
|
|
126
|
+
"customers.ai_assistant.suggestions.topCompanies": "Wypisz najważniejsze firmy",
|
|
127
127
|
"customers.ai_assistant.suggestions.topDealsByValue": "Najlepsze transakcje wg wartości",
|
|
128
128
|
"customers.ai_assistant.suggestions.totalOpenDealValue": "Łączna wartość otwartych transakcji",
|
|
129
129
|
"customers.ai_assistant.trigger.ariaLabel": "Otwórz asystenta AI dla osób",
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
"customers.audit.dictionaryEntries.create": "Dodaj wpis słownika klienta",
|
|
149
149
|
"customers.audit.dictionaryEntries.delete": "Usuń wpis słownika klienta",
|
|
150
150
|
"customers.audit.dictionaryEntries.update": "Zaktualizuj wpis słownika klienta",
|
|
151
|
-
"customers.audit.entityRoles.create": "
|
|
152
|
-
"customers.audit.entityRoles.delete": "
|
|
153
|
-
"customers.audit.entityRoles.update": "
|
|
151
|
+
"customers.audit.entityRoles.create": "Utworzenie roli encji",
|
|
152
|
+
"customers.audit.entityRoles.delete": "Usunięcie roli encji",
|
|
153
|
+
"customers.audit.entityRoles.update": "Aktualizacja roli encji",
|
|
154
154
|
"customers.audit.interactions.cancel": "Anuluj interakcję",
|
|
155
155
|
"customers.audit.interactions.complete": "Zakończ interakcję",
|
|
156
156
|
"customers.audit.interactions.create": "Utwórz interakcję",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"customers.calendar.tabs.events": "Wydarzenia",
|
|
370
370
|
"customers.calendar.tabs.meetings": "Spotkania",
|
|
371
371
|
"customers.calendar.thisWeek": "Ten tydzień",
|
|
372
|
-
"customers.calendar.tomorrow": "
|
|
372
|
+
"customers.calendar.tomorrow": "Jutro",
|
|
373
373
|
"customers.calendar.toolbar.filters.allOwners": "Wszyscy właściciele",
|
|
374
374
|
"customers.calendar.toolbar.filters.allStatuses": "Wszystkie statusy",
|
|
375
375
|
"customers.calendar.toolbar.filters.apply": "Zastosuj",
|
|
@@ -444,36 +444,36 @@
|
|
|
444
444
|
"customers.changelog.user.system": "System",
|
|
445
445
|
"customers.companies.create.title": "Utwórz firmę",
|
|
446
446
|
"customers.companies.dashboard.activeDeal": "Aktywny deal",
|
|
447
|
-
"customers.companies.dashboard.created": "
|
|
447
|
+
"customers.companies.dashboard.created": "Utworzono",
|
|
448
448
|
"customers.companies.dashboard.details": "Szczegóły",
|
|
449
449
|
"customers.companies.dashboard.dueOn": "Termin: {{date}}",
|
|
450
|
-
"customers.companies.dashboard.hiddenTiles": "{{count}}
|
|
451
|
-
"customers.companies.dashboard.hideTile": "
|
|
450
|
+
"customers.companies.dashboard.hiddenTiles": "Ukryte kafelki: {{count}}",
|
|
451
|
+
"customers.companies.dashboard.hideTile": "Ukryj kafelek",
|
|
452
452
|
"customers.companies.dashboard.kpi.activeDeals": "AKTYWNE DEALE",
|
|
453
453
|
"customers.companies.dashboard.kpi.activities": "AKTYWNOŚCI",
|
|
454
454
|
"customers.companies.dashboard.kpi.clientSince": "KLIENT OD",
|
|
455
|
-
"customers.companies.dashboard.kpi.completedDeals": "
|
|
455
|
+
"customers.companies.dashboard.kpi.completedDeals": "zakończonych szans",
|
|
456
456
|
"customers.companies.dashboard.kpi.last12months": "ostatnie 12 miesięcy",
|
|
457
457
|
"customers.companies.dashboard.kpi.ltv": "WARTOŚĆ KLIENTA (LTV)",
|
|
458
|
-
"customers.companies.dashboard.kpi.noInteractions": "
|
|
459
|
-
"customers.companies.dashboard.kpi.noWonDeals": "
|
|
460
|
-
"customers.companies.dashboard.kpi.wonDeals": "
|
|
461
|
-
"customers.companies.dashboard.kpi.year": "
|
|
462
|
-
"customers.companies.dashboard.kpi.years": "
|
|
458
|
+
"customers.companies.dashboard.kpi.noInteractions": "Brak interakcji",
|
|
459
|
+
"customers.companies.dashboard.kpi.noWonDeals": "Brak wygranych szans",
|
|
460
|
+
"customers.companies.dashboard.kpi.wonDeals": "wygranych szans łącznie",
|
|
461
|
+
"customers.companies.dashboard.kpi.year": "rok",
|
|
462
|
+
"customers.companies.dashboard.kpi.years": "lat",
|
|
463
463
|
"customers.companies.dashboard.last7days": "ostatnie 7 dni",
|
|
464
464
|
"customers.companies.dashboard.newTask": "Nowe zadanie",
|
|
465
|
-
"customers.companies.dashboard.noActivity": "
|
|
466
|
-
"customers.companies.dashboard.noDeals": "
|
|
467
|
-
"customers.companies.dashboard.noMeetings": "
|
|
468
|
-
"customers.companies.dashboard.noTasks": "
|
|
465
|
+
"customers.companies.dashboard.noActivity": "Brak niedawnej aktywności",
|
|
466
|
+
"customers.companies.dashboard.noDeals": "Brak aktywnych szans",
|
|
467
|
+
"customers.companies.dashboard.noMeetings": "Brak nadchodzących spotkań",
|
|
468
|
+
"customers.companies.dashboard.noTasks": "Brak otwartych zadań",
|
|
469
469
|
"customers.companies.dashboard.openTasks": "Otwarte zadania",
|
|
470
470
|
"customers.companies.dashboard.overdueBy": "Zaległe od {{days}} dni",
|
|
471
471
|
"customers.companies.dashboard.potentialValue": "potencjalna wartość",
|
|
472
472
|
"customers.companies.dashboard.recentActivity": "Ostatnia aktywność",
|
|
473
|
-
"customers.companies.dashboard.relationshipHealth": "
|
|
473
|
+
"customers.companies.dashboard.relationshipHealth": "Kondycja relacji",
|
|
474
474
|
"customers.companies.dashboard.seeAll": "Zobacz wszystkie",
|
|
475
475
|
"customers.companies.dashboard.seeAllActivity": "Zobacz wszystkie {{count}} aktywności",
|
|
476
|
-
"customers.companies.dashboard.showAll": "
|
|
476
|
+
"customers.companies.dashboard.showAll": "Pokaż wszystko",
|
|
477
477
|
"customers.companies.dashboard.upcomingMeetings": "Nadchodzące spotkania",
|
|
478
478
|
"customers.companies.delete.blocked": "Nie można usunąć firmy: {{blockers}}. Najpierw odłącz lub przepisz powiązania.",
|
|
479
479
|
"customers.companies.delete.blockers.deals": "powiązane szanse ({{count}})",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"customers.companies.detail.actions.delete": "Usuń firmę",
|
|
486
486
|
"customers.companies.detail.actions.editEmail": "Edytuj email",
|
|
487
487
|
"customers.companies.detail.actions.editPhone": "Edytuj telefon",
|
|
488
|
-
"customers.companies.detail.actions.history": "
|
|
488
|
+
"customers.companies.detail.actions.history": "Historia",
|
|
489
489
|
"customers.companies.detail.actions.manageTags": "Edytuj tagi",
|
|
490
490
|
"customers.companies.detail.actions.more": "Więcej",
|
|
491
491
|
"customers.companies.detail.actions.save": "Zapisz",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"customers.companies.detail.files.subtitle": "Przesyłaj i zarządzaj plikami powiązanymi z tą firmą.",
|
|
571
571
|
"customers.companies.detail.header.accountManager": "Opiekun klienta",
|
|
572
572
|
"customers.companies.detail.header.employees": "{count} pracowników",
|
|
573
|
-
"customers.companies.detail.header.more": "
|
|
573
|
+
"customers.companies.detail.header.more": "więcej",
|
|
574
574
|
"customers.companies.detail.header.notAssigned": "Nieprzypisane",
|
|
575
575
|
"customers.companies.detail.health.atRisk": "Zagrożona",
|
|
576
576
|
"customers.companies.detail.health.healthy": "Zdrowa",
|
|
@@ -612,13 +612,13 @@
|
|
|
612
612
|
"customers.companies.detail.nextStep.today": "dzisiaj",
|
|
613
613
|
"customers.companies.detail.nextStep.untitled": "Zaplanowana interakcja",
|
|
614
614
|
"customers.companies.detail.noValue": "Nie podano",
|
|
615
|
-
"customers.companies.detail.notAssigned": "
|
|
615
|
+
"customers.companies.detail.notAssigned": "Nieprzypisane",
|
|
616
616
|
"customers.companies.detail.notes.addLabel": "Dodaj notatkę",
|
|
617
617
|
"customers.companies.detail.notes.entityMissing": "Nie udało się ustalić bieżącej firmy.",
|
|
618
618
|
"customers.companies.detail.notes.placeholder": "Napisz notatkę o tej firmie…",
|
|
619
619
|
"customers.companies.detail.people.add": "Dodaj osobę",
|
|
620
620
|
"customers.companies.detail.people.empty": "Brak powiązanych osób z tą firmą.",
|
|
621
|
-
"customers.companies.detail.people.filter": "
|
|
621
|
+
"customers.companies.detail.people.filter": "Filtry",
|
|
622
622
|
"customers.companies.detail.people.helper": "Osoby powiązane z tą firmą pojawiają się tutaj i mogą być tworzone, przypinane, otwierane lub odpinane bez opuszczania strony.",
|
|
623
623
|
"customers.companies.detail.people.linkAction": "Podepnij istniejącą osobę",
|
|
624
624
|
"customers.companies.detail.people.linkCancel": "Anuluj",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"customers.companies.detail.people.linkEmpty": "Nie znaleziono pasujących osób.",
|
|
632
632
|
"customers.companies.detail.people.linkError": "Nie udało się podpiąć osoby do firmy.",
|
|
633
633
|
"customers.companies.detail.people.linkLoadError": "Nie udało się załadować osób.",
|
|
634
|
-
"customers.companies.detail.people.linkLoadMore": "
|
|
634
|
+
"customers.companies.detail.people.linkLoadMore": "Wczytaj więcej osób",
|
|
635
635
|
"customers.companies.detail.people.linkLoading": "Wyszukiwanie osób…",
|
|
636
636
|
"customers.companies.detail.people.linkSearchPlaceholder": "Szukaj osób po nazwie lub e-mailu",
|
|
637
637
|
"customers.companies.detail.people.linkSelect": "Podepnij",
|
|
@@ -645,22 +645,22 @@
|
|
|
645
645
|
"customers.companies.detail.people.linkSuccess": "Osoba została podpięta do firmy.",
|
|
646
646
|
"customers.companies.detail.people.linkSuccessMultiple": "Podpięto {{count}} osób do firmy.",
|
|
647
647
|
"customers.companies.detail.people.linkedOn": "Powiązano {{date}}",
|
|
648
|
-
"customers.companies.detail.people.loadError": "
|
|
648
|
+
"customers.companies.detail.people.loadError": "Nie udało się załadować osób.",
|
|
649
649
|
"customers.companies.detail.people.loading": "Ładowanie osób…",
|
|
650
|
-
"customers.companies.detail.people.next": "
|
|
651
|
-
"customers.companies.detail.people.noSearchResults": "
|
|
650
|
+
"customers.companies.detail.people.next": "Następna",
|
|
651
|
+
"customers.companies.detail.people.noSearchResults": "Żadna osoba nie pasuje do wyszukiwania.",
|
|
652
652
|
"customers.companies.detail.people.open": "Otwórz osobę",
|
|
653
|
-
"customers.companies.detail.people.pageSummary": "
|
|
654
|
-
"customers.companies.detail.people.previous": "
|
|
653
|
+
"customers.companies.detail.people.pageSummary": "Strona {{page}} z {{total}}",
|
|
654
|
+
"customers.companies.detail.people.previous": "Poprzednia",
|
|
655
655
|
"customers.companies.detail.people.remove": "Odepnij",
|
|
656
656
|
"customers.companies.detail.people.removeError": "Nie udało się odpiąć osoby od firmy.",
|
|
657
657
|
"customers.companies.detail.people.removeSuccess": "Osoba odpięta od firmy.",
|
|
658
|
-
"customers.companies.detail.people.searchPlaceholder": "
|
|
659
|
-
"customers.companies.detail.people.sectionSubtitle": "
|
|
660
|
-
"customers.companies.detail.people.sectionTitle": "
|
|
661
|
-
"customers.companies.detail.people.sortNameAsc": "
|
|
662
|
-
"customers.companies.detail.people.sortNameDesc": "
|
|
663
|
-
"customers.companies.detail.people.sortRecent": "
|
|
658
|
+
"customers.companies.detail.people.searchPlaceholder": "Szukaj po nazwisku, roli, e-mailu...",
|
|
659
|
+
"customers.companies.detail.people.sectionSubtitle": "Pracownicy i decydenci po stronie klienta",
|
|
660
|
+
"customers.companies.detail.people.sectionTitle": "Osoby",
|
|
661
|
+
"customers.companies.detail.people.sortNameAsc": "Sortuj: Nazwa A-Z",
|
|
662
|
+
"customers.companies.detail.people.sortNameDesc": "Sortuj: Nazwa Z-A",
|
|
663
|
+
"customers.companies.detail.people.sortRecent": "Sortuj: Ostatnio powiązane",
|
|
664
664
|
"customers.companies.detail.relativeTime.daysAgo": "{{days}} dni temu",
|
|
665
665
|
"customers.companies.detail.relativeTime.monthsAgo": "{{months}} mies. temu",
|
|
666
666
|
"customers.companies.detail.relativeTime.oneDayAgo": "1 dzień temu",
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"customers.companies.detail.tabs.analysis": "Analiza",
|
|
677
677
|
"customers.companies.detail.tabs.changelog": "Dziennik zmian",
|
|
678
678
|
"customers.companies.detail.tabs.daneFiremy": "Dane firmy",
|
|
679
|
-
"customers.companies.detail.tabs.dashboard": "
|
|
679
|
+
"customers.companies.detail.tabs.dashboard": "Pulpit",
|
|
680
680
|
"customers.companies.detail.tabs.deals": "Szanse sprzedaży",
|
|
681
681
|
"customers.companies.detail.tabs.files": "Pliki",
|
|
682
682
|
"customers.companies.detail.tabs.label": "Sekcje szczegółów firmy",
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
"customers.companies.detail.tasks.add": "Dodaj zadanie",
|
|
687
687
|
"customers.companies.detail.tasks.dialog.context": "To zadanie będzie powiązane z {{name}}",
|
|
688
688
|
"customers.companies.detail.title": "Szczegóły firmy",
|
|
689
|
-
"customers.companies.detail.untitled": "
|
|
689
|
+
"customers.companies.detail.untitled": "Bez nazwy",
|
|
690
690
|
"customers.companies.entityPlural": "firmy",
|
|
691
691
|
"customers.companies.form.annualRevenue.error": "Wpisz poprawną kwotę (do dwóch miejsc po przecinku).",
|
|
692
692
|
"customers.companies.form.dictionary.addIndustry": "Dodaj branze",
|
|
@@ -706,13 +706,13 @@
|
|
|
706
706
|
"customers.companies.form.displayName.placeholder": "Wprowadź nazwę firmy",
|
|
707
707
|
"customers.companies.form.error.create": "Nie udało się utworzyć firmy",
|
|
708
708
|
"customers.companies.form.groups.addresses": "Adresy",
|
|
709
|
-
"customers.companies.form.groups.businessProfile": "
|
|
710
|
-
"customers.companies.form.groups.classification": "
|
|
711
|
-
"customers.companies.form.groups.contact": "
|
|
709
|
+
"customers.companies.form.groups.businessProfile": "Profil biznesowy",
|
|
710
|
+
"customers.companies.form.groups.classification": "Klasyfikacja",
|
|
711
|
+
"customers.companies.form.groups.contact": "Kontakt",
|
|
712
712
|
"customers.companies.form.groups.custom": "Pola niestandardowe",
|
|
713
713
|
"customers.companies.form.groups.customAttributes": "Atrybuty niestandardowe",
|
|
714
714
|
"customers.companies.form.groups.details": "Szczegóły",
|
|
715
|
-
"customers.companies.form.groups.identity": "
|
|
715
|
+
"customers.companies.form.groups.identity": "Tożsamość",
|
|
716
716
|
"customers.companies.form.groups.notes": "Notatki",
|
|
717
717
|
"customers.companies.form.groups.profile": "Profil firmy",
|
|
718
718
|
"customers.companies.form.industry.placeholder": "Wybierz branze",
|
|
@@ -722,10 +722,10 @@
|
|
|
722
722
|
"customers.companies.form.primaryEmailPlaceholder": "nazwa@firma.pl",
|
|
723
723
|
"customers.companies.form.primaryPhone": "Dodaj telefon",
|
|
724
724
|
"customers.companies.form.primaryPhonePlaceholder": "+48 000 000 000",
|
|
725
|
-
"customers.companies.form.sections.businessProfile": "
|
|
726
|
-
"customers.companies.form.sections.classification": "
|
|
727
|
-
"customers.companies.form.sections.contact": "
|
|
728
|
-
"customers.companies.form.sections.identity": "
|
|
725
|
+
"customers.companies.form.sections.businessProfile": "Profil biznesowy",
|
|
726
|
+
"customers.companies.form.sections.classification": "Klasyfikacja",
|
|
727
|
+
"customers.companies.form.sections.contact": "Kontakt",
|
|
728
|
+
"customers.companies.form.sections.identity": "Tożsamość",
|
|
729
729
|
"customers.companies.form.source": "Źródło",
|
|
730
730
|
"customers.companies.form.source.placeholder": "Wybierz źródło",
|
|
731
731
|
"customers.companies.form.status": "Status",
|
|
@@ -741,15 +741,15 @@
|
|
|
741
741
|
"customers.companies.list.actions.view": "Zobacz szczegóły",
|
|
742
742
|
"customers.companies.list.booleanNo": "Nie",
|
|
743
743
|
"customers.companies.list.booleanYes": "Tak",
|
|
744
|
-
"customers.companies.list.bulkDelete.action": "
|
|
745
|
-
"customers.companies.list.bulkDelete.description": "
|
|
744
|
+
"customers.companies.list.bulkDelete.action": "Usuń zaznaczone",
|
|
745
|
+
"customers.companies.list.bulkDelete.description": "Tej operacji nie można cofnąć.",
|
|
746
746
|
"customers.companies.list.bulkDelete.failed": "Nie udało się usunąć {count} firm",
|
|
747
747
|
"customers.companies.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} firm: {message}",
|
|
748
748
|
"customers.companies.list.bulkDelete.operationLabel": "Usuń {count} firm",
|
|
749
749
|
"customers.companies.list.bulkDelete.partial": "Usunięto {deleted} z {total} firm; {failed} nie powiodło się",
|
|
750
750
|
"customers.companies.list.bulkDelete.progressName": "Usuń zaznaczone firmy",
|
|
751
|
-
"customers.companies.list.bulkDelete.success": "{count}
|
|
752
|
-
"customers.companies.list.bulkDelete.title": "
|
|
751
|
+
"customers.companies.list.bulkDelete.success": "Usunięto {count} firm",
|
|
752
|
+
"customers.companies.list.bulkDelete.title": "Usunąć {count} firm?",
|
|
753
753
|
"customers.companies.list.columns.email": "E-mail",
|
|
754
754
|
"customers.companies.list.columns.lifecycleStage": "Etap cyklu życia",
|
|
755
755
|
"customers.companies.list.columns.name": "Nazwa",
|
|
@@ -846,8 +846,8 @@
|
|
|
846
846
|
"customers.config.dictionaries.sections.dealStatuses.title": "Statusy szans sprzedaży",
|
|
847
847
|
"customers.config.dictionaries.sections.industries.description": "Zarządzaj branżami używanymi przez firmy.",
|
|
848
848
|
"customers.config.dictionaries.sections.industries.title": "Branże",
|
|
849
|
-
"customers.config.dictionaries.sections.interactionStatuses.description": "
|
|
850
|
-
"customers.config.dictionaries.sections.interactionStatuses.title": "
|
|
849
|
+
"customers.config.dictionaries.sections.interactionStatuses.description": "Zarządzaj statusami dostępnymi dla zadań i zarejestrowanych interakcji.",
|
|
850
|
+
"customers.config.dictionaries.sections.interactionStatuses.title": "Statusy interakcji",
|
|
851
851
|
"customers.config.dictionaries.sections.jobTitles.description": "Skonfiguruj stanowiska i ich wygląd.",
|
|
852
852
|
"customers.config.dictionaries.sections.jobTitles.title": "Stanowiska",
|
|
853
853
|
"customers.config.dictionaries.sections.lifecycle.description": "Skonfiguruj etapy cyklu życia do śledzenia postępu klientów.",
|
|
@@ -871,12 +871,12 @@
|
|
|
871
871
|
"customers.config.dictionarySorting.title": "Sortowanie słowników",
|
|
872
872
|
"customers.config.dictionarySorting.updating": "Zapisywanie…",
|
|
873
873
|
"customers.config.nav.customers": "Klienci",
|
|
874
|
-
"customers.config.pipelineStages.deletePipelineDesc": "
|
|
875
|
-
"customers.config.pipelineStages.deleteStageDesc": "
|
|
876
|
-
"customers.config.upgradeActions.interactionStatuses.cta": "
|
|
877
|
-
"customers.config.upgradeActions.interactionStatuses.loading": "
|
|
878
|
-
"customers.config.upgradeActions.interactionStatuses.message": "
|
|
879
|
-
"customers.config.upgradeActions.interactionStatuses.success": "
|
|
874
|
+
"customers.config.pipelineStages.deletePipelineDesc": "Ten lejek i wszystkie jego etapy zostaną trwale usunięte. Przypisane do niego szanse stracą przypisanie do lejka.",
|
|
875
|
+
"customers.config.pipelineStages.deleteStageDesc": "Ten etap zostanie trwale usunięty. Przypisane do niego szanse stracą przypisanie do etapu.",
|
|
876
|
+
"customers.config.upgradeActions.interactionStatuses.cta": "Zaseeduj statusy interakcji",
|
|
877
|
+
"customers.config.upgradeActions.interactionStatuses.loading": "Seedowanie statusów interakcji…",
|
|
878
|
+
"customers.config.upgradeActions.interactionStatuses.message": "Zaseeduj słownik statusów interakcji, aby zadania CRM i zarejestrowane interakcje mogły korzystać z konfigurowalnej listy statusów.",
|
|
879
|
+
"customers.config.upgradeActions.interactionStatuses.success": "Statusy interakcji są gotowe.",
|
|
880
880
|
"customers.countries.ca": "Kanada",
|
|
881
881
|
"customers.countries.de": "Niemcy",
|
|
882
882
|
"customers.countries.es": "Hiszpania",
|
|
@@ -918,43 +918,43 @@
|
|
|
918
918
|
"customers.deals.create.tips.item3": "Powiąż głównego decydenta jako pierwszą osobę — domyślnie otrzyma kopię (CC) e-maili przy aktywnościach",
|
|
919
919
|
"customers.deals.create.tips.title": "Wskazówki dla lepszych szans sprzedaży",
|
|
920
920
|
"customers.deals.create.title": "Utwórz szansę",
|
|
921
|
-
"customers.deals.detail.actions.apply": "
|
|
921
|
+
"customers.deals.detail.actions.apply": "Zastosuj",
|
|
922
922
|
"customers.deals.detail.actions.backToList": "Powrót do listy szans",
|
|
923
|
-
"customers.deals.detail.actions.cancel": "
|
|
924
|
-
"customers.deals.detail.actions.delete": "
|
|
923
|
+
"customers.deals.detail.actions.cancel": "Anuluj",
|
|
924
|
+
"customers.deals.detail.actions.delete": "Usuń",
|
|
925
925
|
"customers.deals.detail.actions.moveStage": "Zmień etap",
|
|
926
|
-
"customers.deals.detail.actions.save": "
|
|
926
|
+
"customers.deals.detail.actions.save": "Zapisz",
|
|
927
927
|
"customers.deals.detail.actions.sendMessage": "Wyślij wiadomość",
|
|
928
|
-
"customers.deals.detail.activities.linkEntityDescription": "
|
|
929
|
-
"customers.deals.detail.activities.linkEntityTitle": "
|
|
930
|
-
"customers.deals.detail.activities.selectEntityDescription": "
|
|
931
|
-
"customers.deals.detail.activities.selectEntityLabel": "
|
|
932
|
-
"customers.deals.detail.activities.selectEntityPlaceholder": "
|
|
933
|
-
"customers.deals.detail.activities.selectEntityRequiredDescription": "
|
|
934
|
-
"customers.deals.detail.activities.selectEntityRequiredTitle": "
|
|
928
|
+
"customers.deals.detail.activities.linkEntityDescription": "Aktywności na szansie i tak wymagają rekordu klienta jako właściciela osi czasu.",
|
|
929
|
+
"customers.deals.detail.activities.linkEntityTitle": "Najpierw powiąż osobę lub firmę",
|
|
930
|
+
"customers.deals.detail.activities.selectEntityDescription": "Wybierz osobę lub firmę, która ma być właścicielem nowych aktywności i działań następczych szansy.",
|
|
931
|
+
"customers.deals.detail.activities.selectEntityLabel": "Wybierz rekord klienta",
|
|
932
|
+
"customers.deals.detail.activities.selectEntityPlaceholder": "Wybierz osobę lub firmę",
|
|
933
|
+
"customers.deals.detail.activities.selectEntityRequiredDescription": "Zanim cokolwiek zarejestrujesz lub zaplanujesz, wybierz rekord klienta, który ma otrzymywać nowe aktywności szansy.",
|
|
934
|
+
"customers.deals.detail.activities.selectEntityRequiredTitle": "Wybierz osobę lub firmę, aby kontynuować",
|
|
935
935
|
"customers.deals.detail.activitiesAdd": "Dodaj aktywność",
|
|
936
936
|
"customers.deals.detail.activitiesEmptyAction": "Dodaj aktywność",
|
|
937
937
|
"customers.deals.detail.activitiesEmptyTitle": "Brak aktywności",
|
|
938
938
|
"customers.deals.detail.activitiesLoading": "Ładowanie aktywności…",
|
|
939
|
-
"customers.deals.detail.badge.deal": "
|
|
940
|
-
"customers.deals.detail.badge.lost": "
|
|
941
|
-
"customers.deals.detail.badge.won": "
|
|
939
|
+
"customers.deals.detail.badge.deal": "Szansa",
|
|
940
|
+
"customers.deals.detail.badge.lost": "Przegrana",
|
|
941
|
+
"customers.deals.detail.badge.won": "Wygrana",
|
|
942
942
|
"customers.deals.detail.closeLostError": "Nie udało się oznaczyć deala jako przegranego.",
|
|
943
943
|
"customers.deals.detail.closeWonError": "Nie udało się oznaczyć deala jako wygranego.",
|
|
944
|
-
"customers.deals.detail.closure.lost": "
|
|
945
|
-
"customers.deals.detail.closure.prompt": "
|
|
946
|
-
"customers.deals.detail.closure.won": "
|
|
947
|
-
"customers.deals.detail.companiesEditorTitle": "
|
|
944
|
+
"customers.deals.detail.closure.lost": "Przegrana",
|
|
945
|
+
"customers.deals.detail.closure.prompt": "Zamknij szansę — wybierz wynik",
|
|
946
|
+
"customers.deals.detail.closure.won": "Wygrana",
|
|
947
|
+
"customers.deals.detail.companiesEditorTitle": "Zarządzaj powiązanymi firmami",
|
|
948
948
|
"customers.deals.detail.companiesNoDetails": "Brak dodatkowych informacji",
|
|
949
|
-
"customers.deals.detail.companiesSearch": "
|
|
949
|
+
"customers.deals.detail.companiesSearch": "Szukaj powiązanych firm…",
|
|
950
950
|
"customers.deals.detail.companiesSection": "Firmy",
|
|
951
951
|
"customers.deals.detail.companiesSummaryMany": "Powiązane firmy: {{count}}",
|
|
952
952
|
"customers.deals.detail.companiesSummaryOne": "Powiązane firmy: 1",
|
|
953
|
-
"customers.deals.detail.companiesUpdateError": "
|
|
953
|
+
"customers.deals.detail.companiesUpdateError": "Nie udało się zaktualizować powiązanych firm.",
|
|
954
954
|
"customers.deals.detail.customFields": "Dane niestandardowe",
|
|
955
955
|
"customers.deals.detail.deleteConfirm": "Usunąć tę szansę? Tej operacji nie można cofnąć.",
|
|
956
|
-
"customers.deals.detail.deleteConfirmDescription": "
|
|
957
|
-
"customers.deals.detail.deleteConfirmTitle": "
|
|
956
|
+
"customers.deals.detail.deleteConfirmDescription": "Tej operacji nie można cofnąć.",
|
|
957
|
+
"customers.deals.detail.deleteConfirmTitle": "Usunąć szansę?",
|
|
958
958
|
"customers.deals.detail.deleteError": "Nie udało się usunąć szansy.",
|
|
959
959
|
"customers.deals.detail.deleteSuccess": "Szansa została usunięta.",
|
|
960
960
|
"customers.deals.detail.editAssignments": "Edytuj powiązania",
|
|
@@ -964,61 +964,61 @@
|
|
|
964
964
|
"customers.deals.detail.fields.pipeline": "Etap",
|
|
965
965
|
"customers.deals.detail.fields.probability": "Prawdopodobieństwo",
|
|
966
966
|
"customers.deals.detail.fields.value": "Wartość szansy",
|
|
967
|
-
"customers.deals.detail.files.subtitle": "
|
|
967
|
+
"customers.deals.detail.files.subtitle": "Przesyłaj pliki powiązane z tą szansą i zarządzaj nimi.",
|
|
968
968
|
"customers.deals.detail.formTitle": "Ustawienia szansy",
|
|
969
969
|
"customers.deals.detail.goToSettings": "Edytuj szczegóły szansy",
|
|
970
|
-
"customers.deals.detail.header.createdAt": "
|
|
971
|
-
"customers.deals.detail.header.expectedClose": "
|
|
972
|
-
"customers.deals.detail.header.timeline": "
|
|
970
|
+
"customers.deals.detail.header.createdAt": "Utworzono {{date}}",
|
|
971
|
+
"customers.deals.detail.header.expectedClose": "Planowane zamknięcie {{date}}",
|
|
972
|
+
"customers.deals.detail.header.timeline": "Utworzono {{created}} · Planowane zamknięcie {{expected}}",
|
|
973
973
|
"customers.deals.detail.highlights": "Kluczowe informacje",
|
|
974
|
-
"customers.deals.detail.linkedEntities.clearAll": "
|
|
974
|
+
"customers.deals.detail.linkedEntities.clearAll": "Wyczyść",
|
|
975
975
|
"customers.deals.detail.linkedEntities.clearVisible": "Wyczyść widoczne",
|
|
976
|
-
"customers.deals.detail.linkedEntities.dialogTitle": "
|
|
977
|
-
"customers.deals.detail.linkedEntities.empty": "
|
|
978
|
-
"customers.deals.detail.linkedEntities.loadMore": "
|
|
979
|
-
"customers.deals.detail.linkedEntities.loading": "
|
|
980
|
-
"customers.deals.detail.linkedEntities.manage": "
|
|
981
|
-
"customers.deals.detail.linkedEntities.noResults": "
|
|
982
|
-
"customers.deals.detail.linkedEntities.noSearchMatches": "
|
|
983
|
-
"customers.deals.detail.linkedEntities.noneSelected": "
|
|
984
|
-
"customers.deals.detail.linkedEntities.remove": "
|
|
985
|
-
"customers.deals.detail.linkedEntities.saving": "
|
|
986
|
-
"customers.deals.detail.linkedEntities.searchAll": "
|
|
987
|
-
"customers.deals.detail.linkedEntities.searchResults": "
|
|
988
|
-
"customers.deals.detail.linkedEntities.searching": "
|
|
976
|
+
"customers.deals.detail.linkedEntities.dialogTitle": "Zarządzaj powiązanymi — {{entity}}",
|
|
977
|
+
"customers.deals.detail.linkedEntities.empty": "Brak powiązanych rekordów.",
|
|
978
|
+
"customers.deals.detail.linkedEntities.loadMore": "Wczytaj więcej",
|
|
979
|
+
"customers.deals.detail.linkedEntities.loading": "Ładowanie powiązanych rekordów…",
|
|
980
|
+
"customers.deals.detail.linkedEntities.manage": "Zarządzaj powiązaniami",
|
|
981
|
+
"customers.deals.detail.linkedEntities.noResults": "Nie znaleziono pasujących rekordów.",
|
|
982
|
+
"customers.deals.detail.linkedEntities.noSearchMatches": "Żaden powiązany rekord nie pasuje do wyszukiwania.",
|
|
983
|
+
"customers.deals.detail.linkedEntities.noneSelected": "Nie wybrano powiązanych rekordów.",
|
|
984
|
+
"customers.deals.detail.linkedEntities.remove": "Usuń",
|
|
985
|
+
"customers.deals.detail.linkedEntities.saving": "Zapisywanie…",
|
|
986
|
+
"customers.deals.detail.linkedEntities.searchAll": "Szukaj we wszystkich — {{entity}}…",
|
|
987
|
+
"customers.deals.detail.linkedEntities.searchResults": "Wyniki wyszukiwania",
|
|
988
|
+
"customers.deals.detail.linkedEntities.searching": "Wyszukiwanie…",
|
|
989
989
|
"customers.deals.detail.linkedEntities.selectVisible": "Zaznacz widoczne",
|
|
990
|
-
"customers.deals.detail.linkedEntities.selectedTitle": "
|
|
991
|
-
"customers.deals.detail.linkedEntities.summary": "{{count}}
|
|
990
|
+
"customers.deals.detail.linkedEntities.selectedTitle": "Wybrane — {{entity}}",
|
|
991
|
+
"customers.deals.detail.linkedEntities.summary": "Powiązane: {{count}} {{entity}}",
|
|
992
992
|
"customers.deals.detail.loadError": "Nie udało się wczytać szansy.",
|
|
993
993
|
"customers.deals.detail.loading": "Ładowanie szansy…",
|
|
994
|
-
"customers.deals.detail.lost.cancel": "
|
|
995
|
-
"customers.deals.detail.lost.confirm": "
|
|
996
|
-
"customers.deals.detail.lost.dealsThisWeek": "
|
|
997
|
-
"customers.deals.detail.lost.followUpFallbackTitle": "
|
|
998
|
-
"customers.deals.detail.lost.followUpTitle": "
|
|
999
|
-
"customers.deals.detail.lost.nextHeading": "
|
|
1000
|
-
"customers.deals.detail.lost.notesLabel": "
|
|
1001
|
-
"customers.deals.detail.lost.notesPlaceholder": "
|
|
1002
|
-
"customers.deals.detail.lost.popupSubtitle": "
|
|
1003
|
-
"customers.deals.detail.lost.popupSummary": "
|
|
1004
|
-
"customers.deals.detail.lost.popupTitle": "
|
|
1005
|
-
"customers.deals.detail.lost.primaryAction": "
|
|
1006
|
-
"customers.deals.detail.lost.reason": "
|
|
1007
|
-
"customers.deals.detail.lost.reasonFallback": "
|
|
1008
|
-
"customers.deals.detail.lost.reasonFallbackDescription": "
|
|
1009
|
-
"customers.deals.detail.lost.reasonHelp": "
|
|
1010
|
-
"customers.deals.detail.lost.reasonLabel": "
|
|
1011
|
-
"customers.deals.detail.lost.reasonLoadError": "
|
|
1012
|
-
"customers.deals.detail.lost.reasonLoading": "
|
|
1013
|
-
"customers.deals.detail.lost.reasonLoadingShort": "
|
|
1014
|
-
"customers.deals.detail.lost.reasonPlaceholder": "
|
|
1015
|
-
"customers.deals.detail.lost.reasonRequired": "
|
|
1016
|
-
"customers.deals.detail.lost.reasonUnavailable": "
|
|
1017
|
-
"customers.deals.detail.lost.salesCycle": "
|
|
1018
|
-
"customers.deals.detail.lost.secondaryAction": "
|
|
1019
|
-
"customers.deals.detail.lost.title": "
|
|
1020
|
-
"customers.deals.detail.lost.warning": "
|
|
1021
|
-
"customers.deals.detail.lost.warningTitle": "
|
|
994
|
+
"customers.deals.detail.lost.cancel": "Anuluj",
|
|
995
|
+
"customers.deals.detail.lost.confirm": "Oznacz jako przegraną",
|
|
996
|
+
"customers.deals.detail.lost.dealsThisWeek": "Przegrane w tym tygodniu",
|
|
997
|
+
"customers.deals.detail.lost.followUpFallbackTitle": "Wróć do zamkniętej szansy",
|
|
998
|
+
"customers.deals.detail.lost.followUpTitle": "Wróć do: {{title}}",
|
|
999
|
+
"customers.deals.detail.lost.nextHeading": "Co dalej",
|
|
1000
|
+
"customers.deals.detail.lost.notesLabel": "Notatki o przegranej (opcjonalnie)",
|
|
1001
|
+
"customers.deals.detail.lost.notesPlaceholder": "Dodatkowy kontekst dotyczący przegranej...",
|
|
1002
|
+
"customers.deals.detail.lost.popupSubtitle": "Nawet świetne zespoły czasem nie trafiają",
|
|
1003
|
+
"customers.deals.detail.lost.popupSummary": "Przegrana · powód: {{reason}}",
|
|
1004
|
+
"customers.deals.detail.lost.popupTitle": "Nie tym razem",
|
|
1005
|
+
"customers.deals.detail.lost.primaryAction": "Wróć do lejka",
|
|
1006
|
+
"customers.deals.detail.lost.reason": "Powód przegranej",
|
|
1007
|
+
"customers.deals.detail.lost.reasonFallback": "Nieznany",
|
|
1008
|
+
"customers.deals.detail.lost.reasonFallbackDescription": "Brak dostępnego opisu.",
|
|
1009
|
+
"customers.deals.detail.lost.reasonHelp": "Wybierz najbliższy powód ze słownika.",
|
|
1010
|
+
"customers.deals.detail.lost.reasonLabel": "Powód przegranej",
|
|
1011
|
+
"customers.deals.detail.lost.reasonLoadError": "Nie udało się załadować powodów przegranej.",
|
|
1012
|
+
"customers.deals.detail.lost.reasonLoading": "Ładowanie powodów przegranej...",
|
|
1013
|
+
"customers.deals.detail.lost.reasonLoadingShort": "Ładowanie...",
|
|
1014
|
+
"customers.deals.detail.lost.reasonPlaceholder": "Wybierz powód przegranej",
|
|
1015
|
+
"customers.deals.detail.lost.reasonRequired": "Wybierz powód przegranej",
|
|
1016
|
+
"customers.deals.detail.lost.reasonUnavailable": "Nie skonfigurowano żadnych powodów przegranej.",
|
|
1017
|
+
"customers.deals.detail.lost.salesCycle": "Cykl sprzedaży",
|
|
1018
|
+
"customers.deals.detail.lost.secondaryAction": "Ustaw przypomnienie na III kwartał",
|
|
1019
|
+
"customers.deals.detail.lost.title": "Oznaczyć szansę jako przegraną?",
|
|
1020
|
+
"customers.deals.detail.lost.warning": "Ta akcja ustawia etap na „Przegrana” i nie można jej cofnąć bez uprawnienia „sales.reopen”",
|
|
1021
|
+
"customers.deals.detail.lost.warningTitle": "Ta akcja zamyka szansę",
|
|
1022
1022
|
"customers.deals.detail.missingId": "Identyfikator szansy jest wymagany.",
|
|
1023
1023
|
"customers.deals.detail.noCompanies": "Nie powiązano jeszcze żadnych firm z tą szansą.",
|
|
1024
1024
|
"customers.deals.detail.noPeople": "Nie powiązano jeszcze żadnych osób z tą szansą.",
|
|
@@ -1030,13 +1030,13 @@
|
|
|
1030
1030
|
"customers.deals.detail.notesEmptyAction": "Dodaj notatkę",
|
|
1031
1031
|
"customers.deals.detail.notesEmptyTitle": "Dziel się najważniejszymi informacjami",
|
|
1032
1032
|
"customers.deals.detail.notesLoading": "Ładowanie notatek…",
|
|
1033
|
-
"customers.deals.detail.peopleEditorTitle": "
|
|
1033
|
+
"customers.deals.detail.peopleEditorTitle": "Zarządzaj powiązanymi osobami",
|
|
1034
1034
|
"customers.deals.detail.peopleNoDetails": "Brak dodatkowych informacji",
|
|
1035
|
-
"customers.deals.detail.peopleSearch": "
|
|
1035
|
+
"customers.deals.detail.peopleSearch": "Szukaj powiązanych osób…",
|
|
1036
1036
|
"customers.deals.detail.peopleSection": "Osoby",
|
|
1037
1037
|
"customers.deals.detail.peopleSummaryMany": "Powiązane osoby: {{count}}",
|
|
1038
1038
|
"customers.deals.detail.peopleSummaryOne": "Powiązane osoby: 1",
|
|
1039
|
-
"customers.deals.detail.peopleUpdateError": "
|
|
1039
|
+
"customers.deals.detail.peopleUpdateError": "Nie udało się zaktualizować powiązanych osób.",
|
|
1040
1040
|
"customers.deals.detail.pipeline.ariaClosedLost": "Pipeline zamknięty — szansa przegrana.",
|
|
1041
1041
|
"customers.deals.detail.pipeline.ariaClosedWon": "Pipeline zamknięty — szansa wygrana.",
|
|
1042
1042
|
"customers.deals.detail.pipeline.ariaLabel": "Postęp pipeline",
|
|
@@ -1056,30 +1056,30 @@
|
|
|
1056
1056
|
"customers.deals.detail.stageUpdateSuccess": "Etap deala został zaktualizowany.",
|
|
1057
1057
|
"customers.deals.detail.summary": "{{status}} · {{pipeline}}",
|
|
1058
1058
|
"customers.deals.detail.tabs.activities": "Aktywności",
|
|
1059
|
-
"customers.deals.detail.tabs.changelog": "
|
|
1060
|
-
"customers.deals.detail.tabs.companies": "
|
|
1061
|
-
"customers.deals.detail.tabs.companySingular": "
|
|
1062
|
-
"customers.deals.detail.tabs.files": "
|
|
1063
|
-
"customers.deals.detail.tabs.label": "
|
|
1059
|
+
"customers.deals.detail.tabs.changelog": "Historia zmian",
|
|
1060
|
+
"customers.deals.detail.tabs.companies": "Firmy",
|
|
1061
|
+
"customers.deals.detail.tabs.companySingular": "Firma",
|
|
1062
|
+
"customers.deals.detail.tabs.files": "Pliki",
|
|
1063
|
+
"customers.deals.detail.tabs.label": "Sekcje szczegółów szansy",
|
|
1064
1064
|
"customers.deals.detail.tabs.notes": "Notatki",
|
|
1065
|
-
"customers.deals.detail.tabs.people": "
|
|
1066
|
-
"customers.deals.detail.tabs.peopleSingular": "
|
|
1065
|
+
"customers.deals.detail.tabs.people": "Osoby",
|
|
1066
|
+
"customers.deals.detail.tabs.peopleSingular": "Osoba",
|
|
1067
1067
|
"customers.deals.detail.title": "Szczegóły szansy",
|
|
1068
|
-
"customers.deals.detail.unsavedCancel": "
|
|
1069
|
-
"customers.deals.detail.unsavedConfirm": "
|
|
1070
|
-
"customers.deals.detail.unsavedTitle": "
|
|
1068
|
+
"customers.deals.detail.unsavedCancel": "Kontynuuj edycję",
|
|
1069
|
+
"customers.deals.detail.unsavedConfirm": "Odrzuć zmiany",
|
|
1070
|
+
"customers.deals.detail.unsavedTitle": "Odrzucić niezapisane zmiany?",
|
|
1071
1071
|
"customers.deals.detail.untitled": "Szansa bez nazwy",
|
|
1072
|
-
"customers.deals.detail.updateSuccess": "
|
|
1073
|
-
"customers.deals.detail.won.closed": "
|
|
1074
|
-
"customers.deals.detail.won.dealsThisWeek": "
|
|
1075
|
-
"customers.deals.detail.won.pipeline": "
|
|
1076
|
-
"customers.deals.detail.won.pipelineFallback": "
|
|
1077
|
-
"customers.deals.detail.won.primaryAction": "
|
|
1078
|
-
"customers.deals.detail.won.rank": "
|
|
1079
|
-
"customers.deals.detail.won.salesCycle": "
|
|
1080
|
-
"customers.deals.detail.won.secondaryAction": "
|
|
1081
|
-
"customers.deals.detail.won.subtitle": "
|
|
1082
|
-
"customers.deals.detail.won.title": "
|
|
1072
|
+
"customers.deals.detail.updateSuccess": "Zaktualizowano szansę.",
|
|
1073
|
+
"customers.deals.detail.won.closed": "Zamknięta",
|
|
1074
|
+
"customers.deals.detail.won.dealsThisWeek": "Szanse w tym tygodniu",
|
|
1075
|
+
"customers.deals.detail.won.pipeline": "Lejek",
|
|
1076
|
+
"customers.deals.detail.won.pipelineFallback": "Bieżący lejek",
|
|
1077
|
+
"customers.deals.detail.won.primaryAction": "Zobacz raport sprzedaży",
|
|
1078
|
+
"customers.deals.detail.won.rank": "Pozycja w kwartale",
|
|
1079
|
+
"customers.deals.detail.won.salesCycle": "Cykl sprzedaży",
|
|
1080
|
+
"customers.deals.detail.won.secondaryAction": "Wróć do lejka",
|
|
1081
|
+
"customers.deals.detail.won.subtitle": "Jesteś maszyną do sprzedaży!",
|
|
1082
|
+
"customers.deals.detail.won.title": "Zamknięto pomyślnie",
|
|
1083
1083
|
"customers.deals.edit.errorLoad": "Nie udało się wczytać szansy.",
|
|
1084
1084
|
"customers.deals.edit.errorUpdate": "Nie udało się zapisać szansy.",
|
|
1085
1085
|
"customers.deals.edit.missingId": "Identyfikator szansy jest wymagany.",
|
|
@@ -1118,13 +1118,13 @@
|
|
|
1118
1118
|
"customers.deals.form.people.searchPlaceholder": "Szukaj osób…",
|
|
1119
1119
|
"customers.deals.form.pipeline.placeholder": "Wybierz lejek…",
|
|
1120
1120
|
"customers.deals.form.status.placeholder": "Wybierz status szansy",
|
|
1121
|
-
"customers.deals.kanban.activityComposer.body": "
|
|
1122
|
-
"customers.deals.kanban.activityComposer.body.placeholder": "
|
|
1121
|
+
"customers.deals.kanban.activityComposer.body": "Notatki",
|
|
1122
|
+
"customers.deals.kanban.activityComposer.body.placeholder": "Co się wydarzyło? Obsługiwany Markdown.",
|
|
1123
1123
|
"customers.deals.kanban.activityComposer.call": "Zaloguj rozmowę",
|
|
1124
|
-
"customers.deals.kanban.activityComposer.context": "
|
|
1124
|
+
"customers.deals.kanban.activityComposer.context": "Szansa: {title}",
|
|
1125
1125
|
"customers.deals.kanban.activityComposer.email": "Wyślij e-mail",
|
|
1126
|
-
"customers.deals.kanban.activityComposer.error": "
|
|
1127
|
-
"customers.deals.kanban.activityComposer.noEntity": "
|
|
1126
|
+
"customers.deals.kanban.activityComposer.error": "Nie udało się zapisać aktywności.",
|
|
1127
|
+
"customers.deals.kanban.activityComposer.noEntity": "Powiąż firmę z tą szansą, zanim zaczniesz tu rejestrować aktywności.",
|
|
1128
1128
|
"customers.deals.kanban.activityComposer.note": "Dodaj notatkę",
|
|
1129
1129
|
"customers.deals.kanban.activityComposer.phone": "Numer telefonu",
|
|
1130
1130
|
"customers.deals.kanban.activityComposer.required": "Dodaj tytuł lub treść przed zapisaniem.",
|
|
@@ -1149,81 +1149,81 @@
|
|
|
1149
1149
|
"customers.deals.kanban.addStage.color.success": "Zielony",
|
|
1150
1150
|
"customers.deals.kanban.addStage.color.violet": "Fioletowy",
|
|
1151
1151
|
"customers.deals.kanban.addStage.color.warning": "Bursztynowy",
|
|
1152
|
-
"customers.deals.kanban.addStage.context": "
|
|
1153
|
-
"customers.deals.kanban.addStage.error": "
|
|
1152
|
+
"customers.deals.kanban.addStage.context": "Lejek: {pipeline}",
|
|
1153
|
+
"customers.deals.kanban.addStage.error": "Nie udało się dodać etapu.",
|
|
1154
1154
|
"customers.deals.kanban.addStage.label": "Nazwa etapu",
|
|
1155
|
-
"customers.deals.kanban.addStage.label.placeholder": "
|
|
1156
|
-
"customers.deals.kanban.addStage.label.required": "
|
|
1157
|
-
"customers.deals.kanban.addStage.position": "
|
|
1158
|
-
"customers.deals.kanban.addStage.position.after": "
|
|
1159
|
-
"customers.deals.kanban.addStage.position.end": "
|
|
1160
|
-
"customers.deals.kanban.addStage.position.help": "
|
|
1161
|
-
"customers.deals.kanban.addStage.position.start": "
|
|
1155
|
+
"customers.deals.kanban.addStage.label.placeholder": "np. Rozpoznanie",
|
|
1156
|
+
"customers.deals.kanban.addStage.label.required": "Nazwa etapu jest wymagana.",
|
|
1157
|
+
"customers.deals.kanban.addStage.position": "Pozycja w lejku",
|
|
1158
|
+
"customers.deals.kanban.addStage.position.after": "Po: {label}",
|
|
1159
|
+
"customers.deals.kanban.addStage.position.end": "Na końcu (domyślnie)",
|
|
1160
|
+
"customers.deals.kanban.addStage.position.help": "Wybierz, gdzie nowy etap pojawi się na kanbanie. Istniejące etapy po wybranej pozycji przesuną się o jedno miejsce w prawo.",
|
|
1161
|
+
"customers.deals.kanban.addStage.position.start": "Na początku",
|
|
1162
1162
|
"customers.deals.kanban.addStage.submit": "Dodaj etap",
|
|
1163
|
-
"customers.deals.kanban.addStage.success": "
|
|
1163
|
+
"customers.deals.kanban.addStage.success": "Dodano etap.",
|
|
1164
1164
|
"customers.deals.kanban.addStage.title": "Nowy etap",
|
|
1165
|
-
"customers.deals.kanban.board.scrollNext": "
|
|
1166
|
-
"customers.deals.kanban.board.scrollPrev": "
|
|
1167
|
-
"customers.deals.kanban.boardSummary.breakdownTrigger": "
|
|
1168
|
-
"customers.deals.kanban.boardSummary.count": "{count}
|
|
1169
|
-
"customers.deals.kanban.boardSummary.headingLabel": "
|
|
1170
|
-
"customers.deals.kanban.boardSummary.partial": "
|
|
1171
|
-
"customers.deals.kanban.boardSummary.partialHint": "
|
|
1172
|
-
"customers.deals.kanban.breadcrumb.dashboard": "
|
|
1173
|
-
"customers.deals.kanban.breadcrumb.deals": "
|
|
1174
|
-
"customers.deals.kanban.bulk.aria.bar": "
|
|
1175
|
-
"customers.deals.kanban.bulk.aria.clear": "
|
|
1165
|
+
"customers.deals.kanban.board.scrollNext": "Przewiń do następnego etapu",
|
|
1166
|
+
"customers.deals.kanban.board.scrollPrev": "Przewiń do poprzedniego etapu",
|
|
1167
|
+
"customers.deals.kanban.boardSummary.breakdownTrigger": "Podział",
|
|
1168
|
+
"customers.deals.kanban.boardSummary.count": "Liczba szans: {count}",
|
|
1169
|
+
"customers.deals.kanban.boardSummary.headingLabel": "LEJEK",
|
|
1170
|
+
"customers.deals.kanban.boardSummary.partial": "częściowo",
|
|
1171
|
+
"customers.deals.kanban.boardSummary.partialHint": "Brak kursów wymiany dla {currencies} — wykluczone z sumy",
|
|
1172
|
+
"customers.deals.kanban.breadcrumb.dashboard": "Pulpit",
|
|
1173
|
+
"customers.deals.kanban.breadcrumb.deals": "Szanse",
|
|
1174
|
+
"customers.deals.kanban.bulk.aria.bar": "Akcje masowe",
|
|
1175
|
+
"customers.deals.kanban.bulk.aria.clear": "Wyczyść zaznaczenie",
|
|
1176
1176
|
"customers.deals.kanban.bulk.changeOwner": "Zmień właściciela",
|
|
1177
|
-
"customers.deals.kanban.bulk.changeOwner.confirm": "
|
|
1178
|
-
"customers.deals.kanban.bulk.changeOwner.empty": "
|
|
1179
|
-
"customers.deals.kanban.bulk.changeOwner.error": "
|
|
1180
|
-
"customers.deals.kanban.bulk.changeOwner.helper": "
|
|
1181
|
-
"customers.deals.kanban.bulk.changeOwner.progress.description": "
|
|
1182
|
-
"customers.deals.kanban.bulk.changeOwner.progress.name": "
|
|
1183
|
-
"customers.deals.kanban.bulk.changeOwner.queued": "
|
|
1184
|
-
"customers.deals.kanban.bulk.changeOwner.search": "
|
|
1185
|
-
"customers.deals.kanban.bulk.changeOwner.title": "
|
|
1177
|
+
"customers.deals.kanban.bulk.changeOwner.confirm": "Zmień właściciela ({count})",
|
|
1178
|
+
"customers.deals.kanban.bulk.changeOwner.empty": "Nie znaleziono członków zespołu.",
|
|
1179
|
+
"customers.deals.kanban.bulk.changeOwner.error": "Nie udało się rozpocząć masowej zmiany właściciela.",
|
|
1180
|
+
"customers.deals.kanban.bulk.changeOwner.helper": "Wybierz członka zespołu, który zostanie właścicielem wszystkich zaznaczonych szans.",
|
|
1181
|
+
"customers.deals.kanban.bulk.changeOwner.progress.description": "Szanse w kolejce do zmiany właściciela: {count}",
|
|
1182
|
+
"customers.deals.kanban.bulk.changeOwner.progress.name": "Przypisz zaznaczone szanse do nowego właściciela",
|
|
1183
|
+
"customers.deals.kanban.bulk.changeOwner.queued": "Rozpoczęto masową zmianę właściciela ({count} szans).",
|
|
1184
|
+
"customers.deals.kanban.bulk.changeOwner.search": "Szukaj po nazwisku lub e-mailu…",
|
|
1185
|
+
"customers.deals.kanban.bulk.changeOwner.title": "Zmień właściciela dla {count} szans",
|
|
1186
1186
|
"customers.deals.kanban.bulk.changeStage": "Zmień etap",
|
|
1187
|
-
"customers.deals.kanban.bulk.changeStage.confirm": "
|
|
1188
|
-
"customers.deals.kanban.bulk.changeStage.context": "
|
|
1189
|
-
"customers.deals.kanban.bulk.changeStage.error": "
|
|
1190
|
-
"customers.deals.kanban.bulk.changeStage.progress.description": "
|
|
1191
|
-
"customers.deals.kanban.bulk.changeStage.progress.name": "
|
|
1192
|
-
"customers.deals.kanban.bulk.changeStage.queued": "
|
|
1193
|
-
"customers.deals.kanban.bulk.changeStage.title": "
|
|
1187
|
+
"customers.deals.kanban.bulk.changeStage.confirm": "Przenieś ({count})",
|
|
1188
|
+
"customers.deals.kanban.bulk.changeStage.context": "Lejek: {pipeline}",
|
|
1189
|
+
"customers.deals.kanban.bulk.changeStage.error": "Nie udało się rozpocząć masowej zmiany etapu.",
|
|
1190
|
+
"customers.deals.kanban.bulk.changeStage.progress.description": "Szanse w kolejce do zmiany etapu: {count}",
|
|
1191
|
+
"customers.deals.kanban.bulk.changeStage.progress.name": "Przenieś zaznaczone szanse do nowego etapu",
|
|
1192
|
+
"customers.deals.kanban.bulk.changeStage.queued": "Rozpoczęto masową zmianę etapu ({count} szans).",
|
|
1193
|
+
"customers.deals.kanban.bulk.changeStage.title": "Zmień etap dla {count} szans",
|
|
1194
1194
|
"customers.deals.kanban.bulk.delete": "Usuń",
|
|
1195
|
-
"customers.deals.kanban.bulk.delete.failedGroup": "
|
|
1196
|
-
"customers.deals.kanban.bulk.delete.progress.description": "
|
|
1197
|
-
"customers.deals.kanban.bulk.delete.progress.name": "
|
|
1198
|
-
"customers.deals.kanban.bulk.delete.success": "{count}
|
|
1199
|
-
"customers.deals.kanban.bulk.delete.text": "
|
|
1200
|
-
"customers.deals.kanban.bulk.delete.title": "
|
|
1195
|
+
"customers.deals.kanban.bulk.delete.failedGroup": "Nie udało się usunąć {count} szans: {message}",
|
|
1196
|
+
"customers.deals.kanban.bulk.delete.progress.description": "Szanse w kolejce do usunięcia: {count}",
|
|
1197
|
+
"customers.deals.kanban.bulk.delete.progress.name": "Usuń zaznaczone szanse",
|
|
1198
|
+
"customers.deals.kanban.bulk.delete.success": "Usunięto {count} szans.",
|
|
1199
|
+
"customers.deals.kanban.bulk.delete.text": "Tej operacji nie można cofnąć.",
|
|
1200
|
+
"customers.deals.kanban.bulk.delete.title": "Usunąć {count} szans?",
|
|
1201
1201
|
"customers.deals.kanban.bulk.dragOverlayBadge": "Zaznaczonych dodatkowo: {count}",
|
|
1202
1202
|
"customers.deals.kanban.bulk.exportCsv": "Eksport CSV",
|
|
1203
1203
|
"customers.deals.kanban.bulk.selectedCount": "{count} zaznaczonych",
|
|
1204
1204
|
"customers.deals.kanban.bulk.totalValue": "Łącznie {value}",
|
|
1205
1205
|
"customers.deals.kanban.card.action.call": "Zadzwoń",
|
|
1206
|
-
"customers.deals.kanban.card.action.disabledNoCompany": "
|
|
1206
|
+
"customers.deals.kanban.card.action.disabledNoCompany": "Powiąż firmę z tą szansą, zanim zaczniesz rejestrować aktywności.",
|
|
1207
1207
|
"customers.deals.kanban.card.action.email": "Wyślij e-mail",
|
|
1208
1208
|
"customers.deals.kanban.card.action.note": "Notatka",
|
|
1209
|
-
"customers.deals.kanban.card.aria": "
|
|
1209
|
+
"customers.deals.kanban.card.aria": "Szansa: {title}",
|
|
1210
1210
|
"customers.deals.kanban.card.aria.menu": "Akcje deala",
|
|
1211
1211
|
"customers.deals.kanban.card.aria.moreCompanies": "{count} dodatkowych firm",
|
|
1212
1212
|
"customers.deals.kanban.card.aria.openActivities": "{count} otwartych aktywności",
|
|
1213
1213
|
"customers.deals.kanban.card.aria.probability": "Prawdopodobieństwo: {value}",
|
|
1214
1214
|
"customers.deals.kanban.card.aria.roledescription": "karta deala",
|
|
1215
1215
|
"customers.deals.kanban.card.aria.select": "Zaznacz deal",
|
|
1216
|
-
"customers.deals.kanban.card.daysInStage": "
|
|
1217
|
-
"customers.deals.kanban.card.noValue": "
|
|
1218
|
-
"customers.deals.kanban.card.overdueLabel": "
|
|
1219
|
-
"customers.deals.kanban.card.statusOverdue": "
|
|
1220
|
-
"customers.deals.kanban.card.statusStuck": "
|
|
1221
|
-
"customers.deals.kanban.comingSoon": "{feature}
|
|
1216
|
+
"customers.deals.kanban.card.daysInStage": "od {days} dni",
|
|
1217
|
+
"customers.deals.kanban.card.noValue": "Brak wartości",
|
|
1218
|
+
"customers.deals.kanban.card.overdueLabel": "Po terminie",
|
|
1219
|
+
"customers.deals.kanban.card.statusOverdue": "PO TERMINIE",
|
|
1220
|
+
"customers.deals.kanban.card.statusStuck": "UTKNĘŁA",
|
|
1221
|
+
"customers.deals.kanban.comingSoon": "{feature} pojawi się w kolejnej wersji.",
|
|
1222
1222
|
"customers.deals.kanban.cta.customize": "Dostosuj widok",
|
|
1223
1223
|
"customers.deals.kanban.cta.newDeal": "Nowy deal",
|
|
1224
1224
|
"customers.deals.kanban.cta.newStage": "Nowy etap",
|
|
1225
1225
|
"customers.deals.kanban.cta.quickDeal": "Szybki deal",
|
|
1226
|
-
"customers.deals.kanban.currencyBreakdown.basePill": "
|
|
1226
|
+
"customers.deals.kanban.currencyBreakdown.basePill": "BAZOWA",
|
|
1227
1227
|
"customers.deals.kanban.currencyBreakdown.colCurrency": "Waluta",
|
|
1228
1228
|
"customers.deals.kanban.currencyBreakdown.colDeals": "Deale",
|
|
1229
1229
|
"customers.deals.kanban.currencyBreakdown.colNativeTotal": "Natywna suma",
|
|
@@ -1238,129 +1238,129 @@
|
|
|
1238
1238
|
"customers.deals.kanban.currencyFilter.title": "Filtruj kanban według waluty",
|
|
1239
1239
|
"customers.deals.kanban.customize.actions": "AKCJE",
|
|
1240
1240
|
"customers.deals.kanban.customize.configCols": "Konfiguruj kolumny",
|
|
1241
|
-
"customers.deals.kanban.customize.configCols.help": "
|
|
1241
|
+
"customers.deals.kanban.customize.configCols.help": "Pokaż / ukryj / zmień kolejność",
|
|
1242
1242
|
"customers.deals.kanban.customize.manageStages": "Zarządzaj etapami pipeline'a",
|
|
1243
|
-
"customers.deals.kanban.customize.manageStages.help": "
|
|
1243
|
+
"customers.deals.kanban.customize.manageStages.help": "Edytuj nazwy, kolory, pola wymagane",
|
|
1244
1244
|
"customers.deals.kanban.customize.reset": "Przywróć domyślne",
|
|
1245
1245
|
"customers.deals.kanban.customize.resetDefault": "Resetuj do domyślnego",
|
|
1246
|
-
"customers.deals.kanban.customize.resetDefault.help": "
|
|
1247
|
-
"customers.deals.kanban.customize.resetWidths": "
|
|
1248
|
-
"customers.deals.kanban.customize.resetWidths.helpCount": "
|
|
1249
|
-
"customers.deals.kanban.customize.resetWidths.helpEmpty": "
|
|
1246
|
+
"customers.deals.kanban.customize.resetDefault.help": "Wyczyść filtry i przywróć kolumny",
|
|
1247
|
+
"customers.deals.kanban.customize.resetWidths": "Zresetuj szerokości kolumn",
|
|
1248
|
+
"customers.deals.kanban.customize.resetWidths.helpCount": "Przywróć domyślną szerokość dla {count} zmienionych kolumn",
|
|
1249
|
+
"customers.deals.kanban.customize.resetWidths.helpEmpty": "Nie zmieniono jeszcze szerokości żadnej kolumny",
|
|
1250
1250
|
"customers.deals.kanban.customize.title": "Dostosuj widok",
|
|
1251
1251
|
"customers.deals.kanban.filter.add": "+ Więcej",
|
|
1252
|
-
"customers.deals.kanban.filter.all": "
|
|
1253
|
-
"customers.deals.kanban.filter.allCount": "
|
|
1254
|
-
"customers.deals.kanban.filter.any": "
|
|
1255
|
-
"customers.deals.kanban.filter.apply": "
|
|
1256
|
-
"customers.deals.kanban.filter.aria.chip": "
|
|
1257
|
-
"customers.deals.kanban.filter.cancel": "
|
|
1258
|
-
"customers.deals.kanban.filter.clear": "
|
|
1252
|
+
"customers.deals.kanban.filter.all": "Wszystkie",
|
|
1253
|
+
"customers.deals.kanban.filter.allCount": "Wszystkie ({count})",
|
|
1254
|
+
"customers.deals.kanban.filter.any": "Dowolny",
|
|
1255
|
+
"customers.deals.kanban.filter.apply": "Zastosuj",
|
|
1256
|
+
"customers.deals.kanban.filter.aria.chip": "Filtruj po: {label}",
|
|
1257
|
+
"customers.deals.kanban.filter.cancel": "Anuluj",
|
|
1258
|
+
"customers.deals.kanban.filter.clear": "Wyczyść",
|
|
1259
1259
|
"customers.deals.kanban.filter.close": "Zamknięcie",
|
|
1260
|
-
"customers.deals.kanban.filter.close.title": "
|
|
1260
|
+
"customers.deals.kanban.filter.close.title": "Filtr · Planowane zamknięcie",
|
|
1261
1261
|
"customers.deals.kanban.filter.companies": "Firmy",
|
|
1262
|
-
"customers.deals.kanban.filter.from": "
|
|
1262
|
+
"customers.deals.kanban.filter.from": "Od {date}",
|
|
1263
1263
|
"customers.deals.kanban.filter.label": "FILTR:",
|
|
1264
|
-
"customers.deals.kanban.filter.more": "
|
|
1265
|
-
"customers.deals.kanban.filter.multipleSelected": "{count}
|
|
1266
|
-
"customers.deals.kanban.filter.noResults": "
|
|
1264
|
+
"customers.deals.kanban.filter.more": "Więcej filtrów",
|
|
1265
|
+
"customers.deals.kanban.filter.multipleSelected": "Zaznaczono: {count}",
|
|
1266
|
+
"customers.deals.kanban.filter.noResults": "Brak dopasowań",
|
|
1267
1267
|
"customers.deals.kanban.filter.owner": "Właściciel",
|
|
1268
1268
|
"customers.deals.kanban.filter.people": "Osoby",
|
|
1269
|
-
"customers.deals.kanban.filter.pipeline": "
|
|
1270
|
-
"customers.deals.kanban.filter.pipeline.all": "
|
|
1271
|
-
"customers.deals.kanban.filter.pipeline.allHelper": "{count}
|
|
1272
|
-
"customers.deals.kanban.filter.pipeline.selectedNone": "
|
|
1273
|
-
"customers.deals.kanban.filter.pipeline.selectedOne": "1
|
|
1274
|
-
"customers.deals.kanban.filter.pipeline.title": "
|
|
1275
|
-
"customers.deals.kanban.filter.preset.next30": "
|
|
1276
|
-
"customers.deals.kanban.filter.preset.next90": "
|
|
1277
|
-
"customers.deals.kanban.filter.preset.overdue": "
|
|
1278
|
-
"customers.deals.kanban.filter.preset.thisMonth": "
|
|
1279
|
-
"customers.deals.kanban.filter.preset.thisQuarter": "
|
|
1280
|
-
"customers.deals.kanban.filter.searchPlaceholder": "
|
|
1281
|
-
"customers.deals.kanban.filter.selected": "
|
|
1269
|
+
"customers.deals.kanban.filter.pipeline": "Lejek",
|
|
1270
|
+
"customers.deals.kanban.filter.pipeline.all": "Wszystkie lejki",
|
|
1271
|
+
"customers.deals.kanban.filter.pipeline.allHelper": "Liczba lejków: {count}",
|
|
1272
|
+
"customers.deals.kanban.filter.pipeline.selectedNone": "Brak filtra lejka",
|
|
1273
|
+
"customers.deals.kanban.filter.pipeline.selectedOne": "Zaznaczono 1 · {name}",
|
|
1274
|
+
"customers.deals.kanban.filter.pipeline.title": "Filtr · Lejek",
|
|
1275
|
+
"customers.deals.kanban.filter.preset.next30": "Najbliższe 30 dni",
|
|
1276
|
+
"customers.deals.kanban.filter.preset.next90": "Najbliższe 90 dni",
|
|
1277
|
+
"customers.deals.kanban.filter.preset.overdue": "Po terminie",
|
|
1278
|
+
"customers.deals.kanban.filter.preset.thisMonth": "Ten miesiąc",
|
|
1279
|
+
"customers.deals.kanban.filter.preset.thisQuarter": "Ten kwartał",
|
|
1280
|
+
"customers.deals.kanban.filter.searchPlaceholder": "Szukaj…",
|
|
1281
|
+
"customers.deals.kanban.filter.selected": "zaznaczono",
|
|
1282
1282
|
"customers.deals.kanban.filter.status": "Status",
|
|
1283
|
-
"customers.deals.kanban.filter.status.lost": "
|
|
1284
|
-
"customers.deals.kanban.filter.status.open": "
|
|
1285
|
-
"customers.deals.kanban.filter.status.title": "
|
|
1286
|
-
"customers.deals.kanban.filter.status.won": "
|
|
1287
|
-
"customers.deals.kanban.filter.title": "
|
|
1288
|
-
"customers.deals.kanban.filter.to": "
|
|
1289
|
-
"customers.deals.kanban.filter.until": "
|
|
1290
|
-
"customers.deals.kanban.footer.count": "
|
|
1291
|
-
"customers.deals.kanban.helper.dragHint": "
|
|
1292
|
-
"customers.deals.kanban.lane.aria.loadMore": "
|
|
1293
|
-
"customers.deals.kanban.lane.aria.partialCount": "
|
|
1294
|
-
"customers.deals.kanban.lane.aria.quickAdd": "
|
|
1283
|
+
"customers.deals.kanban.filter.status.lost": "Przegrana",
|
|
1284
|
+
"customers.deals.kanban.filter.status.open": "Otwarta",
|
|
1285
|
+
"customers.deals.kanban.filter.status.title": "Filtr · Status",
|
|
1286
|
+
"customers.deals.kanban.filter.status.won": "Wygrana",
|
|
1287
|
+
"customers.deals.kanban.filter.title": "Filtr · {label}",
|
|
1288
|
+
"customers.deals.kanban.filter.to": "Do",
|
|
1289
|
+
"customers.deals.kanban.filter.until": "Do {date}",
|
|
1290
|
+
"customers.deals.kanban.footer.count": "Wyświetlono {visible} z {total} szans w lejku {pipeline}",
|
|
1291
|
+
"customers.deals.kanban.helper.dragHint": "Przeciągaj karty między kolumnami, aby zmienić etap",
|
|
1292
|
+
"customers.deals.kanban.lane.aria.loadMore": "Wczytaj więcej szans na etapie {stage}",
|
|
1293
|
+
"customers.deals.kanban.lane.aria.partialCount": "Wyświetlono {visible} z {total}",
|
|
1294
|
+
"customers.deals.kanban.lane.aria.quickAdd": "Szybko dodaj szansę na etapie {stage}",
|
|
1295
1295
|
"customers.deals.kanban.lane.currencyBreakdown.count": "({count})",
|
|
1296
|
-
"customers.deals.kanban.lane.currencyBreakdown.missingRate": "
|
|
1297
|
-
"customers.deals.kanban.lane.currencyBreakdown.missingRatesHint": "
|
|
1298
|
-
"customers.deals.kanban.lane.currencyBreakdown.partialTotal": "
|
|
1299
|
-
"customers.deals.kanban.lane.currencyBreakdown.title": "
|
|
1300
|
-
"customers.deals.kanban.lane.currencyBreakdown.total": "
|
|
1301
|
-
"customers.deals.kanban.lane.currencyBreakdown.trigger": "
|
|
1302
|
-
"customers.deals.kanban.lane.empty": "
|
|
1303
|
-
"customers.deals.kanban.lane.loadMore": "
|
|
1304
|
-
"customers.deals.kanban.lane.loadingMore": "
|
|
1305
|
-
"customers.deals.kanban.lane.resizeHandle": "
|
|
1296
|
+
"customers.deals.kanban.lane.currencyBreakdown.missingRate": "Brak kursu wymiany na {base} — wykluczone z przeliczonej sumy",
|
|
1297
|
+
"customers.deals.kanban.lane.currencyBreakdown.missingRatesHint": "Brak kursów wymiany dla {currencies} — wykluczone z sumy. Skonfiguruj kursy wymiany, aby zobaczyć pełną przeliczoną wartość.",
|
|
1298
|
+
"customers.deals.kanban.lane.currencyBreakdown.partialTotal": "Suma (częściowa)",
|
|
1299
|
+
"customers.deals.kanban.lane.currencyBreakdown.title": "Podział wg waluty",
|
|
1300
|
+
"customers.deals.kanban.lane.currencyBreakdown.total": "Razem",
|
|
1301
|
+
"customers.deals.kanban.lane.currencyBreakdown.trigger": "Pokaż podział wg waluty ({count} walut)",
|
|
1302
|
+
"customers.deals.kanban.lane.empty": "Brak szans na tym etapie.",
|
|
1303
|
+
"customers.deals.kanban.lane.loadMore": "Pokaż więcej ({remaining})",
|
|
1304
|
+
"customers.deals.kanban.lane.loadingMore": "Ładowanie…",
|
|
1305
|
+
"customers.deals.kanban.lane.resizeHandle": "Przeciągnij, aby zmienić szerokość kolumny. Kliknij dwukrotnie, aby zresetować.",
|
|
1306
1306
|
"customers.deals.kanban.menu.delete": "Usuń",
|
|
1307
|
-
"customers.deals.kanban.menu.delete.confirmText": "
|
|
1308
|
-
"customers.deals.kanban.menu.delete.confirmTitle": "
|
|
1309
|
-
"customers.deals.kanban.menu.delete.error": "
|
|
1310
|
-
"customers.deals.kanban.menu.delete.success": "
|
|
1307
|
+
"customers.deals.kanban.menu.delete.confirmText": "Tej operacji nie można cofnąć.",
|
|
1308
|
+
"customers.deals.kanban.menu.delete.confirmTitle": "Usunąć szansę „{title}”?",
|
|
1309
|
+
"customers.deals.kanban.menu.delete.error": "Nie udało się usunąć szansy.",
|
|
1310
|
+
"customers.deals.kanban.menu.delete.success": "Usunięto szansę.",
|
|
1311
1311
|
"customers.deals.kanban.menu.duplicate": "Duplikuj",
|
|
1312
|
-
"customers.deals.kanban.menu.duplicate.error": "
|
|
1313
|
-
"customers.deals.kanban.menu.duplicate.success": "
|
|
1314
|
-
"customers.deals.kanban.menu.duplicate.titleSuffix": "{title} (
|
|
1312
|
+
"customers.deals.kanban.menu.duplicate.error": "Nie udało się zduplikować szansy.",
|
|
1313
|
+
"customers.deals.kanban.menu.duplicate.success": "Zduplikowano szansę.",
|
|
1314
|
+
"customers.deals.kanban.menu.duplicate.titleSuffix": "{title} (kopia)",
|
|
1315
1315
|
"customers.deals.kanban.menu.edit": "Edytuj",
|
|
1316
|
-
"customers.deals.kanban.menu.error.status": "
|
|
1316
|
+
"customers.deals.kanban.menu.error.status": "Nie udało się zaktualizować statusu szansy.",
|
|
1317
1317
|
"customers.deals.kanban.menu.markLost": "Oznacz jako Lost",
|
|
1318
|
-
"customers.deals.kanban.menu.markLost.success": "
|
|
1318
|
+
"customers.deals.kanban.menu.markLost.success": "Oznaczono szansę jako przegraną.",
|
|
1319
1319
|
"customers.deals.kanban.menu.markWon": "Oznacz jako Won",
|
|
1320
|
-
"customers.deals.kanban.menu.markWon.success": "
|
|
1320
|
+
"customers.deals.kanban.menu.markWon.success": "Oznaczono szansę jako wygraną.",
|
|
1321
1321
|
"customers.deals.kanban.menu.moveStage": "Przenieś etap…",
|
|
1322
1322
|
"customers.deals.kanban.menu.open": "Otwórz deal",
|
|
1323
|
-
"customers.deals.kanban.pageTitle": "
|
|
1323
|
+
"customers.deals.kanban.pageTitle": "Szanse",
|
|
1324
1324
|
"customers.deals.kanban.quickDeal.cancel": "Anuluj",
|
|
1325
1325
|
"customers.deals.kanban.quickDeal.company": "Firma",
|
|
1326
1326
|
"customers.deals.kanban.quickDeal.companyPh": "Wybierz firmę albo dodaj nową…",
|
|
1327
|
-
"customers.deals.kanban.quickDeal.context": "
|
|
1327
|
+
"customers.deals.kanban.quickDeal.context": "Lejek: {pipeline} · Etap: {stage}",
|
|
1328
1328
|
"customers.deals.kanban.quickDeal.currency": "Waluta",
|
|
1329
|
-
"customers.deals.kanban.quickDeal.description": "
|
|
1330
|
-
"customers.deals.kanban.quickDeal.description.placeholder": "
|
|
1331
|
-
"customers.deals.kanban.quickDeal.expectedClose": "
|
|
1329
|
+
"customers.deals.kanban.quickDeal.description": "Opis",
|
|
1330
|
+
"customers.deals.kanban.quickDeal.description.placeholder": "Krótki kontekst, decydenci lub kolejne kroki. Obsługiwany Markdown.",
|
|
1331
|
+
"customers.deals.kanban.quickDeal.expectedClose": "Planowane zamknięcie",
|
|
1332
1332
|
"customers.deals.kanban.quickDeal.more": "+ Więcej szczegółów (probability, close date, opis)",
|
|
1333
1333
|
"customers.deals.kanban.quickDeal.owner": "Właściciel",
|
|
1334
|
-
"customers.deals.kanban.quickDeal.probability": "
|
|
1334
|
+
"customers.deals.kanban.quickDeal.probability": "Prawdopodobieństwo",
|
|
1335
1335
|
"customers.deals.kanban.quickDeal.status": "Status",
|
|
1336
1336
|
"customers.deals.kanban.quickDeal.status.in_progress": "W toku",
|
|
1337
1337
|
"customers.deals.kanban.quickDeal.status.loose": "Wstrzymany",
|
|
1338
1338
|
"customers.deals.kanban.quickDeal.status.open": "Otwarty",
|
|
1339
1339
|
"customers.deals.kanban.quickDeal.status.win": "Wygrany",
|
|
1340
1340
|
"customers.deals.kanban.quickDeal.submit": "+ Dodaj deal",
|
|
1341
|
-
"customers.deals.kanban.quickDeal.success": "
|
|
1341
|
+
"customers.deals.kanban.quickDeal.success": "Dodano szansę na etapie {stage}.",
|
|
1342
1342
|
"customers.deals.kanban.quickDeal.title": "Szybki deal",
|
|
1343
1343
|
"customers.deals.kanban.quickDeal.title.label": "Tytuł deala",
|
|
1344
|
-
"customers.deals.kanban.quickDeal.title.placeholder": "
|
|
1345
|
-
"customers.deals.kanban.quickDeal.title.required": "
|
|
1344
|
+
"customers.deals.kanban.quickDeal.title.placeholder": "np. Ekspansja Q3 — pakiet oświetlenia",
|
|
1345
|
+
"customers.deals.kanban.quickDeal.title.required": "Tytuł jest wymagany.",
|
|
1346
1346
|
"customers.deals.kanban.quickDeal.value": "Wartość",
|
|
1347
1347
|
"customers.deals.kanban.search.placeholder": "Szukaj deali…",
|
|
1348
1348
|
"customers.deals.kanban.sort.default": "Domyślnie",
|
|
1349
|
-
"customers.deals.kanban.sort.defaultHint": "
|
|
1350
|
-
"customers.deals.kanban.sort.label": "
|
|
1351
|
-
"customers.deals.kanban.sort.option.closeSoonest": "
|
|
1352
|
-
"customers.deals.kanban.sort.option.createdNewest": "
|
|
1353
|
-
"customers.deals.kanban.sort.option.ownerAsc": "
|
|
1354
|
-
"customers.deals.kanban.sort.option.probabilityHigh": "
|
|
1355
|
-
"customers.deals.kanban.sort.option.updatedNewest": "
|
|
1356
|
-
"customers.deals.kanban.sort.option.updatedOldest": "
|
|
1357
|
-
"customers.deals.kanban.sort.option.valueHigh": "
|
|
1358
|
-
"customers.deals.kanban.sort.option.valueLow": "
|
|
1359
|
-
"customers.deals.kanban.sort.title": "
|
|
1349
|
+
"customers.deals.kanban.sort.defaultHint": "Domyślnie: {label}",
|
|
1350
|
+
"customers.deals.kanban.sort.label": "Sortuj",
|
|
1351
|
+
"customers.deals.kanban.sort.option.closeSoonest": "Data zamknięcia (najbliższe)",
|
|
1352
|
+
"customers.deals.kanban.sort.option.createdNewest": "Utworzone (najnowsze)",
|
|
1353
|
+
"customers.deals.kanban.sort.option.ownerAsc": "Właściciel (A → Z)",
|
|
1354
|
+
"customers.deals.kanban.sort.option.probabilityHigh": "Prawdopodobieństwo (od najwyższego)",
|
|
1355
|
+
"customers.deals.kanban.sort.option.updatedNewest": "Zaktualizowane (najnowsze)",
|
|
1356
|
+
"customers.deals.kanban.sort.option.updatedOldest": "Zaktualizowane (najstarsze)",
|
|
1357
|
+
"customers.deals.kanban.sort.option.valueHigh": "Wartość (od najwyższej)",
|
|
1358
|
+
"customers.deals.kanban.sort.option.valueLow": "Wartość (od najniższej)",
|
|
1359
|
+
"customers.deals.kanban.sort.title": "Sortuj wg",
|
|
1360
1360
|
"customers.deals.kanban.view.kanban": "Kanban",
|
|
1361
1361
|
"customers.deals.kanban.view.list": "Lista",
|
|
1362
1362
|
"customers.deals.kanban.view.map": "Mapa",
|
|
1363
|
-
"customers.deals.kanban.view.tablistLabel": "
|
|
1363
|
+
"customers.deals.kanban.view.tablistLabel": "Widoki szans",
|
|
1364
1364
|
"customers.deals.list.actions.delete": "Usuń",
|
|
1365
1365
|
"customers.deals.list.actions.deleting": "Usuwanie…",
|
|
1366
1366
|
"customers.deals.list.actions.edit": "Edytuj",
|
|
@@ -1368,15 +1368,15 @@
|
|
|
1368
1368
|
"customers.deals.list.actions.openInNewTab": "Otwórz w nowej karcie",
|
|
1369
1369
|
"customers.deals.list.booleanNo": "Nie",
|
|
1370
1370
|
"customers.deals.list.booleanYes": "Tak",
|
|
1371
|
-
"customers.deals.list.bulkDelete.action": "
|
|
1372
|
-
"customers.deals.list.bulkDelete.description": "
|
|
1371
|
+
"customers.deals.list.bulkDelete.action": "Usuń zaznaczone",
|
|
1372
|
+
"customers.deals.list.bulkDelete.description": "Tej operacji nie można cofnąć.",
|
|
1373
1373
|
"customers.deals.list.bulkDelete.failed": "Nie udało się usunąć {count} transakcji",
|
|
1374
1374
|
"customers.deals.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} transakcji: {message}",
|
|
1375
1375
|
"customers.deals.list.bulkDelete.operationLabel": "Usuń {count} transakcji",
|
|
1376
1376
|
"customers.deals.list.bulkDelete.partial": "Usunięto {deleted} z {total} transakcji; {failed} nie powiodło się",
|
|
1377
1377
|
"customers.deals.list.bulkDelete.progressName": "Usuń zaznaczone transakcje",
|
|
1378
|
-
"customers.deals.list.bulkDelete.success": "{count}
|
|
1379
|
-
"customers.deals.list.bulkDelete.title": "
|
|
1378
|
+
"customers.deals.list.bulkDelete.success": "Usunięto {count} szans",
|
|
1379
|
+
"customers.deals.list.bulkDelete.title": "Usunąć {count} szans?",
|
|
1380
1380
|
"customers.deals.list.close.lost": "Przegrana",
|
|
1381
1381
|
"customers.deals.list.close.overdue": "Po terminie",
|
|
1382
1382
|
"customers.deals.list.close.won": "Wygrana",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"customers.deals.presets.closingMonth": "Zamknięcie w tym miesiącu",
|
|
1493
1493
|
"customers.deals.presets.myDeals": "Moje szanse",
|
|
1494
1494
|
"customers.deals.presets.wonQuarter": "Wygrane w tym kwartale",
|
|
1495
|
-
"customers.detail.comingSoon": "
|
|
1495
|
+
"customers.detail.comingSoon": "Wkrótce",
|
|
1496
1496
|
"customers.detail.saveGuide": "Pola profilu zapisują się głównym przyciskiem Zapisz. Tagi zapisują się automatycznie. Powiązane sekcje poniżej zapisują się niezależnie w swoich kartach i panelach.",
|
|
1497
1497
|
"customers.dictionaryEntries.create": "Dodaj wpis słownika klienta",
|
|
1498
1498
|
"customers.dictionaryEntries.delete": "Usuń wpis słownika klienta",
|
|
@@ -1598,38 +1598,38 @@
|
|
|
1598
1598
|
"customers.errors.validationFailed": "Walidacja nie powiodła się",
|
|
1599
1599
|
"customers.fields.bankIban": "Bank / IBAN",
|
|
1600
1600
|
"customers.filters.currentUser": "Bieżący użytkownik",
|
|
1601
|
-
"customers.health.daysAgo": "{{days}}
|
|
1602
|
-
"customers.health.lastContact": "
|
|
1603
|
-
"customers.health.today": "
|
|
1604
|
-
"customers.interactions.cancel.confirm": "
|
|
1605
|
-
"customers.interactions.cancel.error": "
|
|
1606
|
-
"customers.interactions.cancel.success": "
|
|
1607
|
-
"customers.interactions.complete.error": "
|
|
1608
|
-
"customers.interactions.complete.success": "
|
|
1609
|
-
"customers.interactions.create.error": "
|
|
1610
|
-
"customers.interactions.create.success": "
|
|
1601
|
+
"customers.health.daysAgo": "{{days}} dni temu",
|
|
1602
|
+
"customers.health.lastContact": "Ostatni kontakt",
|
|
1603
|
+
"customers.health.today": "dziś",
|
|
1604
|
+
"customers.interactions.cancel.confirm": "Anulować tę interakcję?",
|
|
1605
|
+
"customers.interactions.cancel.error": "Nie udało się anulować interakcji.",
|
|
1606
|
+
"customers.interactions.cancel.success": "Anulowano interakcję.",
|
|
1607
|
+
"customers.interactions.complete.error": "Nie udało się ukończyć interakcji.",
|
|
1608
|
+
"customers.interactions.complete.success": "Ukończono interakcję.",
|
|
1609
|
+
"customers.interactions.create.error": "Nie udało się utworzyć interakcji.",
|
|
1610
|
+
"customers.interactions.create.success": "Utworzono interakcję.",
|
|
1611
1611
|
"customers.interactions.cursor.invalid": "Nieprawidlowy kursor.",
|
|
1612
|
-
"customers.interactions.delete.confirm": "
|
|
1613
|
-
"customers.interactions.delete.error": "
|
|
1614
|
-
"customers.interactions.delete.success": "
|
|
1615
|
-
"customers.interactions.empty": "
|
|
1616
|
-
"customers.interactions.form.body": "
|
|
1617
|
-
"customers.interactions.form.dealId": "
|
|
1618
|
-
"customers.interactions.form.interactionType": "
|
|
1619
|
-
"customers.interactions.form.ownerUserId": "
|
|
1620
|
-
"customers.interactions.form.priority": "
|
|
1621
|
-
"customers.interactions.form.scheduledAt": "
|
|
1622
|
-
"customers.interactions.form.title": "
|
|
1623
|
-
"customers.interactions.legacyAdapters.disabled": "
|
|
1624
|
-
"customers.interactions.list.title": "
|
|
1625
|
-
"customers.interactions.load.error": "
|
|
1626
|
-
"customers.interactions.status.canceled": "
|
|
1627
|
-
"customers.interactions.status.done": "
|
|
1628
|
-
"customers.interactions.status.in_progress": "
|
|
1629
|
-
"customers.interactions.status.planned": "
|
|
1630
|
-
"customers.interactions.status.waiting": "
|
|
1631
|
-
"customers.interactions.update.error": "
|
|
1632
|
-
"customers.interactions.update.success": "
|
|
1612
|
+
"customers.interactions.delete.confirm": "Usunąć tę interakcję?",
|
|
1613
|
+
"customers.interactions.delete.error": "Nie udało się usunąć interakcji.",
|
|
1614
|
+
"customers.interactions.delete.success": "Usunięto interakcję.",
|
|
1615
|
+
"customers.interactions.empty": "Brak interakcji.",
|
|
1616
|
+
"customers.interactions.form.body": "Notatki",
|
|
1617
|
+
"customers.interactions.form.dealId": "Powiązana szansa",
|
|
1618
|
+
"customers.interactions.form.interactionType": "Typ",
|
|
1619
|
+
"customers.interactions.form.ownerUserId": "Przypisano do",
|
|
1620
|
+
"customers.interactions.form.priority": "Priorytet",
|
|
1621
|
+
"customers.interactions.form.scheduledAt": "Zaplanowane na",
|
|
1622
|
+
"customers.interactions.form.title": "Tytuł",
|
|
1623
|
+
"customers.interactions.legacyAdapters.disabled": "Ten starszy adapter został wyłączony. Użyj zamiast niego /api/customers/interactions.",
|
|
1624
|
+
"customers.interactions.list.title": "Interakcje",
|
|
1625
|
+
"customers.interactions.load.error": "Nie udało się załadować interakcji.",
|
|
1626
|
+
"customers.interactions.status.canceled": "Anulowana",
|
|
1627
|
+
"customers.interactions.status.done": "Gotowe",
|
|
1628
|
+
"customers.interactions.status.in_progress": "W toku",
|
|
1629
|
+
"customers.interactions.status.planned": "Zaplanowana",
|
|
1630
|
+
"customers.interactions.status.waiting": "Oczekuje / zablokowana",
|
|
1631
|
+
"customers.interactions.update.error": "Nie udało się zaktualizować interakcji.",
|
|
1632
|
+
"customers.interactions.update.success": "Zaktualizowano interakcję.",
|
|
1633
1633
|
"customers.linking.actions.cancel": "Anuluj",
|
|
1634
1634
|
"customers.linking.actions.save": "Zapisz powiązania",
|
|
1635
1635
|
"customers.linking.actions.saving": "Zapisywanie…",
|
|
@@ -1710,31 +1710,31 @@
|
|
|
1710
1710
|
"customers.people.card.toggleStar": "Przełącz gwiazdkę",
|
|
1711
1711
|
"customers.people.card.unlink": "Odłącz",
|
|
1712
1712
|
"customers.people.create.title": "Utwórz osobę",
|
|
1713
|
-
"customers.people.createDialog.auto": "
|
|
1714
|
-
"customers.people.createDialog.autoLink": "
|
|
1715
|
-
"customers.people.createDialog.cancel": "
|
|
1716
|
-
"customers.people.createDialog.company": "
|
|
1717
|
-
"customers.people.createDialog.contact": "
|
|
1718
|
-
"customers.people.createDialog.creating": "
|
|
1719
|
-
"customers.people.createDialog.description": "
|
|
1720
|
-
"customers.people.createDialog.displayNamePreview": "
|
|
1721
|
-
"customers.people.createDialog.editName": "
|
|
1722
|
-
"customers.people.createDialog.email": "
|
|
1723
|
-
"customers.people.createDialog.error": "
|
|
1724
|
-
"customers.people.createDialog.firstName": "
|
|
1725
|
-
"customers.people.createDialog.jobTitle": "
|
|
1726
|
-
"customers.people.createDialog.lastName": "
|
|
1727
|
-
"customers.people.createDialog.notes": "
|
|
1728
|
-
"customers.people.createDialog.personalData": "
|
|
1729
|
-
"customers.people.createDialog.phone": "
|
|
1730
|
-
"customers.people.createDialog.position": "
|
|
1731
|
-
"customers.people.createDialog.required": "
|
|
1732
|
-
"customers.people.createDialog.submit": "
|
|
1733
|
-
"customers.people.createDialog.success": "
|
|
1734
|
-
"customers.people.createDialog.title": "
|
|
1713
|
+
"customers.people.createDialog.auto": "automatycznie",
|
|
1714
|
+
"customers.people.createDialog.autoLink": "automatycznie powiązano z firmą",
|
|
1715
|
+
"customers.people.createDialog.cancel": "Anuluj",
|
|
1716
|
+
"customers.people.createDialog.company": "Firma",
|
|
1717
|
+
"customers.people.createDialog.contact": "Kontakt",
|
|
1718
|
+
"customers.people.createDialog.creating": "Tworzenie...",
|
|
1719
|
+
"customers.people.createDialog.description": "Opis",
|
|
1720
|
+
"customers.people.createDialog.displayNamePreview": "Podgląd nazwy wyświetlanej",
|
|
1721
|
+
"customers.people.createDialog.editName": "Edytuj nazwę",
|
|
1722
|
+
"customers.people.createDialog.email": "Główny e-mail",
|
|
1723
|
+
"customers.people.createDialog.error": "Nie udało się utworzyć osoby",
|
|
1724
|
+
"customers.people.createDialog.firstName": "Imię",
|
|
1725
|
+
"customers.people.createDialog.jobTitle": "Stanowisko",
|
|
1726
|
+
"customers.people.createDialog.lastName": "Nazwisko",
|
|
1727
|
+
"customers.people.createDialog.notes": "Notatki",
|
|
1728
|
+
"customers.people.createDialog.personalData": "Dane osobowe",
|
|
1729
|
+
"customers.people.createDialog.phone": "Główny telefon",
|
|
1730
|
+
"customers.people.createDialog.position": "Stanowisko i firma",
|
|
1731
|
+
"customers.people.createDialog.required": "Pola oznaczone * są wymagane",
|
|
1732
|
+
"customers.people.createDialog.submit": "Utwórz osobę",
|
|
1733
|
+
"customers.people.createDialog.success": "Utworzono osobę i powiązano z firmą",
|
|
1734
|
+
"customers.people.createDialog.title": "Dodaj nową osobę",
|
|
1735
1735
|
"customers.people.decisionMakers.count": "{{count}} kluczowych osób",
|
|
1736
1736
|
"customers.people.decisionMakers.label": "Decydenci",
|
|
1737
|
-
"customers.people.decisionMakers.more": "
|
|
1737
|
+
"customers.people.decisionMakers.more": "więcej",
|
|
1738
1738
|
"customers.people.decisionMakers.sendInvitation": "Wyślij zaproszenie",
|
|
1739
1739
|
"customers.people.delete.blocked": "Nie można usunąć osoby: {{blockers}}. Najpierw rozłącz lub przypisz ponownie.",
|
|
1740
1740
|
"customers.people.delete.blockers.deals": "powiązane transakcje ({{count}})",
|
|
@@ -1742,14 +1742,14 @@
|
|
|
1742
1742
|
"customers.people.detail.actions.backToList": "Powrót do listy osób",
|
|
1743
1743
|
"customers.people.detail.actions.cancel": "Anuluj",
|
|
1744
1744
|
"customers.people.detail.actions.delete": "Usuń",
|
|
1745
|
-
"customers.people.detail.actions.editEmail": "
|
|
1746
|
-
"customers.people.detail.actions.editPhone": "
|
|
1747
|
-
"customers.people.detail.actions.history": "
|
|
1745
|
+
"customers.people.detail.actions.editEmail": "Edytuj e-mail",
|
|
1746
|
+
"customers.people.detail.actions.editPhone": "Edytuj telefon",
|
|
1747
|
+
"customers.people.detail.actions.history": "Historia",
|
|
1748
1748
|
"customers.people.detail.actions.linkCompany": "Połącz firmę",
|
|
1749
1749
|
"customers.people.detail.actions.linkTodo": "Powiąż zadanie",
|
|
1750
1750
|
"customers.people.detail.actions.manageAddresses": "Zarządzaj adresami",
|
|
1751
1751
|
"customers.people.detail.actions.manageTags": "Edytuj tagi",
|
|
1752
|
-
"customers.people.detail.actions.more": "
|
|
1752
|
+
"customers.people.detail.actions.more": "Więcej",
|
|
1753
1753
|
"customers.people.detail.actions.save": "Zapisz",
|
|
1754
1754
|
"customers.people.detail.actions.sendMessage": "Wyślij wiadomość",
|
|
1755
1755
|
"customers.people.detail.activities.add": "Dodaj aktywność",
|
|
@@ -1850,11 +1850,11 @@
|
|
|
1850
1850
|
"customers.people.detail.addresses.validation.required": "Wpisz {{field}}",
|
|
1851
1851
|
"customers.people.detail.addresses.validation.tooLong": "Pole {{field}} jest za długie (maks. {{max}} znaków)",
|
|
1852
1852
|
"customers.people.detail.anonymous": "Anonimowy",
|
|
1853
|
-
"customers.people.detail.companies.addAction": "
|
|
1854
|
-
"customers.people.detail.companies.addError": "
|
|
1855
|
-
"customers.people.detail.companies.addSuccess": "
|
|
1856
|
-
"customers.people.detail.companies.adding": "
|
|
1857
|
-
"customers.people.detail.companies.alreadyLinked": "
|
|
1853
|
+
"customers.people.detail.companies.addAction": "Powiąż firmę",
|
|
1854
|
+
"customers.people.detail.companies.addError": "Nie udało się powiązać firmy.",
|
|
1855
|
+
"customers.people.detail.companies.addSuccess": "Powiązano firmę.",
|
|
1856
|
+
"customers.people.detail.companies.adding": "Powiązywanie…",
|
|
1857
|
+
"customers.people.detail.companies.alreadyLinked": "Ta firma jest już powiązana.",
|
|
1858
1858
|
"customers.people.detail.companies.clearVisible": "Wyczyść widoczne",
|
|
1859
1859
|
"customers.people.detail.companies.dialogApply": "Zastosuj",
|
|
1860
1860
|
"customers.people.detail.companies.dialogCancel": "Anuluj",
|
|
@@ -1862,37 +1862,37 @@
|
|
|
1862
1862
|
"customers.people.detail.companies.dialogSaving": "Zapisywanie…",
|
|
1863
1863
|
"customers.people.detail.companies.dialogTitle": "Zarządzaj powiązanymi firmami",
|
|
1864
1864
|
"customers.people.detail.companies.linkLoadError": "Nie udało się załadować firm.",
|
|
1865
|
-
"customers.people.detail.companies.loadError": "
|
|
1865
|
+
"customers.people.detail.companies.loadError": "Nie udało się załadować firm.",
|
|
1866
1866
|
"customers.people.detail.companies.loadMore": "Załaduj więcej firm",
|
|
1867
|
-
"customers.people.detail.companies.loading": "
|
|
1868
|
-
"customers.people.detail.companies.makePrimary": "
|
|
1867
|
+
"customers.people.detail.companies.loading": "Ładowanie firm…",
|
|
1868
|
+
"customers.people.detail.companies.makePrimary": "Ustaw jako główną",
|
|
1869
1869
|
"customers.people.detail.companies.manageAction": "Zarządzaj powiązaniami",
|
|
1870
1870
|
"customers.people.detail.companies.manageError": "Nie udało się zaktualizować powiązanych firm.",
|
|
1871
1871
|
"customers.people.detail.companies.manageSuccess": "Zaktualizowano powiązane firmy.",
|
|
1872
1872
|
"customers.people.detail.companies.manageTitle": "Zarządzaj powiązanymi firmami",
|
|
1873
|
-
"customers.people.detail.companies.noSearchResults": "
|
|
1873
|
+
"customers.people.detail.companies.noSearchResults": "Żadna powiązana firma nie pasuje do wyszukiwania.",
|
|
1874
1874
|
"customers.people.detail.companies.primaryBadge": "Główna",
|
|
1875
|
-
"customers.people.detail.companies.primaryError": "
|
|
1876
|
-
"customers.people.detail.companies.primaryPending": "
|
|
1877
|
-
"customers.people.detail.companies.primarySuccess": "
|
|
1878
|
-
"customers.people.detail.companies.removeAction": "
|
|
1879
|
-
"customers.people.detail.companies.removeError": "
|
|
1880
|
-
"customers.people.detail.companies.removeSuccess": "
|
|
1881
|
-
"customers.people.detail.companies.removing": "
|
|
1875
|
+
"customers.people.detail.companies.primaryError": "Nie udało się zaktualizować głównej firmy.",
|
|
1876
|
+
"customers.people.detail.companies.primaryPending": "Aktualizowanie…",
|
|
1877
|
+
"customers.people.detail.companies.primarySuccess": "Zaktualizowano główną firmę.",
|
|
1878
|
+
"customers.people.detail.companies.removeAction": "Usuń",
|
|
1879
|
+
"customers.people.detail.companies.removeError": "Nie udało się usunąć firmy.",
|
|
1880
|
+
"customers.people.detail.companies.removeSuccess": "Usunięto firmę.",
|
|
1881
|
+
"customers.people.detail.companies.removing": "Usuwanie…",
|
|
1882
1882
|
"customers.people.detail.companies.searchAllPlaceholder": "Szukaj wszystkich firm…",
|
|
1883
1883
|
"customers.people.detail.companies.searchEmpty": "Nie znaleziono pasujących firm.",
|
|
1884
1884
|
"customers.people.detail.companies.searchLoading": "Wyszukiwanie firm…",
|
|
1885
|
-
"customers.people.detail.companies.searchPlaceholder": "
|
|
1885
|
+
"customers.people.detail.companies.searchPlaceholder": "Szukaj powiązanych firm…",
|
|
1886
1886
|
"customers.people.detail.companies.searchResults": "Wyniki wyszukiwania",
|
|
1887
1887
|
"customers.people.detail.companies.selectVisible": "Zaznacz widoczne",
|
|
1888
1888
|
"customers.people.detail.companies.selectedEmpty": "Nie wybrano firm.",
|
|
1889
1889
|
"customers.people.detail.companies.selectedSummary": "{{count}} firm",
|
|
1890
1890
|
"customers.people.detail.companies.selectedTitle": "Wybrane firmy",
|
|
1891
|
-
"customers.people.detail.companies.setPrimary": "
|
|
1892
|
-
"customers.people.detail.companies.sortNameAsc": "
|
|
1893
|
-
"customers.people.detail.companies.sortNameDesc": "
|
|
1894
|
-
"customers.people.detail.companies.sortRecent": "
|
|
1895
|
-
"customers.people.detail.companies.subtitle": "
|
|
1891
|
+
"customers.people.detail.companies.setPrimary": "Ustaw jako główną",
|
|
1892
|
+
"customers.people.detail.companies.sortNameAsc": "Sortuj: Nazwa A-Z",
|
|
1893
|
+
"customers.people.detail.companies.sortNameDesc": "Sortuj: Nazwa Z-A",
|
|
1894
|
+
"customers.people.detail.companies.sortRecent": "Sortuj: Ostatnio aktywne",
|
|
1895
|
+
"customers.people.detail.companies.subtitle": "Powiąż jedną lub więcej firm i wybierz główną relację dla tej osoby.",
|
|
1896
1896
|
"customers.people.detail.companies.summary": "{{count}} powiązanych firm",
|
|
1897
1897
|
"customers.people.detail.companies.unlinkAction": "Odłącz",
|
|
1898
1898
|
"customers.people.detail.companies.unlinkConfirm": "Odłączyć firmę {{company}} od {{person}}?",
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
"customers.people.detail.customFields.defineFirst": "Zdefiniuj pierwszy",
|
|
1910
1910
|
"customers.people.detail.deals.addTitle": "Utwórz szansę",
|
|
1911
1911
|
"customers.people.detail.deals.cancel": "Anuluj",
|
|
1912
|
-
"customers.people.detail.deals.closing": "
|
|
1912
|
+
"customers.people.detail.deals.closing": "Zamykanie…",
|
|
1913
1913
|
"customers.people.detail.deals.currencyInvalid": "Waluta musi mieć 3 litery",
|
|
1914
1914
|
"customers.people.detail.deals.deleteConfirm": "Usunąć tę szansę? Tej operacji nie można cofnąć.",
|
|
1915
1915
|
"customers.people.detail.deals.deleteError": "Nie udało się usunąć szansy.",
|
|
@@ -1938,8 +1938,8 @@
|
|
|
1938
1938
|
"customers.people.detail.deals.loadError": "Nie udało się wczytać szans.",
|
|
1939
1939
|
"customers.people.detail.deals.loadMore": "Załaduj więcej szans",
|
|
1940
1940
|
"customers.people.detail.deals.loading": "Ładowanie szans…",
|
|
1941
|
-
"customers.people.detail.deals.markLost": "
|
|
1942
|
-
"customers.people.detail.deals.markLostSuccess": "
|
|
1941
|
+
"customers.people.detail.deals.markLost": "Oznacz jako przegraną",
|
|
1942
|
+
"customers.people.detail.deals.markLostSuccess": "Oznaczono szansę jako przegraną.",
|
|
1943
1943
|
"customers.people.detail.deals.openDeal": "Otwórz szansę",
|
|
1944
1944
|
"customers.people.detail.deals.pipelineIdInvalid": "Wybierz prawidłowy lejek.",
|
|
1945
1945
|
"customers.people.detail.deals.pipelineStageIdInvalid": "Wybierz prawidłowy etap lejka.",
|
|
@@ -1961,7 +1961,7 @@
|
|
|
1961
1961
|
"customers.people.detail.deals.unlinkSuccess": "Szansa została odłączona.",
|
|
1962
1962
|
"customers.people.detail.deals.unlinking": "Odłączanie…",
|
|
1963
1963
|
"customers.people.detail.deals.update": "Zaktualizuj szansę (⌘/Ctrl + Enter)",
|
|
1964
|
-
"customers.people.detail.deals.updateError": "
|
|
1964
|
+
"customers.people.detail.deals.updateError": "Nie udało się zaktualizować szansy.",
|
|
1965
1965
|
"customers.people.detail.deals.updateSuccess": "Szansa zaktualizowana.",
|
|
1966
1966
|
"customers.people.detail.deals.valueInvalid": "Podaj poprawną kwotę",
|
|
1967
1967
|
"customers.people.detail.deleteConfirmDescription": "Tej operacji nie można cofnąć.",
|
|
@@ -1970,7 +1970,7 @@
|
|
|
1970
1970
|
"customers.people.detail.empty.activities": "Brak aktywności",
|
|
1971
1971
|
"customers.people.detail.empty.addresses": "Brak adresów",
|
|
1972
1972
|
"customers.people.detail.empty.comments": "Brak notatek",
|
|
1973
|
-
"customers.people.detail.empty.companies": "
|
|
1973
|
+
"customers.people.detail.empty.companies": "Brak firmy powiązanej z tą osobą.",
|
|
1974
1974
|
"customers.people.detail.empty.deals": "Brak szans sprzedaży",
|
|
1975
1975
|
"customers.people.detail.empty.tags": "Brak tagów",
|
|
1976
1976
|
"customers.people.detail.empty.todos": "Brak powiązanych zadań",
|
|
@@ -1996,12 +1996,12 @@
|
|
|
1996
1996
|
"customers.people.detail.fields.source": "Źródło",
|
|
1997
1997
|
"customers.people.detail.fields.timezone": "Strefa czasowa",
|
|
1998
1998
|
"customers.people.detail.fields.twitter": "Twitter",
|
|
1999
|
-
"customers.people.detail.files.subtitle": "
|
|
2000
|
-
"customers.people.detail.header.at": "
|
|
2001
|
-
"customers.people.detail.header.companies": "
|
|
2002
|
-
"customers.people.detail.header.linkCompany": "
|
|
2003
|
-
"customers.people.detail.header.more": "
|
|
2004
|
-
"customers.people.detail.header.primary": "
|
|
1999
|
+
"customers.people.detail.files.subtitle": "Przesyłaj pliki powiązane z tą osobą i zarządzaj nimi.",
|
|
2000
|
+
"customers.people.detail.header.at": "w",
|
|
2001
|
+
"customers.people.detail.header.companies": "Firmy",
|
|
2002
|
+
"customers.people.detail.header.linkCompany": "Powiąż firmę",
|
|
2003
|
+
"customers.people.detail.header.more": "więcej",
|
|
2004
|
+
"customers.people.detail.header.primary": "GŁÓWNA",
|
|
2005
2005
|
"customers.people.detail.highlights.company": "Firma",
|
|
2006
2006
|
"customers.people.detail.highlights.nextInteraction": "Następna interakcja",
|
|
2007
2007
|
"customers.people.detail.highlights.nextInteractionHint": "Pokazuje najbliższą zaplanowaną interakcję. Utwórz zadanie z terminem, aby pojawiło się tutaj.",
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
"customers.people.detail.tabs.activities": "Aktywności",
|
|
2103
2103
|
"customers.people.detail.tabs.addresses": "Adresy",
|
|
2104
2104
|
"customers.people.detail.tabs.changelog": "Dziennik zmian",
|
|
2105
|
-
"customers.people.detail.tabs.companies": "
|
|
2105
|
+
"customers.people.detail.tabs.companies": "Firmy",
|
|
2106
2106
|
"customers.people.detail.tabs.deals": "Szanse",
|
|
2107
2107
|
"customers.people.detail.tabs.emails": "E-maile",
|
|
2108
2108
|
"customers.people.detail.tabs.files": "Pliki",
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
"customers.people.detail.tasks.updateSuccess": "Zadanie zaktualizowane",
|
|
2177
2177
|
"customers.people.detail.tasks.viewAll": "Przejdź do listy zadań",
|
|
2178
2178
|
"customers.people.detail.title": "Szczegóły osoby",
|
|
2179
|
-
"customers.people.detail.untitled": "
|
|
2179
|
+
"customers.people.detail.untitled": "Bez nazwy",
|
|
2180
2180
|
"customers.people.detail.zones.collapse": "Zwiń panel formularza",
|
|
2181
2181
|
"customers.people.detail.zones.expand": "Rozwiń panel formularza",
|
|
2182
2182
|
"customers.people.entityPlural": "osób",
|
|
@@ -2284,15 +2284,15 @@
|
|
|
2284
2284
|
"customers.people.list.actions.view": "Zobacz szczegóły",
|
|
2285
2285
|
"customers.people.list.booleanNo": "Nie",
|
|
2286
2286
|
"customers.people.list.booleanYes": "Tak",
|
|
2287
|
-
"customers.people.list.bulkDelete.action": "
|
|
2288
|
-
"customers.people.list.bulkDelete.description": "
|
|
2287
|
+
"customers.people.list.bulkDelete.action": "Usuń zaznaczone",
|
|
2288
|
+
"customers.people.list.bulkDelete.description": "Tej operacji nie można cofnąć.",
|
|
2289
2289
|
"customers.people.list.bulkDelete.failed": "Nie udało się usunąć {count} osób",
|
|
2290
2290
|
"customers.people.list.bulkDelete.failedGroup": "Nie udało się usunąć {count} osób: {message}",
|
|
2291
2291
|
"customers.people.list.bulkDelete.operationLabel": "Usuń {count} osób",
|
|
2292
2292
|
"customers.people.list.bulkDelete.partial": "Usunięto {deleted} z {total} osób; {failed} nie powiodło się",
|
|
2293
2293
|
"customers.people.list.bulkDelete.progressName": "Usuń zaznaczone osoby",
|
|
2294
|
-
"customers.people.list.bulkDelete.success": "{count}
|
|
2295
|
-
"customers.people.list.bulkDelete.title": "
|
|
2294
|
+
"customers.people.list.bulkDelete.success": "Usunięto {count} osób",
|
|
2295
|
+
"customers.people.list.bulkDelete.title": "Usunąć {count} osób?",
|
|
2296
2296
|
"customers.people.list.columns.email": "E-mail",
|
|
2297
2297
|
"customers.people.list.columns.lifecycleStage": "Etap cyklu życia",
|
|
2298
2298
|
"customers.people.list.columns.name": "Nazwa",
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
"customers.personTags.category.deal-statuses": "Status deala",
|
|
2334
2334
|
"customers.personTags.category.industries": "Branża",
|
|
2335
2335
|
"customers.personTags.category.job-titles": "Stanowisko",
|
|
2336
|
-
"customers.personTags.category.labels": "
|
|
2336
|
+
"customers.personTags.category.labels": "Etykiety",
|
|
2337
2337
|
"customers.personTags.category.lifecycle-stages": "Cykl życia",
|
|
2338
2338
|
"customers.personTags.category.person-company-roles": "Role",
|
|
2339
2339
|
"customers.personTags.category.renewal-quarters": "Kwartał odnowienia",
|
|
@@ -2429,65 +2429,65 @@
|
|
|
2429
2429
|
"customers.roles.assignError": "Nie udało się przypisać roli",
|
|
2430
2430
|
"customers.roles.assignPlaceholder": "Szukaj pracownika...",
|
|
2431
2431
|
"customers.roles.assigned": "Rola przypisana",
|
|
2432
|
-
"customers.roles.assignedDaysAgo": "
|
|
2433
|
-
"customers.roles.assignedToday": "
|
|
2434
|
-
"customers.roles.assignedYesterday": "
|
|
2432
|
+
"customers.roles.assignedDaysAgo": "Przypisano {{count}} dni temu",
|
|
2433
|
+
"customers.roles.assignedToday": "Przypisano dziś",
|
|
2434
|
+
"customers.roles.assignedYesterday": "Przypisano wczoraj",
|
|
2435
2435
|
"customers.roles.assigning": "Przypisywanie...",
|
|
2436
|
-
"customers.roles.call": "
|
|
2436
|
+
"customers.roles.call": "Zadzwoń",
|
|
2437
2437
|
"customers.roles.cancelAdd": "Anuluj",
|
|
2438
|
-
"customers.roles.changeUser": "
|
|
2438
|
+
"customers.roles.changeUser": "Zmień użytkownika",
|
|
2439
2439
|
"customers.roles.choosePerson": "Wybierz osobę",
|
|
2440
2440
|
"customers.roles.configureRoleTypes": "Skonfiguruj typy ról",
|
|
2441
2441
|
"customers.roles.defaultEntityName.company": "tej firmie",
|
|
2442
2442
|
"customers.roles.defaultEntityName.person": "tej osobie",
|
|
2443
|
-
"customers.roles.dialog.assign": "
|
|
2444
|
-
"customers.roles.dialog.change": "
|
|
2445
|
-
"customers.roles.dialog.conflict": "
|
|
2446
|
-
"customers.roles.dialog.constraint": "
|
|
2447
|
-
"customers.roles.dialog.defaultEntity.company": "
|
|
2448
|
-
"customers.roles.dialog.defaultEntity.person": "
|
|
2449
|
-
"customers.roles.dialog.footerNote": "
|
|
2443
|
+
"customers.roles.dialog.assign": "Przypisz rolę",
|
|
2444
|
+
"customers.roles.dialog.change": "Zmień",
|
|
2445
|
+
"customers.roles.dialog.conflict": "Konflikt: {{roles}}",
|
|
2446
|
+
"customers.roles.dialog.constraint": "Jedna osoba na rolę. Przypisanie można zmienić w dowolnym momencie.",
|
|
2447
|
+
"customers.roles.dialog.defaultEntity.company": "tej firmy",
|
|
2448
|
+
"customers.roles.dialog.defaultEntity.person": "tej osoby",
|
|
2449
|
+
"customers.roles.dialog.footerNote": "Jedna osoba na rolę · można zmienić w dowolnym momencie",
|
|
2450
2450
|
"customers.roles.dialog.loadMore": "Załaduj więcej",
|
|
2451
2451
|
"customers.roles.dialog.loadingMore": "Ładowanie...",
|
|
2452
2452
|
"customers.roles.dialog.manageRoleTypes": "Zarządzaj typami ról",
|
|
2453
|
-
"customers.roles.dialog.next": "
|
|
2454
|
-
"customers.roles.dialog.noAvailableRoles": "
|
|
2455
|
-
"customers.roles.dialog.noResults": "
|
|
2456
|
-
"customers.roles.dialog.preview": "
|
|
2457
|
-
"customers.roles.dialog.roleTypeLabel": "
|
|
2458
|
-
"customers.roles.dialog.searchPlaceholder": "
|
|
2453
|
+
"customers.roles.dialog.next": "Dalej",
|
|
2454
|
+
"customers.roles.dialog.noAvailableRoles": "Wszystkie dostępne typy ról są już przypisane.",
|
|
2455
|
+
"customers.roles.dialog.noResults": "Nie znaleziono pasujących członków zespołu.",
|
|
2456
|
+
"customers.roles.dialog.preview": "Podgląd przypisania",
|
|
2457
|
+
"customers.roles.dialog.roleTypeLabel": "Typ roli",
|
|
2458
|
+
"customers.roles.dialog.searchPlaceholder": "Szukaj po nazwisku, e-mailu lub zespole...",
|
|
2459
2459
|
"customers.roles.dialog.sourceBadge.dictionary": "Słownik",
|
|
2460
|
-
"customers.roles.dialog.step1": "
|
|
2461
|
-
"customers.roles.dialog.step2": "
|
|
2462
|
-
"customers.roles.dialog.step3": "
|
|
2463
|
-
"customers.roles.dialog.subtitle": "
|
|
2464
|
-
"customers.roles.dialog.team.all": "
|
|
2465
|
-
"customers.roles.dialog.team.unassigned": "
|
|
2466
|
-
"customers.roles.dialog.teamLabel": "
|
|
2467
|
-
"customers.roles.dialog.title": "
|
|
2468
|
-
"customers.roles.email": "
|
|
2469
|
-
"customers.roles.emailUnavailable": "
|
|
2470
|
-
"customers.roles.emptySlot": "
|
|
2460
|
+
"customers.roles.dialog.step1": "Typ roli",
|
|
2461
|
+
"customers.roles.dialog.step2": "Wybierz osobę",
|
|
2462
|
+
"customers.roles.dialog.step3": "Potwierdź",
|
|
2463
|
+
"customers.roles.dialog.subtitle": "Przypisanie wielu ról dla {{name}}",
|
|
2464
|
+
"customers.roles.dialog.team.all": "Wszystkie",
|
|
2465
|
+
"customers.roles.dialog.team.unassigned": "Brak zespołu",
|
|
2466
|
+
"customers.roles.dialog.teamLabel": "Wybierz członka zespołu",
|
|
2467
|
+
"customers.roles.dialog.title": "Przypisz rolę",
|
|
2468
|
+
"customers.roles.email": "Wyślij e-mail",
|
|
2469
|
+
"customers.roles.emailUnavailable": "E-mail niedostępny",
|
|
2470
|
+
"customers.roles.emptySlot": "Nieprzypisane",
|
|
2471
2471
|
"customers.roles.emptyState": "Brak przypisanych ról. Kliknij poniżej aby przypisać osobę.",
|
|
2472
2472
|
"customers.roles.groupTitle": "Role",
|
|
2473
2473
|
"customers.roles.groupTitle.company": "Role w {{name}}",
|
|
2474
2474
|
"customers.roles.groupTitle.person": "Moje role z {{name}}",
|
|
2475
2475
|
"customers.roles.loadFailed": "Nie udało się załadować przypisań ról.",
|
|
2476
2476
|
"customers.roles.loading": "Ładowanie ról...",
|
|
2477
|
-
"customers.roles.moreActions": "
|
|
2477
|
+
"customers.roles.moreActions": "Więcej akcji",
|
|
2478
2478
|
"customers.roles.noRoleTypesDescription": "Najpierw utwórz typy ról w konfiguracji klientów, aby przypisywać tutaj właścicieli.",
|
|
2479
2479
|
"customers.roles.noRoleTypesTitle": "Brak skonfigurowanych typów ról",
|
|
2480
|
-
"customers.roles.phoneUnavailable": "
|
|
2480
|
+
"customers.roles.phoneUnavailable": "Telefon niedostępny",
|
|
2481
2481
|
"customers.roles.remove": "Usuń rolę",
|
|
2482
2482
|
"customers.roles.removeConfirm": "Usunąć przypisanie roli?",
|
|
2483
2483
|
"customers.roles.removeFailed": "Nie udało się usunąć przypisania roli.",
|
|
2484
2484
|
"customers.roles.roleTypeLabel": "Typ roli",
|
|
2485
|
-
"customers.roles.searchPlaceholder": "
|
|
2485
|
+
"customers.roles.searchPlaceholder": "Szukaj członka zespołu...",
|
|
2486
2486
|
"customers.roles.searchUser": "Szukaj pracownika...",
|
|
2487
2487
|
"customers.roles.selectRoleType": "Wybierz typ roli...",
|
|
2488
|
-
"customers.roles.subtitle": "
|
|
2489
|
-
"customers.roles.subtitle.company": "
|
|
2490
|
-
"customers.roles.subtitle.person": "
|
|
2488
|
+
"customers.roles.subtitle": "Kto po Twojej stronie odpowiada za tę relację",
|
|
2489
|
+
"customers.roles.subtitle.company": "Kto po Twojej stronie odpowiada za tę firmę",
|
|
2490
|
+
"customers.roles.subtitle.person": "Kto po Twojej stronie odpowiada za tę relację",
|
|
2491
2491
|
"customers.roles.updateFailed": "Nie udało się zaktualizować przypisania roli.",
|
|
2492
2492
|
"customers.roles.userLabel": "Przypisz do",
|
|
2493
2493
|
"customers.schedule.addLink": "Dodaj powiązanie",
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
"customers.schedule.call.title": "Zarejestruj rozmowę",
|
|
2514
2514
|
"customers.schedule.callNotes": "Notatki z rozmowy",
|
|
2515
2515
|
"customers.schedule.cancel": "Anuluj",
|
|
2516
|
-
"customers.schedule.conflict.description": "
|
|
2516
|
+
"customers.schedule.conflict.description": "Nakłada się z: {{items}}",
|
|
2517
2517
|
"customers.schedule.conflict.title": "Konflikt w kalendarzu",
|
|
2518
2518
|
"customers.schedule.connections": "Powiązania",
|
|
2519
2519
|
"customers.schedule.contact": "Kontakt",
|
|
@@ -2535,22 +2535,22 @@
|
|
|
2535
2535
|
"customers.schedule.email.title": "Napisz e-mail",
|
|
2536
2536
|
"customers.schedule.error": "Nie udało się zaplanować aktywności",
|
|
2537
2537
|
"customers.schedule.estimate": "Szacowany czas",
|
|
2538
|
-
"customers.schedule.guestPerm.invite": "
|
|
2539
|
-
"customers.schedule.guestPerm.modify": "
|
|
2540
|
-
"customers.schedule.guestPerm.seeList": "
|
|
2541
|
-
"customers.schedule.guestPermissions": "
|
|
2542
|
-
"customers.schedule.linkType.company": "
|
|
2543
|
-
"customers.schedule.linkType.deal": "
|
|
2538
|
+
"customers.schedule.guestPerm.invite": "Zapraszanie innych",
|
|
2539
|
+
"customers.schedule.guestPerm.modify": "Modyfikowanie",
|
|
2540
|
+
"customers.schedule.guestPerm.seeList": "Podgląd listy",
|
|
2541
|
+
"customers.schedule.guestPermissions": "Uprawnienia gości:",
|
|
2542
|
+
"customers.schedule.linkType.company": "Firma",
|
|
2543
|
+
"customers.schedule.linkType.deal": "Szansa",
|
|
2544
2544
|
"customers.schedule.linkType.offer": "Oferta",
|
|
2545
2545
|
"customers.schedule.linkedEntities": "Powiązania",
|
|
2546
|
-
"customers.schedule.loadMore": "
|
|
2546
|
+
"customers.schedule.loadMore": "Wczytaj więcej",
|
|
2547
2547
|
"customers.schedule.location": "Lokalizacja",
|
|
2548
2548
|
"customers.schedule.locationPlaceholder": "Dodaj lokalizację lub link do spotkania...",
|
|
2549
2549
|
"customers.schedule.meeting.save": "Zapisz aktywność",
|
|
2550
2550
|
"customers.schedule.meeting.subtitle": "Zarezerwuj czas w kalendarzu z uczestnikami",
|
|
2551
2551
|
"customers.schedule.meeting.title": "Nowe spotkanie",
|
|
2552
2552
|
"customers.schedule.message": "Wiadomość",
|
|
2553
|
-
"customers.schedule.noResults": "
|
|
2553
|
+
"customers.schedule.noResults": "Brak wyników",
|
|
2554
2554
|
"customers.schedule.note.content": "Notatka",
|
|
2555
2555
|
"customers.schedule.note.save": "Zapisz notatkę",
|
|
2556
2556
|
"customers.schedule.note.subtitle": "Zapisz notatkę dotyczącą tej interakcji",
|
|
@@ -2573,17 +2573,17 @@
|
|
|
2573
2573
|
"customers.schedule.reminder.none": "Brak",
|
|
2574
2574
|
"customers.schedule.removeLink": "Usuń powiązanie",
|
|
2575
2575
|
"customers.schedule.removeParticipant": "Usuń uczestnika",
|
|
2576
|
-
"customers.schedule.rsvp.accepted": "
|
|
2577
|
-
"customers.schedule.rsvp.declined": "
|
|
2578
|
-
"customers.schedule.rsvp.label": "
|
|
2579
|
-
"customers.schedule.rsvp.pending": "
|
|
2576
|
+
"customers.schedule.rsvp.accepted": "zaakceptowano",
|
|
2577
|
+
"customers.schedule.rsvp.declined": "odrzucono",
|
|
2578
|
+
"customers.schedule.rsvp.label": "Odpowiedzi:",
|
|
2579
|
+
"customers.schedule.rsvp.pending": "oczekuje",
|
|
2580
2580
|
"customers.schedule.save": "Zapisz aktywność",
|
|
2581
2581
|
"customers.schedule.saved": "Aktywność zaplanowana",
|
|
2582
2582
|
"customers.schedule.saving": "Zapisywanie...",
|
|
2583
|
-
"customers.schedule.searchEntity": "
|
|
2584
|
-
"customers.schedule.searchParticipant": "
|
|
2585
|
-
"customers.schedule.searching": "
|
|
2586
|
-
"customers.schedule.start": "
|
|
2583
|
+
"customers.schedule.searchEntity": "Szukaj...",
|
|
2584
|
+
"customers.schedule.searchParticipant": "Szukaj członków zespołu...",
|
|
2585
|
+
"customers.schedule.searching": "Wyszukiwanie...",
|
|
2586
|
+
"customers.schedule.start": "Początek",
|
|
2587
2587
|
"customers.schedule.subject": "Temat",
|
|
2588
2588
|
"customers.schedule.subjectPlaceholder": "Temat...",
|
|
2589
2589
|
"customers.schedule.task.priority.high": "Wysoki",
|
|
@@ -2672,20 +2672,20 @@
|
|
|
2672
2672
|
"customers.tags.manage.tenantNotice": "Zmiany dotyczą całego tenanta · widoczne natychmiast",
|
|
2673
2673
|
"customers.tags.manage.title": "Zarządzaj tagami",
|
|
2674
2674
|
"customers.tags.manage.validation.required": "Każdy wpis musi mieć etykietę i slug przed zapisaniem.",
|
|
2675
|
-
"customers.tasks.filters.all": "
|
|
2676
|
-
"customers.tasks.filters.mine": "
|
|
2677
|
-
"customers.tasks.filters.overdue": "
|
|
2678
|
-
"customers.temperature.cold": "
|
|
2679
|
-
"customers.temperature.cool": "
|
|
2680
|
-
"customers.temperature.high": "
|
|
2681
|
-
"customers.temperature.hot": "
|
|
2682
|
-
"customers.temperature.low": "
|
|
2683
|
-
"customers.temperature.medium": "
|
|
2684
|
-
"customers.temperature.neutral": "
|
|
2685
|
-
"customers.temperature.warm": "
|
|
2686
|
-
"customers.timeline.author": "
|
|
2675
|
+
"customers.tasks.filters.all": "Wszystkie",
|
|
2676
|
+
"customers.tasks.filters.mine": "Moje",
|
|
2677
|
+
"customers.tasks.filters.overdue": "Po terminie",
|
|
2678
|
+
"customers.temperature.cold": "Zagrożony",
|
|
2679
|
+
"customers.temperature.cool": "Niska aktywność",
|
|
2680
|
+
"customers.temperature.high": "Duże zainteresowanie",
|
|
2681
|
+
"customers.temperature.hot": "Gorący klient",
|
|
2682
|
+
"customers.temperature.low": "Niska aktywność",
|
|
2683
|
+
"customers.temperature.medium": "Zaangażowany",
|
|
2684
|
+
"customers.temperature.neutral": "Zaangażowany",
|
|
2685
|
+
"customers.temperature.warm": "Duże zainteresowanie",
|
|
2686
|
+
"customers.timeline.author": "przez {{name}}",
|
|
2687
2687
|
"customers.timeline.date.today": "dziś",
|
|
2688
|
-
"customers.timeline.date.tomorrow": "
|
|
2688
|
+
"customers.timeline.date.tomorrow": "jutro",
|
|
2689
2689
|
"customers.timeline.date.yesterday": "wczoraj",
|
|
2690
2690
|
"customers.timeline.edit": "Edytuj",
|
|
2691
2691
|
"customers.timeline.empty": "Brak aktywności pasujących do filtrów.",
|
|
@@ -2709,8 +2709,8 @@
|
|
|
2709
2709
|
"customers.timeline.planned.cancel": "Anuluj",
|
|
2710
2710
|
"customers.timeline.planned.cancelError": "Nie udało się anulować aktywności",
|
|
2711
2711
|
"customers.timeline.planned.canceled": "Aktywność anulowana",
|
|
2712
|
-
"customers.timeline.planned.completed": "
|
|
2713
|
-
"customers.timeline.planned.error": "
|
|
2712
|
+
"customers.timeline.planned.completed": "Aktywność ukończona",
|
|
2713
|
+
"customers.timeline.planned.error": "Nie udało się ukończyć aktywności",
|
|
2714
2714
|
"customers.timeline.planned.markDone": "Oznacz jako wykonane",
|
|
2715
2715
|
"customers.timeline.planned.overdue": "Zaległe",
|
|
2716
2716
|
"customers.timeline.planned.overdueCount": "zaległe",
|