{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Panel",
    "Advertising": "Reklama",
    "Subscription Reports": "Raporty subskrypcji",
    "Manage Business": "Zarządzaj firmą",
    "Categories": "Kategorie",
    "Business List": "Lista firm",
    "Manage Plans": "Zarządzaj planami",
    "Create Plan": "Utwórz plan",
    "Staff Management": "Zarządzanie personelem",
    "Create Staff": "Utwórz personel",
    "Manage Staff": "Zarządzaj personelem",
    "Messages": "Wiadomości",
    "Manage Messages": "Zarządzaj wiadomościami",
    "CMS Manage": "Zarządzanie CMS",
    "Manage Pages": "Zarządzaj stronami",
    "Manage FAQs": "Zarządzaj FAQ",
    "Terms & Conditions": "Regulamin",
    "Privacy & Policy": "Polityka prywatności",
    "Testimonials": "Opinie",
    "Features": "Funkcje",
    "Interface": "Interfejs",
    "Manage Blogs": "Zarządzaj blogami",
    "Newsletters": "Newslettery",
    "Roles & Permissions": "Role i uprawnienia",
    "Roles": "Role",
    "Permissions": "Uprawnienia",
    "Settings": "Ustawienia",
    "Currencies": "Waluty",
    "Notifications": "Powiadomienia",
    "SMS Settings": "Ustawienia SMS",
    "Payment Gateway": "Bramka płatnicza",
    "System Settings": "Ustawienia systemowe",
    "General Settings": "Ustawienia ogólne",

    "Banner": "Baner",
    "Add New Banner": "Dodaj nowy baner",
    "Banner List": "Lista banerów",
    "Status": "Status",
    "Image": "Obraz",
    "Active": "Aktywny",
    "Cancel": "Anuluj",
    "Save": "Zapisz",
    "Edit Banner": "Edytuj baner",
    "Advertising List": "Lista reklam",
    "Create Banner": "Utwórz baner",
    "SL": "SL",
    "Create Advertising": "Utwórz reklamę",
    "Reset": "Zresetuj",
    "Edit Advertising": "Edytuj reklamę",
    "Edit": "Edytuj",
    "Delete": "Usuń",
    "Shop": "Sklep",
    "Add new Package": "Dodaj nowy pakiet",
    "Shop List": "Lista sklepów",
    "Subscription Plan": "Plan subskrypcji",
    "Select Plan Category": "Wybierz kategorię planu",
    "Package Name": "Nazwa pakietu",
    "Enter Package Name": "Wpisz nazwę pakietu",
    "Business Category": "Kategoria biznesowa",
    "Select Business Category": "Wybierz kategorię biznesową",
    "Duration in Days": "Czas trwania w dniach",
    "Enter number": "Wprowadź liczbę",
    "Offer Price": "Cena oferty",
    "Enter Plan Price": "Wprowadź cenę planu",
    "Subscription Price": "Cena subskrypcji",
    "Enter Subscription Price": "Wprowadź cenę subskrypcji",
    "View": "Widok",
    "Upgrade Plan": "Uaktualnij plan",
    "Edit Shop": "Edytuj sklep",
    "Select Category": "Wybierz kategorię",
    "Shop/Business Name": "Nazwa sklepu/firmy",
    "Enter Shop/Business Name": "Wprowadź nazwę sklepu/firmy",
    "Package": "Pakiet",
    "Select a package": "Wybierz pakiet",
    "Name": "Imię",
    "Enter Name": "Wprowadź imię",
    "Role": "Rola",
    "Select a role": "Wybierz rolę",
    "Email": "E-mail",
    "Enter Email": "Wprowadź e-mail",
    "Phone": "Telefon",
    "Enter Phone Number": "Wprowadź numer telefonu",
    "Password": "Hasło",
    "Enter Password": "Wprowadź hasło",
    "Confirm password": "Potwierdź hasło",
    "Enter Confirm password": "Wprowadź potwierdzenie hasła",
    "Address": "Adres",
    "Enter Address": "Wprowadź adres",
    "Select Country": "Wybierz kraj",
    "Select a Country": "Wybierz kraj",
    "Balance": "Saldo",
    "Enter Balance": "Wprowadź saldo",
    "Search...": "Szukaj...",
    "Business Name": "Nazwa firmy",
    "Last Enroll": "Ostatnie zapisanie",
    "Expired Date": "Data wygaśnięcia",
    "Action": "Akcja",
    "Select A Plan": "Wybierz plan",
    "Select One": "Wybierz jeden",
    "Price": "Cena",
    "Enter plan price or select a plan": "Wprowadź cenę planu lub wybierz plan",
    "Payment Gateways": "Bramki płatności",
    "Select A payment gateway": "Wybierz bramkę płatności",
    "Notes": "Notatki",
    "Enter notes": "Wprowadź notatki",
    "Business View": "Widok firmy",
    "Created date": "Data utworzenia",
    "Category": "Kategoria",
    "Add new Category": "Dodaj nową kategorię",
    "View List": "Wyświetl listę",
    "Buisness Name": "Nazwa firmy",
    "Enter Description": "Wprowadź opis",
    "Description": "Opis",
    "Edit Business Category": "Edytuj kategorię firmy",
    "Enter Buisness Description": "Wprowadź opis firmy",
    "Business Categories List": "Lista kategorii firm",
    "Add New": "Dodaj nowy",
    "Reports": "Raporty",
    "All": "Wszystko",
    "Active User": "Aktywny użytkownik",
    "Deactive User": "Nieaktywny użytkownik",
    "Date": "Data",
    "SL.": "SL.",
    "Invoice": "Faktura",
    "Customer Name": "Nazwa klienta",
    "Amount": "Kwota",
    "View Report": "Zobacz raport",
    "Download Report": "Pobierz raport",
    "User View": "Widok użytkownika",
    "Shop Name": "Nazwa sklepu",
    "Country": "Kraj",
    "Reason": "Powód",
    "Are You Sure?": "Czy jesteś pewien?",
    "You won't be able to revert this!": "Nie będzie można tego cofnąć!",
    "Yes, Delete It!": "Tak, usuń to!",
    "Add Currency": "Dodaj walutę",
    "Code": "Kod",
    "Symbol": "Symbol",
    "Position": "Pozycja",
    "Inactive": "Nieaktywny",
    "Make Default": "Ustaw jako domyślny",
    "Edit Currency": "Edytuj walutę",
    "Currency": "Waluta",

    "Total Businesses": "Łączna liczba firm",
    "Total Expired Businesses": "Łączna liczba wygasłych firm",
    "Total Plan Subscribes": "Łączna liczba subskrypcji planów",
    "Total Business Categories": "Łączna liczba kategorii firm",
    "Total Plans": "Łączna liczba planów",
    "Total Staffs": "Łączna liczba pracowników",
    "Finance Overview": "Przegląd finansowy",

    "Gateway Settings": "Ustawienia bramki",
    "Payment Gateway Settings": "Ustawienia bramki płatności",
    "GATEWAY IMAGE": "OBRAZ BRAMKI",
    "GATEWAY NAME": "NAZWA BRAMKI",
    "Gateway Charge": "Opłata bramki",
    "Gateway Currency": "Waluta bramki",
    "Gateway Mode": "Tryb bramki",
    "Is Manual": "Jest ręczny",
    "Yes": "Tak",
    "No": "Nie",
    "Label": "Etykieta",
    "Enter label name": "Wprowadź nazwę etykiety",
    "Select Required/Optionl": "Wybierz Wymagane/Opcjonalne",
    "Required": "Wymagane",
    "Optional": "Opcjonalne",
    "Add new row": "Dodaj nowy wiersz",
    "INSTRUCTIONS": "INSTRUKCJE",
    "Enter payment instructions here": "Wprowadź tutaj instrukcje płatności",

    "Messages List": "Lista wiadomości",
    "Search": "Szukaj",
    "Company Name": "Nazwa firmy",
    "Message": "Wiadomość",

    "Notifications List": "Lista powiadomień",
    "Today": "Dziś",
    "Last 7 Days": "Ostatnie 7 dni",
    "Last 15 Days": "Ostatnie 15 dni",
    "Last Month": "Ostatni miesiąc",
    "Last Year": "Ostatni rok",
    "Created At": "Utworzono o",
    "Read At": "Przeczytano o",
    "Add New Payment Type": "Dodaj nowy typ płatności",
    "Enter Payment Type": "Wprowadź typ płatności",
    "Edit Payment Type": "Edytuj typ płatności",
    "Payment Type": "Typ płatności",
    "Add Payment Type": "Dodaj typ płatności",
    "Per Page- 10": "Na stronę- 10",
    "Per Page- 25": "Na stronę- 25",
    "Per Page- 50": "Na stronę- 50",
    "Per Page- 100": "Na stronę- 100",
    "Assigned Role": "Przydzielona rola",
    "Assign Role To User": "Przydziel rolę użytkownikowi",
    "Select User": "Wybierz użytkownika",
    "User": "Użytkownik",
    "Select Role": "Wybierz rolę",
    "Add Subscription Plan": "Dodaj plan subskrypcyjny",
    "Package List": "Lista pakietów",
    "Add New Features": "Dodaj nowe funkcje",
    "Enter features": "Wprowadź funkcje",
    "Edit Subscription Plan": "Edytuj plan subskrypcyjny",
    "Edit Package": "Edytuj pakiet",
    "Enter Duration Days": "Wprowadź liczbę dni",
    "Deactive": "Dezaktywuj",
    "Create Plans": "Twórz plany",
    "User Profile": "Profil użytkownika",
    "Registration Date": "Data rejestracji",
    "Enter Your Name": "Wprowadź swoje imię",
    "Enter Your Email": "Wprowadź swój e-mail",
    "Profile Picture": "Zdjęcie profilowe",
    "Current Password": "Aktualne hasło",
    "Enter Your Current Password": "Wprowadź swoje aktualne hasło",
    "New Password": "Nowe hasło",
    "Enter New Password": "Wprowadź nowe hasło",
    "Save Changes": "Zapisz zmiany",
    "Add New Role": "Dodaj nową rolę",
    "Set role permissions": "Ustaw uprawnienia roli",
    "Role Name": "Nazwa roli",
    "Enter role name": "Wprowadź nazwę roli",
    "Role Permissions": "Uprawnienia roli",
    "Setup role permissions": "Skonfiguruj uprawnienia roli",
    "Select All": "Wybierz wszystko",
    "Roles List": "Lista ról",
    "Add role, if it does not exist": "Dodaj rolę, jeśli nie istnieje",
    "Edit Role": "Edytuj rolę",
    "Privacy & Policy Settings": "Ustawienia prywatności i polityki",
    "Update": "Aktualizuj",
    "Term & Condition Settings": "Ustawienia warunków i zasad",
    "Title": "Tytuł",
    "Enter Title": "Wprowadź tytuł",
    "Copy Right": "Prawo autorskie",
    "Admin Footer Text": "Tekst stopki administratora",
    "Enter Text": "Wprowadź tekst",
    "Admin Footer Link Text": "Tekst linku stopki administratora",
    "Admin Footer Link": "Link stopki administratora",
    "Enter Link": "Wprowadź link",
    "Main Header Logo": "Logo główne",
    "Common Header Logo": "Logo wspólne",
    "Footer Logo": "Logo stopki",
    "Admin Logo": "Logo administratora",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Nie używaj żadnych spacji w polach wejściowych",

    "App": "Aplikacja",
    "Drivers": "Sterowniki",
    "Storage Settings": "Ustawienia pamięci",
    "Mail Configuration": "Konfiguracja poczty",
    "Others": "Inne",
    "APP_NAME": "NAZWA_APLIKACJI",
    "APP_KEY": "KLUCZ_APLIKACJI",
    "APP_DEBUG": "DEBUG_APLIKACJI",
    "APP_URL": "URL_APLIKACJI",
    "QUEUE_MAIL": "KOLEJKA_POCZTY",
    "MAIL_DRIVER_TYPE": "TYPU_SILNIKA_POCZTY",
    "MAIL DRIVER": "SILNIK_POCZTY",
    "MAIL_HOST": "HOST_POCZTY",
    "MAIL_PORT": "PORT_POCZTY",
    "MAIL_USERNAME": "NAZWA_UŻYTKOWNIKA_POCZTY",
    "MAIL_PASSWORD": "HASŁO_POCZTY",
    "MAIL_ENCRYPTION": "ENKRYPCJA_POCZTY",
    "MAIL_FROM_ADDRESS": "ADRES_NADAWCY_POCZTY",
    "MAIL_FROM_NAME": "NAZWA_NADAWCY_POCZTY",
    "QUEUE COMMAND Path": "Ścieżka polecenia kolejki",
    "CACHE_DRIVER": "SILNIK_CACHE",
    "Recommended": "Zalecane",
    "QUEUE_CONNECTION": "POŁĄCZENIE_KOLEJKI",
    "SESSION_DRIVER": "SILNIK_SESJI",
    "SESSION_LIFETIME": "CZAS_TRWANIA_SESJI",
    "REDIS_PORT": "PORT_REDIS",
    "REDIS_URL": "URL_REDIS",
    "REDIS_PASSWORD": "HASŁO_REDIS",
    "AWS S3 Storage Bucket'": "Kosz S3 AWS",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Wypełnij te dane uwierzytelniające, jeśli chcesz używać kosza S3 AWS",
    "Wasabi Storage Bucket": "Kosz Wasabi",
    "public (uploads folder)": "publiczny (folder przesyłania)",
    "AWS_ACCESS_KEY_ID": "IDENTYFIKATOR_KLUCZA_DOSTĘPU_AWS",
    "AWS_SECRET_ACCESS_KEY": "TAJNY_KLUCZ_DOSTĘPU_AWS",
    "AWS_DEFAULT_REGION": "DOMYŚLNY_REGION_AWS",
    "AWS_BUCKET": "KOSZ_AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Wypełnij te dane uwierzytelniające, jeśli chcesz używać kosza Wasabi",
    "WAS_ACCESS_KEY_ID": "IDENTYFIKATOR_KLUCZA_DOSTĘPU_WAS",
    "WAS_SECRET_ACCESS_KEY": "TAJNY_KLUCZ_DOSTĘPU_WAS",
    "WAS_DEFAULT_REGION": "DOMYŚLNY_REGION_WAS",
    "WAS_BUCKET": "KOSZ_WAS",
    "WAS_ENDPOINT": "ENDPOINT_WAS",
    "CACHE_LIFETIME": "CZAS_TRWANIA_CACHE",
    "Paid": "Zapłacono",
    "Reject": "Odrzuć",
    "Why are you reject It?": "Dlaczego to odrzucasz?",
    "Enter Reason": "Wprowadź powód",
    "Confirm": "Potwierdź",
    "Subscriptions List": "Lista subskrypcji",
    "Started": "Rozpoczęty",
    "End": "Koniec",
    "Gateway Method": "Metoda bramki",
    "Are you sure?": "Czy jesteś pewien?",
    "Add New Testimonial": "Dodaj nowe świadectwo",
    "Client Name": "Nazwa klienta",
    "Enter Client Name": "Wprowadź nazwę klienta",
    "Stars": "Gwiazdy",
    "Works At": "Pracuje w",
    "Client Image": "Obraz klienta",
    "Review": "Recenzja",
    "Enter text": "Wprowadź tekst",
    "Enter review message here": "Wprowadź wiadomość recenzji tutaj",
    "Edit Testimonial": "Edytuj świadectwo",
    "Testimonials List": "Lista świadectw",
    "Create New": "Utwórz nowy",
    "Add New Staff": "Dodaj nowy personel",
    "Full Name": "Pełne imię",
    "Enter Email Address": "Wprowadź adres e-mail",
    "Edit Staff": "Edytuj personel",
    "Staff List": "Lista personelu",
    "User Email": "E-mail użytkownika",
    "User Role": "Rola użytkownika",
    "Comments": "Komentarze",
    "Comment List": "Lista komentarzy",
    "Create Blog": "Utwórz bloga",
    "Blog List": "Lista blogów",
    "Select a status": "Wybierz status",
    "Tags": "Tagi",
    "Enter tags name": "Wprowadź nazwę tagów",
    "SEO Meta Tags": "Tagi meta SEO",
    "Meta Title": "Tytuł meta",
    "Meta Description": "Opis meta",
    "Enter meta Description": "Wprowadź opis meta",
    "Comment": "Komentarz",
    "Edit Blog": "Edytuj bloga",
    "Blogs": "Blogi",
    "Create Faqs": "Utwórz FAQ",
    "Add New FAQs": "Dodaj nowe FAQ",
    "Question": "Pytanie",
    "InActive": "Nieaktywne",
    "Answer": "Odpowiedź",
    "Enter question answer here": "Wprowadź odpowiedź na pytanie tutaj",
    "Edit Faqs": "Edytuj FAQ",
    "FAQS List": "Lista FAQ",
    "View Details": "Zobacz szczegóły",
    "Create Feature": "Utwórz funkcję",
    "Add New Feature": "Dodaj nową funkcję",
    "Backgroud Color": "Kolor tła",
    "Enter Color": "Wprowadź kolor",
    "Edit Feature": "Edytuj funkcję",
    "Features List": "Lista funkcji",
    "Create Interfaces": "Utwórz interfejsy",
    "Add New Interface": "Dodaj nowy interfejs",
    "Edit Interface": "Edytuj interfejs",
    "Interfaces List": "Lista interfejsów",
    "Newsletters List": "Lista biuletynów",
    "Page for Updating Website Sections": "Strona do aktualizacji sekcji witryny",
    "Slider Section": "Sekcja suwaka",
    "Header Section": "Sekcja nagłówka",
    "Feature Section": "Sekcja funkcji",
    "Interface Section": "Sekcja interfejsu",
    "Watch Section": "Sekcja oglądania",
    "Testimonial Section": "Sekcja świadectw",
    "Blog Section": "Sekcja bloga",
    "About us Page": "Strona o nas",
    "Terms And Conditions": "Warunki i zasady",
    "Privacy Page": "Strona prywatności",
    "Contuct us Page": "Strona kontaktowa",
    "Pricing Section": "Sekcja cenowa",
    "Footer Section": "Sekcja stopki",
    "Social Medias": "Media społecznościowe",
    "Button One": "Przycisk jeden",
    "Button Text": "Tekst przycisku",
    "Button One Link": "Link do przycisku jeden",
    "Button Two": "Przycisk dwa",
    "Button Two Link": "Link do przycisku dwa",
    "Scanner Text": "Tekst skanera",
    "Scanner Image": "Obraz skanera",
    "Slider Image": "Obraz suwaka",
    "Header Button Text": "Tekst przycisku nagłówka",
    "Header Button Link": "Link do przycisku nagłówka",
    "Enter Header link": "Wprowadź link nagłówka",
    "Section Title": "Tytuł sekcji",
    "Enter Section Title": "Wprowadź tytuł sekcji",
    "Interface Title": "Tytuł interfejsu",
    "Watch Title": "Tytuł oglądania",
    "Button Link": "Link przycisku",
    "Watch Image": "Obraz oglądania",
    "Blog Title": "Tytuł bloga",
    "Read More Button Text": "Tekst przycisku czytaj więcej",
    "View All Button Text": "Tekst przycisku zobacz wszystko",
    "View All Link": "Link do zobaczenia wszystkiego",
    "Testimonial Title": "Tytuł świadectwa",
    "Enter Short Title": "Wprowadź Krótki Tytuł",
    "Long Title": "Długi Tytuł",
    "About Image": "O Obrazie",
    "Description One": "Opis Pierwszy",
    "Description Two": "Opis Drugi",
    "Option": "Opcja",
    "Icon": "Ikona",
    "Plan Button Url": "URL Przycisku Planu",
    "Short Title": "Krótki Tytuł",
    "Right Footer Title": "Tytuł Prawa Stopka",
    "Middle Footer Title": "Tytuł Środkowa Stopka",
    "Apple App Link": "Link do Aplikacji Apple",
    "Apple App": "Aplikacja Apple",
    "Google Play Link": "Link do Google Play",
    "Google Play App": "Aplikacja Google Play",
    "Right Footer": "Prawa Stopka",
    "Link": "Link",
    "Middle Footer": "Środkowa Stopka",
    "Left Footer": "Lewa Stopka",
    "Footer Socials": "Media Społecznościowe Stopka",
    "Forgot Password": "Zapomniałeś Hasła",
    "Enter the email address associated with your account": "Wprowadź adres e-mail powiązany z Twoim kontem",
    "Enter your Email": "Wprowadź swój E-mail",
    "Continue": "Kontynuuj",
    "Back to Login": "Powrót do Logowania",
    "Login": "Zaloguj się",
    "Welcome to": "Witamy w",
    "Welcome back, Please login in to your account": "Witamy z powrotem, proszę zalogować się na swoje konto",
    "Remember me": "Zapamiętaj mnie",
    "Forgot Password?": "Zapomniałeś Hasła?",
    "Super Admin": "Super Administrator",
    "Admin": "Administrator",
    "Manager": "Menadżer",
    "Reset Password": "Zresetuj Hasło",
    "Change Password": "Zmień Hasło",
    "Create new password, it must be Strong password.": "Utwórz nowe hasło, musi być silne.",
    "Confirm Password": "Potwierdź Hasło",
    "You Have": "Masz",
    "new Notifications": "nowe Powiadomienia",
    "Mark all Read": "Oznacz wszystkie jako Przeczytane",
    "View all notifications": "Zobacz wszystkie powiadomienia",
    "Clear cache": "Wyczyść pamięć podręczną",
    "My Profile": "Mój Profil",
    "Logout": "Wyloguj się",
    "About Us": "O Nas",
    "Home": "Strona Główna",
    "Pricing": "Cennik",
    "Pages": "Strony",
    "Blog": "Blog",
    "Privacy Policy": "Polityka Prywatności",
    "Contact Us": "Skontaktuj się z Nami",
    "You are having this email because you have requested for a password reset.": "Otrzymujesz ten e-mail, ponieważ poprosiłeś o zresetowanie hasła.",
    "Your verification code is:": "Twój kod weryfikacyjny to:",
    "This password reset code will expire in 60 minutes.": "Ten kod resetowania hasła wygasł w ciągu 60 minut.",
    "If you did not request a password reset, no further action is required.": "Jeśli nie żądałeś zresetowania hasła, nie są wymagane dalsze działania.",
    "Regards": "Pozdrawiam",
    "All right reserved": "Wszystkie prawa zastrzeżone",
    "Hi": "Cześć",
    "Dear": "Drogi",
    "Your OTP code is": "twój kod OTP to",
    "Please do not share this PIN with anyone": "Proszę nie udostępniać tego PIN-u nikomu",
    "Best Regards": "Z najlepszymi pozdrowieniami",
    "Gateway Name": "Nazwa Bramy",
    "Subscription Name": "Nazwa Subskrypcji",
    "Payable Amount": "Kwota do Zapłaty",
    "Phone Number": "Numer Telefonu",
    "Enter your phone number": "Wprowadź swój numer telefonu",
    "Pay Now": "Zapłać Teraz",
    "Next": "Dalej",
    "Previous": "Poprzedni",
    "Free": "Darmowy",
    "Features Of Free Plan": "Funkcje Darmowego Planu",
    "Choose Plan": "Wybierz Plan",
    "Blog Details": "Szczegóły Bloga",
    "Leave a Comment Here": "Zostaw Komentarz Tutaj",
    "Your email address will not be published": "Twój adres e-mail nie zostanie opublikowany",
    "Enter your name": "Wprowadź swoje imię",
    "Enter your email": "Wprowadź swój e-mail",
    "Enter your comment": "Wprowadź swój komentarz",
    "Recent Posts": "Najnowsze Posty",
    "Create a Free Account": "Utwórz Darmowe Konto",
    "Enter full name": "Wprowadź pełne imię i nazwisko",
    "Enter phone number": "Wprowadź numer telefonu",
    "Enter email address": "Wprowadź adres e-mail",
    "Company": "Firma",
    "Enter company name": "Wprowadź nazwę firmy",
    "Enter your message": "Wprowadź swoją wiadomość",
    "Pricing Plan": "Plan Cennikowy",
    "Subscription Plans": "Plany Subskrypcyjne",

    "Plan List": "Lista Planów",
    "Work At": "Pracuj w",
    "Show- 10": "Pokaż- 10",
    "Show- 25": "Pokaż- 25",
    "Show- 50": "Pokaż- 50",
    "Show- 100": "Pokaż- 100",
    "Duration": "Czas Trwania",
    "Select": "Wybierz",
    "Currency List": "Lista Walut",
    "Default": "Domyślny",
    "Country Name": "Nazwa Kraju",
    "View Website": "Zobacz Stronę",
    "Contact Messages": "Wiadomości Kontaktowe",

    "Total Shop": "Całkowity Sklep",
    "Expired Businesses": "Wygasłe Firmy",
    "Plan Subscribes": "Subskrypcje Planu",
    "Total Categories": "Łączna Liczba Kategorii",
    "Recent Register": "Ostatnia Rejestracja",
    "Date & Time": "Data i Czas",
    "View All": "Zobacz Wszystko",
    "Add new Business": "Dodaj Nową Firmę",
    "Enter Company Name": "Wprowadź Nazwę Firmy",
    "Edit Business": "Edytuj Firmę",
    "Create Business": "Utwórz Firmę",
    "Enter Buisness Name": "Wprowadź Nazwę Firmy",
    "Note: Enter embedded video link": "Uwaga: Wprowadź link do osadzonego wideo",
    "Enter title": "Wprowadź Tytuł",
    "Enter Code": "Wprowadź Kod",
    "Enter Symbol": "Wprowadź Symbol",
    "Select a position": "Wybierz pozycję",
    "left": "lewo",
    "right": "prawo",
    "TIMEZONE": "STREFY CZASOWE",
    "Note :": "Uwaga :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Jeśli korzystasz z KOLEJKI E-MAIL po zmianie ustawień poczty, musisz ponownie uruchomić swojego Superwizora z serwera.",
    "QUEUE COMMAND Path :": "ŚCIEŻKA KOMENDY KOLEJKI :",
    "QUEUE COMMAND :": "KOMENDA KOLEJKI :",
    "Storage Method": "Metoda Przechowywania",

    "Brand List": "Lista marek",
    "Add new Brand": "Dodaj nową markę",
    "items show": "wyświetl przedmioty",
    "Brand Name": "Nazwa marki",
    "Create Brand": "Utwórz markę",
    "Enter Brand Name": "Wpisz nazwę marki",
    "Edit Brand": "Edytuj markę",
    "Add New Category": "Dodaj nową kategorię",
    "Enter Category Name": "Wpisz nazwę kategorii",
    "Select Variations": "Wybierz wariacje",
    "Capacity": "Pojemność",
    "Color": "Kolor",
    "Size": "Rozmiar",
    "Type": "Typ",
    "Weight": "Waga",
    "Edit Category": "Edytuj kategorię",
    "Category List": "Lista kategorii",
    "You want to delete everything!": "Chcesz usunąć wszystko!",
    "Total Sales": "Łączna sprzedaż",
    "Total Purchase": "Łączny zakup",
    "Total Income": "Łączny dochód",
    "This Month": "W tym miesiącu",
    "Total Expense": "Łączny wydatek",
    "Total Customer": "Łączna liczba klientów",
    "Total Supplier": "Łączna liczba dostawców",
    "Sales Returns": "Zwroty sprzedaży",
    "Purchase Returns": "Zwroty zakupu",
    "Low Stock": "Niski stan magazynowy",
    "Alert Qty": "Ilość ostrzeżenia",
    "Profit": "Zysk",
    "Loss": "Strata",
    "Purchase": "Zakup",
    "Sales": "Sprzedaż",
    "Income": "Dochód",
    "Expense": "Wydatek",
    "Recent Sales": "Ostatnia sprzedaż",
    "Recent Purchase": "Ostatni zakup",
    "Customer": "Klient",
    "Total": "Łącznie",
    "Due": "Należność",
    "Collect Due": "Zbieraj należności",
    "Select Invoice": "Wybierz fakturę",
    "Select an Invoice": "Wybierz fakturę",
    "Total Amount": "Łączna kwota",
    "Paid Amount": "Zapłacona kwota",
    "Due Amount": "Kwota należna",
    "Select one": "Wybierz jeden",
    "Cash": "Gotówka",
    "Card": "Karta",
    "Check": "Czek",
    "Mobile Pay": "Płatność mobilna",
    "Due List": "Lista należności",
    "Mobile": "Telefon",
    "Sale": "Sprzedaż",
    "Bill To": "Fakturuj do",
    "Collected By": "Zebrane przez",
    "Total Due": "Cała należność",
    "Payment Amount": "Kwota płatności",
    "Remaining Due": "Pozostała należność",
    "Powered By": "Zasilane przez",
    "Create Expense Catgeory": "Utwórz kategorię wydatków",
    "Catgeory Name": "Nazwa kategorii",
    "Enter catgeory Name": "Wpisz nazwę kategorii",
    "Edit Expense Category": "Edytuj kategorię wydatków",
    "Expense Category List": "Lista kategorii wydatków",
    "Add new": "Dodaj nowy",
    "Category Name": "Nazwa kategorii",
    "Create Expense": "Utwórz wydatek",
    "Enter Amount": "Wpisz kwotę",
    "Select A Category": "Wybierz kategorię",
    "Expense For": "Wydatki na",
    "Enter Expense For": "Wpisz wydatki na",
    "Select a payment type": "Wybierz typ płatności",
    "Bank": "Bank",
    "Mobile Payment": "Płatność mobilna",
    "Reference Number": "Numer referencyjny",
    "Enter reference number": "Wpisz numer referencyjny",
    "Expense Date": "Data wydatku",
    "Note": "Notatka",
    "Enter note": "Wpisz notatkę",
    "Edit Expense": "Edytuj wydatek",
    "Expense List": "Lista wydatków",
    "Expesne For": "Wydatki na",
    "Create Income Catgeory": "Utwórz kategorię dochodów",
    "Enter catgeory name": "Wpisz nazwę kategorii",
    "Edit Income Category": "Edytuj kategorię dochodów",
    "Income Category List": "Lista kategorii dochodów",
    "Create Income": "Utwórz dochód",
    "Enter amount": "Wpisz kwotę",
    "Enter income for": "Wpisz dochód na",
    "Income Date": "Data dochodu",
    "Edit Income": "Edytuj dochód",
    "Income List": "Lista dochodów",
    "Sale New": "Nowa sprzedaż",
    "Sale List": "Lista sprzedaży",
    "Sale Return": "Zwrot sprzedaży",
    "Purchases": "Zakupy",
    "Purchase New": "Nowy zakup",
    "Purchase List": "Lista zakupów",
    "Purchase Return": "Zwrot zakupu",
    "Products": "Produkty",
    "All Product": "Wszystkie produkty",
    "Add Product": "Dodaj produkt",
    "Brand": "Marka",
    "Unit": "Jednostka",
    "Stock List": "Lista zapasów",
    "Customers": "Klienci",
    "All Customers": "Wszyscy klienci",
    "Add Customer": "Dodaj klienta",
    "Suppliers": "Dostawcy",
    "All Suppliers": "Wszyscy dostawcy",
    "Add Supplier": "Dodaj dostawcę",
    "Income Category": "Kategoria dochodów",
    "Expense Category": "Kategoria wydatków",
    "Subscriptions": "Subskrypcje",
    "Profit & Loss List": "Lista zysków i strat",
    "All Income": "Wszystkie dochody",
    "All Expense": "Wszystkie wydatki",
    "Current Stock": "Aktualny stan magazynowy",
    "Customer Due": "Należność od klienta",
    "Supplier Due": "Należność od dostawcy",
    "Loss & Profit": "Strata i zysk",
    "Loss/Profit": "Strata/Zysk",
    "Unpaid": "Nieopłacone",
    "Loss Profit": "Strata Zysk",
    "Loss Profit List": "Lista strat i zysków",
    "Product List": "Lista produktów",
    "Create Party": "Utwórz stronę",
    "List": "Lista",
    "Party Type": "Typ strony",
    "Retailer": "Detalista",
    "Dealer": "Dealer",
    "Wholesaler": "Hurtownik",
    "Supplier": "Dostawca",
    "Enter Due": "Wpisz należność",
    "Edit Party": "Edytuj stronę",
    "Edit ": "Edytuj ",
    " List": " Lista",
    "Parties List": "Lista stron",
    "Add new ": "Dodaj nowy ",
    "Create Product": "Utwórz produkt",
    "Add new Product": "Dodaj nowy produkt",
    "Product Name": "Nazwa produktu",
    "Enter Product Name": "Wpisz nazwę produktu",
    "Product Category": "Kategoria produktu",
    "Product Unit": "Jednostka produktu",
    "Product Code": "Kod produktu",
    "Enter Product Code": "Wpisz kod produktu",
    "Stock": "Magazyn",
    "Enter stock qty": "Wpisz ilość w magazynie",
    "Purchase Price": "Cena zakupu",
    "Enter purchase price": "Wpisz cenę zakupu",
    "Sale Price": "Cena sprzedaży",
    "Enter sale price": "Wpisz cenę sprzedaży",
    "Wholesale Price": "Cena hurtowa",
    "Enter wholesale price": "Wpisz cenę hurtową",
    "Dealer Price": "Cena dealera",
    "Enter dealer price": "Wpisz cenę dealera",
    "Manufacturer": "Producent",
    "Enter manufacturer name": "Wpisz nazwę producenta",
    "Edit Product": "Edytuj produkt",
    "Product Brand": "Marka produktu",
    "Purchase price": "Cena zakupu",
    "Sale price": "Cena sprzedaży",
    "Pos Sale": "Sprzedaż POS",
    "Invoice no": "Numer faktury",
    "Invoice No": "Numer faktury",
    "Items": "Przedmioty",
    "Qty": "Ilość",
    "Sub Total": "Suma częściowa",
    "Purchase return Amount ": "Kwota zwrotu zakupu",
    "Confirm Return": "Potwierdź zwrot",
    "Purchase Return List": "Lista zwrotów zakupu",
    "Return Date": "Data zwrotu",
    "Return Amount": "Kwota zwrotu",
    "Return Qty": "Ilość zwrotu",
    "Brand list": "Lista marek",
    "0": "0",
    "Quick Action": "Szybka akcja",
    "Today Purchase": "Zakup dzisiaj",
    "Calculator": "Kalkulator",
    "Select Supplier": "Wybierz dostawcę",
    "Receive Amount": "Otrzymana kwota",
    "Search product...": "Szukaj produktu...",
    "Due: ": "Termin: ",
    "Party Name": "Nazwa strony",
    "Discount": "Zniżka",
    "Payment": "Płatność",
    "INVOICE": "FAKTURA",
    "Sells By": "Sprzedaje przez",
    "Quantity": "Ilość",
    "Unit Price": "Cena jednostkowa",
    "Total Price": "Cena całkowita",
    "Item": "Produkt",
    "Paid by": "Opłacone przez",
    "Subtotal": "Podsumowanie",
    "Customer Signature": "Podpis klienta",
    "Authorized Signature": "Podpis upoważnionego",
    "Add Items": "Dodaj produkty",
    "Enter Quantity": "Wprowadź ilość",
    "Enter Purchase Price": "Wprowadź cenę zakupu",
    "Sales Price": "Cena sprzedaży",
    "Enter Sales Price": "Wprowadź cenę sprzedaży",
    "WholeSale Price": "Cena hurtowa",
    "Enter WholeSale Price": "Wprowadź cenę hurtową",
    "Enter Dealer Price": "Wprowadź cenę dealerską",
    "Customer Due Reports": "Raporty zaległości klienta",
    "Customer Due List": "Lista zaległości klienta",
    "Expense Reports": "Raporty wydatków",
    "Expense Report List": "Lista raportów wydatków",
    "Income For": "Dochód za",
    "Income Reports": "Raporty dochodów",
    "Income Report List": "Lista raportów dochodów",
    "Loss Profit Reports": "Raporty straty zysku",
    "From Date": "Od daty",
    "To Date": "Do daty",
    "Loss Profit Report List": "Lista raportów straty zysku",
    "Discount Amount": "Kwota rabatu",
    "Sale Date": "Data sprzedaży",
    "Purchase Report List": "Lista raportów zakupu",
    "Purchase Reports": "Raporty zakupu",
    "Purchase Return Report List": "Lista raportów zwrotu zakupu",
    "Purchase Return Reports": "Raporty zwrotu zakupu",
    "Sales Report List": "Lista raportów sprzedaży",
    "Sale Reports": "Raporty sprzedaży",
    "Sale Return Report": "Raport zwrotu sprzedaży",
    "Sale Return Reports": "Raporty zwrotu sprzedaży",
    "Sale Return Report List": "Lista raportów zwrotu sprzedaży",
    "Cost": "Koszt",
    "Stock Value": "Wartość zapasów",
    "Stock Report List": "Lista raportów zapasów",
    "Stock Reports": "Raporty zapasów",
    "Total Quantity": "Całkowita ilość",
    "Total Stock Value": "Całkowita wartość zapasów",
    "Supplier Due Reports": "Raporty zaległości dostawcy",
    "Supplier Due List": "Lista zaległości dostawcy",
    "Profile Edit": "Edytuj profil",
    "Parties": "Strony",
    "Sales List": "Lista sprzedaży",
    "User Title": "Tytuł użytkownika",
    "Enter user title": "Wprowadź tytuł użytkownika",
    "Email Address": "Adres e-mail",
    "Edit User Role": "Edytuj rolę użytkownika",
    "Add User Role": "Dodaj rolę użytkownika",
    "Sale return Amount ": "Kwota zwrotu sprzedaży",
    "Sales Return List": "Lista zwrotów sprzedaży",
    "Select Customer": "Wybierz klienta",
    "Guest": "Gość",
    "Enter Customer Phone Number": "Wprowadź numer telefonu klienta",
    "Type note...": "Wpisz notatkę...",
    "Sales Return": "Zwrot sprzedaży",
    "Purchases Return": "Zwrot zakupu",
    "Add Vat": "Dodaj VAT",
    "Tax": "Podatek",
    "Apply": "Zastosuj",
    "Select a category": "Wybierz kategorię",
    "Company And Business Name": "Nazwa firmy i działalności",
    "Enter Phone": "Wprowadź telefon",
    "Logo": "Logo",
    "Invoice Logo": "Logo faktury",
    "Purchase Plan": "Plan zakupu",
    "Days": "Dni",
    "Already Subscribed": "Już subskrybowano",
    "Buy Now": "Kup teraz",
    "Create Unit": "Utwórz jednostkę",
    "Unit Name": "Nazwa jednostki",
    "Enter Unit Name": "Wprowadź nazwę jednostki",
    "Unit List": "Lista jednostek",
    "Add new Unit": "Dodaj nową jednostkę",
    "Overall Reports": "Raporty ogólne",
    "Revenue Statistic": "Statystyki przychodów",
    "Today Sales": "Sprzedaż dzisiaj",
    "Change Amount": "Kwota zmiany",
    "Vat": "VAT",
    "Save Product": "Zapisz produkt",
    "Product": "Produkt",
    "Category created successfully": "Kategoria została pomyślnie utworzona",
    "Category updated successfully": "Kategoria została pomyślnie zaktualizowana",
    "Category deleted successfully": "Kategoria została pomyślnie usunięta",
    "Selected Category deleted successfully": "Wybrana kategoria została pomyślnie usunięta",
    "Somethings went wrong!": "Coś poszło nie tak!",
    "Brand created successfully": "Marka została pomyślnie utworzona",
    "Brand updated successfully": "Marka została pomyślnie zaktualizowana",
    "Brand deleted successfully": "Marka została pomyślnie usunięta",
    "Selected Brands deleted successfully": "Wybrane marki zostały pomyślnie usunięte",
    "Something was wrong.": "Coś poszło źle.",
    "Default currency activated successfully": "Domyślna waluta została pomyślnie aktywowana",
    "Failed to set default currency. Please try again.": "Nie udało się ustawić domyślnej waluty. Spróbuj ponownie.",
    "Collect Due saved successfully": "Należność została pomyślnie zapisana",
    "Expense Category saved successfully.": "Kategoria wydatków została pomyślnie zapisana.",
    "Expense Category updated successfully.": "Kategoria wydatków została pomyślnie zaktualizowana.",
    "Expense Category deleted successfully": "Kategoria wydatków została pomyślnie usunięta",
    "Selected item deleted successfully.": "Wybrany przedmiot został pomyślnie usunięty.",
    "Expense saved successfully.": "Wydatek został pomyślnie zapisany.",
    "Expense updated successfully.": "Wydatek został pomyślnie zaktualizowany.",
    "Expense deleted successfully": "Wydatek został pomyślnie usunięty",
    "Selected Items deleted successfully.": "Wybrane przedmioty zostały pomyślnie usunięte.",
    "Income Category saved successfully.": "Kategoria dochodów została pomyślnie zapisana.",
    "Income Category updated successfully.": "Kategoria dochodów została pomyślnie zaktualizowana.",
    "Income Category deleted successfully": "Kategoria dochodów została pomyślnie usunięta",
    "Income saved successfully.": "Dochód został pomyślnie zapisany.",
    "Income updated successfully.": "Dochód został pomyślnie zaktualizowany.",
    "Income deleted successfully": "Dochód został pomyślnie usunięty",
    "Permission denied.": "Zezwolenie odmówione.",
    "Customer created successfully": "Klient został pomyślnie utworzony",
    "Supplier created successfully": "Dostawca został pomyślnie utworzony",
    "Supplier deleted successfully": "Dostawca został pomyślnie usunięty",
    "Customer deleted successfully": "Klient został pomyślnie usunięty",
    "Selected parties deleted successfully": "Wybrane strony zostały pomyślnie usunięte",
    "Product saved successfully.": "Produkt został pomyślnie zapisany.",
    "Data saved successfully.": "Dane zostały pomyślnie zapisane.",
    "Product deleted successfully": "Produkt został pomyślnie usunięty",
    "Selected product deleted successfully": "Wybrany produkt został pomyślnie usunięty",
    "Cart is empty. Add items first!": "Koszyk jest pusty. Najpierw dodaj przedmioty!",
    "Purchase created successfully.": "Zakup został pomyślnie utworzony.",
    "Something went wrong!": "Coś poszło nie tak!",
    "Purchase updated successfully.": "Zakup został pomyślnie zaktualizowany.",
    "Selected purchases deleted successfully.": "Wybrane zakupy zostały pomyślnie usunięte.",
    "Sales created successfully.": "Sprzedaż została pomyślnie utworzona.",
    "You cannot sale in due for a walking customer.": "Nie możesz sprzedać na kredyt klientowi przechodniemu.",
    "Sales updated successfully.": "Sprzedaż została pomyślnie zaktualizowana.",
    "Sale deleted successfully.": "Sprzedaż została pomyślnie usunięta.",
    "Selected sales deleted successfully.": "Wybrane sprzedaże zostały pomyślnie usunięte.",
    "Unit saved successfully": "Jednostka została pomyślnie zapisana",
    "Unit updated successfully": "Jednostka została pomyślnie zaktualizowana",
    "Units deleted successfully": "Jednostki zostały pomyślnie usunięte",
    "Unit deleted successfully": "Jednostka została pomyślnie usunięta",
    "Quantity and price updated successfully": "Ilość i cena zostały pomyślnie zaktualizowane",
    "Enter valid qty and price": "Wprowadź prawidłową ilość i cenę",
    "Item not found in the cart": "Przedmiot nie został znaleziony w koszyku",
    "The cart does not contain this item": "Koszyk nie zawiera tego przedmiotu",
    "Item removed from cart": "Przedmiot usunięty z koszyka",
    "All cart removed successfully!": "Wszystkie przedmioty w koszyku zostały pomyślnie usunięte!",
    "Current Password does not match with old password": "Bieżące hasło nie pasuje do starego hasła",
    "Profile updated successfully": "Profil został pomyślnie zaktualizowany",
    "Purchase returned successfully.": "Zakup został pomyślnie zwrócony.",
    "Business General Setting updated successfully": "Ogólne ustawienia biznesowe zostały pomyślnie zaktualizowane",
    "User role created successfully": "Rola użytkownika została pomyślnie utworzona",
    "User role updated successfully": "Rola użytkownika została pomyślnie zaktualizowana",
    "User role deleted successfully": "Rola użytkownika została pomyślnie usunięta",
    "You have no permission to access.": "Nie masz uprawnień do dostępu.",
    "Sale returned successfully.": "Sprzedaż została pomyślnie zwrócona.",
    "New subscription order successfully.": "Nowe zamówienie subskrypcyjne zostało pomyślnie złożone.",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
