From eb1292eaf537b0e51bab1a382465a66ef6cd824b Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 20 Jan 2024 21:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E8=AF=AD=E8=A8=80=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lang/cht.php | 1 + app/lang/en.php | 1 + app/lang/spa.php | 1 + 3 files changed, 3 insertions(+) diff --git a/app/lang/cht.php b/app/lang/cht.php index 0e742e210..73020f640 100644 --- a/app/lang/cht.php +++ b/app/lang/cht.php @@ -497,6 +497,7 @@ return [ 'recharge_title' => '充值', 'cash_title' => '提現', 'log_title' => '明細', + 'plugins_title' => '挿件', 'continue_scan_title' => '繼續掃碼', 'self_pickup_point_title' => '自提點', 'web_title' => 'WEB端', diff --git a/app/lang/en.php b/app/lang/en.php index ed6dc90a2..881add8f3 100644 --- a/app/lang/en.php +++ b/app/lang/en.php @@ -497,6 +497,7 @@ return [ 'recharge_title' => 'Recharge', 'cash_title' => 'Cash', 'log_title' => 'Log', + 'plugins_title' => 'Plugins', 'continue_scan_title' => 'ContinueScan', 'self_pickup_point_title' => 'Self Pickup Point', 'web_title' => 'WEB end', diff --git a/app/lang/spa.php b/app/lang/spa.php index 88838f139..3407dccd0 100644 --- a/app/lang/spa.php +++ b/app/lang/spa.php @@ -497,6 +497,7 @@ return [ 'recharge_title' => 'Recargar', 'cash_title' => 'Retiro', 'log_title' => 'Detalles', + 'plugins_title' => 'Plugins', 'continue_scan_title' => 'Sigue Escaneando el Código', 'self_pickup_point_title' => 'Punto de referencia propio', 'web_title' => 'Lado web',