diff --git a/messages/config.php b/messages/config.php index a99458f..d3a465e 100644 --- a/messages/config.php +++ b/messages/config.php @@ -5,7 +5,7 @@ 'sourcePath' => __DIR__ . DIRECTORY_SEPARATOR . '..', // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. - 'languages' => ['en', 'ru', 'uk'], + 'languages' => ['en', 'ru', 'uk', 'de'], // string, the name of the function for translating messages. // Defaults to 'Yii::t'. This is used as a mark to find the messages to be // translated. You may use a string for single function name or an array for diff --git a/messages/de/yii2mod.settings.php b/messages/de/yii2mod.settings.php new file mode 100644 index 0000000..8665207 --- /dev/null +++ b/messages/de/yii2mod.settings.php @@ -0,0 +1,51 @@ + 'ID', + 'Type' => 'Typ', + 'Section' => 'Sektion', + 'Key' => 'Schlüssel', + 'Value' => 'Wert', + 'Status' => 'Status', + 'Created date' => 'Erstellungsdatum', + 'Updated date' => 'Änderungsdatum', + 'Settings' => 'Einstellungen', + 'Create Setting' => 'Einstellung hinzufügen', + 'Select Type' => 'Typ auswählen', + 'Select Section' => 'Sektion auswählen', + 'Select Status' => 'Status auswählen', + 'Actions' => 'Aktionen', + 'Active' => 'Aktiv', + 'Inactive' => 'Inaktiv', + 'Update Setting: {0} -> {1}' => 'Update Setting: {0} -> {1}', + 'Update Setting' => 'Einstellung ändern', + 'Update' => 'Ändern', + 'Create' => 'Hinzufügen', + 'Delete' => 'Löschen', + 'Go Back' => 'Gehe zurück', + 'String' => 'String', + 'Integer' => 'Integer', + 'Boolean' => 'Boolean', + 'Float' => 'Float', + 'Null' => 'Null', + 'Setting has been created.' => 'Einstellung wurde hinzugefügt.', + 'Setting has been updated.' => 'Einstellung wurde geändert.', + 'Setting has been deleted.' => 'Einstellung wurde gelöscht.', + 'The requested page does not exist.' => 'Die gewünschte Seite existiert nicht.', +];