master_template/resources/lang/de/installer_messages.php

65 lines
1.2 KiB
PHP
Raw Normal View History

2024-06-10 12:21:58 +00:00
<?php
return [
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Nächster Schritt',
'finish' => 'Installieren',
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Willkommen zum Installer',
'message' => 'Willkommen zum Laravel Installationsassistent.',
],
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Vorraussetzungen',
],
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Berechtigungen',
],
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Umgebungsvariablen',
2024-06-11 12:03:42 +00:00
'save' => 'Speichere .env',
2024-06-10 12:21:58 +00:00
'success' => 'Ihre .env Konfiguration wurde gespeichert.',
2024-06-11 12:03:42 +00:00
'errors' => 'Ihre .env Konfiguration konnte nicht gespeichert werden. Bitte erstellen Sie diese manuell.',
2024-06-10 12:21:58 +00:00
],
2024-06-11 12:03:42 +00:00
/*
2024-06-10 12:21:58 +00:00
*
* Final page translations.
*
*/
'final' => [
'title' => 'Fertig!',
2024-06-11 12:03:42 +00:00
'finished' => 'Die Anwendung wurde erfolgreich installiert.',
'exit' => 'Hier klicken zum Beenden',
2024-06-10 12:21:58 +00:00
],
];