From 0fad2cb0fc1268fcd565b50c7b1297d31b6f0868 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 19 Mar 2020 15:06:47 +0800 Subject: [PATCH] in upload, not open new window, add copy button --- conststr.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conststr.php b/conststr.php index 65a3dea..2afa21c 100644 --- a/conststr.php +++ b/conststr.php @@ -688,7 +688,14 @@ $constStr = [ 'ko-kr' => '다시 쓰기 (의사 정적) 기능이 활성화되어 있는지 확인하십시오.', 'fa' => 'لطفاً مطمئن شوید که RewriteEngine روشن است.', ], - + 'CopyUrl' => [ + 'en-us' => 'Copy URL', + 'zh-cn' => '复制链接', + ], + 'Success' => [ + 'en-us' => 'Success', + 'zh-cn' => '成功', + ], 'Refresh' => [ 'en-us' => 'Refresh', 'zh-cn' => '刷新',