Chatwoot/app/javascript/dashboard/i18n/locale/en/billing.json

20 lines
586 B
JSON
Raw Normal View History

{
"BILLING": {
"HEADER": "Billing",
"LOADING": "Fetching Subscriptions",
"ACCOUNT_STATE": "Account State",
"AGENT_COUNT": "Agent Count",
"PER_AGENT_COST": "Per Agent Cost",
"TOTAL_COST": "Total Cost",
"BUTTON": {
"ADD": "Add Payment Method",
"EDIT": "EDIT Payment Method"
},
"TRIAL": {
"TITLE": "Your Trial period is over",
"MESSAGE": "Add a payment method to continue using Chatwoot."
},
"ACCOUNT_LOCKED": "Your account is not available at the moment. <br>Please contact your administrator for reactivation."
}
}