Viewing file: installer_messages.php (1.18 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return [
/* * * Shared translations. * */ 'title' => 'Procesul de instalare Laravel', 'next' => 'Pasul următor',
/* * * Home page translations. * */ 'welcome' => [ 'title' => 'Bun venit în procesul de instalare...', 'message' => 'Bun venit în configurarea asistată.', ],
/* * * Requirements page translations. * */ 'requirements' => [ 'title' => 'Cerințe', ],
/* * * Permissions page translations. * */ 'permissions' => [ 'title' => 'Permisiuni', ],
/* * * Environment page translations. * */ 'environment' => [ 'title' => 'Settări ale mediului', 'save' => 'Salvează fișier .env', 'success' => 'Setările tale au fost salvate în fișierul .env.', 'errors' => 'Nu am putut salva fișierul .env, Te rugăm să-l creezi manual.', ],
/* * * Final page translations. * */ 'final' => [ 'title' => 'Am terminat', 'finished' => 'Aplicația a fost instalată cu succes.', 'exit' => 'Click aici pentru a ieși', ], ];
|