Merge branch 'bug_31963' into 'master'

* Fix bug#31963

See merge request easycorp/zentaopms!6883
This commit is contained in:
王怡栋
2023-02-08 08:28:00 +00:00
+1
View File
@@ -91,6 +91,7 @@ $lang->zanode->deleteSnapshot = '删除快照';
$lang->zanode->snapshotEmpty = '无快照';
$lang->zanode->confirmDeleteSnapshot = "快照被删除后无法从回收站中还原,您确定继续么?";
$lang->zanode->snapshot = new stdClass();
$lang->zanode->snapshot->statusList['creating'] = '创建中';
$lang->zanode->snapshot->statusList['completed'] = '创建完成';
$lang->zanode->snapshot->statusList['failed'] = '创建失败';