feat(pricing): remove DeepL from all user-facing surfaces
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m57s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m57s
Pricing: 'deepl' removed from plan provider lists and the comparison table row. Landing and pricing copy (13 locales) no longer mention DeepL (65 values cleaned, 39 dead keys deleted: pricing.comparison.deepl, providerTheme.classic.deepl.*). Providers: available-provider responses are filtered so a DeepL entry from the backend can never surface in the engine picker or the services page; DeepL theme entry and static lib/api.ts list entry removed. Admin: DeepL config card, type fields, defaults and fallback-chain mentions removed; stats/chart/status maps and mock data cleaned. Backend adapter untouched — DeepL is invisible app-wide via the UI filter; removing the Python adapter itself is a separate step if wanted. Verified: build exit 0, vitest 9/9, eslint clean on touched files, zero 'deepl' occurrences outside the two intentional UI filters.
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
"pricing.plans.free.feat5": "Suporte da comunidade",
|
||||
"pricing.plans.starter.feat1": "50 documentos / mês",
|
||||
"pricing.plans.starter.feat2": "Até 50 páginas por documento",
|
||||
"pricing.plans.starter.feat3": "Google Tradutor + DeepL",
|
||||
"pricing.plans.starter.feat3": "Google Tradutor",
|
||||
"pricing.plans.starter.feat4": "Arquivos de até 10 MB",
|
||||
"pricing.plans.starter.feat5": "Suporte por e-mail",
|
||||
"pricing.plans.starter.feat6": "Histórico de 30 dias",
|
||||
"pricing.plans.pro.feat1": "200 documentos / mês",
|
||||
"pricing.plans.pro.feat2": "Até 200 páginas por documento",
|
||||
"pricing.plans.pro.feat3": "Tradução IA Essencial",
|
||||
"pricing.plans.pro.feat4": "Google Tradutor + DeepL",
|
||||
"pricing.plans.pro.feat4": "Google Tradutor",
|
||||
"pricing.plans.pro.feat5": "Arquivos de até 25 MB",
|
||||
"pricing.plans.pro.feat6": "Glossários personalizados",
|
||||
"pricing.plans.pro.feat7": "Suporte prioritário",
|
||||
@@ -83,7 +83,6 @@
|
||||
"pricing.comparison.pagesMaxPerDoc": "Páginas máx. / documento",
|
||||
"pricing.comparison.maxFileSize": "Tamanho máx. de arquivo",
|
||||
"pricing.comparison.googleTranslation": "Google Tradutor",
|
||||
"pricing.comparison.deepl": "DeepL",
|
||||
"pricing.comparison.aiEssential": "Tradução IA Essencial",
|
||||
"pricing.comparison.aiPremium": "Tradução IA Premium",
|
||||
"pricing.comparison.apiAccess": "Acesso à API",
|
||||
|
||||
Reference in New Issue
Block a user