New translations section.php (Greek)

This commit is contained in:
Fatih Alp 2020-05-12 13:07:33 +03:00
parent 1e4e61f094
commit a4f7049c18

View File

@ -1,13 +1,11 @@
<?php <?php
return[ return [
"profile" => [ 'profile' => [
"title" =>"Προφίλ", 'title' => 'Προφίλ',
],
], 'adress' => [
"adress" => [ 'title' => 'Διεύθυνση',
"title" =>"Διεύθυνση", ],
'general_setting' => 'General Settings',
], ];
];