From 6d6c50292f6123c01878e2be21027621a305f4a7 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=9A=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E6=94=AF=E6=8C=81=EF=BC=8C=E6=96=B0=E5=A2=9E=E2=80=9C=E5=9B=9E?= =?UTF-8?q?=E5=88=B0=E9=A6=96=E9=A1=B5=E2=80=9D=E6=96=87=E6=9C=AC=E5=88=B0?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=9B=B8=E5=85=B3=E7=9A=84=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/locales/en-US.json | 3 ++- i18n/locales/ja-JP.json | 3 ++- i18n/locales/zh-TW.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json index 359a635..88c8e99 100644 --- a/i18n/locales/en-US.json +++ b/i18n/locales/en-US.json @@ -248,7 +248,8 @@ "fail": "Payment Failed", "unpaid": "Unpaid", "expired": "Payment Expired", - "partial": "Partially Paid" + "partial": "Partially Paid", + "backToHome": "Back to homepage" }, "text1": "Payment Result", "text2": "Payment Successful", diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index a4017a1..bb1ce7f 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -248,7 +248,8 @@ "fail": "支払い失敗", "unpaid": "未払い", "expired": "支払い期限切れ", - "partial": "一部支払い" + "partial": "一部支払い", + "backToHome": "ホームページに戻ります" }, "text1": "支払い結果", "text2": "支払い成功", diff --git a/i18n/locales/zh-TW.json b/i18n/locales/zh-TW.json index dc6c247..5538477 100644 --- a/i18n/locales/zh-TW.json +++ b/i18n/locales/zh-TW.json @@ -299,7 +299,8 @@ "fail": "支付失敗", "unpaid": "未支付", "expired": "支付已過期", - "partial": "部分支付" + "partial": "部分支付", + "backToHome": "回到首頁" }, "text1": "支付結果", "text2": "支付成功",