146 lines
5.7 KiB
PHP
146 lines
5.7 KiB
PHP
<?php
|
|
// lang/pl.php
|
|
return [
|
|
// Menu Sidebar
|
|
'menu.process_dashboard' => 'Pulpit procesów',
|
|
'menu.calendar' => 'Kalendarz',
|
|
'menu.settings' => 'Ustawienia',
|
|
'menu.event_types' => 'Typy zdarzeń',
|
|
'menu.bni_groups' => 'Grupy BNI',
|
|
'menu.functions' => 'Funkcje',
|
|
'menu.process_definitions' => 'Definicje procesów',
|
|
|
|
// Dashboard Headers
|
|
'dashboard.title' => 'Pulpit nawigacyjny',
|
|
'dashboard.meetings' => 'Spotkania',
|
|
'dashboard.other_processes' => 'Inne procesy',
|
|
'dashboard.bulk_actions' => 'Akcje zbiorcze',
|
|
'dashboard.bulk_status_update' => 'Zbiorcza aktualizacja statusu',
|
|
'dashboard.bulk_add_event' => 'Zbiorcze dodawanie zdarzenia',
|
|
'dashboard.bulk_init_instances' => 'Zbiorcza inicjalizacja instancji',
|
|
'dashboard.bulk_print_badge' => 'Drukuj identyfikatory',
|
|
'dashboard.bulk_print_attendance' => 'Drukuj listę obecności',
|
|
'dashboard.create_person' => 'Dodaj osobę',
|
|
'dashboard.filter_by_group' => 'Filtruj wg grupy:',
|
|
'dashboard.all_groups' => 'Wszystkie grupy',
|
|
'dashboard.search' => 'Szukaj',
|
|
'dashboard.search_placeholder' => 'Szukaj osoby, procesu, firmy...',
|
|
|
|
// Modals
|
|
'modal.start_process' => 'Uruchom proces',
|
|
'modal.process_not_started' => 'Proces nie został uruchomiony',
|
|
'modal.available_actions' => 'Dostępne akcje',
|
|
'modal.history' => 'Historia',
|
|
'modal.add_note' => 'Dodaj notatkę',
|
|
'modal.close' => 'Zamknij',
|
|
'modal.save_changes' => 'Zapisz zmiany',
|
|
'modal.cancel' => 'Anuluj',
|
|
|
|
// Form labels
|
|
'form.first_name' => 'Imię',
|
|
'form.last_name' => 'Nazwisko',
|
|
'form.phone' => 'Telefon',
|
|
'form.email' => 'E-mail',
|
|
'form.company_name' => 'Nazwa firmy',
|
|
'form.industry' => 'Branża',
|
|
'form.bni_group' => 'Grupa BNI',
|
|
'form.role' => 'Funkcja',
|
|
'form.details' => 'Szczegóły',
|
|
'form.type' => 'Typ',
|
|
'form.status' => 'Status',
|
|
'form.description' => 'Opis',
|
|
'form.date' => 'Data',
|
|
'form.time' => 'Czas',
|
|
|
|
// Calendar
|
|
'calendar.previous' => 'Poprzedni',
|
|
'calendar.next' => 'Następny',
|
|
'calendar.add_event' => 'Dodaj wydarzenie',
|
|
'calendar.monday' => 'Poniedziałek',
|
|
'calendar.tuesday' => 'Wtorek',
|
|
'calendar.wednesday' => 'Środa',
|
|
'calendar.thursday' => 'Czwartek',
|
|
'calendar.friday' => 'Piątek',
|
|
'calendar.saturday' => 'Sobota',
|
|
'calendar.sunday' => 'Niedziela',
|
|
'calendar.event_details' => 'Szczegóły wydarzenia',
|
|
'calendar.starts' => 'Rozpoczęcie:',
|
|
'calendar.ends' => 'Zakończenie:',
|
|
'calendar.type' => 'Typ:',
|
|
'calendar.edit' => 'Edytuj',
|
|
'calendar.delete' => 'Usuń',
|
|
'calendar.add_event_title' => 'Dodaj wydarzenie',
|
|
'calendar.title' => 'Tytuł',
|
|
'calendar.start_time' => 'Czas rozpoczęcia',
|
|
'calendar.end_time' => 'Czas zakończenia',
|
|
'calendar.groups' => 'Grupa(y)',
|
|
'calendar.recurrence' => 'Powtarzalność',
|
|
'calendar.no_repeat' => 'Nie powtarza się',
|
|
'calendar.daily' => 'Codziennie',
|
|
'calendar.weekly' => 'Co tydzień',
|
|
'calendar.monthly' => 'Co miesiąc',
|
|
'calendar.recurrence_end_date' => 'Data zakończenia powtarzalności',
|
|
'calendar.save_event' => 'Zapisz wydarzenie',
|
|
'calendar.edit_event_title' => 'Edytuj wydarzenie',
|
|
'calendar.recurring_notice' => 'To jest wydarzenie cykliczne.',
|
|
'calendar.update_scope_one' => 'Aktualizuj tylko to wydarzenie',
|
|
'calendar.update_scope_all' => 'Aktualizuj wszystkie wydarzenia w serii',
|
|
'calendar.january' => 'Styczeń',
|
|
'calendar.february' => 'Luty',
|
|
'calendar.march' => 'Marzec',
|
|
'calendar.april' => 'Kwiecień',
|
|
'calendar.may' => 'Maj',
|
|
'calendar.june' => 'Czerwiec',
|
|
'calendar.july' => 'Lipiec',
|
|
'calendar.august' => 'Sierpień',
|
|
'calendar.september' => 'Wrzesień',
|
|
'calendar.october' => 'Październik',
|
|
'calendar.november' => 'Listopad',
|
|
'calendar.december' => 'Grudzień',
|
|
|
|
// BNI Groups
|
|
'bni_groups.title' => 'Grupy BNI',
|
|
'bni_groups.add_new' => 'Dodaj nową grupę BNI',
|
|
'bni_groups.name' => 'Nazwa',
|
|
'bni_groups.city' => 'Miasto',
|
|
'bni_groups.active' => 'Aktywna',
|
|
'bni_groups.actions' => 'Akcje',
|
|
'bni_groups.yes' => 'Tak',
|
|
'bni_groups.no' => 'Nie',
|
|
'bni_groups.edit' => 'Edytuj',
|
|
'bni_groups.delete' => 'Usuń',
|
|
'bni_groups.add_title' => 'Dodaj grupę BNI',
|
|
'bni_groups.add_button' => 'Dodaj',
|
|
'bni_groups.edit_title' => 'Edytuj grupę BNI',
|
|
'bni_groups.delete_title' => 'Usuń grupę BNI',
|
|
'bni_groups.delete_confirm' => 'Czy na pewno chcesz usunąć tę grupę BNI?',
|
|
|
|
// Event Types
|
|
'event_types.title' => 'Typy zdarzeń',
|
|
'event_types.add_new' => 'Dodaj nowy typ zdarzenia',
|
|
'event_types.name' => 'Nazwa',
|
|
'event_types.color' => 'Kolor',
|
|
'event_types.actions' => 'Akcje',
|
|
'event_types.edit' => 'Edytuj',
|
|
'event_types.delete' => 'Usuń',
|
|
'event_types.add_title' => 'Dodaj typ zdarzenia',
|
|
'event_types.add_button' => 'Dodaj',
|
|
'event_types.edit_title' => 'Edytuj typ zdarzenia',
|
|
'event_types.delete_title' => 'Usuń typ zdarzenia',
|
|
'event_types.delete_confirm' => 'Czy na pewno chcesz usunąć ten typ zdarzenia?',
|
|
|
|
// Functions
|
|
'functions.title' => 'Funkcje',
|
|
'functions.add_new' => 'Dodaj nową funkcję',
|
|
'functions.name' => 'Nazwa',
|
|
'functions.group' => 'Grupa',
|
|
'functions.actions' => 'Akcje',
|
|
'functions.edit' => 'Edytuj',
|
|
'functions.delete' => 'Usuń',
|
|
'functions.add_title' => 'Dodaj funkcję',
|
|
'functions.select_group' => 'Wybierz grupę',
|
|
'functions.add_button' => 'Dodaj',
|
|
'functions.edit_title' => 'Edytuj funkcję',
|
|
'functions.delete_title' => 'Usuń funkcję',
|
|
'functions.delete_confirm' => 'Czy na pewno chcesz usunąć tę funkcję?',
|
|
]; |