From ac4defe663868c89a3c4ead42315a7dd1b60c949 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:31:03 +0800 Subject: [PATCH] add 'current folder' in 'refresh cache' --- conststr.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conststr.php b/conststr.php index 50db96b..453cd2a 100644 --- a/conststr.php +++ b/conststr.php @@ -1126,9 +1126,9 @@ $constStr = [ 'ar-sa' => 'اختيار اللغة', ], 'RefreshCache' => [ - 'en-us' => 'RefreshCache', - 'zh-cn' => '刷新缓存', - 'zh-tw' => '重新整理快取', + 'en-us' => 'Refresh Cache of Current Folder', + 'zh-cn' => '刷新当前目录的缓存', + 'zh-tw' => '重新整理当前資料夾快取', 'ja' => 'キャッシュを再構築', 'ko-kr' => '캐시 플러시', 'fa' => 'رفرش cache',