Improve the update process

This commit is contained in:
cuneytsenturk
2018-09-27 17:08:00 +03:00
parent 070300005e
commit 98e8a8072f
5 changed files with 427 additions and 7 deletions

View File

@ -39,9 +39,21 @@ return [
'header' => 'App Installation',
'download' => 'Downloading :module file.',
'unzip' => 'Extracting :module files.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Installing :module files.',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Installed',
],