Skip to content

Commit bbc7052

Browse files
committed
go: dashboard design
1 parent 502d6db commit bbc7052

21 files changed

Lines changed: 97 additions & 114 deletions

File tree

packages/console/app/src/component/icon.tsx

Lines changed: 19 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,25 @@
11
import { JSX } from "solid-js"
22

3-
export function IconLogo(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
3+
export function IconZen(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
44
return (
5-
<svg width="64" height="32" viewBox="0 0 64 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6-
<path d="M0 9.14333V4.5719H4.57143V9.14333H0Z" fill="currentColor" />
7-
<path d="M4.57178 9.14333V4.5719H9.14321V9.14333H4.57178Z" fill="currentColor" />
8-
<path d="M9.1438 9.14333V4.5719H13.7152V9.14333H9.1438Z" fill="currentColor" />
9-
<path d="M13.7124 9.14333V4.5719H18.2838V9.14333H13.7124Z" fill="currentColor" />
10-
<path d="M13.7124 13.7136V9.14221H18.2838V13.7136H13.7124Z" fill="currentColor" />
11-
<path d="M0 18.2857V13.7142H4.57143V18.2857H0Z" fill="currentColor" fill-opacity="0.2" />
12-
<rect width="4.57143" height="4.57143" transform="translate(4.57178 13.7141)" fill="currentColor" />
13-
<path d="M4.57178 18.2855V13.7141H9.14321V18.2855H4.57178Z" fill="currentColor" fill-opacity="0.2" />
14-
<path d="M9.1438 18.2855V13.7141H13.7152V18.2855H9.1438Z" fill="currentColor" />
15-
<path d="M13.7156 18.2855V13.7141H18.287V18.2855H13.7156Z" fill="currentColor" fill-opacity="0.2" />
16-
<rect width="4.57143" height="4.57143" transform="translate(0 18.2859)" fill="currentColor" />
17-
<path d="M0 22.8572V18.2858H4.57143V22.8572H0Z" fill="currentColor" fill-opacity="0.2" />
18-
<rect
19-
width="4.57143"
20-
height="4.57143"
21-
transform="translate(4.57178 18.2859)"
22-
fill="currentColor"
23-
fill-opacity="0.2"
24-
/>
25-
<path d="M4.57178 22.8573V18.2859H9.14321V22.8573H4.57178Z" fill="currentColor" />
26-
<path d="M9.1438 22.8573V18.2859H13.7152V22.8573H9.1438Z" fill="currentColor" fill-opacity="0.2" />
27-
<path d="M13.7156 22.8573V18.2859H18.287V22.8573H13.7156Z" fill="currentColor" fill-opacity="0.2" />
28-
<path d="M0 27.4292V22.8578H4.57143V27.4292H0Z" fill="currentColor" />
29-
<path d="M4.57178 27.4292V22.8578H9.14321V27.4292H4.57178Z" fill="currentColor" />
30-
<path d="M9.1438 27.4276V22.8562H13.7152V27.4276H9.1438Z" fill="currentColor" />
31-
<path d="M13.7124 27.4292V22.8578H18.2838V27.4292H13.7124Z" fill="currentColor" />
32-
<path d="M22.8572 9.14333V4.5719H27.4286V9.14333H22.8572Z" fill="currentColor" />
33-
<path d="M27.426 9.14333V4.5719H31.9975V9.14333H27.426Z" fill="currentColor" />
34-
<path d="M32.001 9.14333V4.5719H36.5724V9.14333H32.001Z" fill="currentColor" />
35-
<path d="M36.5698 9.14333V4.5719H41.1413V9.14333H36.5698Z" fill="currentColor" />
36-
<path d="M22.8572 13.7152V9.1438H27.4286V13.7152H22.8572Z" fill="currentColor" />
37-
<path d="M36.5698 13.7152V9.1438H41.1413V13.7152H36.5698Z" fill="currentColor" />
38-
<path d="M22.8572 18.2855V13.7141H27.4286V18.2855H22.8572Z" fill="currentColor" />
39-
<path d="M27.4292 18.2855V13.7141H32.0006V18.2855H27.4292Z" fill="currentColor" />
40-
<path d="M32.001 18.2855V13.7141H36.5724V18.2855H32.001Z" fill="currentColor" />
41-
<path d="M36.5698 18.2855V13.7141H41.1413V18.2855H36.5698Z" fill="currentColor" />
42-
<path d="M22.8572 22.8573V18.2859H27.4286V22.8573H22.8572Z" fill="currentColor" />
43-
<path d="M27.4292 22.8573V18.2859H32.0006V22.8573H27.4292Z" fill="currentColor" fill-opacity="0.2" />
44-
<path d="M32.001 22.8573V18.2859H36.5724V22.8573H32.001Z" fill="currentColor" fill-opacity="0.2" />
45-
<path d="M36.5698 22.8573V18.2859H41.1413V22.8573H36.5698Z" fill="currentColor" fill-opacity="0.2" />
46-
<path d="M22.8572 27.4292V22.8578H27.4286V27.4292H22.8572Z" fill="currentColor" />
47-
<path d="M27.4292 27.4276V22.8562H32.0006V27.4276H27.4292Z" fill="currentColor" />
48-
<path d="M32.001 27.4276V22.8562H36.5724V27.4276H32.001Z" fill="currentColor" />
49-
<path d="M36.5698 27.4292V22.8578H41.1413V27.4292H36.5698Z" fill="currentColor" />
50-
<path d="M45.7144 9.14333V4.5719H50.2858V9.14333H45.7144Z" fill="currentColor" />
51-
<path d="M50.2861 9.14333V4.5719H54.8576V9.14333H50.2861Z" fill="currentColor" />
52-
<path d="M54.855 9.14333V4.5719H59.4264V9.14333H54.855Z" fill="currentColor" />
53-
<path d="M45.7144 13.7136V9.14221H50.2858V13.7136H45.7144Z" fill="currentColor" />
54-
<path d="M59.4299 13.7152V9.1438H64.0014V13.7152H59.4299Z" fill="currentColor" />
55-
<path d="M45.7144 18.2855V13.7141H50.2858V18.2855H45.7144Z" fill="currentColor" />
56-
<path d="M50.2861 18.2857V13.7142H54.8576V18.2857H50.2861Z" fill="currentColor" fill-opacity="0.2" />
57-
<path d="M54.8579 18.2855V13.7141H59.4293V18.2855H54.8579Z" fill="currentColor" fill-opacity="0.2" />
58-
<path d="M59.4299 18.2855V13.7141H64.0014V18.2855H59.4299Z" fill="currentColor" />
59-
<path d="M45.7144 22.8573V18.2859H50.2858V22.8573H45.7144Z" fill="currentColor" />
60-
<path d="M50.2861 22.8572V18.2858H54.8576V22.8572H50.2861Z" fill="currentColor" fill-opacity="0.2" />
61-
<path d="M54.8579 22.8573V18.2859H59.4293V22.8573H54.8579Z" fill="currentColor" fill-opacity="0.2" />
62-
<path d="M59.4299 22.8573V18.2859H64.0014V22.8573H59.4299Z" fill="currentColor" />
63-
<path d="M45.7144 27.4292V22.8578H50.2858V27.4292H45.7144Z" fill="currentColor" />
64-
<path d="M50.2861 27.4286V22.8572H54.8576V27.4286H50.2861Z" fill="currentColor" fill-opacity="0.2" />
65-
<path d="M54.8579 27.4285V22.8571H59.4293V27.4285H54.8579Z" fill="currentColor" fill-opacity="0.2" />
66-
<path d="M59.4299 27.4292V22.8578H64.0014V27.4292H59.4299Z" fill="currentColor" />
5+
<svg width="84" height="30" viewBox="0 0 84 30" fill="none" xmlns="http://www.w3.org/2000/svg">
6+
<path d="M24 24H6V18H18V12H24V24ZM6 18H0V12H6V18Z" fill="currentColor" fill-opacity="0.2" />
7+
<path d="M6 24H24V30H0V18H6V24ZM18 18H6V12H18V18ZM24 12H18V6H0V0H24V12Z" fill="currentColor" />
8+
<path d="M54 18V24H36V18H54Z" fill="currentColor" fill-opacity="0.2" />
9+
<path d="M54 18H36V24H54V30H30V0H54V18ZM36 12H48V6H36V12Z" fill="currentColor" />
10+
<path d="M78 30H66V12H78V30Z" fill="currentColor" fill-opacity="0.2" />
11+
<path d="M78 6H66V30H60V0H78V6ZM84 30H78V6H84V30Z" fill="currentColor" />
12+
</svg>
13+
)
14+
}
15+
16+
export function IconGo(props: JSX.SvgSVGAttributes<SVGSVGElement>) {
17+
return (
18+
<svg width="54" height="30" viewBox="0 0 54 30" fill="none" xmlns="http://www.w3.org/2000/svg">
19+
<path d="M24 30H0V0H24V6H6V24H18V18H12V12H24V30Z" fill="currentColor" />
20+
<path d="M12 18H18V24H6V12H12V18Z" fill="currentColor" fill-opacity="0.2" />
21+
<path d="M48 12V24H36V12H48Z" fill="currentColor" fill-opacity="0.2" />
22+
<path d="M54 30H30V0H54V30ZM36 24H48V6H36V24Z" fill="currentColor" />
6723
</svg>
6824
)
6925
}

packages/console/app/src/i18n/ar.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ export const dict = {
259259
"go.cta.text": "اشترك في Go",
260260
"go.cta.price": "$10/شهر",
261261
"go.cta.promo": "$5 للشهر الأول",
262-
"go.pricing.body": "استخدمه مع أي وكيل. $5 للشهر الأول، ثم $10/شهر. قم بزيادة الرصيد إذا لزم الأمر. الإلغاء في أي وقت.",
262+
"go.pricing.body":
263+
"استخدمه مع أي وكيل. $5 للشهر الأول، ثم $10/شهر. قم بزيادة الرصيد إذا لزم الأمر. الإلغاء في أي وقت.",
263264
"go.graph.free": "مجاني",
264265
"go.graph.freePill": "Big Pickle ونماذج مجانية",
265266
"go.graph.go": "Go",
@@ -420,6 +421,7 @@ export const dict = {
420421
"workspace.nav.settings": "الإعدادات",
421422

422423
"workspace.home.banner.beforeLink": "نماذج محسنة وموثوقة لوكلاء البرمجة.",
424+
"workspace.lite.banner.beforeLink": "نماذج برمجة منخفضة التكلفة للجميع.",
423425
"workspace.home.billing.loading": "جارٍ التحميل...",
424426
"workspace.home.billing.enable": "تمكين الفوترة",
425427
"workspace.home.billing.currentBalance": "الرصيد الحالي",
@@ -620,7 +622,6 @@ export const dict = {
620622
"workspace.lite.time.minute": "دقيقة",
621623
"workspace.lite.time.minutes": "دقائق",
622624
"workspace.lite.time.fewSeconds": "بضع ثوان",
623-
"workspace.lite.title": "OpenCode Go",
624625
"workspace.lite.subscription.message": "أنت مشترك في OpenCode Go.",
625626
"workspace.lite.subscription.manage": "إدارة الاشتراك",
626627
"workspace.lite.subscription.rollingUsage": "الاستخدام المتجدد",

packages/console/app/src/i18n/br.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ export const dict = {
263263
"go.cta.text": "Assinar o Go",
264264
"go.cta.price": "$10/mês",
265265
"go.cta.promo": "$5 no primeiro mês",
266-
"go.pricing.body": "Use com qualquer agente. $5 no primeiro mês, depois $10/mês. Recarregue o crédito se necessário. Cancele a qualquer momento.",
266+
"go.pricing.body":
267+
"Use com qualquer agente. $5 no primeiro mês, depois $10/mês. Recarregue o crédito se necessário. Cancele a qualquer momento.",
267268
"go.graph.free": "Grátis",
268269
"go.graph.freePill": "Big Pickle e modelos gratuitos",
269270
"go.graph.go": "Go",
@@ -303,7 +304,8 @@ export const dict = {
303304
"go.problem.item3": "Feito para o maior número possível de programadores",
304305
"go.problem.item4": "Inclui GLM-5, Kimi K2.5 e MiniMax M2.5",
305306
"go.how.title": "Como o Go funciona",
306-
"go.how.body": "O Go começa em $5 no primeiro mês, depois $10/mês. Você pode usá-lo com o OpenCode ou qualquer agente.",
307+
"go.how.body":
308+
"O Go começa em $5 no primeiro mês, depois $10/mês. Você pode usá-lo com o OpenCode ou qualquer agente.",
307309
"go.how.step1.title": "Crie uma conta",
308310
"go.how.step1.beforeLink": "siga as",
309311
"go.how.step1.link": "instruções de configuração",
@@ -427,6 +429,7 @@ export const dict = {
427429
"workspace.nav.settings": "Configurações",
428430

429431
"workspace.home.banner.beforeLink": "Modelos otimizados e confiáveis para agentes de codificação.",
432+
"workspace.lite.banner.beforeLink": "Modelos de codificação de baixo custo para todos.",
430433
"workspace.home.billing.loading": "Carregando...",
431434
"workspace.home.billing.enable": "Ativar faturamento",
432435
"workspace.home.billing.currentBalance": "Saldo atual",
@@ -629,7 +632,6 @@ export const dict = {
629632
"workspace.lite.time.minute": "minuto",
630633
"workspace.lite.time.minutes": "minutos",
631634
"workspace.lite.time.fewSeconds": "alguns segundos",
632-
"workspace.lite.title": "OpenCode Go",
633635
"workspace.lite.subscription.message": "Você assina o OpenCode Go.",
634636
"workspace.lite.subscription.manage": "Gerenciar Assinatura",
635637
"workspace.lite.subscription.rollingUsage": "Uso Contínuo",

packages/console/app/src/i18n/da.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ export const dict = {
261261
"go.cta.text": "Abonner på Go",
262262
"go.cta.price": "$10/måned",
263263
"go.cta.promo": "$5 første måned",
264-
"go.pricing.body": "Brug med enhver agent. $5 første måned, derefter $10/måned. Tank op med kredit efter behov. Afmeld når som helst.",
264+
"go.pricing.body":
265+
"Brug med enhver agent. $5 første måned, derefter $10/måned. Tank op med kredit efter behov. Afmeld når som helst.",
265266
"go.graph.free": "Gratis",
266267
"go.graph.freePill": "Big Pickle og gratis modeller",
267268
"go.graph.go": "Go",
@@ -300,7 +301,8 @@ export const dict = {
300301
"go.problem.item3": "Bygget til så mange programmører som muligt",
301302
"go.problem.item4": "Inkluderer GLM-5, Kimi K2.5 og MiniMax M2.5",
302303
"go.how.title": "Hvordan Go virker",
303-
"go.how.body": "Go starter ved $5 for den første måned, derefter $10/måned. Du kan bruge det med OpenCode eller enhver agent.",
304+
"go.how.body":
305+
"Go starter ved $5 for den første måned, derefter $10/måned. Du kan bruge det med OpenCode eller enhver agent.",
304306
"go.how.step1.title": "Opret en konto",
305307
"go.how.step1.beforeLink": "følg",
306308
"go.how.step1.link": "opsætningsinstruktionerne",
@@ -423,6 +425,7 @@ export const dict = {
423425
"workspace.nav.settings": "Indstillinger",
424426

425427
"workspace.home.banner.beforeLink": "Pålidelige optimerede modeller til kodningsagenter.",
428+
"workspace.lite.banner.beforeLink": "Lavpris kodemodeller for alle.",
426429
"workspace.home.billing.loading": "Indlæser...",
427430
"workspace.home.billing.enable": "Aktiver fakturering",
428431
"workspace.home.billing.currentBalance": "Nuværende saldo",
@@ -625,7 +628,6 @@ export const dict = {
625628
"workspace.lite.time.minute": "minut",
626629
"workspace.lite.time.minutes": "minutter",
627630
"workspace.lite.time.fewSeconds": "et par sekunder",
628-
"workspace.lite.title": "OpenCode Go",
629631
"workspace.lite.subscription.message": "Du abonnerer på OpenCode Go.",
630632
"workspace.lite.subscription.manage": "Administrer abonnement",
631633
"workspace.lite.subscription.rollingUsage": "Løbende forbrug",

packages/console/app/src/i18n/de.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ export const dict = {
263263
"go.cta.text": "Go abonnieren",
264264
"go.cta.price": "$10/Monat",
265265
"go.cta.promo": "$5 im ersten Monat",
266-
"go.pricing.body": "Mit jedem Agenten nutzbar. $5 im ersten Monat, danach $10/Monat. Guthaben bei Bedarf aufladen. Jederzeit kündbar.",
266+
"go.pricing.body":
267+
"Mit jedem Agenten nutzbar. $5 im ersten Monat, danach $10/Monat. Guthaben bei Bedarf aufladen. Jederzeit kündbar.",
267268
"go.graph.free": "Kostenlos",
268269
"go.graph.freePill": "Big Pickle und kostenlose Modelle",
269270
"go.graph.go": "Go",
@@ -302,7 +303,8 @@ export const dict = {
302303
"go.problem.item3": "Für so viele Programmierer wie möglich gebaut",
303304
"go.problem.item4": "Beinhaltet GLM-5, Kimi K2.5 und MiniMax M2.5",
304305
"go.how.title": "Wie Go funktioniert",
305-
"go.how.body": "Go beginnt bei $5 für den ersten Monat, danach $10/Monat. Du kannst es mit OpenCode oder jedem Agenten nutzen.",
306+
"go.how.body":
307+
"Go beginnt bei $5 für den ersten Monat, danach $10/Monat. Du kannst es mit OpenCode oder jedem Agenten nutzen.",
306308
"go.how.step1.title": "Konto erstellen",
307309
"go.how.step1.beforeLink": "folge den",
308310
"go.how.step1.link": "Einrichtungsanweisungen",
@@ -426,6 +428,7 @@ export const dict = {
426428
"workspace.nav.settings": "Einstellungen",
427429

428430
"workspace.home.banner.beforeLink": "Zuverlässige, optimierte Modelle für Coding-Agents.",
431+
"workspace.lite.banner.beforeLink": "Kostengünstige Coding-Modelle für alle.",
429432
"workspace.home.billing.loading": "Laden...",
430433
"workspace.home.billing.enable": "Abrechnung aktivieren",
431434
"workspace.home.billing.currentBalance": "Aktuelles Guthaben",
@@ -628,7 +631,6 @@ export const dict = {
628631
"workspace.lite.time.minute": "Minute",
629632
"workspace.lite.time.minutes": "Minuten",
630633
"workspace.lite.time.fewSeconds": "einige Sekunden",
631-
"workspace.lite.title": "OpenCode Go",
632634
"workspace.lite.subscription.message": "Du hast OpenCode Go abonniert.",
633635
"workspace.lite.subscription.manage": "Abo verwalten",
634636
"workspace.lite.subscription.rollingUsage": "Fortlaufende Nutzung",

packages/console/app/src/i18n/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ export const dict = {
420420
"workspace.nav.settings": "Settings",
421421

422422
"workspace.home.banner.beforeLink": "Reliable optimized models for coding agents.",
423+
"workspace.lite.banner.beforeLink": "Low cost coding models for everyone.",
423424
"workspace.home.billing.loading": "Loading...",
424425
"workspace.home.billing.enable": "Enable billing",
425426
"workspace.home.billing.currentBalance": "Current balance",
@@ -622,7 +623,6 @@ export const dict = {
622623
"workspace.lite.time.minute": "minute",
623624
"workspace.lite.time.minutes": "minutes",
624625
"workspace.lite.time.fewSeconds": "a few seconds",
625-
"workspace.lite.title": "OpenCode Go",
626626
"workspace.lite.subscription.message": "You are subscribed to OpenCode Go.",
627627
"workspace.lite.subscription.manage": "Manage Subscription",
628628
"workspace.lite.subscription.rollingUsage": "Rolling Usage",

packages/console/app/src/i18n/es.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ export const dict = {
264264
"go.cta.text": "Suscribirse a Go",
265265
"go.cta.price": "10 $/mes",
266266
"go.cta.promo": "$5 el primer mes",
267-
"go.pricing.body": "Úsalo con cualquier agente. $5 el primer mes, luego 10 $/mes. Recarga crédito si es necesario. Cancela en cualquier momento.",
267+
"go.pricing.body":
268+
"Úsalo con cualquier agente. $5 el primer mes, luego 10 $/mes. Recarga crédito si es necesario. Cancela en cualquier momento.",
268269
"go.graph.free": "Gratis",
269270
"go.graph.freePill": "Big Pickle y modelos gratuitos",
270271
"go.graph.go": "Go",
@@ -428,6 +429,7 @@ export const dict = {
428429
"workspace.nav.settings": "Configuración",
429430

430431
"workspace.home.banner.beforeLink": "Modelos optimizados y confiables para agentes de codificación.",
432+
"workspace.lite.banner.beforeLink": "Modelos de codificación de bajo costo para todos.",
431433
"workspace.home.billing.loading": "Cargando...",
432434
"workspace.home.billing.enable": "Habilitar facturación",
433435
"workspace.home.billing.currentBalance": "Saldo actual",
@@ -630,7 +632,6 @@ export const dict = {
630632
"workspace.lite.time.minute": "minuto",
631633
"workspace.lite.time.minutes": "minutos",
632634
"workspace.lite.time.fewSeconds": "unos pocos segundos",
633-
"workspace.lite.title": "OpenCode Go",
634635
"workspace.lite.subscription.message": "Estás suscrito a OpenCode Go.",
635636
"workspace.lite.subscription.manage": "Gestionar Suscripción",
636637
"workspace.lite.subscription.rollingUsage": "Uso Continuo",

packages/console/app/src/i18n/fr.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ export const dict = {
265265
"go.cta.text": "S'abonner à Go",
266266
"go.cta.price": "10 $/mois",
267267
"go.cta.promo": "$5 le premier mois",
268-
"go.pricing.body": "Utilisez-le avec n'importe quel agent. $5 le premier mois, puis 10 $/mois. Rechargez du crédit si nécessaire. Annulez à tout moment.",
268+
"go.pricing.body":
269+
"Utilisez-le avec n'importe quel agent. $5 le premier mois, puis 10 $/mois. Rechargez du crédit si nécessaire. Annulez à tout moment.",
269270
"go.graph.free": "Gratuit",
270271
"go.graph.freePill": "Big Pickle et modèles gratuits",
271272
"go.graph.go": "Go",
@@ -304,7 +305,8 @@ export const dict = {
304305
"go.problem.item3": "Conçu pour autant de programmeurs que possible",
305306
"go.problem.item4": "Inclut GLM-5, Kimi K2.5 et MiniMax M2.5",
306307
"go.how.title": "Comment fonctionne Go",
307-
"go.how.body": "Go commence à $5 pour le premier mois, puis 10 $/mois. Vous pouvez l'utiliser avec OpenCode ou n'importe quel agent.",
308+
"go.how.body":
309+
"Go commence à $5 pour le premier mois, puis 10 $/mois. Vous pouvez l'utiliser avec OpenCode ou n'importe quel agent.",
308310
"go.how.step1.title": "Créez un compte",
309311
"go.how.step1.beforeLink": "suivez les",
310312
"go.how.step1.link": "instructions de configuration",
@@ -428,6 +430,7 @@ export const dict = {
428430
"workspace.nav.settings": "Paramètres",
429431

430432
"workspace.home.banner.beforeLink": "Modèles optimisés fiables pour les agents de code.",
433+
"workspace.lite.banner.beforeLink": "Modèles de code à faible coût pour tous.",
431434
"workspace.home.billing.loading": "Chargement...",
432435
"workspace.home.billing.enable": "Activer la facturation",
433436
"workspace.home.billing.currentBalance": "Solde actuel",
@@ -634,7 +637,6 @@ export const dict = {
634637
"workspace.lite.time.minute": "minute",
635638
"workspace.lite.time.minutes": "minutes",
636639
"workspace.lite.time.fewSeconds": "quelques secondes",
637-
"workspace.lite.title": "OpenCode Go",
638640
"workspace.lite.subscription.message": "Vous êtes abonné à OpenCode Go.",
639641
"workspace.lite.subscription.manage": "Gérer l'abonnement",
640642
"workspace.lite.subscription.rollingUsage": "Utilisation glissante",

0 commit comments

Comments
 (0)