New translations section.php (French)

This commit is contained in:
Fatih Alp 2020-05-12 13:08:30 +03:00
parent 516a30b667
commit ad76ba9776

View File

@ -1,25 +1,22 @@
<?php <?php
return[ return [
"countries" => [ 'countries' => [
"title" =>"Des pays", 'title' => 'Des pays',
], ],
"cities" => [ 'cities' => [
"title" =>"Villes", 'title' => 'Villes',
], ],
"districts" => [ 'districts' => [
"title" =>"Les quartiers", 'title' => 'Les quartiers',
], ],
"neighborhoods" => [ 'neighborhoods' => [
"title" =>"Quartiers", 'title' => 'Quartiers',
], ],
"village" => [ 'village' => [
"title" =>"Village", 'title' => 'Village',
], ],
'general' => 'General',
'map' => 'Map',
'setting' => 'Setting',
]; ];