New translations field.php (Japanese)

This commit is contained in:
Fatih Alp 2020-10-06 13:58:00 +03:00
parent 965b24adc6
commit 7326dcd0b7

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' => 'すべてクリア',
]; ];