w-aura/public/locales/profile/en/male_en.json
Daniil Chemerkin 6dd37bb284 develop
2025-05-06 22:13:47 +00:00

52 lines
2.1 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_status": "Subscription Status",
"billing_period": "Billing Period",
"last_payment_on": "Last Payment On",
"renewal_date": "Renewal Date",
"renewal_amount": "Renewal Amount",
"cancel_subscription": "Cancel Subscription"
}
}
}