This commit is contained in:
Abdulrahman
2019-05-12 04:21:03 +03:00
parent 4ff3debbf0
commit a8139b03b4
3 changed files with 9 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<li class="list-group-item disabled" id="update1">
<div class="d-flex justify-content-between">
<div>
<h4 class="d-inline px-2">1</h4> Downloading latest Kleeja package...
<h4 class="d-inline px-2">1</h4> {lang.UPDATE_PROCESS_STEP1}
</div>
<span class="update-status badge badge-primary badge-light p-2"></span>
</div>
@@ -25,7 +25,7 @@
<li class="list-group-item disabled" id="update2">
<div class="d-flex justify-content-between">
<div>
<h4 class="d-inline px-2">2</h4> Create a backup container and extract the new package ...
<h4 class="d-inline px-2">2</h4> {lang.UPDATE_PROCESS_STEP2}
</div>
<span class="update-status badge badge-primary badge-light p-2"></span>
</div>
@@ -34,7 +34,7 @@
<li class="list-group-item disabled" id="update3">
<div class="d-flex justify-content-between">
<div>
<h4 class="d-inline px-2">3</h4> Updating to new version (files & database upgrade) ...
<h4 class="d-inline px-2">3</h4> {lang.UPDATE_PROCESS_STEP3}
</div>
<span class="update-status badge badge-primary badge-light p-2"></span>
</div>

View File

@@ -277,4 +277,7 @@ return [
'UPDATE_BACKUP_CREATE_FAILED' => 'لم نستطع إنشاء ملف النسخة الإحتياطية في مجلد الكاش!',
'UPDATE_PROCESS_FAILED' => 'عملية التحديث فشلت!',
'UPDATE_PROCESS_DONE' => 'تم تحديث كليجا إلى النسخة `%s` بنجاح...',
'UPDATE_PROCESS_STEP1' => 'جلب حزمة آخر نسخة من كليجا...',
'UPDATE_PROCESS_STEP2' => 'إنشاء وعاء نسخة إحتياطية وفك حزمة آخر نسخة ...',
'UPDATE_PROCESS_STEP3' => 'الترقية للنسخة الجديدة (تحديث الملفات وقاعدة البيانات) ...',
];

View File

@@ -280,4 +280,7 @@ return [
'UPDATE_BACKUP_CREATE_FAILED' => 'We couldn\'t create a backup archive in cache folder!',
'UPDATE_PROCESS_FAILED' => 'The update process has failed!',
'UPDATE_PROCESS_DONE' => 'Kleeja has been updated to version `%s` successfully...',
'UPDATE_PROCESS_STEP1' => 'Fetching the package of latest version of Kleeja ...',
'UPDATE_PROCESS_STEP2' => 'Create a backup container and extract the new package ...',
'UPDATE_PROCESS_STEP3' => 'Updating to new version (files & database upgrade) ...',
];