This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from simonbuehler/translate
Translate strings
- Loading branch information
Showing
3 changed files
with
52 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'causer_type' => 'Auslösender Typ', | ||
'causer_id' => 'Id des Auslösers', | ||
'subject_type' => 'Typ des Subjekts', | ||
'subject_id' => 'Id des Subjekts', | ||
'description' => 'Beschreibung', | ||
'attributes' => 'Neue Werte', | ||
'old' => 'Alte Werte', | ||
'subject' => "Subjekt", | ||
'logged_at' => "Änderungszeit", | ||
'has_subject' => "besitzt Subjekt", | ||
'label' => 'Aktivität', | ||
'plural_label' => 'Aktivitäten', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'causer_type' => 'Causer Type', | ||
'causer_id' => 'Causer Id', | ||
'subject_type' => 'Subject type', | ||
'subject_id' => 'Subject Id', | ||
'description' => 'Description', | ||
'attributes' => 'Attributes', | ||
'old' => 'Old', | ||
'subject' => "Subject", | ||
'logged_at' => "Logged at", | ||
'has_subject' => "Has Subject", | ||
'label' => 'Activity', | ||
'plural_label' => 'Activity' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters