New translations section.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-05-12 13:16:01 +03:00
parent 5fad96052d
commit acd9ead2a7

View File

@ -1,13 +1,11 @@
<?php
return[
"profile" => [
"title" =>"Perfil",
],
"adress" => [
"title" =>"Endereço",
],
];
return [
'profile' => [
'title' => 'Perfil',
],
'adress' => [
'title' => 'Endereço',
],
'general_setting' => 'General Settings',
];