New translations field.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-10-01 15:21:43 +03:00
parent 062c9b7b81
commit f9758250e5

View File

@ -249,6 +249,9 @@ return [
'in_the_last_24_hours' => [
'name' => 'Nas últimas 24 horas'
],
'in_the_last_day' => [
'name' => 'In The Last 24 Hours'
],
'in_the_last_week' => [
'name' => 'Na última semana'
],
@ -298,5 +301,10 @@ return [
// New create page
'options' => 'Opções',
'free' => 'Free'
'free' => 'Free',
'ad_date' => 'Ad Date',
'photo_video' => 'Photo, Video',
'and_above' => 'and above',
'and_below' => 'and below',
'clear_all' => 'Clear All',
];