✨ feat(subscribe): Add subscription credits
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"manualImportMessage": "このアプリは現在起動をサポートしていません。手動でインポートしてください。サブスクリプションアドレスは自動的にコピーされました。",
|
||||
"mySubscriptions": "私の購読",
|
||||
"nextResetDays": "次のリセット/日",
|
||||
"noLimit": "無制限",
|
||||
"prompt": "プロンプト",
|
||||
"purchaseSubscription": "サブスクリプションを購入",
|
||||
"qrCode": "QRコード",
|
||||
|
||||
@@ -1,25 +1,14 @@
|
||||
{
|
||||
"Day": "日",
|
||||
"Hour": "時",
|
||||
"Minute": "分",
|
||||
"Month": "月",
|
||||
"Year": "年",
|
||||
"balanceRecharge": "残高チャージ",
|
||||
"buyNow": "今すぐ購入",
|
||||
"buySubscription": "サブスクリプションを購入",
|
||||
"cancel": "キャンセル",
|
||||
"createdAt": "作成日時",
|
||||
"description": "ワンクリックでチャージ、簡単に完了",
|
||||
"detail": "詳細",
|
||||
"enterAmount": "チャージ金額を入力してください",
|
||||
"enterCoupon": "クーポンコードを入力してください",
|
||||
"goToPayment": "支払いに進む",
|
||||
"methods": {
|
||||
"alipay_f2f": "支付宝(対面)",
|
||||
"alipay_f2f": "アリペイ(対面)",
|
||||
"balance": "残高",
|
||||
"epay": "イージーペイ",
|
||||
"stripe_alipay": "Stripe(支付宝)",
|
||||
"stripe_wechat_pay": "Stripe(微信)"
|
||||
"epay": "Epay",
|
||||
"stripe_alipay": "ストライプ(アリペイ)",
|
||||
"stripe_wechat_pay": "ストライプ(WeChat)"
|
||||
},
|
||||
"name": "名前",
|
||||
"orderClosed": "注文は締め切られました",
|
||||
@@ -31,16 +20,6 @@
|
||||
"paymentMethod": "支払い方法",
|
||||
"paymentSuccess": "支払い成功",
|
||||
"productList": "製品リスト",
|
||||
"purchaseDuration": "購入期間",
|
||||
"recharge": "チャージ",
|
||||
"rechargeAmount": "チャージ金額",
|
||||
"rechargeNow": "今すぐチャージ",
|
||||
"renew": "更新",
|
||||
"renewSubscription": "サブスクリプションを更新する",
|
||||
"resetPrice": "リセット価格",
|
||||
"resetTraffic": "トラフィックをリセット",
|
||||
"resetTrafficDescription": "今月のトラフィックのみリセットされます",
|
||||
"resetTrafficTitle": "トラフィックのリセット",
|
||||
"scanToPay": "スキャンしてお支払いください",
|
||||
"status": {
|
||||
"0": "状態",
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
"Hour": "時",
|
||||
"Minute": "分",
|
||||
"Month": "月",
|
||||
"NoLimit": "無制限",
|
||||
"Year": "年",
|
||||
"all": "すべて",
|
||||
"balanceRecharge": "残高チャージ",
|
||||
"billing": {
|
||||
"billingTitle": "商品請求書",
|
||||
"couponDiscount": "クーポン割引",
|
||||
@@ -15,13 +17,18 @@
|
||||
"total": "合計"
|
||||
},
|
||||
"buy": "購入",
|
||||
"buyNow": "今すぐ購入",
|
||||
"buySubscription": "サブスクリプションを購入",
|
||||
"category": "カテゴリー",
|
||||
"coupon": "クーポン",
|
||||
"detail": {
|
||||
"availableTraffic": "利用可能なトラフィック",
|
||||
"connectedDevices": "同時接続 IP 数",
|
||||
"connectionSpeed": "接続速度",
|
||||
"productDetail": "商品詳細"
|
||||
},
|
||||
"enterAmount": "リチャージ金額を入力してください",
|
||||
"enterCoupon": "クーポンコードを入力",
|
||||
"methods": {
|
||||
"alipay_f2f": "支付宝(対面)",
|
||||
"balance": "残高",
|
||||
@@ -29,6 +36,20 @@
|
||||
"stripe_alipay": "Stripe(支付宝)",
|
||||
"stripe_wechat_pay": "Stripe(微信)"
|
||||
},
|
||||
"paymentMethod": "支払い方法",
|
||||
"productDescription": "商品説明",
|
||||
"products": "商品"
|
||||
"products": "商品",
|
||||
"purchaseDuration": "購入期間",
|
||||
"recharge": "リチャージ",
|
||||
"rechargeAmount": "リチャージ金額",
|
||||
"rechargeDescription": "ワンクリックでリチャージ、簡単に操作",
|
||||
"rechargeNow": "今すぐリチャージ",
|
||||
"renew": "更新",
|
||||
"renewSubscription": "サブスクリプションを更新する",
|
||||
"resetPrice": "価格をリセット",
|
||||
"resetTraffic": "トラフィックをリセット",
|
||||
"resetTrafficDescription": "今月のみのトラフィックをリセットする",
|
||||
"resetTrafficTitle": "トラフィックをリセット",
|
||||
"selectSubscription": "サブスクリプションを選択",
|
||||
"subscriptionDiscount": "サブスクリプション割引"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user