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.
*
@ -10,8 +10,7 @@ return [
'title' => 'تنصيب Laravel',
'next' => 'متابعة',
/**
/*
*
* Home page translations.
*
@ -21,8 +20,7 @@ return [
'message' => 'أهلا بك في صفحة تنصيب Laravel',
],
/**
/*
*
* Requirements page translations.
*
@ -31,8 +29,7 @@ return [
'title' => 'المتطلبات',
],
/**
/*
*
* Permissions page translations.
*
@ -41,8 +38,7 @@ return [
'title' => 'تراخيص المجلدات',
],
/**
/*
*
* Environment page translations.
*
@ -54,8 +50,7 @@ return [
'errors' => 'حدث خطأ أثناء إنشاء ملف .env. رجاءا قم بإنشاءه يدويا',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'تنصيب Laravel',
'next' => 'متابعة',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'تنصيب Laravel',
'message' => 'أهلا بك في صفحة تنصيب Laravel',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'المتطلبات',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'تراخيص المجلدات',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'الإعدادات',
'save' => 'حفظ ملف .env',
'success' => 'تم حفظ الإعدادات بنجاح',
'errors' => 'حدث خطأ أثناء إنشاء ملف .env. رجاءا قم بإنشاءه يدويا',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'النهاية',
'finished' => 'تم تنصيب البرنامج بنجاح...',
'exit' => 'إضغط هنا للخروج',
],
];

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',
],
];

View File

@ -1,69 +0,0 @@
<?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',
],
];

View File

@ -1,72 +1,247 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Next Step',
'finish' => 'Install',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Welcome To The Installer',
'message' => 'Welcome to the setup wizard.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requirements',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissions',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Environment Settings',
'save' => 'Save .env',
'success' => 'Your .env file settings have been saved.',
'errors' => 'Unable to save the .env file, Please create it manually.',
],
'install' => 'Install',
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finished',
'finished' => 'Application has been successfully installed.',
'exit' => 'Click here to exit',
],
'checkPermissionAgain' => ' Check Permission Again'
];
<?php
return [
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Next Step',
'back' => 'Previous',
'finish' => 'Install',
'forms' => [
'errorTitle' => 'The Following errors occurred:',
],
/*
*
* Home page translations.
*
*/
'welcome' => [
'templateTitle' => 'Welcome',
'title' => 'Laravel Installer',
'message' => 'Easy Installation and Setup Wizard.',
'next' => 'Check Requirements',
],
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'templateTitle' => 'Step 1 | Server Requirements',
'title' => 'Server Requirements',
'next' => 'Check Permissions',
],
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'Step 2 | Permissions',
'title' => 'Permissions',
'next' => 'Configure Environment',
],
/*
*
* Environment page translations.
*
*/
'environment' => [
'menu' => [
'templateTitle' => 'Step 3 | Environment Settings',
'title' => 'Environment Settings',
'desc' => 'Please select how you want to configure the apps <code>.env</code> file.',
'wizard-button' => 'Form Wizard Setup',
'classic-button' => 'Classic Text Editor',
],
'wizard' => [
'templateTitle' => 'Step 3 | Environment Settings | Guided Wizard',
'title' => 'Guided <code>.env</code> Wizard',
'tabs' => [
'environment' => 'Environment',
'database' => 'Database',
'application' => 'Application',
],
'form' => [
'name_required' => 'An environment name is required.',
'app_name_label' => 'App Name',
'app_name_placeholder' => 'App Name',
'app_environment_label' => 'App Environment',
'app_environment_label_local' => 'Local',
'app_environment_label_developement' => 'Development',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Production',
'app_environment_label_other' => 'Other',
'app_environment_placeholder_other' => 'Enter your environment...',
'app_debug_label' => 'App Debug',
'app_debug_label_true' => 'True',
'app_debug_label_false' => 'False',
'app_log_level_label' => 'App Log Level',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'App Url',
'app_url_placeholder' => 'App Url',
'db_connection_failed' => 'Could not connect to the database.',
'db_connection_label' => 'Database Connection',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Database Host',
'db_host_placeholder' => 'Database Host',
'db_port_label' => 'Database Port',
'db_port_placeholder' => 'Database Port',
'db_name_label' => 'Database Name',
'db_name_placeholder' => 'Database Name',
'db_username_label' => 'Database User Name',
'db_username_placeholder' => 'Database User Name',
'db_password_label' => 'Database Password',
'db_password_placeholder' => 'Database Password',
'app_tabs' => [
'more_info' => 'More Info',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Setup Database',
'setup_application' => 'Setup Application',
'install' => 'Install',
],
],
],
'classic' => [
'templateTitle' => 'Step 3 | Environment Settings | Classic Editor',
'title' => 'Classic Environment Editor',
'save' => 'Save .env',
'back' => 'Use Form Wizard',
'install' => 'Save and Install',
],
'success' => 'Your .env file settings have been saved.',
'errors' => 'Unable to save the .env file, Please create it manually.',
],
'install' => 'Install',
/*
*
* Installed Log translations.
*
*/
'installed' => [
'success_log_message' => 'Laravel Installer successfully INSTALLED on ',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Installation Finished',
'templateTitle' => 'Installation Finished',
'finished' => 'Application has been successfully installed.',
'migration' => 'Migration &amp; Seed Console Output:',
'console' => 'Application Console Output:',
'log' => 'Installation Log Entry:',
'env' => 'Final .env File:',
'exit' => 'Click here to exit',
],
/*
*
* Update specific translations
*
*/
'updater' => [
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Updater',
/*
*
* Welcome page translations for update feature.
*
*/
'welcome' => [
'title' => 'Welcome To The Updater',
'message' => 'Welcome to the update wizard.',
],
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'Overview',
'message' => 'There is 1 update.|There are :number updates.',
'install_updates' => 'Install Updates',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finished',
'finished' => 'Application\'s database has been successfully updated.',
'exit' => 'Click here to exit',
],
'log' => [
'success_message' => 'Laravel Installer successfully UPDATED on ',
],
],
];

View File

@ -1,71 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Next Step',
'finish' => 'Install',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Welcome To The Installer',
'message' => 'Welcome to the setup wizard.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requirements',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissions',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Environment Settings',
'save' => 'Save .env',
'success' => 'Your .env file settings have been saved.',
'errors' => 'Unable to save the .env file, Please create it manually.',
],
'install' => 'Install',
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finished',
'finished' => 'Application has been successfully installed.',
'exit' => 'Click here to exit',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Traducciones compartidas.
*
@ -11,8 +11,7 @@ return [
'next' => 'Siguiente',
'finish' => 'Instalar',
/**
/*
*
* Traducciones de la página principal.
*
@ -22,8 +21,7 @@ return [
'message' => 'Bienvenido al asistente de configuración',
],
/**
/*
*
* Tranducciones de la página de requisitos.
*
@ -32,8 +30,7 @@ return [
'title' => 'Requisitos',
],
/**
/*
*
* Traducciones de la pagina de permisos.
*
@ -42,8 +39,7 @@ return [
'title' => 'Permisos',
],
/**
/*
*
* Traducciones de la página de entorno.
*
@ -55,8 +51,7 @@ return [
'errors' => 'No es posible crear el archivo .env, por favor intentalo manualmente.',
],
/**
/*
*
* Traducciones de la página final.
*

View File

@ -1,69 +0,0 @@
<?php
return [
/**
*
* Traducciones compartidas.
*
*/
'title' => 'Instalador de Laravel',
'next' => 'Siguiente',
'finish' => 'Instalar',
/**
*
* Traducciones de la página principal.
*
*/
'welcome' => [
'title' => 'Bienvenido al instalador',
'message' => 'Bienvenido al asistente de configuración',
],
/**
*
* Tranducciones de la página de requisitos.
*
*/
'requirements' => [
'title' => 'Requisitos',
],
/**
*
* Traducciones de la pagina de permisos.
*
*/
'permissions' => [
'title' => 'Permisos',
],
/**
*
* Traducciones de la página de entorno.
*
*/
'environment' => [
'title' => 'Configuraciones del entorno',
'save' => 'Guardar archivo .env',
'success' => 'Los cambios en tu archivo .env han sido guardados.',
'errors' => 'No es posible crear el archivo .env, por favor intentalo manualmente.',
],
/**
*
* Traducciones de la página final.
*
*/
'final' => [
'title' => 'Finalizado.',
'finished' => 'La aplicación ha sido instalada con éxito!',
'exit' => 'Haz click aquí para salir.',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -10,8 +10,7 @@ return [
'title' => 'Laraveli installer',
'next' => 'Järgmine samm',
/**
/*
*
* Home page translations.
*
@ -21,8 +20,7 @@ return [
'message' => 'Tere tulemast installatsiooniviisardisse.',
],
/**
/*
*
* Requirements page translations.
*
@ -31,8 +29,7 @@ return [
'title' => 'Nõuded',
],
/**
/*
*
* Permissions page translations.
*
@ -41,8 +38,7 @@ return [
'title' => 'Õigused',
],
/**
/*
*
* Environment page translations.
*
@ -54,8 +50,7 @@ return [
'errors' => 'Ei saanud .env faili salvesta, palun loo see manuaalselt.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laraveli installer',
'next' => 'Järgmine samm',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Tere tulemast Laraveli installerisse',
'message' => 'Tere tulemast installatsiooniviisardisse.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Nõuded',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Õigused',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Keskkonna seaded',
'save' => 'Salvesta .env',
'success' => 'Sinu .env faili seaded on salvestatud.',
'errors' => 'Ei saanud .env faili salvesta, palun loo see manuaalselt.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Lõpetatud',
'finished' => 'Laravel on edukalt installitud',
'exit' => 'Väljumiseks vajuta siia',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -10,8 +10,7 @@ return [
'title' => 'نصب کننده لاراول',
'next' => 'قدم بعدی',
/**
/*
*
* Home page translations.
*
@ -21,8 +20,7 @@ return [
'message' => 'به جادوگر نصب خوش آمدید .',
],
/**
/*
*
* Requirements page translations.
*
@ -31,8 +29,7 @@ return [
'title' => 'نیازمندی ها',
],
/**
/*
*
* Permissions page translations.
*
@ -41,8 +38,7 @@ return [
'title' => 'مجوز های دسترسی',
],
/**
/*
*
* Environment page translations.
*
@ -54,8 +50,7 @@ return [
'errors' => 'ذخیره کردن فایل .env امکان پذیر نیست، لطفا آن را به صورت دستی ایجاد کنید.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'نصب کننده لاراول',
'next' => 'قدم بعدی',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'به نصب کننده خوش آمدید',
'message' => 'به جادوگر نصب خوش آمدید .',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'نیازمندی ها',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'مجوز های دسترسی',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'تنظیمات پیکربندی',
'save' => 'ذخیره کردن .env',
'success' => 'فایل .env برای شما ذخیره شد.',
'errors' => 'ذخیره کردن فایل .env امکان پذیر نیست، لطفا آن را به صورت دستی ایجاد کنید.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'تمام شد',
'finished' => 'اپلیکیشن با موفقیت نصب شد.',
'exit' => 'برای خروج اینجا را کلیک کنید',
],
];

View File

@ -2,67 +2,235 @@
return [
/**
/*
*
* Shared translations.
*
*/
'title' => 'Installateur de Laravel',
'next' => 'Suivant',
'back' => 'Précedent',
'finish' => 'Installer',
'forms' => [
'errorTitle' => 'Les erreurs suivantes sont survenues:',
],
/**
/*
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bienvenue dans linstallateur...',
'message' => 'Bienvenue dans le programme dinstallation.',
'message' => 'Assistant d\'installation et de configuration facile.',
'next' => 'Vérifier les prérequis',
],
/**
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Prérequis',
'templateTitle' => 'Étape 1 | Prérequis du serveur',
'title' => 'Prérequis du serveur',
'next' => 'Vérifier les Permissions',
],
/**
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'Étape 2 | Permissions',
'title' => 'Permissions',
'next' => 'Configurer l\'Environment',
],
/**
/*
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Paramètres denvironment',
'save' => 'Enregistrer .env',
'success' => 'Votre fichier .env a été sauvegardé.',
'errors' => 'Impossible denregistrer le fichier .env, il faut que vous le créiez manuellement.',
'menu' => [
'templateTitle' => 'Étape 3 | Paramètres d\'environnement',
'title' => 'Paramètres d\'environnement',
'desc' => 'Veuillez sélectionner comment vous souhaitez configurer les applications <code>.env</code> file.',
'wizard-button' => 'Configuration de l\'assistant de formulaire',
'classic-button' => 'Éditeur de texte classique',
],
'wizard' => [
'templateTitle' => 'Étape 3 | Paramètres d\'environnement | Assistant guidé',
'title' => 'Assitant <code>.env</code> Guidé',
'tabs' => [
'environment' => 'Environnement',
'database' => 'Base de donnée',
'application' => 'Application',
],
'form' => [
'name_required' => 'Un nom d\'environnement est requis.',
'app_name_label' => 'App Name',
'app_name_placeholder' => 'App Name',
'app_environment_label' => 'App Environment',
'app_environment_label_local' => 'Local',
'app_environment_label_developement' => 'Development',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Production',
'app_environment_label_other' => 'Other',
'app_environment_placeholder_other' => 'Entrez votre environnement...',
'app_debug_label' => 'App Debug',
'app_debug_label_true' => 'True',
'app_debug_label_false' => 'False',
'app_log_level_label' => 'App Log Level',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'App Url',
'app_url_placeholder' => 'App Url',
'db_connection_label' => 'Database Connection',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Database Host',
'db_host_placeholder' => 'Database Host',
'db_port_label' => 'Database Port',
'db_port_placeholder' => 'Database Port',
'db_name_label' => 'Database Name',
'db_name_placeholder' => 'Database Name',
'db_username_label' => 'Database User Name',
'db_username_placeholder' => 'Database User Name',
'db_password_label' => 'Database Password',
'db_password_placeholder' => 'Database Password',
'app_tabs' => [
'more_info' => 'Plus d\'informations',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Configuration de la base de donnée',
'setup_application' => 'Configuration de l\'application',
'install' => 'Installer',
],
],
],
'classic' => [
'templateTitle' => 'Étape 3 | Paramètres d\'environnement | Editeur Classique',
'title' => 'Éditeur de texte classique',
'save' => 'Enregistrer .env',
'back' => 'Utiliser le formulaire',
'install' => 'Enregistrer et installer',
],
'success' => 'Vos paramètres de fichier .env ont été enregistrés.',
'errors' => 'Impossible de sauvegarder le fichier .env, veuillez le créer manuellement.',
],
'install' => 'Installer',
/**
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminé',
'templateTitle' => 'Installation Terminé',
'finished' => 'Lapplication a été installée avec succès.',
'migration' => 'Migration &amp; Seed Console Output:',
'console' => 'Application Console Output:',
'log' => 'Installation Log Entry:',
'env' => 'Final .env File:',
'exit' => 'Cliquez ici pour quitter',
],
/*
*
* Update specific translations
*
*/
'updater' => [
/*
*
* Shared translations.
*
*/
'title' => 'Mise à jour de Laravel',
/*
*
* Welcome page translations for update feature.
*
*/
'welcome' => [
'title' => 'Bienvenue dans l\'updateur...',
'message' => 'Bienvenue dans le programme de mise à jour.',
],
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'Aperçu',
'message' => 'Il y a 1 mise à jour.|Il y a :number mises à jour.',
'install_updates' => 'Installer la mise à jour',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminé',
'finished' => 'Lapplication a été mise à jour avec succès.',
'exit' => 'Cliquez ici pour quitter',
],
'log' => [
'success_message' => 'L\'installateur Laravel a été mis à jour avec succès le ',
],
],
];

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Installateur de Laravel',
'next' => 'Suivant',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bienvenue dans linstallateur...',
'message' => 'Bienvenue dans le programme dinstallation.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Prérequis',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissions',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Paramètres denvironment',
'save' => 'Enregistrer .env',
'success' => 'Votre fichier .env a été sauvegardé.',
'errors' => 'Impossible denregistrer le fichier .env, il faut que vous le créiez manuellement.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminé',
'finished' => 'Lapplication a été installée avec succès.',
'exit' => 'Cliquez ici pour quitter',
],
];

View File

@ -1,68 +1,63 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Εγκατάσταση Laravel',
'next' => 'Επόμενο',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Καλωσήρθαστε στο Installer',
'message' => 'Καλωσήρθατε στον οδηγό εγκατάστασης.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Απαιτήσεις συστήματος',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Δικαιώματα',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ρυθμίσεις Περιβάλλοντος',
'save' => 'Αποθήκευση .env αρχείου',
'success' => 'Το αρχείο ρυθμίσεων .env έχει αποθηκευτεί με επιτυχία.',
'errors' => 'Το αρχείο ρυθμίσεων .env ΔΕΝ μπόρεσε να αποθηκευτεί με επιτυχία. Παρακαλώ δημιουργίστε το χειροκίνητα.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Ολοκληρώθηκε',
'finished' => 'Το πρόγραμμά σας εγκαταστάθηκε με επιτυχία.',
'exit' => 'Πατήστε εδώ για έξοδο.',
],
];
<?php
return [
/*
*
* Shared translations.
*
*/
'title' => 'Εγκατάσταση Laravel',
'next' => 'Επόμενο',
/*
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Καλωσήρθαστε στο Installer',
'message' => 'Καλωσήρθατε στον οδηγό εγκατάστασης.',
],
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Απαιτήσεις συστήματος',
],
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Δικαιώματα',
],
/*
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ρυθμίσεις Περιβάλλοντος',
'save' => 'Αποθήκευση .env αρχείου',
'success' => 'Το αρχείο ρυθμίσεων .env έχει αποθηκευτεί με επιτυχία.',
'errors' => 'Το αρχείο ρυθμίσεων .env ΔΕΝ μπόρεσε να αποθηκευτεί με επιτυχία. Παρακαλώ δημιουργίστε το χειροκίνητα.',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Ολοκληρώθηκε',
'finished' => 'Το πρόγραμμά σας εγκαταστάθηκε με επιτυχία.',
'exit' => 'Πατήστε εδώ για έξοδο.',
],
];

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Εγκατάσταση Laravel',
'next' => 'Επόμενο',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Καλωσήρθαστε στο Installer',
'message' => 'Καλωσήρθατε στον οδηγό εγκατάστασης.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Απαιτήσεις συστήματος',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Δικαιώματα',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ρυθμίσεις Περιβάλλοντος',
'save' => 'Αποθήκευση .env αρχείου',
'success' => 'Το αρχείο ρυθμίσεων .env έχει αποθηκευτεί με επιτυχία.',
'errors' => 'Το αρχείο ρυθμίσεων .env ΔΕΝ μπόρεσε να αποθηκευτεί με επιτυχία. Παρακαλώ δημιουργίστε το χειροκίνητα.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Ολοκληρώθηκε',
'finished' => 'Το πρόγραμμά σας εγκαταστάθηκε με επιτυχία.',
'exit' => 'Πατήστε εδώ για έξοδο.',
],
];

View File

@ -0,0 +1,246 @@
<?php
return [
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Selanjutnya',
'back' => 'Kembali',
'finish' => 'Pasang',
'forms' => [
'errorTitle' => 'Terjadi galat sebagai berikut:',
],
/*
*
* Home page translations.
*
*/
'welcome' => [
'templateTitle' => 'Selamat Datang',
'title' => 'Laravel Installer',
'message' => 'Instalasi Mudah dan Persiapan Aplikasi',
'next' => 'Cek Kebutuhan',
],
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'templateTitle' => 'Langkah 1 | Kebutuhan Server',
'title' => 'Kebutuhan Server',
'next' => 'Cek Hak Akses',
],
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'Langkah 2 | Hak Akses',
'title' => 'Hak Akses',
'next' => 'Konfigurasi Lingkungan',
],
/*
*
* Environment page translations.
*
*/
'environment' => [
'menu' => [
'templateTitle' => 'Langkah 3 | Penyetelan Lingkungan',
'title' => 'Penyetelan Lingkungan',
'desc' => 'Silahkan pilih bagaimana Anda akan mengkofigurasi berkas <code>.env</code> aplikasi.',
'wizard-button' => 'Form Penyetelan Wizard',
'classic-button' => 'Classic Text Editor',
],
'wizard' => [
'templateTitle' => 'Langkah 3 | Penyetelan Lingkungan | Wizard Terpandu',
'title' => 'Wizard <code>.env</code> Terpandu',
'tabs' => [
'environment' => 'Lingkungan',
'database' => 'Basis Data',
'application' => 'Aplikasi',
],
'form' => [
'name_required' => 'Lingkungan aplikasi harus ditetapkan',
'app_name_label' => 'Nama Aplikasi',
'app_name_placeholder' => 'Nama Aplikasi',
'app_environment_label' => 'Lingkungan Aplikasi',
'app_environment_label_local' => 'Lokal',
'app_environment_label_developement' => 'Pengembangan',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Produksi',
'app_environment_label_other' => 'Lainnya',
'app_environment_placeholder_other' => 'Masukan lingkungan...',
'app_debug_label' => 'Debug Aplikasi',
'app_debug_label_true' => 'Iya',
'app_debug_label_false' => 'Tidak',
'app_log_level_label' => 'Level Log Aplikasi',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'URL Aplikasi',
'app_url_placeholder' => 'URL Aplikasi',
'db_connection_label' => 'Koneksi Basis Data',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Host Basis Data',
'db_host_placeholder' => 'Host Basis Data',
'db_port_label' => 'Port Basis Data',
'db_port_placeholder' => 'Port Basis Data',
'db_name_label' => 'Nama Basis Data',
'db_name_placeholder' => 'Nama Basis Data',
'db_username_label' => 'Pengguna Basis Data',
'db_username_placeholder' => 'Pengguna Basis Data',
'db_password_label' => 'Kata Sandi Basis Data',
'db_password_placeholder' => 'Kata Sandi Basis Data',
'app_tabs' => [
'more_info' => 'Informasi Lainnya',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Setel Basis Data',
'setup_application' => 'Setel Aplikasi',
'install' => 'Pasang',
],
],
],
'classic' => [
'templateTitle' => 'Langkah 3 | Penyetelan Lingkungan | Classic Editor',
'title' => 'Classic Environment Editor',
'save' => 'Simpan .env',
'back' => 'Gunakan Form Wizard',
'install' => 'Simpan dan Pasang',
],
'success' => 'Berkas penyetelan .env Anda telah disimpan.',
'errors' => 'Tidak bisa menyimpan berkas .env. Silahkan buat secara manual.',
],
'install' => 'Pasang',
/*
*
* Installed Log translations.
*
*/
'installed' => [
'success_log_message' => 'Laravel Installer berhasil DIPASANG pada ',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Instalasi Selesai',
'templateTitle' => 'Instalasi Selesai',
'finished' => 'Aplikasi telah berhasil dipasang.',
'migration' => 'Keluaran Migration &amp; Seed Console:',
'console' => 'Keluaran Application Console:',
'log' => 'Entri Log Aplikasi:',
'env' => 'Hasil akhir berkas .env:',
'exit' => 'Klik disini untuk keluar',
],
/*
*
* Update specific translations
*
*/
'updater' => [
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Updater',
/*
*
* Welcome page translations for update feature.
*
*/
'welcome' => [
'title' => 'Selamat Datang di App Updater',
'message' => 'Selamat Datang di update wizard.',
],
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'Tinjauan',
'message' => 'Ada 1 pembaruan.|Ada :number pembaruan.',
'install_updates' => 'Pasang Pembaruan',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Selesai',
'finished' => 'Basis Data Aplikasi telah berhasil diperbarui.',
'exit' => 'Klik disini untuk keluar',
],
'log' => [
'success_message' => 'Laravel Installer berhasil DIPERBARUI pada ',
],
],
];

View File

@ -1,6 +1,7 @@
<?php
return [
/**
/*
*
* Shared translations.
*
@ -8,7 +9,7 @@ return [
'title' => 'Laravel Installer',
'next' => 'Passo successivo',
'finish' => 'Installa',
/**
/*
*
* Home page translations.
*
@ -17,7 +18,7 @@ return [
'title' => 'Benvenuto al programma di installazione',
'message' => 'Benvenuto alla configurazione guidata.',
],
/**
/*
*
* Requirements page translations.
*
@ -25,7 +26,7 @@ return [
'requirements' => [
'title' => 'Requisiti',
],
/**
/*
*
* Permissions page translations.
*
@ -33,7 +34,7 @@ return [
'permissions' => [
'title' => 'Permessi',
],
/**
/*
*
* Environment page translations.
*
@ -44,7 +45,7 @@ return [
'success' => 'La configurazione del file .env &egrave; stata salvata correttamente.',
'errors' => 'Impossibile salvare il file .env, per favore crealo manualmente.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,57 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Passo successivo',
'finish' => 'Installa',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Benvenuto al programma di installazione',
'message' => 'Benvenuto alla configurazione guidata.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requisiti',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permessi',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Configurazione ambiente',
'save' => 'Salva .env',
'success' => 'La configurazione del file .env &egrave; stata salvata correttamente.',
'errors' => 'Impossibile salvare il file .env, per favore crealo manualmente.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finito',
'finished' => 'L\'applicazione è stata configurata correttamente.',
'exit' => 'Clicca qui per uscire',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -10,8 +10,7 @@ return [
'title' => 'Laravel Installer',
'next' => 'Volgende stap',
/**
/*
*
* Home page translations.
*
@ -21,8 +20,7 @@ return [
'message' => 'Welkom bij de installatiewizard',
],
/**
/*
*
* Requirements page translations.
*
@ -31,8 +29,7 @@ return [
'title' => 'Vereisten',
],
/**
/*
*
* Permissions page translations.
*
@ -41,8 +38,7 @@ return [
'title' => 'Permissies',
],
/**
/*
*
* Environment page translations.
*
@ -54,8 +50,7 @@ return [
'errors' => 'Het is niet mogelijk om een .env bestand aan te maken, maak a.u.b het bestand zelf aan.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Volgende stap',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Welkom bij het installatie proces...',
'message' => 'Welkom bij de installatiewizard',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Vereisten',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissies',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Environment Settings',
'save' => '.env Opslaan',
'success' => 'Uw .env bestand is opgeslagen.',
'errors' => 'Het is niet mogelijk om een .env bestand aan te maken, maak a.u.b het bestand zelf aan.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Voltooid',
'finished' => 'Applicatie is succesvol geïnstalleerd.',
'exit' => 'Klik hier om af te sluiten.',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -10,8 +10,7 @@ return [
'title' => 'Laravel Instalator',
'next' => 'Następny krok',
/**
/*
*
* Home page translations.
*
@ -21,8 +20,7 @@ return [
'message' => 'Witaj w kreatorze instalacji.',
],
/**
/*
*
* Requirements page translations.
*
@ -31,8 +29,7 @@ return [
'title' => 'Wymagania systemowe ',
],
/**
/*
*
* Permissions page translations.
*
@ -41,8 +38,7 @@ return [
'title' => 'Uprawnienia',
],
/**
/*
*
* Environment page translations.
*
@ -54,8 +50,7 @@ return [
'errors' => 'Nie można zapisać pliku .env, Proszę utworzyć go ręcznie.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Instalator',
'next' => 'Następny krok',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Instalacja Laravel',
'message' => 'Witaj w kreatorze instalacji.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Wymagania systemowe ',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Uprawnienia',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ustawnienia środowiska',
'save' => 'Zapisz .env',
'success' => 'Plik .env został poprawnie zainstalowany.',
'errors' => 'Nie można zapisać pliku .env, Proszę utworzyć go ręcznie.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Instalacja zakończona',
'finished' => 'Aplikacja została poprawnie zainstalowana.',
'exit' => 'Kliknij aby zakończyć',
],
];

View File

@ -1,69 +1,64 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Instalador Laravel',
'next' => 'Próximo Passo',
'finish' => 'Instalar',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bem-vindo ao Instalador',
'message' => 'Bem-vindo ao assistente de configuração.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requisitos',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissões',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Configurações de Ambiente',
'save' => 'Salvar .env',
'success' => 'Suas configurações de arquivo .env foram salvas.',
'errors' => 'Não foi possível salvar o arquivo .env, por favor crie-o manualmente.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminado',
'finished' => 'Aplicação foi instalada com sucesso',
'exit' => 'Clique aqui para sair',
],
];
<?php
return [
/*
*
* Shared translations.
*
*/
'title' => 'Instalador Laravel',
'next' => 'Próximo Passo',
'finish' => 'Instalar',
/*
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bem-vindo ao Instalador',
'message' => 'Bem-vindo ao assistente de configuração.',
],
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requisitos',
],
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissões',
],
/*
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Configurações de Ambiente',
'save' => 'Salvar .env',
'success' => 'Suas configurações de arquivo .env foram salvas.',
'errors' => 'Não foi possível salvar o arquivo .env, por favor crie-o manualmente.',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminado',
'finished' => 'Aplicação foi instalada com sucesso',
'exit' => 'Clique aqui para sair',
],
];

View File

@ -1,69 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Instalador Laravel',
'next' => 'Próximo Passo',
'finish' => 'Instalar',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bem-vindo ao Instalador',
'message' => 'Bem-vindo ao assistente de configuração.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requisitos',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissões',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Configurações de Ambiente',
'save' => 'Salvar .env',
'success' => 'Suas configurações de arquivo .env foram salvas.',
'errors' => 'Não foi possível salvar o arquivo .env, por favor crie-o manualmente.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminado',
'finished' => 'Aplicação foi instalada com sucesso',
'exit' => 'Clique aqui para sair',
],
];

View File

@ -2,17 +2,16 @@
return [
/**
/*
*
* Shared translations.
*
*/
'title' => 'Instalador Laravel',
'title' => 'Instalação de Laravel',
'next' => 'Próximo Passo',
'finish' => 'Instalar',
/**
/*
*
* Home page translations.
*
@ -22,8 +21,7 @@ return [
'message' => 'Bem-vindo ao assistente de configuração.',
],
/**
/*
*
* Requirements page translations.
*
@ -32,8 +30,7 @@ return [
'title' => 'Requisitos',
],
/**
/*
*
* Permissions page translations.
*
@ -42,8 +39,7 @@ return [
'title' => 'Permissões',
],
/**
/*
*
* Environment page translations.
*
@ -51,12 +47,11 @@ return [
'environment' => [
'title' => 'Configurações de Ambiente',
'save' => 'Salvar .env',
'success' => 'Suas configurações de arquivo .env foram gravadas.',
'success' => 'As configurações de seu arquivo .env foram gravadas.',
'errors' => 'Não foi possível gravar o arquivo .env, por favor crie-o manualmente.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,69 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Instalador Laravel',
'next' => 'Próximo Passo',
'finish' => 'Instalar',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Bem-vindo ao Instalador',
'message' => 'Bem-vindo ao assistente de configuração.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Requisitos',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Permissões',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Configurações de Ambiente',
'save' => 'Salvar .env',
'success' => 'Suas configurações de arquivo .env foram gravadas.',
'errors' => 'Não foi possível gravar o arquivo .env, por favor crie-o manualmente.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Terminado',
'finished' => 'Aplicação foi instalada com sucesso',
'exit' => 'Clique aqui para sair',
],
];

View File

@ -1,68 +1,63 @@
<?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',
],
];
<?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',
],
];

View File

@ -1,68 +0,0 @@
<?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',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -10,8 +10,7 @@ return [
'title' => 'Установка Laravel',
'next' => 'Следующий шаг',
/**
/*
*
* Home page translations.
*
@ -19,43 +18,150 @@ return [
'welcome' => [
'title' => 'Установка Laravel',
'message' => 'Добро пожаловать в первоначальную настройку фреймворка Laravel.',
'next' => 'Следующий шаг',
],
/**
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Необходимые модули',
'next' => 'Следующий шаг',
],
/**
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Проверка прав на папках',
'next' => 'Следующий шаг',
],
/**
/*
*
* Environment page translations.
*
*/
'environment' => [
'menu' => [
'templateTitle' => 'Шаг 3 | Настройки среды',
'title' => 'Настройки среды',
'desc' => 'Выберите, как вы хотите настроить файл <code> .env </code>.',
'wizard-button' => 'Мастера форм',
'classic-button' => 'Редактор текста',
],
'wizard' => [
'templateTitle' => 'Шаг 3 | Настройки среды | Управляемый мастер',
'title' => 'Управляемый <code> .env </code> Мастер',
'tabs' => [
'environment' => 'Окружение',
'database' => 'База данных',
'application' => 'Приложение',
],
'form' => [
'name_required' => 'Требуется имя среды.',
'app_name_label' => 'Имя приложения',
'app_name_placeholder' => 'Имя приложения',
'app_environment_label' => 'Окружение приложения',
'app_environment_label_local' => 'Локальное',
'app_environment_label_developement' => 'Разработочное',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Продакшн',
'app_environment_label_other' => 'Другое',
'app_environment_placeholder_other' => 'Введите свое окружение ...',
'app_debug_label' => 'Дебаг приложения',
'app_debug_label_true' => 'Да',
'app_debug_label_false' => 'Нет',
'app_log_level_label' => 'Уровень журнала логирования',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'URL приложения',
'app_url_placeholder' => 'URL приложения',
'db_connection_label' => 'Подключение к базе данных',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Хост базы данных',
'db_host_placeholder' => 'Хост базы данных',
'db_port_label' => 'Порт базы данных',
'db_port_placeholder' => 'Порт базы данных',
'db_name_label' => 'Название базы данных',
'db_name_placeholder' => 'Название базы данных',
'db_username_label' => 'Имя пользователя базы данных',
'db_username_placeholder' => 'Имя пользователя базы данных',
'db_password_label' => 'Пароль базы данных',
'db_password_placeholder' => 'Пароль базы данных',
'app_tabs' => [
'more_info' => 'Больше информации',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Настройка базы данных',
'setup_application' => 'Настройка приложения',
'install' => 'Установить',
],
],
],
'classic' => [
'templateTitle' => 'Шаг 3 | Настройки среды | Классический редактор',
'title' => 'Классический редактор среды',
'save' => 'Сохранить .env',
'back' => 'Использовать мастер форм',
'install' => 'Сохранить и установить',
],
'title' => 'Настройки окружения',
'save' => 'Сохранить .env',
'success' => 'Настройки успешно сохранены в файле .env',
'errors' => 'Произошла ошибка при сохранении файла .env, пожалуйста, сохраните его вручную',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,68 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Установка Laravel',
'next' => 'Следующий шаг',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Установка Laravel',
'message' => 'Добро пожаловать в первоначальную настройку фреймворка Laravel.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Необходимые модули',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'Проверка прав на папках',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Настройки окружения',
'save' => 'Сохранить .env',
'success' => 'Настройки успешно сохранены в файле .env',
'errors' => 'Произошла ошибка при сохранении файла .env, пожалуйста, сохраните его вручную',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Готово',
'finished' => 'Приложение успешно настроено.',
'exit' => 'Нажмите для выхода',
],
];

View File

@ -0,0 +1,246 @@
<?php
return [
/*
*
* Shared translations.
*
*/
'title' => 'โปรแกรมติดตั้ง Laravel',
'next' => 'ขั้นตอนต่อไป',
'back' => 'ย้อนกลับ',
'finish' => 'ติดตั้ง',
'forms' => [
'errorTitle' => 'ข้อผิดพลาดต่อไปนี้เกิดขึ้น:',
],
/*
*
* Home page translations.
*
*/
'welcome' => [
'templateTitle' => 'ยินดีต้อนรับ',
'title' => 'โปรแกรมติดตั้ง Laravel',
'message' => 'วิซาร์ดการติดตั้งและติดตั้งง่าย',
'next' => 'ตรวจสอบข้อกำหนด',
],
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'templateTitle' => 'ขั้นตอนที่ 1 | ข้อกำหนดของเซิร์ฟเวอร์',
'title' => 'ข้อกำหนดของเซิร์ฟเวอร์',
'next' => 'ตรวจสอบการอนุญาต',
],
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'ขั้นตอนที่ 2 | สิทธิ์',
'title' => 'สิทธิ์',
'next' => 'กำหนดค่าสภาพแวดล้อม',
],
/*
*
* Environment page translations.
*
*/
'environment' => [
'menu' => [
'templateTitle' => 'ขั้นตอนที่ 3 | การตั้งค่าสภาพแวดล้อม',
'title' => 'การตั้งค่าสภาพแวดล้อม',
'desc' => 'โปรดเลือกวิธีที่คุณต้องการกำหนดค่าไฟล์แอป <code> .env </code>',
'wizard-button' => 'การตั้งค่าตัวช่วยสร้างฟอร์ม',
'classic-button' => 'แก้ไขข้อความคลาสสิก',
],
'wizard' => [
'templateTitle' => 'ขั้นตอนที่ 3 | การตั้งค่าสภาพแวดล้อม | ตัวช่วยสร้างการแนะนำ',
'title' => 'วิซาร์ด <code> .env </code> ที่แนะนำ',
'tabs' => [
'environment' => 'สิ่งแวดล้อม',
'database' => 'ฐานข้อมูล',
'application' => 'แอพพลิเคชั่น',
],
'form' => [
'name_required' => 'ต้องระบุชื่อสภาพแวดล้อม',
'app_name_label' => 'ชื่อแอป',
'app_name_placeholder' => 'ชื่อแอป',
'app_environment_label' => 'สภาพแวดล้อมของแอป',
'app_environment_label_local' => 'ในประเทศ',
'app_environment_label_developement' => 'พัฒนาการ',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'การผลิต',
'app_environment_label_other' => 'อื่น ๆ',
'app_environment_placeholder_other' => 'เข้าสู่สภาพแวดล้อมของคุณ ...',
'app_debug_label' => 'Debug แอป',
'app_debug_label_true' => 'จริง',
'app_debug_label_false' => 'เท็จ',
'app_log_level_label' => 'ระดับการบันทึกแอป',
'app_log_level_label_debug' => 'การแก้ปัญหา',
'app_log_level_label_info' => 'ข้อมูล',
'app_log_level_label_notice' => 'แจ้งให้ทราบ',
'app_log_level_label_warning' => 'การเตือน',
'app_log_level_label_error' => 'ความผิดพลาด',
'app_log_level_label_critical' => 'วิกฤติ',
'app_log_level_label_alert' => 'เตือนภัย',
'app_log_level_label_emergency' => 'กรณีฉุกเฉิน',
'app_url_label' => 'แอป URL',
'app_url_placeholder' => 'แอป URL',
'db_connection_label' => 'การเชื่อมต่อฐานข้อมูล',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'โฮสต์ฐานข้อมูล',
'db_host_placeholder' => 'โฮสต์ฐานข้อมูล',
'db_port_label' => 'พอร์ตฐานข้อมูล',
'db_port_placeholder' => 'พอร์ตฐานข้อมูล',
'db_name_label' => 'ชื่อฐานข้อมูล',
'db_name_placeholder' => 'ชื่อฐานข้อมูล',
'db_username_label' => 'ชื่อผู้ใช้ฐานข้อมูล',
'db_username_placeholder' => 'ชื่อผู้ใช้ฐานข้อมูล',
'db_password_label' => 'รหัสผ่านฐานข้อมูล',
'db_password_placeholder' => 'รหัสผ่านฐานข้อมูล',
'app_tabs' => [
'more_info' => 'ข้อมูลเพิ่มเติม',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'ตั้งค่าฐานข้อมูล',
'setup_application' => 'แอปพลิเคชันติดตั้ง',
'install' => 'ติดตั้ง',
],
],
],
'classic' => [
'templateTitle' => 'ขั้นตอนที่ 3 | การตั้งค่าสภาพแวดล้อม | ตัวแก้ไขแบบคลาสสิก',
'title' => 'ตัวแก้ไขสภาพแวดล้อมแบบคลาสสิค',
'save' => 'บันทึก .env',
'back' => 'ใช้ตัวช่วยสร้างแบบฟอร์ม',
'install' => 'บันทึกและติดตั้ง',
],
'success' => 'ของคุณ .env บันทึกการตั้งค่าไฟล์แล้ว',
'errors' => 'ไม่สามารถบันทึก .env ไฟล์, โปรดสร้างด้วยตนเอง',
],
'install' => 'ติดตั้ง',
/*
*
* Installed Log translations.
*
*/
'installed' => [
'success_log_message' => 'ติดตั้ง Laravel สำเร็จติดตั้งแล้ว',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'การติดตั้งเสร็จสิ้น',
'templateTitle' => 'การติดตั้งเสร็จสิ้น',
'finished' => 'ติดตั้งแอปพลิเคชันสำเร็จแล้ว',
'migration' => 'การย้าย &amp; Seed Console Output:',
'console' => 'แอพพลิเคชันคอนโซลเอาท์พุท:',
'log' => 'บันทึกการติดตั้ง:',
'env' => 'ไฟล์. env สุดท้าย:',
'exit' => 'คลิกที่นี่เพื่อออก',
],
/*
*
* Update specific translations
*
*/
'updater' => [
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Updater',
/*
*
* Welcome page translations for update feature.
*
*/
'welcome' => [
'title' => 'ยินดีต้อนรับสู่ The Updater',
'message' => 'ยินดีต้อนรับสู่ตัวช่วยการอัพเดต',
],
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'ภาพรวม',
'message' => 'มีการอัปเดต 1 รายการ | มี: อัปเดตตัวเลข',
'install_updates' => 'ติดตั้งการปรับปรุง',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'เสร็จ',
'finished' => 'แอพพลิเคชั่น อัปเดตฐานข้อมูลสำเร็จแล้ว',
'exit' => 'คลิกที่นี่เพื่อออก',
],
'log' => [
'success_message' => 'ติดตั้ง Laravel สำเร็จแล้วอัปเดตเมื่อ',
],
],
];

View File

@ -2,62 +2,244 @@
return [
/**
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'title' => 'Kurulum',
'next' => 'Sonraki Adım',
/**
'back' => 'Önceki Adım',
'finish' => 'Kur',
'forms' => [
'errorTitle' => 'Hatalar tespit edildi :',
],
/*
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Installer\'a Hoşgeldiniz',
'message' => 'Kurulum sihirbazına hoşgeldiniz.',
'templateTitle' => 'Kurulum\'a Hoşgeldiniz',
'title' => 'Kurulum',
'message' => 'Kolay Kurulum Sihirbazı.',
'next' => 'Gereksinimleri Denetle',
],
/**
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Gereksinimler',
'templateTitle' => 'Adım 1 | Sunucu Gereksinimleri',
'title' => 'Sunucu Gereksinimleri',
'next' => 'İzinleri Kontrol Et',
],
/**
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'Adım 2 | İzinler',
'title' => 'İzinler',
'next' => 'Ortam ayarlarına geç',
],
/**
/*
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ortam Ayarları',
'save' => '.env\'yi Kaydet',
'success' => '.env dosyanız kaydedildi.',
'errors' => '.env dosyanız kaydedilemedi, lütfen manuel yaratınız.',
'menu' => [
'templateTitle' => 'Adım 3 | Ortam Ayarları',
'title' => 'Ortam Ayarları',
'desc' => 'Lütfen uygulamanın <code> .env </code> dosyasını nasıl yapılandıracağınızı seçin.',
'wizard-button' => 'Form Sihirbazı Kurulumu ',
'classic-button' => 'Klasik Metin Editörü',
],
'wizard' => [
'templateTitle' => 'Adım 3 | Ortam Ayarları | Form sihirbazı',
'title' => 'Guided <code>.env</code> Wizard',
'tabs' => [
'environment' => 'Ortam',
'database' => 'Veritabanı',
'application' => 'Uygulama',
],
'form' => [
'name_required' => 'Bir ortam adı gerekiyor.',
'app_name_label' => 'Uygulama Adı',
'app_name_placeholder' => 'Uygulama Adı',
'app_environment_label' => 'Uygulama Ortamı',
'app_environment_label_local' => 'Yerel',
'app_environment_label_developement' => 'Geliştirme',
'app_environment_label_qa' => 'qa',
'app_environment_label_production' => 'Üretim',
'app_environment_label_other' => 'Diğer',
'app_environment_placeholder_other' => 'Çevrenizi girin ...',
'app_debug_label' => 'Uygulama Hataları Gösterme',
'app_debug_label_true' => 'Aktif',
'app_debug_label_false' => 'Pasif',
'app_log_level_label' => 'Uygulama Günlüğü Düzeyi',
'app_log_level_label_debug' => 'hata ayıklama',
'app_log_level_label_info' => 'bilgi',
'app_log_level_label_notice' => 'haber',
'app_log_level_label_warning' => 'uyarı',
'app_log_level_label_error' => 'hata',
'app_log_level_label_critical' => 'kritik',
'app_log_level_label_alert' => 'uyarı',
'app_log_level_label_emergency' => 'acil durum',
'app_url_label' => 'Uygulama URL\'si',
'app_url_placeholder' => 'Uygulama URL\'si',
'db_connection_label' => 'Veritabanı Bağlantısı',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Veritabanı Sunucusu',
'db_host_placeholder' => 'Veritabanı Sunucusu',
'db_port_label' => 'Veritabanı Bağlantı Noktası',
'db_port_placeholder' => 'Veritabanı Bağlantı Noktası',
'db_name_label' => 'Veritabanı Adı',
'db_name_placeholder' => 'Veritabanı Adı',
'db_username_label' => 'Veritabanı Kullanıcı Adı',
'db_username_placeholder' => 'Veritabanı Kullanıcı Adı',
'db_password_label' => 'Veritabanı Şifresi',
'db_password_placeholder' => 'Veritabanı Şifresi',
'app_tabs' => [
'more_info' => 'Daha Fazla Bilgi',
'broadcasting_title' => 'Yayıncılık, Önbellekleme, Oturum &amp; Kuyruk',
'broadcasting_label' => 'Yayıncı Sürücüsü',
'broadcasting_placeholder' => 'Yayıncı Sürücüsü',
'cache_label' => 'Önbellek Sürücüsü',
'cache_placeholder' => 'Önbellek Sürücüsü',
'session_label' => 'Oturum Sürücüsü',
'session_placeholder' => 'Oturum Sürücüsü',
'queue_label' => 'Kuyruk Sürücüsü',
'queue_placeholder' => 'Kuyruk Sürücüsü',
'redis_label' => 'Redis Sürücüsü',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Şifre',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Posta Sürücüsü',
'mail_driver_placeholder' => 'Posta Sürücüsü',
'mail_host_label' => 'Posta Sunucusu',
'mail_host_placeholder' => 'Posta Sunucusu',
'mail_port_label' => 'Posta Bağlantı Noktası',
'mail_port_placeholder' => 'Posta Bağlantı Noktası',
'mail_username_label' => 'Posta Kullanıcı Adı',
'mail_username_placeholder' => 'Posta Kullanıcı Adı',
'mail_password_label' => 'Posta Parolası',
'mail_password_placeholder' => 'Posta Parolası',
'mail_encryption_label' => 'Posta Güvenlik Türü',
'mail_encryption_placeholder' => 'Posta Güvenlik Türü',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'İtici Uygulama Kimliği',
'pusher_app_id_palceholder' => 'İtici Uygulama Kimliği',
'pusher_app_key_label' => 'İtici Uygulama Anahtarı',
'pusher_app_key_palceholder' => 'İtici Uygulama Anahtarı',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Veritabanı Ayarları',
'setup_application' => 'Uygulama Ayarları',
'install' => 'Yükle',
],
],
],
'classic' => [
'templateTitle' => '3. Adım | Ortam Ayarları | Klasik Editör ',
'title' => 'Klasik Metin Editörü',
'save' => 'Kaydet (.env)',
'back' => 'Form Sihirbazını Kullan',
'install' => 'Yükle',
],
'success' => '.env dosyası ayarları kaydedildi.',
'errors' => '.env dosyasını kaydedemiyoruz, lütfen el ile oluşturun.',
],
/**
'install' => 'Kurulum',
/*
*
* Installed Log translations.
*
*/
'installed' => [
'success_log_message' => 'Uygulama başarıyla KURULDU ',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Tamamlandı',
'finished' => 'Uygulama başarıyla yüklendi.',
'exit' => 'Çıkış yapmak için tıklayınız',
'title' => 'Kurulum Bitti',
'templateTitle' => 'Kurulum Bitti',
'finished' => 'Uygulama başarıyla kuruldu.',
'migration' => 'Veritabanı Konsolu Çıktısı: ',
'console' => 'Uygulama Konsolu Çıktısı:',
'log' => 'Kurulum Günlüğü Girişi:',
'env' => 'Son .env Dosyası:',
'exit' => ıkmak için burayı tıklayın',
],
/*
*
* Update specific translations
*
*/
'updater' => [
/*
*
* Shared translations.
*
*/
'title' => 'Güncelleyici',
/*
*
* Welcome page translations for update feature.
*
*/
'welcome' => [
'title' => 'Güncelleyiciye Hoş Geldiniz',
'message' => 'Güncelleme sihirbazına hoş geldiniz.',
],
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'Genel bakış',
'message' => '1 güncelleme var.| :number güncellemeleri var.',
'install_updates' => 'Güncellemeyi yükle',
],
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Tamamlandı',
'finished' => 'Uygulamanın veritabanını başarıyla güncelleştirildi.',
'exit' => ıkmak ve uygulamayı başlatmak için buraya tıklayın',
],
'log' => [
'success_message' => 'Uygulama GÜNCELLENDİ ',
],
],
];

View File

@ -1,63 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel Installer',
'next' => 'Sonraki Adım',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => 'Installer\'a Hoşgeldiniz',
'message' => 'Kurulum sihirbazına hoşgeldiniz.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => 'Gereksinimler',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => 'İzinler',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => 'Ortam Ayarları',
'save' => '.env\'yi Kaydet',
'success' => '.env dosyanız kaydedildi.',
'errors' => '.env dosyanız kaydedilemedi, lütfen manuel yaratınız.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => 'Tamamlandı',
'finished' => 'Uygulama başarıyla yüklendi.',
'exit' => ıkış yapmak için tıklayınız',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -11,8 +11,7 @@ return [
'next' => '下一步',
'finish' => '安装',
/**
/*
*
* Home page translations.
*
@ -22,8 +21,7 @@ return [
'message' => '欢迎来到安装向导.',
],
/**
/*
*
* Requirements page translations.
*
@ -32,8 +30,7 @@ return [
'title' => '环境要求',
],
/**
/*
*
* Permissions page translations.
*
@ -42,8 +39,7 @@ return [
'title' => '权限',
],
/**
/*
*
* Environment page translations.
*
@ -55,8 +51,7 @@ return [
'errors' => '无法保存 .env 文件, 请手动创建它.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,69 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel安装程序',
'next' => '下一步',
'finish' => '安装',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => '欢迎来到Laravel安装程序',
'message' => '欢迎来到安装向导.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => '环境要求',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => '权限',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => '环境设置',
'save' => '保存 .env',
'success' => '.env 文件保存成功.',
'errors' => '无法保存 .env 文件, 请手动创建它.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => '完成',
'finished' => '应用已成功安装.',
'exit' => '点击退出',
],
];

View File

@ -2,7 +2,7 @@
return [
/**
/*
*
* Shared translations.
*
@ -11,8 +11,7 @@ return [
'next' => '下一步',
'finish' => '安裝',
/**
/*
*
* Home page translations.
*
@ -22,8 +21,7 @@ return [
'message' => '歡迎來到安裝嚮導.',
],
/**
/*
*
* Requirements page translations.
*
@ -32,8 +30,7 @@ return [
'title' => '環境要求',
],
/**
/*
*
* Permissions page translations.
*
@ -42,8 +39,7 @@ return [
'title' => '權限',
],
/**
/*
*
* Environment page translations.
*
@ -55,8 +51,7 @@ return [
'errors' => '無法保存 .env 文件, 請手動創建它.',
],
/**
/*
*
* Final page translations.
*

View File

@ -1,69 +0,0 @@
<?php
return [
/**
*
* Shared translations.
*
*/
'title' => 'Laravel安裝程序',
'next' => '下一步',
'finish' => '安裝',
/**
*
* Home page translations.
*
*/
'welcome' => [
'title' => '歡迎來到Laravel安裝程序',
'message' => '歡迎來到安裝嚮導.',
],
/**
*
* Requirements page translations.
*
*/
'requirements' => [
'title' => '環境要求',
],
/**
*
* Permissions page translations.
*
*/
'permissions' => [
'title' => '權限',
],
/**
*
* Environment page translations.
*
*/
'environment' => [
'title' => '環境設置',
'save' => '保存 .env',
'success' => '.env 文件保存成功.',
'errors' => '無法保存 .env 文件, 請手動創建它.',
],
/**
*
* Final page translations.
*
*/
'final' => [
'title' => '完成',
'finished' => '應用已成功安裝.',
'exit' => '點擊退出',
],
];

Binary file not shown.

View File

@ -1,36 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.environment.classic.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-code fa-fw" aria-hidden="true"></i> {{ trans('installer_messages.environment.classic.title') }}
@endsection
@section('container')
<form method="post" action="{{ route('LaravelInstaller::environmentSaveClassic') }}">
{!! csrf_field() !!}
<textarea class="textarea" name="envConfig">{{ $envConfig }}</textarea>
<div class="buttons buttons--right">
<button class="button button--light" type="submit">
<i class="fa fa-floppy-o fa-fw" aria-hidden="true"></i>
{!! trans('installer_messages.environment.classic.save') !!}
</button>
</div>
</form>
@if (!isset($environment['errors']))
<div class="buttons-container">
<a class="button float-left" href="{{ route('LaravelInstaller::environmentWizard') }}">
<i class="fa fa-sliders fa-fw" aria-hidden="true"></i>
{!! trans('installer_messages.environment.classic.back') !!}
</a>
<a class="button float-right" href="{{ route('LaravelInstaller::database') }}">
<i class="fa fa-check fa-fw" aria-hidden="true"></i>
{!! trans('installer_messages.environment.classic.install') !!}
<i class="fa fa-angle-double-right fa-fw" aria-hidden="true"></i>
</a>
</div>
@endif
@endsection

View File

@ -1,596 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.environment.wizard.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-magic fa-fw" aria-hidden="true"></i>
{!! trans('installer_messages.environment.wizard.title') !!}
@endsection
@section('container')
<div class="tabs tabs-full">
<input id="tab1" type="radio" name="tabs" class="tab-input" checked />
<label for="tab1" class="tab-label">
<i class="fa fa-cog fa-2x fa-fw" aria-hidden="true"></i>
<br />
{{ trans('installer_messages.environment.wizard.tabs.environment') }}
</label>
<input id="tab2" type="radio" name="tabs" class="tab-input" />
<label for="tab2" class="tab-label">
<i class="fa fa-database fa-2x fa-fw" aria-hidden="true"></i>
<br />
{{ trans('installer_messages.environment.wizard.tabs.database') }}
</label>
<input id="tab3" type="radio" name="tabs" class="tab-input" />
<label for="tab3" class="tab-label">
<i class="fa fa-cogs fa-2x fa-fw" aria-hidden="true"></i>
<br />
{{ trans('installer_messages.environment.wizard.tabs.application') }}
</label>
<form method="post" action="{{ route('LaravelInstaller::environmentSaveWizard') }}" class="tabs-wrap">
<div class="tab" id="tab1content">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group {{ $errors->has('app_name') ? ' has-error ' : '' }}">
<label for="app_name">
{{ trans('installer_messages.environment.wizard.form.app_name_label') }}
</label>
<input type="text" name="app_name" id="app_name" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.app_name_placeholder') }}" />
@if ($errors->has('app_name'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('app_name') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('environment') ? ' has-error ' : '' }}">
<label for="environment">
{{ trans('installer_messages.environment.wizard.form.app_environment_label') }}
</label>
<select name="environment" id="environment" onchange='checkEnvironment(this.value);'>
<option value="local" selected>
{{ trans('installer_messages.environment.wizard.form.app_environment_label_local') }}</option>
<option value="development">
{{ trans('installer_messages.environment.wizard.form.app_environment_label_developement') }}
</option>
<option value="qa">
{{ trans('installer_messages.environment.wizard.form.app_environment_label_qa') }}</option>
<option value="production">
{{ trans('installer_messages.environment.wizard.form.app_environment_label_production') }}
</option>
<option value="other">
{{ trans('installer_messages.environment.wizard.form.app_environment_label_other') }}</option>
</select>
<div id="environment_text_input" style="display: none;">
<input type="text" name="environment_custom" id="environment_custom"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_environment_placeholder_other') }}" />
</div>
@if ($errors->has('app_name'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('app_name') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('app_debug') ? ' has-error ' : '' }}">
<label for="app_debug">
{{ trans('installer_messages.environment.wizard.form.app_debug_label') }}
</label>
<label for="app_debug_true">
<input type="radio" name="app_debug" id="app_debug_true" value=true checked />
{{ trans('installer_messages.environment.wizard.form.app_debug_label_true') }}
</label>
<label for="app_debug_false">
<input type="radio" name="app_debug" id="app_debug_false" value=false />
{{ trans('installer_messages.environment.wizard.form.app_debug_label_false') }}
</label>
@if ($errors->has('app_debug'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('app_debug') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('app_log_level') ? ' has-error ' : '' }}">
<label for="app_log_level">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label') }}
</label>
<select name="app_log_level" id="app_log_level">
<option value="debug" selected>
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_debug') }}</option>
<option value="info">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_info') }}</option>
<option value="notice">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_notice') }}</option>
<option value="warning">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_warning') }}</option>
<option value="error">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_error') }}</option>
<option value="critical">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_critical') }}</option>
<option value="alert">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_alert') }}</option>
<option value="emergency">
{{ trans('installer_messages.environment.wizard.form.app_log_level_label_emergency') }}
</option>
</select>
@if ($errors->has('app_log_level'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('app_log_level') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('app_url') ? ' has-error ' : '' }}">
<label for="app_url">
{{ trans('installer_messages.environment.wizard.form.app_url_label') }}
</label>
<input type="url" name="app_url" id="app_url" value="http://localhost"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_url_placeholder') }}" />
@if ($errors->has('app_url'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('app_url') }}
</span>
@endif
</div>
<div class="buttons">
<button class="button" onclick="showDatabaseSettings();return false">
{{ trans('installer_messages.environment.wizard.form.buttons.setup_database') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</button>
</div>
</div>
<div class="tab" id="tab2content">
<div class="form-group {{ $errors->has('database_connection') ? ' has-error ' : '' }}">
<label for="database_connection">
{{ trans('installer_messages.environment.wizard.form.db_connection_label') }}
</label>
<select name="database_connection" id="database_connection">
<option value="mysql" selected>
{{ trans('installer_messages.environment.wizard.form.db_connection_label_mysql') }}</option>
<option value="sqlite">
{{ trans('installer_messages.environment.wizard.form.db_connection_label_sqlite') }}</option>
<option value="pgsql">
{{ trans('installer_messages.environment.wizard.form.db_connection_label_pgsql') }}</option>
<option value="sqlsrv">
{{ trans('installer_messages.environment.wizard.form.db_connection_label_sqlsrv') }}</option>
</select>
@if ($errors->has('database_connection'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_connection') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('database_hostname') ? ' has-error ' : '' }}">
<label for="database_hostname">
{{ trans('installer_messages.environment.wizard.form.db_host_label') }}
</label>
<input type="text" name="database_hostname" id="database_hostname" value="127.0.0.1"
placeholder="{{ trans('installer_messages.environment.wizard.form.db_host_placeholder') }}" />
@if ($errors->has('database_hostname'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_hostname') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('database_port') ? ' has-error ' : '' }}">
<label for="database_port">
{{ trans('installer_messages.environment.wizard.form.db_port_label') }}
</label>
<input type="number" name="database_port" id="database_port" value="3306"
placeholder="{{ trans('installer_messages.environment.wizard.form.db_port_placeholder') }}" />
@if ($errors->has('database_port'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_port') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('database_name') ? ' has-error ' : '' }}">
<label for="database_name">
{{ trans('installer_messages.environment.wizard.form.db_name_label') }}
</label>
<input type="text" name="database_name" id="database_name" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.db_name_placeholder') }}" />
@if ($errors->has('database_name'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_name') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('database_username') ? ' has-error ' : '' }}">
<label for="database_username">
{{ trans('installer_messages.environment.wizard.form.db_username_label') }}
</label>
<input type="text" name="database_username" id="database_username" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.db_username_placeholder') }}" />
@if ($errors->has('database_username'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_username') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('database_password') ? ' has-error ' : '' }}">
<label for="database_password">
{{ trans('installer_messages.environment.wizard.form.db_password_label') }}
</label>
<input type="password" name="database_password" id="database_password" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.db_password_placeholder') }}" />
@if ($errors->has('database_password'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('database_password') }}
</span>
@endif
</div>
<div class="buttons">
<button class="button" onclick="showApplicationSettings();return false">
{{ trans('installer_messages.environment.wizard.form.buttons.setup_application') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</button>
</div>
</div>
<div class="tab" id="tab3content">
<div class="block">
<input type="radio" name="appSettingsTabs" id="appSettingsTab1" value="null" checked />
<label for="appSettingsTab1">
<span>
{{ trans('installer_messages.environment.wizard.form.app_tabs.broadcasting_title') }}
</span>
</label>
<div class="info">
<div class="form-group {{ $errors->has('broadcast_driver') ? ' has-error ' : '' }}">
<label
for="broadcast_driver">{{ trans('installer_messages.environment.wizard.form.app_tabs.broadcasting_label') }}
<sup>
<a href="https://laravel.com/docs/5.4/broadcasting" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="broadcast_driver" id="broadcast_driver" value="log"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder') }}" />
@if ($errors->has('broadcast_driver'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('broadcast_driver') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('cache_driver') ? ' has-error ' : '' }}">
<label
for="cache_driver">{{ trans('installer_messages.environment.wizard.form.app_tabs.cache_label') }}
<sup>
<a href="https://laravel.com/docs/5.4/cache" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="cache_driver" id="cache_driver" value="file"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.cache_placeholder') }}" />
@if ($errors->has('cache_driver'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('cache_driver') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('session_driver') ? ' has-error ' : '' }}">
<label
for="session_driver">{{ trans('installer_messages.environment.wizard.form.app_tabs.session_label') }}
<sup>
<a href="https://laravel.com/docs/5.4/session" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="session_driver" id="session_driver" value="file"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.session_placeholder') }}" />
@if ($errors->has('session_driver'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('session_driver') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('queue_driver') ? ' has-error ' : '' }}">
<label
for="queue_driver">{{ trans('installer_messages.environment.wizard.form.app_tabs.queue_label') }}
<sup>
<a href="https://laravel.com/docs/5.4/queues" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="queue_driver" id="queue_driver" value="sync"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.queue_placeholder') }}" />
@if ($errors->has('queue_driver'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('queue_driver') }}
</span>
@endif
</div>
</div>
</div>
<div class="block">
<input type="radio" name="appSettingsTabs" id="appSettingsTab2" value="null" />
<label for="appSettingsTab2">
<span>
{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_label') }}
</span>
</label>
<div class="info">
<div class="form-group {{ $errors->has('redis_hostname') ? ' has-error ' : '' }}">
<label for="redis_hostname">
{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_host') }}
<sup>
<a href="https://laravel.com/docs/5.4/redis" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="redis_hostname" id="redis_hostname" value="127.0.0.1"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_host') }}" />
@if ($errors->has('redis_hostname'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('redis_hostname') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('redis_password') ? ' has-error ' : '' }}">
<label
for="redis_password">{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_password') }}</label>
<input type="password" name="redis_password" id="redis_password" value="null"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_password') }}" />
@if ($errors->has('redis_password'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('redis_password') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('redis_port') ? ' has-error ' : '' }}">
<label
for="redis_port">{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_port') }}</label>
<input type="number" name="redis_port" id="redis_port" value="6379"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.redis_port') }}" />
@if ($errors->has('redis_port'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('redis_port') }}
</span>
@endif
</div>
</div>
</div>
<div class="block">
<input type="radio" name="appSettingsTabs" id="appSettingsTab3" value="null" />
<label for="appSettingsTab3">
<span>
{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_label') }}
</span>
</label>
<div class="info">
<div class="form-group {{ $errors->has('mail_driver') ? ' has-error ' : '' }}">
<label for="mail_driver">
{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_driver_label') }}
<sup>
<a href="https://laravel.com/docs/5.4/mail" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="mail_driver" id="mail_driver" value="smtp"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder') }}" />
@if ($errors->has('mail_driver'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_driver') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('mail_host') ? ' has-error ' : '' }}">
<label
for="mail_host">{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_host_label') }}</label>
<input type="text" name="mail_host" id="mail_host" value="smtp.mailtrap.io"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder') }}" />
@if ($errors->has('mail_host'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_host') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('mail_port') ? ' has-error ' : '' }}">
<label
for="mail_port">{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_port_label') }}</label>
<input type="number" name="mail_port" id="mail_port" value="2525"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder') }}" />
@if ($errors->has('mail_port'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_port') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('mail_username') ? ' has-error ' : '' }}">
<label
for="mail_username">{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_username_label') }}</label>
<input type="text" name="mail_username" id="mail_username" value="null"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder') }}" />
@if ($errors->has('mail_username'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_username') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('mail_password') ? ' has-error ' : '' }}">
<label
for="mail_password">{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_password_label') }}</label>
<input type="text" name="mail_password" id="mail_password" value="null"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder') }}" />
@if ($errors->has('mail_password'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_password') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('mail_encryption') ? ' has-error ' : '' }}">
<label
for="mail_encryption">{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_encryption_label') }}</label>
<input type="text" name="mail_encryption" id="mail_encryption" value="null"
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder') }}" />
@if ($errors->has('mail_encryption'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('mail_encryption') }}
</span>
@endif
</div>
</div>
</div>
<div class="block margin-bottom-2">
<input type="radio" name="appSettingsTabs" id="appSettingsTab4" value="null" />
<label for="appSettingsTab4">
<span>
{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_label') }}
</span>
</label>
<div class="info">
<div class="form-group {{ $errors->has('pusher_app_id') ? ' has-error ' : '' }}">
<label for="pusher_app_id">
{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label') }}
<sup>
<a href="https://pusher.com/docs/server_api_guide" target="_blank"
title="{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}">
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
<span
class="sr-only">{{ trans('installer_messages.environment.wizard.form.app_tabs.more_info') }}</span>
</a>
</sup>
</label>
<input type="text" name="pusher_app_id" id="pusher_app_id" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder') }}" />
@if ($errors->has('pusher_app_id'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('pusher_app_id') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('pusher_app_key') ? ' has-error ' : '' }}">
<label
for="pusher_app_key">{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label') }}</label>
<input type="text" name="pusher_app_key" id="pusher_app_key" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder') }}" />
@if ($errors->has('pusher_app_key'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('pusher_app_key') }}
</span>
@endif
</div>
<div class="form-group {{ $errors->has('pusher_app_secret') ? ' has-error ' : '' }}">
<label
for="pusher_app_secret">{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label') }}</label>
<input type="password" name="pusher_app_secret" id="pusher_app_secret" value=""
placeholder="{{ trans('installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder') }}" />
@if ($errors->has('pusher_app_secret'))
<span class="error-block">
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ $errors->first('pusher_app_secret') }}
</span>
@endif
</div>
</div>
</div>
<div class="buttons">
<button class="button" type="submit">
{{ trans('installer_messages.environment.wizard.form.buttons.install') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</button>
</div>
</div>
</form>
</div>
@endsection
@section('scripts')
<script type="text/javascript">
function checkEnvironment(val) {
var element = document.getElementById('environment_text_input');
if (val == 'other') {
element.style.display = 'block';
} else {
element.style.display = 'none';
}
}
function showDatabaseSettings() {
document.getElementById('tab2').checked = true;
}
function showApplicationSettings() {
document.getElementById('tab3').checked = true;
}
</script>
@endsection

View File

@ -1,26 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.environment.menu.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-cog fa-fw" aria-hidden="true"></i>
{!! trans('installer_messages.environment.menu.title') !!}
@endsection
@section('container')
<p class="text-center">
{!! trans('installer_messages.environment.menu.desc') !!}
</p>
<div class="buttons">
<a href="{{ route('LaravelInstaller::environmentWizard') }}" class="button button-wizard">
<i class="fa fa-sliders fa-fw" aria-hidden="true"></i> {{ trans('installer_messages.environment.menu.wizard-button') }}
</a>
<a href="{{ route('LaravelInstaller::environmentClassic') }}" class="button button-classic">
<i class="fa fa-code fa-fw" aria-hidden="true"></i> {{ trans('installer_messages.environment.menu.classic-button') }}
</a>
</div>
@endsection

View File

@ -1,30 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.final.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-flag-checkered fa-fw" aria-hidden="true"></i>
{{ trans('installer_messages.final.title') }}
@endsection
@section('container')
@if (session('message')['dbOutputLog'])
<p><strong><small>{{ trans('installer_messages.final.migration') }}</small></strong></p>
<pre><code>{{ session('message')['dbOutputLog'] }}</code></pre>
@endif
<p><strong><small>{{ trans('installer_messages.final.console') }}</small></strong></p>
<pre><code>{{ $finalMessages }}</code></pre>
<p><strong><small>{{ trans('installer_messages.final.log') }}</small></strong></p>
<pre><code>{{ $finalStatusMessage }}</code></pre>
<p><strong><small>{{ trans('installer_messages.final.env') }}</small></strong></p>
<pre><code>{{ $finalEnvFile }}</code></pre>
<div class="buttons">
<a href="{{ url('/') }}" class="button">{{ trans('installer_messages.final.exit') }}</a>
</div>
@endsection

View File

@ -1,114 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>@if (trim($__env->yieldContent('template_title')))@yield('template_title') | @endif {{ trans('installer_messages.title') }}</title>
<link rel="icon" type="image/png" href="{{ asset('installer/assets/img/favicon/favicon-16x16.png') }}" sizes="16x16"/>
<link rel="icon" type="image/png" href="{{ asset('installer/assets/img/favicon/favicon-32x32.png') }}" sizes="32x32"/>
<link rel="icon" type="image/png" href="{{ asset('installer/assets/img/favicon/favicon-96x96.png') }}" sizes="96x96"/>
<link href="{{ asset('installer/assets/css/style.min.css') }}" rel="stylesheet"/>
@yield('style')
<script>
window.Laravel = <?php echo json_encode([
'csrfToken' => csrf_token(),
]); ?>
</script>
</head>
<body>
<div class="master">
<div class="box">
<div class="header">
<h1 class="header__title">@yield('title')</h1>
</div>
<ul class="step">
<li class="step__divider"></li>
<li class="step__item {{ isActive('LaravelInstaller::final') }}">
<i class="step__icon fa fa-server" aria-hidden="true"></i>
</li>
<li class="step__divider"></li>
<li class="step__item {{ isActive('LaravelInstaller::environment')}} {{ isActive('LaravelInstaller::environmentWizard')}} {{ isActive('LaravelInstaller::environmentClassic')}}">
@if(Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') )
<a href="{{ route('LaravelInstaller::environment') }}">
<i class="step__icon fa fa-cog" aria-hidden="true"></i>
</a>
@else
<i class="step__icon fa fa-cog" aria-hidden="true"></i>
@endif
</li>
<li class="step__divider"></li>
<li class="step__item {{ isActive('LaravelInstaller::permissions') }}">
@if(Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') )
<a href="{{ route('LaravelInstaller::permissions') }}">
<i class="step__icon fa fa-key" aria-hidden="true"></i>
</a>
@else
<i class="step__icon fa fa-key" aria-hidden="true"></i>
@endif
</li>
<li class="step__divider"></li>
<li class="step__item {{ isActive('LaravelInstaller::requirements') }}">
@if(Request::is('install') || Request::is('install/requirements') || Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') )
<a href="{{ route('LaravelInstaller::requirements') }}">
<i class="step__icon fa fa-list" aria-hidden="true"></i>
</a>
@else
<i class="step__icon fa fa-list" aria-hidden="true"></i>
@endif
</li>
<li class="step__divider"></li>
<li class="step__item {{ isActive('LaravelInstaller::welcome') }}">
@if(Request::is('install') || Request::is('install/requirements') || Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') )
<a href="{{ route('LaravelInstaller::welcome') }}">
<i class="step__icon fa fa-home" aria-hidden="true"></i>
</a>
@else
<i class="step__icon fa fa-home" aria-hidden="true"></i>
@endif
</li>
<li class="step__divider"></li>
</ul>
<div class="main">
@if (session('message'))
<p class="alert text-center">
<strong>
@if(is_array(session('message')))
{{ session('message')['message'] }}
@else
{{ session('message') }}
@endif
</strong>
</p>
@endif
@if(session()->has('errors'))
<div class="alert alert-danger" id="error_alert">
<button type="button" class="close" id="close_alert" data-dismiss="alert" aria-hidden="true">
<i class="fa fa-close" aria-hidden="true"></i>
</button>
<h4>
<i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
{{ trans('installer_messages.forms.errorTitle') }}
</h4>
<ul>
@foreach($errors->all() as $error)
<li>{{ $error }}</li>
@endforeach
</ul>
</div>
@endif
@yield('container')
</div>
</div>
</div>
@yield('scripts')
<script type="text/javascript">
var x = document.getElementById('error_alert');
var y = document.getElementById('close_alert');
y.onclick = function() {
x.style.display = "none";
};
</script>
</body>
</html>

View File

@ -1,33 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.permissions.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-key fa-fw" aria-hidden="true"></i>
{{ trans('installer_messages.permissions.title') }}
@endsection
@section('container')
<ul class="list">
@foreach ($permissions['permissions'] as $permission)
<li class="list__item list__item--permissions {{ $permission['isSet'] ? 'success' : 'error' }}">
{{ $permission['folder'] }}
<span>
<i class="fa fa-fw fa-{{ $permission['isSet'] ? 'check-circle-o' : 'exclamation-circle' }}"></i>
{{ $permission['permission'] }}
</span>
</li>
@endforeach
</ul>
@if (!isset($permissions['errors']))
<div class="buttons">
<a href="{{ route('LaravelInstaller::environment') }}" class="button">
{{ trans('installer_messages.permissions.next') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</a>
</div>
@endif
@endsection

View File

@ -1,52 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.requirements.templateTitle') }}
@endsection
@section('title')
<i class="fa fa-list-ul fa-fw" aria-hidden="true"></i>
{{ trans('installer_messages.requirements.title') }}
@endsection
@section('container')
@foreach ($requirements['requirements'] as $type => $requirement)
<ul class="list">
<li class="list__item list__title {{ $phpSupportInfo['supported'] ? 'success' : 'error' }}">
<strong>{{ ucfirst($type) }}</strong>
@if ($type == 'php')
<strong>
<small>
(version {{ $phpSupportInfo['minimum'] }} required)
</small>
</strong>
<span class="float-right">
<strong>
{{ $phpSupportInfo['current'] }}
</strong>
<i class="fa fa-fw fa-{{ $phpSupportInfo['supported'] ? 'check-circle-o' : 'exclamation-circle' }} row-icon"
aria-hidden="true"></i>
</span>
@endif
</li>
@foreach ($requirements['requirements'][$type] as $extention => $enabled)
<li class="list__item {{ $enabled ? 'success' : 'error' }}">
{{ $extention }}
<i class="fa fa-fw fa-{{ $enabled ? 'check-circle-o' : 'exclamation-circle' }} row-icon"
aria-hidden="true"></i>
</li>
@endforeach
</ul>
@endforeach
@if (!isset($requirements['errors']) && $phpSupportInfo['supported'])
<div class="buttons">
<a class="button" href="{{ route('LaravelInstaller::permissions') }}">
{{ trans('installer_messages.requirements.next') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</a>
</div>
@endif
@endsection

View File

@ -1,21 +0,0 @@
@extends('vendor.installer.layouts.master')
@section('template_title')
{{ trans('installer_messages.welcome.templateTitle') }}
@endsection
@section('title')
{{ trans('installer_messages.welcome.title') }}
@endsection
@section('container')
<p class="text-center">
{{ trans('installer_messages.welcome.message') }}
</p>
<p class="text-center">
<a href="{{ route('LaravelInstaller::requirements') }}" class="button">
{{ trans('installer_messages.welcome.next') }}
<i class="fa fa-angle-right fa-fw" aria-hidden="true"></i>
</a>
</p>
@endsection

View File

@ -1,104 +0,0 @@
<div class="row no-gutters">
<div class="col-xl-8">
<div class="crop-container">
<img src="{{ $img->url . '?timestamp=' . $img->time }}" class="img img-responsive">
</div>
</div>
<div class="col-xl-4">
<div class="text-center">
<div class="img-preview center-block"></div>
<br>
<div class="btn-group clearfix">
<label class="btn btn-info btn-aspectRatio active" onclick="changeAspectRatio(this, 16 / 9)">
16:9
</label>
<label class="btn btn-info btn-aspectRatio" onclick="changeAspectRatio(this, 4 / 3)">
4:3
</label>
<label class="btn btn-info btn-aspectRatio" onclick="changeAspectRatio(this, 1)">
1:1
</label>
<label class="btn btn-info btn-aspectRatio" onclick="changeAspectRatio(this, 2 / 3)">
2:3
</label>
<label class="btn btn-info btn-aspectRatio" onclick="changeAspectRatio(this, null)">
{{ trans('laravel-filemanager::lfm.btn-crop-free') }}
</label>
</div>
<br>
<br>
<div class="btn-group clearfix">
<button class="btn btn-secondary" onclick="loadItems()">{{ trans('laravel-filemanager::lfm.btn-cancel') }}</button>
<button class="btn btn-warning" onclick="performCropNew()">{{ trans('laravel-filemanager::lfm.btn-copy-crop') }}</button>
<button class="btn btn-primary" onclick="performCrop()">{{ trans('laravel-filemanager::lfm.btn-crop') }}</button>
</div>
<form id='cropForm'>
<input type="hidden" id="img" name="img" value="{{ $img->name }}">
<input type="hidden" id="working_dir" name="working_dir" value="{{ $working_dir }}">
<input type="hidden" id="dataX" name="dataX">
<input type="hidden" id="dataY" name="dataY">
<input type="hidden" id="dataWidth" name="dataWidth">
<input type="hidden" id="dataHeight" name="dataHeight">
<input type='hidden' name='_token' value='{{csrf_token()}}'>
</form>
</div>
</div>
</div>
<script>
var $image = null,
options = {};
$(document).ready(function () {
var $dataX = $('#dataX'),
$dataY = $('#dataY'),
$dataHeight = $('#dataHeight'),
$dataWidth = $('#dataWidth');
$image = $('.crop-container > img');
options = {
aspectRatio: 16 / 9,
preview: ".img-preview",
strict: false,
crop: function (data) {
// Output the result data for cropping image.
$dataX.val(Math.round(data.x));
$dataY.val(Math.round(data.y));
$dataHeight.val(Math.round(data.height));
$dataWidth.val(Math.round(data.width));
}
};
$image.cropper(options);
});
function changeAspectRatio(_this, aspectRatio) {
options.aspectRatio = aspectRatio;
$('.btn-aspectRatio.active').removeClass('active');
$(_this).addClass('active');
$('.img-preview').removeAttr('style');
$image.cropper('destroy').cropper(options);
return false;
}
function performCrop() {
performLfmRequest('cropimage', {
img: $("#img").val(),
working_dir: $("#working_dir").val(),
dataX: $("#dataX").val(),
dataY: $("#dataY").val(),
dataHeight: $("#dataHeight").val(),
dataWidth: $("#dataWidth").val(),
type: $('#type').val()
}).done(loadItems);
}
function performCropNew() {
performLfmRequest('cropnewimage', {
img: $("#img").val(),
working_dir: $("#working_dir").val(),
dataX: $("#dataX").val(),
dataY: $("#dataY").val(),
dataHeight: $("#dataHeight").val(),
dataWidth: $("#dataWidth").val(),
type: $('#type').val()
}).done(loadItems);
}
</script>

View File

@ -1,213 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Laravel Filemanager</title>
<link rel="shortcut icon" type="image/png" href="{{ asset('vendor/laravel-filemanager/img/72px color.png') }}">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<h1 class="page-header">Integration Demo Page</h1>
<div class="row">
<div class="col-md-6">
<h2 class="mt-4">CKEditor</h2>
<textarea name="ce" class="form-control"></textarea>
</div>
<div class="col-md-6">
<h2 class="mt-4">TinyMCE</h2>
<textarea name="tm" class="form-control"></textarea>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2 class="mt-4">Summernote</h2>
<textarea id="summernote-editor" name="content"></textarea>
</div>
<div class="col-md-6">
<h2 class="mt-4">Standalone Image Button</h2>
<div class="input-group">
<span class="input-group-btn">
<a id="lfm" data-input="thumbnail" data-preview="holder" class="btn btn-primary text-white">
<i class="fa fa-picture-o"></i> Choose
</a>
</span>
<input id="thumbnail" class="form-control" type="text" name="filepath">
</div>
<div id="holder" style="margin-top:15px;max-height:100px;"></div>
<h2 class="mt-4">Standalone File Button</h2>
<div class="input-group">
<span class="input-group-btn">
<a id="lfm2" data-input="thumbnail2" data-preview="holder2" class="btn btn-primary text-white">
<i class="fa fa-picture-o"></i> Choose
</a>
</span>
<input id="thumbnail2" class="form-control" type="text" name="filepath">
</div>
<div id="holder2" style="margin-top:15px;max-height:100px;"></div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="mt-4">Embed file manager</h2>
<iframe src="/filemanager" style="width: 100%; height: 500px; overflow: hidden; border: none;"></iframe>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<script>
var route_prefix = "{{env('APP_URL')}}/files";
</script>
<!-- CKEditor init -->
<script src="//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.11/ckeditor.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.5.11/adapters/jquery.js"></script>
<script>
$('textarea[name=ce]').ckeditor({
height: 100,
filebrowserImageBrowseUrl: route_prefix + '?type=Images',
filebrowserImageUploadUrl: route_prefix + '/upload?type=Images&_token={{csrf_token()}}',
filebrowserBrowseUrl: route_prefix + '?type=Files',
filebrowserUploadUrl: route_prefix + '/upload?type=Files&_token={{csrf_token()}}'
});
</script>
<!-- TinyMCE init -->
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>
var editor_config = {
path_absolute : "",
selector: "textarea[name=tm]",
plugins: [
"link image"
],
relative_urls: false,
height: 129,
file_browser_callback : function(field_name, url, type, win) {
var x = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth;
var y = window.innerHeight|| document.documentElement.clientHeight|| document.getElementsByTagName('body')[0].clientHeight;
var cmsURL = editor_config.path_absolute + route_prefix + '?field_name=' + field_name;
if (type == 'image') {
cmsURL = cmsURL + "&type=Images";
} else {
cmsURL = cmsURL + "&type=Files";
}
tinyMCE.activeEditor.windowManager.open({
file : cmsURL,
title : 'Filemanager',
width : x * 0.8,
height : y * 0.8,
resizable : "yes",
close_previous : "no"
});
}
};
tinymce.init(editor_config);
</script>
<script>
{!! \File::get(base_path('vendor/unisharp/laravel-filemanager/public/js/stand-alone-button.js')) !!}
</script>
<script>
$('#lfm').filemanager('image', {prefix: route_prefix});
// $('#lfm').filemanager('file', {prefix: route_prefix});
</script>
<script>
var lfm = function(id, type, options) {
let button = document.getElementById(id);
button.addEventListener('click', function () {
var route_prefix = (options && options.prefix) ? options.prefix : '/filemanager';
var target_input = document.getElementById(button.getAttribute('data-input'));
var target_preview = document.getElementById(button.getAttribute('data-preview'));
window.open(route_prefix + '?type=' + options.type || 'file', 'FileManager', 'width=900,height=600');
window.SetUrl = function (items) {
var file_path = items.map(function (item) {
return item.url;
}).join(',');
// set the value of the desired input to image url
target_input.value = file_path;
target_input.dispatchEvent(new Event('change'));
// clear previous preview
target_preview.innerHtml = '';
// set or change the preview image src
items.forEach(function (item) {
let img = document.createElement('img')
img.setAttribute('style', 'height: 5rem')
img.setAttribute('src', item.thumb_url)
target_preview.appendChild(img);
});
// trigger change event
target_preview.dispatchEvent(new Event('change'));
};
});
};
lfm('lfm2', 'file', {prefix: route_prefix});
</script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.8/summernote.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.8/summernote.js"></script>
<style>
.popover {
top: auto;
left: auto;
}
</style>
<script>
$(document).ready(function(){
// Define function to open filemanager window
var lfm = function(options, cb) {
var route_prefix = (options && options.prefix) ? options.prefix : '/filemanager';
window.open(route_prefix + '?type=' + options.type || 'file', 'FileManager', 'width=900,height=600');
window.SetUrl = cb;
};
// Define LFM summernote button
var LFMButton = function(context) {
var ui = $.summernote.ui;
var button = ui.button({
contents: '<i class="note-icon-picture"></i> ',
tooltip: 'Insert image with filemanager',
click: function() {
lfm({type: 'image', prefix: '/filemanager'}, function(lfmItems, path) {
lfmItems.forEach(function (lfmItem) {
context.invoke('insertImage', lfmItem.url);
});
});
}
});
return button.render();
};
// Initialize summernote with LFM button in the popover button group
// Please note that you can add this button to any other button group you'd like
$('#summernote-editor').summernote({
toolbar: [
['popovers', ['lfm']],
],
buttons: {
lfm: LFMButton
}
})
});
</script>
</body>
</html>

View File

@ -1,292 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333844">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333844">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#333844">
<title>{{ trans('laravel-filemanager::lfm.title-page') }}</title>
<link rel="shortcut icon" type="image/png" href="{{ asset('vendor/laravel-filemanager/img/72px color.png') }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.5.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="{{ asset('vendor/laravel-filemanager/css/cropper.min.css') }}">
<link rel="stylesheet" href="{{ asset('vendor/laravel-filemanager/css/dropzone.min.css') }}">
<link rel="stylesheet" href="{{ asset('vendor/laravel-filemanager/css/mime-icons.min.css') }}">
<style>{!! \File::get(base_path('vendor/unisharp/laravel-filemanager/public/css/lfm.css')) !!}</style>
{{-- Use the line below instead of the above if you need to cache the css. --}}
{{-- <link rel="stylesheet" href="{{ asset('/vendor/laravel-filemanager/css/lfm.css') }}"> --}}
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark" id="nav">
<a class="navbar-brand invisible-lg d-none d-lg-inline" id="to-previous">
<i class="fas fa-arrow-left fa-fw"></i>
<span class="d-none d-lg-inline">{{ trans('laravel-filemanager::lfm.nav-back') }}</span>
</a>
<a class="navbar-brand d-block d-lg-none" id="show_tree">
<i class="fas fa-bars fa-fw"></i>
</a>
<a class="navbar-brand d-block d-lg-none" id="current_folder"></a>
<a id="loading" class="navbar-brand"><i class="fas fa-spinner fa-spin"></i></a>
<div class="ml-auto px-2">
<a class="navbar-link d-none" id="multi_selection_toggle">
<i class="fa fa-check-double fa-fw"></i>
<span class="d-none d-lg-inline">{{ trans('laravel-filemanager::lfm.menu-multiple') }}</span>
</a>
</div>
<a class="navbar-toggler collapsed border-0 px-1 py-2 m-0" data-toggle="collapse" data-target="#nav-buttons">
<i class="fas fa-cog fa-fw"></i>
</a>
<div class="collapse navbar-collapse flex-grow-0" id="nav-buttons">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-display="grid">
<i class="fas fa-th-large fa-fw"></i>
<span>{{ trans('laravel-filemanager::lfm.nav-thumbnails') }}</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-display="list">
<i class="fas fa-list-ul fa-fw"></i>
<span>{{ trans('laravel-filemanager::lfm.nav-list') }}</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-sort fa-fw"></i>{{ trans('laravel-filemanager::lfm.nav-sort') }}
</a>
<div class="dropdown-menu dropdown-menu-right border-0"></div>
</li>
</ul>
</div>
</nav>
<nav class="bg-light fixed-bottom border-top d-none" id="actions">
<a data-action="open" data-multiple="false"><i class="fas fa-folder-open"></i>{{ trans('laravel-filemanager::lfm.btn-open') }}</a>
<a data-action="preview" data-multiple="true"><i class="fas fa-images"></i>{{ trans('laravel-filemanager::lfm.menu-view') }}</a>
<a data-action="use" data-multiple="true"><i class="fas fa-check"></i>{{ trans('laravel-filemanager::lfm.btn-confirm') }}</a>
</nav>
<div class="d-flex flex-row">
<div id="tree"></div>
<div id="main">
<div id="alerts"></div>
<nav aria-label="breadcrumb" class="d-none d-lg-block" id="breadcrumbs">
<ol class="breadcrumb">
<li class="breadcrumb-item invisible">Home</li>
</ol>
</nav>
<div id="empty" class="d-none">
<i class="far fa-folder-open"></i>
{{ trans('laravel-filemanager::lfm.message-empty') }}
</div>
<div id="content"></div>
<div id="pagination"></div>
<a id="item-template" class="d-none">
<div class="square"></div>
<div class="info">
<div class="item_name text-truncate"></div>
<time class="text-muted font-weight-light text-truncate"></time>
</div>
</a>
</div>
<div id="fab"></div>
</div>
<div class="modal fade" id="uploadModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">{{ trans('laravel-filemanager::lfm.title-upload') }}</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aia-hidden="true">&times;</span></button>
</div>
<div class="modal-body">
<form action="{{ route('unisharp.lfm.upload') }}" role='form' id='uploadForm' name='uploadForm' method='post' enctype='multipart/form-data' class="dropzone">
<div class="form-group" id="attachment">
<div class="controls text-center">
<div class="input-group w-100">
<a class="btn btn-primary w-100 text-white" id="upload-button">{{ trans('laravel-filemanager::lfm.message-choose') }}</a>
</div>
</div>
</div>
<input type='hidden' name='working_dir' id='working_dir'>
<input type='hidden' name='type' id='type' value='{{ request("type") }}'>
<input type='hidden' name='_token' value='{{csrf_token()}}'>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal">{{ trans('laravel-filemanager::lfm.btn-close') }}</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="notify" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal">{{ trans('laravel-filemanager::lfm.btn-close') }}</button>
<button type="button" class="btn btn-primary w-100" data-dismiss="modal">{{ trans('laravel-filemanager::lfm.btn-confirm') }}</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="dialog" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
<input type="text" class="form-control">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary w-100" data-dismiss="modal">{{ trans('laravel-filemanager::lfm.btn-close') }}</button>
<button type="button" class="btn btn-primary w-100" data-dismiss="modal">{{ trans('laravel-filemanager::lfm.btn-confirm') }}</button>
</div>
</div>
</div>
</div>
<div id="carouselTemplate" class="d-none carousel slide bg-light" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#previewCarousel" data-slide-to="0" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a class="carousel-label"></a>
<div class="carousel-image"></div>
</div>
</div>
<a class="carousel-control-prev" href="#previewCarousel" role="button" data-slide="prev">
<div class="carousel-control-background" aria-hidden="true">
<i class="fas fa-chevron-left"></i>
</div>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#previewCarousel" role="button" data-slide="next">
<div class="carousel-control-background" aria-hidden="true">
<i class="fas fa-chevron-right"></i>
</div>
<span class="sr-only">Next</span>
</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.3/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.0/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.js"></script>
<script src="{{ asset('vendor/laravel-filemanager/js/cropper.min.js') }}"></script>
<script src="{{ asset('vendor/laravel-filemanager/js/dropzone.min.js') }}"></script>
<script>
var lang = {!! json_encode(trans('laravel-filemanager::lfm')) !!};
var actions = [
// {
// name: 'use',
// icon: 'check',
// label: 'Confirm',
// multiple: true
// },
{
name: 'rename',
icon: 'edit',
label: lang['menu-rename'],
multiple: false
},
{
name: 'download',
icon: 'download',
label: lang['menu-download'],
multiple: true
},
// {
// name: 'preview',
// icon: 'image',
// label: lang['menu-view'],
// multiple: true
// },
{
name: 'move',
icon: 'paste',
label: lang['menu-move'],
multiple: true
},
{
name: 'resize',
icon: 'arrows-alt',
label: lang['menu-resize'],
multiple: false
},
{
name: 'crop',
icon: 'crop',
label: lang['menu-crop'],
multiple: false
},
{
name: 'trash',
icon: 'trash',
label: lang['menu-delete'],
multiple: true
},
];
var sortings = [
{
by: 'alphabetic',
icon: 'sort-alpha-down',
label: lang['nav-sort-alphabetic']
},
{
by: 'time',
icon: 'sort-numeric-down',
label: lang['nav-sort-time']
}
];
</script>
<script>{!! \File::get(base_path('vendor/unisharp/laravel-filemanager/public/js/script.js')) !!}</script>
{{-- Use the line below instead of the above if you need to cache the script. --}}
{{-- <script src="{{ asset('vendor/laravel-filemanager/js/script.js') }}"></script> --}}
<script>
Dropzone.options.uploadForm = {
paramName: "upload[]", // The name that will be used to transfer the file
uploadMultiple: false,
parallelUploads: 5,
timeout:0,
clickable: '#upload-button',
dictDefaultMessage: lang['message-drop'],
init: function() {
var _this = this; // For the closure
this.on('success', function(file, response) {
if (response == 'OK') {
loadFolders();
} else {
this.defaultOptions.error(file, response.join('\n'));
}
});
},
headers: {
'Authorization': 'Bearer ' + getUrlParam('token')
},
acceptedFiles: "{{ implode(',', $helper->availableMimeTypes()) }}",
maxFilesize: ({{ $helper->maxUploadSize() }} / 1000)
}
</script>
</body>
</html>

View File

@ -1,40 +0,0 @@
<ul class="nav nav-pills flex-column">
@foreach($root_folders as $root_folder)
<li class="nav-item">
<a class="nav-link" href="#" data-type="0" onclick="moveToNewFolder(`{{$root_folder->url}}`)">
<i class="fa fa-folder fa-fw"></i> {{ $root_folder->name }}
<input type="hidden" id="goToFolder" name="goToFolder" value="{{ $root_folder->url }}">
<div id="items">
@foreach($items as $i)
<input type="hidden" id="{{ $i }}" name="items[]" value="{{ $i }}">
@endforeach
</div>
</a>
</li>
@foreach($root_folder->children as $directory)
<li class="nav-item sub-item">
<a class="nav-link" href="#" data-type="0" onclick="moveToNewFolder(`{{$directory->url}}`)">
<i class="fa fa-folder fa-fw"></i> {{ $directory->name }}
<input type="hidden" id="goToFolder" name="goToFolder" value="{{ $directory->url }}">
<div id="items">
@foreach($items as $i)
<input type="hidden" id="{{ $i }}" name="items[]" value="{{ $i }}">
@endforeach
</div>
</a>
</li>
@endforeach
@endforeach
</ul>
<script>
function moveToNewFolder($folder) {
$("#notify").modal('hide');
var items =[];
$("#items").find("input").each(function() {items.push(this.id)});
performLfmRequest('domove', {
items: items,
goToFolder: $folder
}).done(refreshFoldersAndItems);
}
</script>

View File

@ -1,123 +0,0 @@
<style>
#work_space {
padding: 30px;
height: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 768px) {
#work_space {
width: unset;
height: unset;
}
}
</style>
<div class="container">
<div class="row">
<div class="col-md-8 bg-light" id="work_space">
<div id="containment" class="d-none d-md-inline">
<img id="resize" src="{{ $img->url . '?timestamp=' . $img->time }}" height="{{ $height }}" width="{{ $width }}">
</div>
<div id="resize_mobile" style="background-image: url({{ $img->url . '?timestamp=' . $img->time }})" class="d-block d-md-none"></div>
</div>
<div class="col-md-4 pt-3">
<table class="table table-compact table-striped">
<thead></thead>
<tbody>
@if ($scaled)
<tr>
<td class="text-nowrap">{{ trans('laravel-filemanager::lfm.resize-ratio') }}</td>
<td class="text-right">{{ number_format($ratio, 2) }}</td>
</tr>
<tr>
<td class="text-nowrap">{{ trans('laravel-filemanager::lfm.resize-scaled') }}</td>
<td class="text-right">
{{ trans('laravel-filemanager::lfm.resize-true') }}
</td>
</tr>
@endif
<tr>
<td class="text-nowrap">{{ trans('laravel-filemanager::lfm.resize-old-height') }}</td>
<td class="text-right">{{ $original_height }}px</td>
</tr>
<tr>
<td class="text-nowrap">{{ trans('laravel-filemanager::lfm.resize-old-width') }}</td>
<td class="text-right">{{ $original_width }}px</td>
</tr>
<tr>
<td class="text-nowrap" style="vertical-align: middle">{{ trans('laravel-filemanager::lfm.resize-new-height') }}</td>
<td class="text-right"><input type="text" id="height_display" class="form-control w-50 d-inline mr-2" value="{{ $height }}">px</td>
</tr>
<tr>
<td class="text-nowrap" style="vertical-align: middle">{{ trans('laravel-filemanager::lfm.resize-new-width') }}</td>
<td class="text-right"><input type="text" id="width_display" class="form-control w-50 d-inline mr-2" value="{{ $width }}">px</td>
</tr>
</tbody>
</table>
<div class="d-flex mb-3">
<button class="btn btn-secondary w-50 mr-1" onclick="loadItems()">{{ trans('laravel-filemanager::lfm.btn-cancel') }}</button>
<button class="btn btn-primary w-50" onclick="doResize()">{{ trans('laravel-filemanager::lfm.btn-resize') }}</button>
</div>
<input type="hidden" id="img" name="img" value="{{ $img->name }}">
<input type="hidden" name="ratio" value="{{ $ratio }}">
<input type="hidden" name="scaled" value="{{ $scaled }}">
<input type="hidden" id="original_height" name="original_height" value="{{ $original_height }}">
<input type="hidden" id="original_width" name="original_width" value="{{ $original_width }}">
<input type="hidden" id="height" name="height" value="{{ $height }}">
<input type="hidden" id="width" name="width" value="{{ $width }}">
</div>
</div>
</div>
<script>
$(document).ready(function () {
renderResizedValues($("#width_display").val(), $("#height_display").val());
$("#resize").resizable({
aspectRatio: true,
containment: "#containment",
handles: "n, e, s, w, se, sw, ne, nw",
resize: function (event, ui) {
renderResizedValues(ui.size.width, ui.size.height);
}
});
});
$('#width_display, #height_display').change(function () {
var newWidth = $("#width_display").val();
var newHeight = $("#height_display").val();
renderResizedValues(newWidth, newHeight);
$("#containment > .ui-wrapper").width(newWidth).height(newHeight);
$("#resize").width(newWidth).height(newHeight);
});
function renderResizedValues(newWidth, newHeight) {
$("#width").val(newWidth);
$("#height").val(newHeight);
$("#width_display").val(newWidth);
$("#height_display").val(newHeight);
$('#resize_mobile').css('background-size', '100% 100%');
if (newWidth < newHeight) {
$('#resize_mobile').css('width', (newWidth / newHeight * 100) + '%').css('padding-bottom', '100%');
} else if (newWidth > newHeight) {
$('#resize_mobile').css('width', '100%').css('padding-bottom', (newHeight / newWidth * 100) + '%');
} else { // newWidth === newHeight
$('#resize_mobile').css('width', '100%').css('padding-bottom', '100%');
}
}
function doResize() {
performLfmRequest('doresize', {
img: $("#img").val(),
dataHeight: $("#height").val(),
dataWidth: $("#width").val()
}).done(loadItems);
}
</script>

View File

@ -1,34 +0,0 @@
<div class="m-3 d-block d-lg-none">
<h1 style="font-size: 1.5rem;">Laravel File Manager</h1>
<small class="d-block">Ver 2.0</small>
<div class="row mt-3">
<div class="col-4">
<img src="{{ asset('vendor/laravel-filemanager/img/152px color.png') }}" class="w-100">
</div>
<div class="col-8">
<p>Current usage :</p>
<p>20 GB (Max : 1 TB)</p>
</div>
</div>
<div class="progress mt-3" style="height: .5rem;">
<div class="progress-bar progress-bar-striped progress-bar-animated w-75 bg-main" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<ul class="nav nav-pills flex-column">
@foreach($root_folders as $root_folder)
<li class="nav-item">
<a class="nav-link" href="#" data-type="0" data-path="{{ $root_folder->url }}">
<i class="fa fa-folder fa-fw"></i> {{ $root_folder->name }}
</a>
</li>
@foreach($root_folder->children as $directory)
<li class="nav-item sub-item">
<a class="nav-link" href="#" data-type="0" data-path="{{ $directory->url }}">
<i class="fa fa-folder fa-fw"></i> {{ $directory->name }}
</a>
</li>
@endforeach
@endforeach
</ul>

View File

@ -1,16 +0,0 @@
<script type='text/javascript'>
function getUrlParam(paramName) {
var reParam = new RegExp('(?:[\?&]|&)' + paramName + '=([^&]+)', 'i');
var match = window.location.search.match(reParam);
return ( match && match.length > 1 ) ? match[1] : null;
}
var funcNum = getUrlParam('CKEditorFuncNum');
var par = window.parent;
var op = window.opener;
var o = (par && par.CKEDITOR) ? par : ((op && op.CKEDITOR) ? op : false);
if (op) window.close();
if (o !== false) o.CKEDITOR.tools.callFunction(funcNum, "{{ $file }}");
</script>