Chore: Remove dead code related to billing (#935)
- remove subscription model - remove billing-related code
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user