From 7fcb08f2ba35c745da0410cb9e15183dd64ed053 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:30:20 +0800 Subject: [PATCH] Update conststr.php --- conststr.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conststr.php b/conststr.php index 20befd8..920aa3c 100644 --- a/conststr.php +++ b/conststr.php @@ -429,4 +429,9 @@ $constStr = [ 'zh-cn' => '选择语言', 'ja' => '言語を選択してください', ], + 'RefreshCache' => [ + 'en-us' => 'RefreshCache', + 'zh-cn' => '刷新缓存', + 'ja' => 'キャッシュを再構築', + ], ];