* Add snapshot status.
This commit is contained in:
@@ -91,6 +91,7 @@ $lang->zanode->snapshotEmpty = 'No snapshots';
|
||||
$lang->zanode->confirmDeleteSnapshot = "The snapshot cannot be restored from the recycle bin after being deleted. Are you sure to continue?";
|
||||
|
||||
$lang->zanode->snapshot->statusList['creating'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['inprogress'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['completed'] = 'Usable';
|
||||
$lang->zanode->snapshot->statusList['failed'] = 'Create Failed';
|
||||
$lang->zanode->snapshot->statusList['restoring'] = 'Restoring';
|
||||
|
||||
@@ -93,6 +93,7 @@ $lang->zanode->snapshotEmpty = 'No snapshots';
|
||||
$lang->zanode->confirmDeleteSnapshot = "The snapshot cannot be restored from the recycle bin after being deleted. Are you sure to continue?";
|
||||
|
||||
$lang->zanode->snapshot->statusList['creating'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['inprogress'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['completed'] = 'Usable';
|
||||
$lang->zanode->snapshot->statusList['failed'] = 'Create Failed';
|
||||
$lang->zanode->snapshot->statusList['restoring'] = 'Restoring';
|
||||
|
||||
@@ -91,6 +91,7 @@ $lang->zanode->snapshotEmpty = 'No snapshots';
|
||||
$lang->zanode->confirmDeleteSnapshot = "The snapshot cannot be restored from the recycle bin after being deleted. Are you sure to continue?";
|
||||
|
||||
$lang->zanode->snapshot->statusList['creating'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['inprogress'] = 'Creating';
|
||||
$lang->zanode->snapshot->statusList['completed'] = 'Usable';
|
||||
$lang->zanode->snapshot->statusList['failed'] = 'Create Failed';
|
||||
$lang->zanode->snapshot->statusList['restoring'] = 'Restoring';
|
||||
|
||||
@@ -93,6 +93,7 @@ $lang->zanode->confirmDeleteSnapshot = "快照被删除后无法从回收站中
|
||||
|
||||
$lang->zanode->snapshot = new stdClass();
|
||||
$lang->zanode->snapshot->statusList['creating'] = '创建中';
|
||||
$lang->zanode->snapshot->statusList['inprogress'] = '创建中';
|
||||
$lang->zanode->snapshot->statusList['completed'] = '可使用';
|
||||
$lang->zanode->snapshot->statusList['failed'] = '创建失败';
|
||||
$lang->zanode->snapshot->statusList['restoring'] = '还原中';
|
||||
|
||||
Reference in New Issue
Block a user