diff --git a/CHANGELOG.md b/CHANGELOG.md index 096b820..81d8cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +* 6.6 [18 October 2017] + - `enh` Add german translation + * 6.5 [19 September 2017] - `fix` Show noty only after POST ajax calls diff --git a/composer.json b/composer.json index ffbb99f..69f57a5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "loveorigami/yii2-notification-wrapper", "description": "This module for renders a message from session flash (with ajax, pjax support and etc.)", - "version": "6.5", + "version": "6.6", "type": "yii2-extension", "keywords": [ "yii2", "module", "notification", "flash", diff --git a/src/messages/de-DE/noty.php b/src/messages/de-DE/noty.php new file mode 100644 index 0000000..af89c1d --- /dev/null +++ b/src/messages/de-DE/noty.php @@ -0,0 +1,28 @@ + 'Abbrechen', + 'Confirmation Needed' => 'Bestätigung Erforderlich', + 'Error' => 'Fehler', + 'Info' => 'Information', + 'Ok' => 'OK', + 'Question' => 'Frage', + 'Success' => 'Erfolgreich', + 'Warning' => 'Warnung', +];