This commit is contained in:
tanch0
2024-06-11 17:48:42 +05:45
parent 97f00e8172
commit c25c6475da
117 changed files with 1658 additions and 4725 deletions

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -11,8 +11,7 @@ return [
'next' => 'Nächster Schritt',
'finish' => 'Installieren',
/**
/*
*
* Home page translations.
*
@ -22,8 +21,7 @@ return [
'message' => 'Willkommen zum Laravel Installationsassistent.',
],
/**
/*
*
* Requirements page translations.
*
@ -32,8 +30,7 @@ return [
'title' => 'Vorraussetzungen',
],
/**
/*
*
* Permissions page translations.
*
@ -42,28 +39,26 @@ return [
'title' => 'Berechtigungen',
],
/**
/*
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Umgebungsvariablen',
'save' => 'Speicher .env',
'save' => 'Speichere .env',
'success' => 'Ihre .env Konfiguration wurde gespeichert.',
'errors' => 'Ihre .env Konfiguration konnte nicht gespeichert werden, Bitte erstellen Sie diese Manuell.',
'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',
'finished' => 'Die Anwendung wurde erfolgreich installiert.',
'exit' => 'Hier klicken zum Beenden',
],
];