From c38c04e34961b02d280d30eb2081299a94691a3b Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 22 Feb 2020 16:46:42 +0800 Subject: [PATCH] add copy --- conststr.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conststr.php b/conststr.php index 2aaae43..76cee75 100644 --- a/conststr.php +++ b/conststr.php @@ -231,6 +231,11 @@ $constStr = [ 'zh-cn' => '移动', 'ja' => '移動する', ], + 'Copy' => [ + 'en-us' => 'Copy', + 'zh-cn' => '复制', + 'ja' => '', + ], 'CannotMove' => [ 'en-us' => 'Can not Move!', 'zh-cn' => '不能移动!',