Update conststr.php

新增“重置此盘”的 conststr。
pull/695/head
Nyaser 2023-07-13 22:55:27 +08:00 committed by GitHub
parent ef70b6bcb5
commit 0dd40dce63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -427,6 +427,10 @@ $constStr = [
'en-us' => 'Copy this Disk',
'zh-cn' => '复制此盘',
],
'ResetDisk' => [
'en-us' => 'Reset this Disk',
'zh-cn' => '重置此盘',
],
'RenameDisk' => [
'en-us' => 'Rename Disk Tag',
'zh-cn' => '改变标签',