first commit
This commit is contained in:
69
resources/lang/de/installer_messages.php
Normal file
69
resources/lang/de/installer_messages.php
Normal file
@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Laravel Installer',
|
||||
'next' => 'Nächster Schritt',
|
||||
'finish' => 'Installieren',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Willkommen zum Installer',
|
||||
'message' => 'Willkommen zum Laravel Installationsassistent.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Vorraussetzungen',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Berechtigungen',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Umgebungsvariablen',
|
||||
'save' => 'Speicher .env',
|
||||
'success' => 'Ihre .env Konfiguration wurde gespeichert.',
|
||||
'errors' => 'Ihre .env Konfiguration konnte nicht gespeichert werden, Bitte erstellen Sie diese Manuell.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Fertig!',
|
||||
'finished' => 'Die Anwendung wurde erfolgreich Installiert.',
|
||||
'exit' => 'Hier Klicken zum Beenden',
|
||||
],
|
||||
];
|
69
resources/lang/de/messages.php
Normal file
69
resources/lang/de/messages.php
Normal file
@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Laravel Installer',
|
||||
'next' => 'Nächster Schritt',
|
||||
'finish' => 'Installieren',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Willkommen zum Installer',
|
||||
'message' => 'Willkommen zum Laravel Installationsassistent.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Vorraussetzungen',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Berechtigungen',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Umgebungsvariablen',
|
||||
'save' => 'Speicher .env',
|
||||
'success' => 'Ihre .env Konfiguration wurde gespeichert.',
|
||||
'errors' => 'Ihre .env Konfiguration konnte nicht gespeichert werden, Bitte erstellen Sie diese Manuell.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Fertig!',
|
||||
'finished' => 'Die Anwendung wurde erfolgreich Installiert.',
|
||||
'exit' => 'Hier Klicken zum Beenden',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user