返回 AiToEarn
profile.json
根目录 / project / aitoearn-web / src / app / i18n / locales / en / profile.json
1 {
2 "unsubscribeSuccess": "Unsubscribed successfully",
3 "unsubscribeFailed": "Failed to unsubscribe",
4 "resumeSuccess": "Subscription resumed successfully",
5 "updateFailed": "Update failed",
6 "paymentSuccess": "Payment successful",
7 "waitingForPayment": "Waiting for payment",
8 "orderExpired": "Order expired",
9 "refunded": "Refunded",
10 "status": "Status",
11 "subscription": "Subscription",
12 "unknown": "Unknown",
13 "copySuccess": "Copied successfully",
14 "willCancelAtPeriodEnd": "Will cancel at period end",
15 "subscriptionSuccess": "Active",
16 "subscriptionCancelled": "Cancelled",
17 "subscriptionPastDue": "Past due",
18 "subscriptionMode": "Subscription mode",
19 "createTime": "Created at",
20 "cancelTime": "Cancelled at",
21 "trialEndTime": "Trial ends at",
22 "subscriptionId": "Subscription ID",
23 "cancelSubscription": "Cancel subscription",
24 "resumeSubscription": "Resume subscription",
25 "amount": "Amount",
26 "quantity": "Quantity",
27 "paymentMethod": "Payment method",
28 "orderId": "Order ID",
29 "noOrderRecords": "No purchase records",
30 "confirmUnsubscribe": "Confirm cancellation",
31 "unsubscribeWarning": "After cancellation, you will lose your membership benefits at the end of the current subscription period.",
32 "unsubscribeBenefits": "You will lose the following benefits after cancellation:",
33 "benefit1": "Unlimited video generation",
34 "benefit2": "Access to advanced AI models",
35 "benefit3": "Priority customer support",
36 "unsubscribeNote": "You can resume your subscription at any time before the current period ends.",
37 "keepSubscription": "Keep subscription",
38 "confirmUnsubscribeButton": "Confirm cancellation"
39 }
40
40 lines JSON