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": "Facturation",
|
||||
"LOADING": "Récupération des abonnements",
|
||||
"ACCOUNT_STATE": "État du compte",
|
||||
"AGENT_COUNT": "Nombre d'agents",
|
||||
"PER_AGENT_COST": "Coût par agent",
|
||||
"TOTAL_COST": "Coût total",
|
||||
"BUTTON": {
|
||||
"ADD": "Ajouter une méthode de paiement",
|
||||
"EDIT": "MODIFIER la méthode de paiement"
|
||||
},
|
||||
"TRIAL": {
|
||||
"TITLE": "Votre période d'essai est terminée",
|
||||
"MESSAGE": "Ajoutez une méthode de paiement pour continuer à utiliser Chatwoot."
|
||||
},
|
||||
"ACCOUNT_LOCKED": "Votre compte n'est pas disponible pour le moment. <br>Veuillez contacter votre administrateur pour la réactivation."
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
/* eslint-disable */
|
||||
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';
|
||||
@@ -17,7 +16,6 @@ import { default as _generalSettings } from './generalSettings.json';
|
||||
|
||||
export default {
|
||||
..._agentMgmt,
|
||||
..._billing,
|
||||
..._cannedMgmt,
|
||||
..._chatlist,
|
||||
..._contact,
|
||||
|
||||
@@ -102,7 +102,6 @@
|
||||
"AGENTS": "Agents",
|
||||
"INBOXES": "Boîtes de réception",
|
||||
"CANNED_RESPONSES": "Réponses standardisées",
|
||||
"BILLING": "Facturation",
|
||||
"INTEGRATIONS": "Intégrations",
|
||||
"ACCOUNT_SETTINGS": "Paramètres du compte"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user