New translations section.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:49 +03:00
parent dcc59bf153
commit 015ecc05b9

View File

@ -1,13 +1,11 @@
<?php <?php
return[ return [
"profile" => [ 'profile' => [
"title" =>"Profil", 'title' => 'Profil',
],
], 'adress' => [
"adress" => [ 'title' => 'Anschrift',
"title" =>"Anschrift", ],
'general_setting' => 'Allgemeine Einstellungen',
], ];
];