Erster Upload
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Navigation & Resource
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'nav.group' => 'Einstellungen',
|
||||
'nav.log.label' => 'Aktivitäten',
|
||||
'nav.log.icon' => 'heroicon-o-clipboard-document-list',
|
||||
'resource.label.log' => 'Aktivitätslog',
|
||||
'resource.label.logs' => 'Aktivitätslog',
|
||||
'resource.label.user' => 'Nutzer',
|
||||
'resource.label.subject' => 'Thema',
|
||||
'resource.label.subject_type' => 'Thematyp',
|
||||
'resource.label.description' => 'Beschreibung',
|
||||
'resource.label.type' => 'Typ',
|
||||
'resource.label.event' => 'Event',
|
||||
'resource.label.logged_at' => 'Protokolliert am',
|
||||
'resource.label.properties' => 'Eigenschaften',
|
||||
'resource.label.old' => 'Alt',
|
||||
'resource.label.new' => 'Neu',
|
||||
'resource.label.old_value' => 'Alter Wert',
|
||||
'resource.label.new_value' => 'Neuer Wert',
|
||||
'resource.label.properties_hint' => 'Kann Schlüssel oder Wert sein',
|
||||
'resource.label.old_attributes' => 'Altes Attribut oder Wert: ',
|
||||
'resource.label.new_attributes' => 'Neues Attribut oder Wert: ',
|
||||
];
|
||||
Reference in New Issue
Block a user