From e52b95926dab109471123ec2b4173de649849507 Mon Sep 17 00:00:00 2001 From: 51 Date: Sat, 5 Oct 2024 22:00:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=98=AF=E8=8B=B1=E8=AF=AD=E6=97=B6,?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=8F=92=E4=BB=B6=E6=8A=A5=E9=94=99=20(#350)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Larry --- storage/languages/en/app-store.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/storage/languages/en/app-store.php b/storage/languages/en/app-store.php index 5c257a49..0d8fd224 100644 --- a/storage/languages/en/app-store.php +++ b/storage/languages/en/app-store.php @@ -9,3 +9,9 @@ * @contact root@imoi.cn * @license https://github.com/mineadmin/MineAdmin/blob/master/LICENSE */ +return [ + 'access_token_null' => 'Access token not configured', + 'store' => [ + 'response_fail' => 'Failed to request plugin server', + ], +];