New translations field.php (Albanian)

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

View File

@ -248,6 +248,9 @@ return [
'in_the_last_24_hours' => [
'name' => 'Në 24 orët e fundit'
],
'in_the_last_day' => [
'name' => 'In The Last 24 Hours'
],
'in_the_last_week' => [
'name' => 'Në Javën e Fundit'
],
@ -298,5 +301,10 @@ return [
// New create page
'options' => 'Opsione',
'free' => 'Free'
'free' => 'Free',
'ad_date' => 'Ad Date',
'photo_video' => 'Photo, Video',
'and_above' => 'and above',
'and_below' => 'and below',
'clear_all' => 'Clear All',
];