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',