Skip to content

Commit

Permalink
German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed Oct 18, 2017
1 parent e4fca25 commit 64c9f7e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
28 changes: 28 additions & 0 deletions src/messages/de-DE/noty.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Cancel' => 'Abbrechen',
'Confirmation Needed' => 'Bestätigung Erforderlich',
'Error' => 'Fehler',
'Info' => 'Information',
'Ok' => 'OK',
'Question' => 'Frage',
'Success' => 'Erfolgreich',
'Warning' => 'Warnung',
];

0 comments on commit 64c9f7e

Please sign in to comment.