70 lines
2.8 KiB
JSON
70 lines
2.8 KiB
JSON
{
|
|
"/profile": {
|
|
"profile_information": {
|
|
"title": "Profile Information",
|
|
"description": "To update your email address please contact support.",
|
|
"email_placeholder": "Email",
|
|
"name_placeholder": "Name"
|
|
},
|
|
"billing": {
|
|
"title": "Billing",
|
|
"description": "To access your subscription information, please log into your billing account.",
|
|
"subscription_type": "Subscription Type:",
|
|
"billing_button": "Billing",
|
|
"credits": {
|
|
"title": "You have <credits> credits left",
|
|
"description": "You can use them to chat with any Expert on the platform."
|
|
},
|
|
"any_questions": "Any questions? <link>",
|
|
"any_questions_link": "Contact us",
|
|
"subscription_update": "<bold><br>If you've just purchased or changed plan, your subscription status will change in a few hours.",
|
|
"subscription_update_bold": "Subscription information is updated every few hours."
|
|
},
|
|
"log_out": {
|
|
"title": "Log out",
|
|
"log_out_button": "Log out",
|
|
"modal": {
|
|
"title": "Are you sure you want to log out?",
|
|
"description": "Are you sure you want to log out?",
|
|
"stay_button": "Stay",
|
|
"log_out_button": "Log out"
|
|
}
|
|
}
|
|
},
|
|
"/subscriptions": {
|
|
"title": "Manage my subscriptions",
|
|
"modal": {
|
|
"title": "Are you sure you want to cancel your subscription?",
|
|
"description": "Are you sure you want to cancel your subscription?",
|
|
"cancel_button": "Cancel subscription",
|
|
"stay_button": "Stay"
|
|
},
|
|
"table": {
|
|
"subscription_type": "Subscription Type",
|
|
"subscription_type_value": {
|
|
"DAY": "Daily Subscription",
|
|
"WEEK": "Weekly Subscription",
|
|
"MONTH": "Monthly Subscription",
|
|
"YEAR": "Yearly Subscription"
|
|
},
|
|
"subscription_status": "Subscription Status",
|
|
"subscription_status_value": {
|
|
"ACTIVE": "Active",
|
|
"CANCELLED": "Cancels on <date>"
|
|
},
|
|
"billing_period": "Billing Period",
|
|
"billing_period_value": {
|
|
"DAY": "Day",
|
|
"WEEK": "Week",
|
|
"MONTH": "Month",
|
|
"YEAR": "Year"
|
|
},
|
|
"last_payment_on": "Last Payment On",
|
|
"renewal_date": "Renewal Date",
|
|
"renewal_amount": "Renewal Amount",
|
|
"cancel_subscription": "Cancel Subscription"
|
|
},
|
|
"no_subscriptions": "You don't have any subscriptions",
|
|
"error": "Something went wrong. Please try again later."
|
|
}
|
|
} |