One Hat Cyber Team
Your IP :
18.220.85.96
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
praval
/
public_html
/
core
/
resources
/
lang
/
de
/
View File Name :
installer_messages.php
<?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' => 'Speichere .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', ], ];