From a868d5df44ba609aae5b410a43e75d501b95be15 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 2 Apr 2020 18:16:13 +0800 Subject: [PATCH] Update conststr.php --- conststr.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conststr.php b/conststr.php index c4f5df8..4403934 100644 --- a/conststr.php +++ b/conststr.php @@ -726,4 +726,12 @@ $constStr = [ 'ko-kr' => '캐시 플러시', 'fa' => 'رفرش cache', ], + 'VPSnotupdate' => [ + 'en-us' => 'In VPS can not update by a click! run update.sh', + 'zh-cn' => '在VPS中不能一键更新,可以运行update.sh', + ], + 'QueryBranchs' => [ + 'en-us' => 'Query Branchs', + 'zh-cn' => '查询分支', + ], ];