-
Notifications
You must be signed in to change notification settings - Fork 30
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 #9 from n1k88/master
add german translation
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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,18 @@ | ||
<?php | ||
return [ | ||
'The user is not recognized' => 'Der Benutzer wurde nicht erkannt', | ||
'Guests are not allowed to vote' => 'Gästen ist es nicht erlaubt abzustimmen', | ||
'The model is not registered' => 'Das Model ist nicht registriert', | ||
'The purpose is not defined' => 'Das Ziel ist nicht definiert', | ||
'Wrong action' => 'Falsche Aktion', | ||
'Your vote is accepted. Thanks!' => 'Ihre Stimme wurde entgegengenommen. Dankeschön!', | ||
'Your vote has been changed. Thanks!' => 'Ihre Stimme wurde geändert. Dankeschön!', | ||
'Thanks for your opinion' => 'Vielen Dank für ihre Meinung', | ||
'Validation error' => 'Validierungsfehler', | ||
'You have already voted!' => 'Sie haben bereits abgestimmt!', | ||
'Forbidden method' => 'Verbotene Methode', | ||
'Aggregate rating' => 'Aggregate Bewertung', | ||
'Model name has not been sent' => 'Modelname wurde nicht gesendet', | ||
'Target id has not been sent' => 'Ziel-ID wurde nicht gesendet', | ||
'model_name or target_id not configurated' => 'Der Modelname oder Ziel-ID wurde nicht konfiguriert', | ||
]; |