Просмотр исходного кода

Writefull Rebrand (Phase 1)

GitOrigin-RevId: 3f1d28ccd4650d81f24a10f10d74b21e002c4527
Alex Vizcaino 4 месяцев назад
Родитель
Сommit
cc5fc541c3

+ 1 - 0
services/web/app/src/Features/Project/ProjectController.mjs

@@ -469,6 +469,7 @@ const _ProjectController = {
       'email-notifications',
       'wf-enable-freemium-super-complete',
       'wf-enable-super-complete-promotion',
+      'wf-rebrand',
       'plans-2026-phase-1',
       'testing-ai-usage',
       'wf-fake-non-english-suggestions',

+ 8 - 0
services/web/frontend/js/i18n-resources/writefull.ts

@@ -11,6 +11,7 @@ const en = {
     generating: 'Generating',
     regenerate: 'Regenerate',
     regenerating: 'Regenerating',
+    retry: 'Retry',
     cancel: 'Cancel',
     yes: 'Yes',
     no: 'No',
@@ -157,6 +158,9 @@ const en = {
     'ai-context-menu.select-text-tooltip':
       'Select text to access these options',
     'ai-context-menu.paraphrase': 'Paraphrase',
+    'ai-context-menu.rephrase': 'Rephrase',
+    'ai-context-menu.shorten': 'Shorten',
+    'ai-context-menu.more-scientific': 'More scientific',
     'ai-context-menu.change-style': 'Change style',
     'ai-context-menu.summarize': 'Summarize',
     'ai-context-menu.explain': 'Explain',
@@ -510,6 +514,7 @@ const es = {
     generating: 'Generando',
     regenerate: 'Regenerar',
     regenerating: 'Regenerando',
+    retry: 'Reintentar',
     cancel: 'Cancelar',
     yes: 'Sí',
     no: 'No',
@@ -668,6 +673,9 @@ const es = {
     'ai-context-menu.select-text-tooltip':
       'Seleccione texto para acceder a estas opciones',
     'ai-context-menu.paraphrase': 'Parafrasear',
+    'ai-context-menu.rephrase': 'Reformular',
+    'ai-context-menu.shorten': 'Acortar',
+    'ai-context-menu.more-scientific': 'Más científico',
     'ai-context-menu.change-style': 'Cambiar estilo',
     'ai-context-menu.summarize': 'Resumir',
     'ai-context-menu.explain': 'Explicar',