From b2481d7628533bdd307adb2a7506ff7d315f3a6e Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Fri, 31 Jan 2020 12:30:41 +0800 Subject: [PATCH] match 1 theme --- conststr.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conststr.php b/conststr.php index b0954f9..8058635 100644 --- a/conststr.php +++ b/conststr.php @@ -236,6 +236,16 @@ $constStr = [ 'zh-cn' => '上传', 'ja' => 'アップロードする', ], + 'FileSelected' => [ + 'en-us' => 'Select File', + 'zh-cn' => '选择文件', + 'ja' => '', + ], + 'NoFileSelected' => [ + 'en-us' => 'Not Select File', + 'zh-cn' => '没有选择文件', + 'ja' => '', + ], 'Submit' => [ 'en-us' => 'Submit', 'zh-cn' => '确认',