Chore: Remove dead code related to billing (#935)

- remove subscription model
- remove billing-related code
This commit is contained in:
Sojan Jose
2020-06-07 20:31:48 +05:30
committed by GitHub
parent 051871a3cd
commit 52d28105e4
84 changed files with 27 additions and 1240 deletions

View File

@@ -1,19 +0,0 @@
{
"BILLING": {
"HEADER": "Facturare",
"LOADING": "Preluare abonamente",
"ACCOUNT_STATE": "Stare cont",
"AGENT_COUNT": "Număr de agenți",
"PER_AGENT_COST": "Cost per Agent",
"TOTAL_COST": "Cost total",
"BUTTON": {
"ADD": "Adaugă metodă de plată",
"EDIT": "Adaugă metodă de plată"
},
"TRIAL": {
"TITLE": "Perioada de evaluare s-a încheiat",
"MESSAGE": "Adaugă o metodă de plată pentru a continua să folosești Chatwoot."
},
"ACCOUNT_LOCKED": "Contul dvs. nu este disponibil momentan. <br>Vă rugăm să contactaţi administratorul pentru reactivare."
}
}

View File

@@ -1,5 +1,4 @@
import { default as _agentMgmt } from './agentMgmt.json';
import { default as _billing } from './billing.json';
import { default as _cannedMgmt } from './cannedMgmt.json';
import { default as _chatlist } from './chatlist.json';
import { default as _contact } from './contact.json';
@@ -16,7 +15,6 @@ import { default as _generalSettings } from './generalSettings.json';
export default {
..._agentMgmt,
..._billing,
..._cannedMgmt,
..._chatlist,
..._contact,

View File

@@ -102,7 +102,6 @@
"AGENTS": "Agenți",
"INBOXES": "Căsuțe",
"CANNED_RESPONSES": "Răspunsuri predefinite",
"BILLING": "Facturare",
"INTEGRATIONS": "Integrări",
"ACCOUNT_SETTINGS": "Setările contului"
}