German Translation
Adds German Translation.
This commit is contained in:
17
resources/lang/de-DE/messages.php
Normal file
17
resources/lang/de-DE/messages.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type hinzugefügt!',
|
||||
'updated' => ':type aktualisiert!',
|
||||
'deleted' => ':type gelöscht!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Fehler: Sie haben nicht die Berechtigung um diese Firma zu verwalten!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Achtung: Sie können :type nicht löschen, da :text',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user