New translations field.php (Ukrainian)

This commit is contained in:
Fatih Alp 2020-10-06 14:02:54 +03:00
parent bee376de47
commit a56c1ec341

View File

@ -249,7 +249,7 @@ return [
'name' => 'За останні 24 години' 'name' => 'За останні 24 години'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'В останні 24 години'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'В останній тиждень' 'name' => 'В останній тиждень'
@ -300,10 +300,10 @@ return [
// New create page // New create page
'options' => 'Параметри', 'options' => 'Параметри',
'free' => 'Free', 'free' => 'Безкоштовно',
'ad_date' => 'Ad Date', 'ad_date' => 'Дата оголошення',
'photo_video' => 'Photo, Video', 'photo_video' => 'Фото, Відео',
'and_above' => 'and above', 'and_above' => 'і вище',
'and_below' => 'and below', 'and_below' => 'і нижче',
'clear_all' => 'Clear All', 'clear_all' => 'Очистити все',
]; ];