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' => '刷新',