From 5c4f167915c054378d66c21a6a05350fbca0b187 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 8 Aug 2022 15:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Stripe/Lang/en/common.php | 21 +++++++++++++++++++ plugins/Stripe/Lang/zh_cn/common.php | 21 +++++++++++++++++++ .../Stripe/Views/checkout/payment.blade.php | 16 +++++++------- 3 files changed, 50 insertions(+), 8 deletions(-) create mode 100644 plugins/Stripe/Lang/en/common.php create mode 100644 plugins/Stripe/Lang/zh_cn/common.php diff --git a/plugins/Stripe/Lang/en/common.php b/plugins/Stripe/Lang/en/common.php new file mode 100644 index 00000000..6296e95a --- /dev/null +++ b/plugins/Stripe/Lang/en/common.php @@ -0,0 +1,21 @@ + + * @created 2022-07-28 16:19:06 + * @modified 2022-07-28 16:19:06 + */ + +return [ + 'title_info' => 'Card information', + 'cardnum' => 'Cardnum', + 'expiration_date' => 'Expiration Date', + 'year' => 'Year', + 'month' => 'Month', + 'cvv' => 'Cvv', + 'remenber' => 'Keep this card in mind for future use', + 'btn_submit' => 'Submit', +]; diff --git a/plugins/Stripe/Lang/zh_cn/common.php b/plugins/Stripe/Lang/zh_cn/common.php new file mode 100644 index 00000000..c12504f2 --- /dev/null +++ b/plugins/Stripe/Lang/zh_cn/common.php @@ -0,0 +1,21 @@ + + * @created 2022-07-28 16:19:06 + * @modified 2022-07-28 16:19:06 + */ + +return [ + 'title_info' => '卡信息', + 'cardnum' => '卡号', + 'expiration_date' => '截止日期', + 'year' => '选择年', + 'month' => '选择月', + 'cvv' => '安全码', + 'remenber' => '记住这张卡以便将来使用', + 'btn_submit' => '提交支付', +]; diff --git a/plugins/Stripe/Views/checkout/payment.blade.php b/plugins/Stripe/Views/checkout/payment.blade.php index 0b9fe2cc..be1feccb 100644 --- a/plugins/Stripe/Views/checkout/payment.blade.php +++ b/plugins/Stripe/Views/checkout/payment.blade.php @@ -7,37 +7,37 @@