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
return[
"profile" => [
"title" =>"Profil",
],
"adress" => [
"title" =>"Anschrift",
],
];
return [
'profile' => [
'title' => 'Profil',
],
'adress' => [
'title' => 'Anschrift',
],
'general_setting' => 'Allgemeine Einstellungen',
];