New translations field.php (Polish)

This commit is contained in:
Fatih Alp 2020-10-06 13:54:57 +03:00
parent 60a9ebffb7
commit b9feb99444

View File

@ -249,7 +249,7 @@ return [
'name' => 'W ciągu ostatnich 24 godzin' 'name' => 'W ciągu ostatnich 24 godzin'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'W ciągu ostatnich 24 godzin'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'W ostatnim tygodniu' 'name' => 'W ostatnim tygodniu'
@ -300,10 +300,10 @@ return [
// New create page // New create page
'options' => 'Opcje', 'options' => 'Opcje',
'free' => 'Free', 'free' => 'Wolny',
'ad_date' => 'Ad Date', 'ad_date' => 'Data ogłoszenia',
'photo_video' => 'Photo, Video', 'photo_video' => 'Zdjęcie, wideo',
'and_above' => 'and above', 'and_above' => 'i powyżej',
'and_below' => 'and below', 'and_below' => 'i poniżej',
'clear_all' => 'Clear All', 'clear_all' => 'Wyczyść wszystko',
]; ];