mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Polish)
This commit is contained in:
parent
21aa77e0f1
commit
b048cbc173
@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'latest_ads' => 'Najnowsze ogłoszenia',
|
||||
'show_all' => 'Pokaż wszystko',
|
||||
'login' => [
|
||||
'name' => 'Zaloguj sie',
|
||||
],
|
||||
'logout' => [
|
||||
'name' => 'Wyloguj',
|
||||
],
|
||||
'profile' => 'Profil',
|
||||
'email' => 'Adres e-mail',
|
||||
'phone' => 'Numer telefonu',
|
||||
'reset_code' => 'Zresetuj Kod',
|
||||
'password_confirmation' => 'Potwierdzenie hasła',
|
||||
'password' => 'Hasło',
|
||||
'first_name' => 'Imię',
|
||||
'last_name' => 'Nazwisko',
|
||||
'remember_me' => 'Zapamiętaj mnie',
|
||||
'not_a_member_yet' => 'Jeszcze nie członkiem',
|
||||
'not_a_member_yet_message' => 'Zarejestruj się, aby nasi członkowie mogli korzystać z naszej specjalnej usługi',
|
||||
'forgot_password' => 'Zapomniałem hasła',
|
||||
'email_or_phone_number' => 'Adres e-mail lub numer telefonu',
|
||||
'phone_number' => 'Numer telefonu',
|
||||
|
||||
// Registration instructions
|
||||
'personal_registration_header' => 'Jakie są zalety członkostwa indywidualnego?',
|
||||
'personal_registration_body' => 'Sprzedaj i wynajmij dom, samochód, sprzedaj swoje nieużywane przedmioty, zdobądź nowe.',
|
||||
'personal_registration_list_1' => 'Opublikuj darmową reklamę,',
|
||||
'personal_registration_list_2' => 'Dodaj reklamy, które Cię interesują, śledź zmiany cen po dodaniu ich do ulubionych, twórz ulubione wyszukiwania spełniające Twoje kryteria,',
|
||||
'personal_registration_list_3' => 'Wysyłaj wiadomości do właścicieli reklam w witrynie.',
|
||||
'register_information_note' => 'Informacje na tej stronie są brane pod uwagę ' . env('APPLICATION_DOMAIN') . ' członkostwo. Szczegółowe informacje na temat ochrony danych osobowych można znaleźć tutaj.',
|
||||
|
||||
// Register page
|
||||
'phone_validation_error' => 'Ten numer telefonu jest używany przez innego członka.',
|
||||
|
||||
// Forgot Password
|
||||
'create_new_password' => 'Utwórz nowe hasło',
|
||||
|
||||
// Login page
|
||||
'or' => 'lub',
|
||||
'login_with_phone_number' => 'Zaloguj się przy użyciu numeru telefonu',
|
||||
'login_with_email_address' => 'Zaloguj się przy użyciu adresu e-mail',
|
||||
|
||||
// Side menu links
|
||||
'company_directory' => 'Katalog firm',
|
||||
'popular_ads' => 'Popularne reklamy',
|
||||
'last_48_hours' => 'Ostatnie 48 godzin',
|
||||
'secure_e-commerce_ads' => 'Bezpieczne reklamy e-commerce',
|
||||
'sms' => 'Wyślij wiadomość tekstową (SMS)',
|
||||
'mail' => 'Wyślij maila',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user