From 0dd40dce63e36b66e2a24f247a096f5a4b7b34bd Mon Sep 17 00:00:00 2001 From: Nyaser <61904116+ProjectNyaser@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:55:27 +0800 Subject: [PATCH] Update conststr.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增“重置此盘”的 conststr。 --- conststr.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conststr.php b/conststr.php index 403f5d1..b7e19f1 100644 --- a/conststr.php +++ b/conststr.php @@ -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' => '改变标签',