Skip to content

Commit d653d53

Browse files
author
Arvin
committed
fix(premium): restore trial conversion path
1 parent afdff3a commit d653d53

11 files changed

Lines changed: 211 additions & 47 deletions

File tree

netlify-arvio-tv-site/es/index.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,20 @@
11921192
font-size: 11px;
11931193
}
11941194
.premium-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
1195+
.premium-membership-cta {
1196+
border-color: color-mix(in oklch, var(--accent) 58%, var(--line));
1197+
background: color-mix(in oklch, var(--accent) 9%, transparent);
1198+
}
1199+
.premium-source-link {
1200+
display: inline-block;
1201+
margin-top: 16px;
1202+
color: var(--ink-3);
1203+
font-size: 13px;
1204+
text-decoration: underline;
1205+
text-decoration-color: color-mix(in oklch, var(--ink-3) 45%, transparent);
1206+
text-underline-offset: 4px;
1207+
}
1208+
.premium-source-link:hover { color: var(--ink); }
11951209
.premium-price { color: var(--ink-2); font-size: 14px; }
11961210
.premium-price strong { color: var(--ink); font-size: 18px; }
11971211
.premium-proof {
@@ -2463,7 +2477,7 @@
24632477
</a>
24642478
<div class="nav-links">
24652479
<a href="#features">Funciones</a>
2466-
<a href="#web">Premium</a>
2480+
<a href="/go/membership/nav">Premium</a>
24672481
<a href="#guide">Guía</a>
24682482
<a href="#faq">FAQ</a>
24692483
</div>
@@ -2473,7 +2487,7 @@
24732487
<svg id="theme-icon-dark" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
24742488
</button>
24752489
<a class="nav-web nav-dashboard" href="https://arvio-ui.web.app/" target="_blank" rel="noopener">Panel</a>
2476-
<a class="nav-web nav-premium" href="/go/premium/nav">Web App</a>
2490+
<a class="nav-web nav-premium" href="/go/premium/nav">Probar Premium</a>
24772491
<a class="nav-cta" href="https://play.google.com/store/apps/details?id=com.arvio.tv" target="_blank" rel="noopener">Google Play
24782492
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 5l7 7-7 7"></path></svg>
24792493
</a>
@@ -2501,7 +2515,7 @@ <h1 class="hero-h1 reveal in" data-delay="1" id="hero-h1">
25012515
</a>
25022516
<a class="btn btn-ghost" href="/go/premium/hero">
25032517
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="14" rx="2"></rect><path d="M8 22h8M12 18v4"></path></svg>
2504-
Abrir Web Premium
2518+
Prueba Premium gratis
25052519
</a>
25062520
</div>
25072521
<div class="hero-sideload reveal in" data-delay="4">
@@ -2588,9 +2602,10 @@ <h2 id="premium-title">Lleva tu centro multimedia más allá de Android.</h2>
25882602
</div>
25892603
<div class="premium-actions">
25902604
<a class="btn btn-play" href="/go/premium/spotlight"><strong>Prueba Premium gratis durante 3 días</strong></a>
2591-
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">Ver código de la aplicación web</a>
2605+
<a class="btn btn-ghost premium-membership-cta" href="/go/membership/spotlight"><strong>Obtén Premium en Ko-fi</strong></a>
25922606
<span class="premium-price"><strong>$2.99</strong> / mes después · sin datos de pago para la prueba</span>
25932607
</div>
2608+
<a class="premium-source-link" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">Ver el código abierto de la aplicación web</a>
25942609
<div class="premium-proof">
25952610
<span>Más de 10.000 usuarios</span><span>Más de 10 colaboradores</span><span>Código abierto</span>
25962611
</div>
@@ -3055,7 +3070,7 @@ <h2 class="section-title">ARVIO en cualquier <span class="accent">otra pantalla.
30553070

30563071
<div class="reveal" data-delay="3" style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
30573072
<a class="btn btn-play" href="/go/premium/details"><strong>Prueba Premium gratis durante 3 días</strong></a>
3058-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio/tiers" target="_blank" rel="noopener">Membresía Ko‑fi</a>
3073+
<a class="btn btn-ghost" href="/go/membership/details">Membresía Ko‑fi</a>
30593074
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web">Código de la aplicación web</a>
30603075
</div>
30613076
</div>
@@ -3239,7 +3254,7 @@ <h2 class="oss-big">Código abierto.<br><span class="accent">Desarrollado abiert
32393254
<p>ARVIO es de código abierto. El código, las versiones, los APK, los problemas y las contribuciones están en GitHub.</p>
32403255
<div style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
32413256
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO">Repositorio GitHub</a>
3242-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio">Ko‑fi</a>
3257+
<a class="btn btn-ghost" href="/go/support/opensource">Ko‑fi</a>
32433258
</div>
32443259
</div>
32453260
</div>
@@ -3358,15 +3373,15 @@ <h4>Producto</h4>
33583373
<a href="#player">Reproductor</a>
33593374
<a href="#devices">Dispositivos</a>
33603375
<a href="#screens">Pantallas</a>
3361-
<a href="/go/premium/footer">Premium</a>
3376+
<a href="/go/membership/footer">Premium</a>
33623377
<a href="#guide">Guía</a>
33633378
<a href="/es/guias/">Guías multimedia</a>
33643379
</div>
33653380
<div class="foot-col">
33663381
<h4>Comunidad</h4>
33673382
<a href="https://github.com/ProdigyV21/ARVIO">GitHub</a>
33683383
<a href="https://discord.gg/bGBBGKFZVh">Discord</a>
3369-
<a href="https://ko-fi.com/arvio">Ko‑fi</a>
3384+
<a href="/go/support/footer">Ko‑fi</a>
33703385
</div>
33713386
<div class="foot-col">
33723387
<h4>Legal</h4>

netlify-arvio-tv-site/index.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,20 @@
11911191
font-size: 11px;
11921192
}
11931193
.premium-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
1194+
.premium-membership-cta {
1195+
border-color: color-mix(in oklch, var(--accent) 58%, var(--line));
1196+
background: color-mix(in oklch, var(--accent) 9%, transparent);
1197+
}
1198+
.premium-source-link {
1199+
display: inline-block;
1200+
margin-top: 16px;
1201+
color: var(--ink-3);
1202+
font-size: 13px;
1203+
text-decoration: underline;
1204+
text-decoration-color: color-mix(in oklch, var(--ink-3) 45%, transparent);
1205+
text-underline-offset: 4px;
1206+
}
1207+
.premium-source-link:hover { color: var(--ink); }
11941208
.premium-price { color: var(--ink-2); font-size: 14px; }
11951209
.premium-price strong { color: var(--ink); font-size: 18px; }
11961210
.premium-proof {
@@ -2462,7 +2476,7 @@
24622476
</a>
24632477
<div class="nav-links">
24642478
<a href="#features">Features</a>
2465-
<a href="#web">Premium</a>
2479+
<a href="/go/membership/nav">Premium</a>
24662480
<a href="#guide">Guide</a>
24672481
<a href="#faq">FAQ</a>
24682482
</div>
@@ -2472,7 +2486,7 @@
24722486
<svg id="theme-icon-dark" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
24732487
</button>
24742488
<a class="nav-web nav-dashboard" href="https://arvio-ui.web.app/" target="_blank" rel="noopener">Dashboard</a>
2475-
<a class="nav-web nav-premium" href="/go/premium/nav">Web App</a>
2489+
<a class="nav-web nav-premium" href="/go/premium/nav">Try Premium</a>
24762490
<a class="nav-cta" href="https://play.google.com/store/apps/details?id=com.arvio.tv" target="_blank" rel="noopener">Google Play
24772491
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 5l7 7-7 7"></path></svg>
24782492
</a>
@@ -2500,7 +2514,7 @@ <h1 class="hero-h1 reveal in" data-delay="1" id="hero-h1">
25002514
</a>
25012515
<a class="btn btn-ghost" href="/go/premium/hero">
25022516
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="14" rx="2"></rect><path d="M8 22h8M12 18v4"></path></svg>
2503-
Open Premium Web
2517+
Try Premium free
25042518
</a>
25052519
</div>
25062520
<div class="hero-sideload reveal in" data-delay="4">
@@ -2587,9 +2601,10 @@ <h2 id="premium-title">Take your media hub beyond Android.</h2>
25872601
</div>
25882602
<div class="premium-actions">
25892603
<a class="btn btn-play" href="/go/premium/spotlight"><strong>Try Premium free for 3 days</strong></a>
2590-
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">View web source</a>
2604+
<a class="btn btn-ghost premium-membership-cta" href="/go/membership/spotlight"><strong>Get Premium on Ko-fi</strong></a>
25912605
<span class="premium-price"><strong>$2.99</strong> / month after · no payment details for trial</span>
25922606
</div>
2607+
<a class="premium-source-link" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">View the open-source web app</a>
25932608
<div class="premium-proof">
25942609
<span>10,000+ users</span><span>10+ contributors</span><span>Open source</span>
25952610
</div>
@@ -3054,7 +3069,7 @@ <h2 class="section-title">ARVIO on every <span class="accent">other screen.</spa
30543069

30553070
<div class="reveal" data-delay="3" style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
30563071
<a class="btn btn-play" href="/go/premium/details"><strong>Try Premium free for 3 days</strong></a>
3057-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio/tiers" target="_blank" rel="noopener">Ko‑fi membership</a>
3072+
<a class="btn btn-ghost" href="/go/membership/details">Ko‑fi membership</a>
30583073
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web">Web app source</a>
30593074
</div>
30603075
</div>
@@ -3238,7 +3253,7 @@ <h2 class="oss-big">Open source.<br><span class="accent">Built in the open.</spa
32383253
<p>ARVIO is open source. Source code, releases, APKs, issues, and contributions all live on GitHub.</p>
32393254
<div style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
32403255
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO">GitHub repo</a>
3241-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio">Ko‑fi</a>
3256+
<a class="btn btn-ghost" href="/go/support/opensource">Ko‑fi</a>
32423257
</div>
32433258
</div>
32443259
</div>
@@ -3357,15 +3372,15 @@ <h4>Product</h4>
33573372
<a href="#player">Player</a>
33583373
<a href="#devices">Devices</a>
33593374
<a href="#screens">Screens</a>
3360-
<a href="/go/premium/footer">Premium</a>
3375+
<a href="/go/membership/footer">Premium</a>
33613376
<a href="#guide">Guide</a>
33623377
<a href="/guides/">Media guides</a>
33633378
</div>
33643379
<div class="foot-col">
33653380
<h4>Community</h4>
33663381
<a href="https://github.com/ProdigyV21/ARVIO">GitHub</a>
33673382
<a href="https://discord.gg/bGBBGKFZVh">Discord</a>
3368-
<a href="https://ko-fi.com/arvio">Ko‑fi</a>
3383+
<a href="/go/support/footer">Ko‑fi</a>
33693384
</div>
33703385
<div class="foot-col">
33713386
<h4>Legal</h4>

netlify-arvio-tv-site/netlify.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,39 @@
6969
to = "https://web.arvio.tv/?utm_source=arvio.tv&utm_medium=website&utm_campaign=premium&utm_content=footer&intent=trial"
7070
status = 302
7171
force = true
72+
73+
[[redirects]]
74+
from = "/go/membership/nav"
75+
to = "https://ko-fi.com/arvio/tiers?utm_source=arvio.tv&utm_medium=website&utm_campaign=premium&utm_content=navigation"
76+
status = 302
77+
force = true
78+
79+
[[redirects]]
80+
from = "/go/membership/spotlight"
81+
to = "https://ko-fi.com/arvio/tiers?utm_source=arvio.tv&utm_medium=website&utm_campaign=premium&utm_content=spotlight"
82+
status = 302
83+
force = true
84+
85+
[[redirects]]
86+
from = "/go/membership/details"
87+
to = "https://ko-fi.com/arvio/tiers?utm_source=arvio.tv&utm_medium=website&utm_campaign=premium&utm_content=details"
88+
status = 302
89+
force = true
90+
91+
[[redirects]]
92+
from = "/go/membership/footer"
93+
to = "https://ko-fi.com/arvio/tiers?utm_source=arvio.tv&utm_medium=website&utm_campaign=premium&utm_content=footer"
94+
status = 302
95+
force = true
96+
97+
[[redirects]]
98+
from = "/go/support/opensource"
99+
to = "https://ko-fi.com/arvio?utm_source=arvio.tv&utm_medium=website&utm_campaign=support&utm_content=opensource"
100+
status = 302
101+
force = true
102+
103+
[[redirects]]
104+
from = "/go/support/footer"
105+
to = "https://ko-fi.com/arvio?utm_source=arvio.tv&utm_medium=website&utm_campaign=support&utm_content=footer"
106+
status = 302
107+
force = true

netlify-arvio-tv-site/pt-br/index.html

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,20 @@
11921192
font-size: 11px;
11931193
}
11941194
.premium-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
1195+
.premium-membership-cta {
1196+
border-color: color-mix(in oklch, var(--accent) 58%, var(--line));
1197+
background: color-mix(in oklch, var(--accent) 9%, transparent);
1198+
}
1199+
.premium-source-link {
1200+
display: inline-block;
1201+
margin-top: 16px;
1202+
color: var(--ink-3);
1203+
font-size: 13px;
1204+
text-decoration: underline;
1205+
text-decoration-color: color-mix(in oklch, var(--ink-3) 45%, transparent);
1206+
text-underline-offset: 4px;
1207+
}
1208+
.premium-source-link:hover { color: var(--ink); }
11951209
.premium-price { color: var(--ink-2); font-size: 14px; }
11961210
.premium-price strong { color: var(--ink); font-size: 18px; }
11971211
.premium-proof {
@@ -2463,7 +2477,7 @@
24632477
</a>
24642478
<div class="nav-links">
24652479
<a href="#features">Recursos</a>
2466-
<a href="#web">Premium</a>
2480+
<a href="/go/membership/nav">Premium</a>
24672481
<a href="#guide">Guia</a>
24682482
<a href="#faq">FAQ</a>
24692483
</div>
@@ -2473,7 +2487,7 @@
24732487
<svg id="theme-icon-dark" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
24742488
</button>
24752489
<a class="nav-web nav-dashboard" href="https://arvio-ui.web.app/" target="_blank" rel="noopener">Painel</a>
2476-
<a class="nav-web nav-premium" href="/go/premium/nav">Web App</a>
2490+
<a class="nav-web nav-premium" href="/go/premium/nav">Testar Premium</a>
24772491
<a class="nav-cta" href="https://play.google.com/store/apps/details?id=com.arvio.tv" target="_blank" rel="noopener">Google Play
24782492
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 5l7 7-7 7"></path></svg>
24792493
</a>
@@ -2501,7 +2515,7 @@ <h1 class="hero-h1 reveal in" data-delay="1" id="hero-h1">
25012515
</a>
25022516
<a class="btn btn-ghost" href="/go/premium/hero">
25032517
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="14" rx="2"></rect><path d="M8 22h8M12 18v4"></path></svg>
2504-
Abrir Web Premium
2518+
Teste o Premium grátis
25052519
</a>
25062520
</div>
25072521
<div class="hero-sideload reveal in" data-delay="4">
@@ -2588,9 +2602,10 @@ <h2 id="premium-title">Leve sua central de mídia além do Android.</h2>
25882602
</div>
25892603
<div class="premium-actions">
25902604
<a class="btn btn-play" href="/go/premium/spotlight"><strong>Teste o Premium grátis por 3 dias</strong></a>
2591-
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">Ver código do web app</a>
2605+
<a class="btn btn-ghost premium-membership-cta" href="/go/membership/spotlight"><strong>Assine o Premium no Ko-fi</strong></a>
25922606
<span class="premium-price"><strong>$2.99</strong> / mês depois · sem dados de pagamento no teste</span>
25932607
</div>
2608+
<a class="premium-source-link" href="https://github.com/ProdigyV21/ARVIO/tree/main/web" target="_blank" rel="noopener">Ver o código aberto do web app</a>
25942609
<div class="premium-proof">
25952610
<span>Mais de 10.000 usuários</span><span>Mais de 10 colaboradores</span><span>Código aberto</span>
25962611
</div>
@@ -3055,7 +3070,7 @@ <h2 class="section-title">ARVIO em qualquer <span class="accent">outra tela.</sp
30553070

30563071
<div class="reveal" data-delay="3" style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
30573072
<a class="btn btn-play" href="/go/premium/details"><strong>Teste o Premium grátis por 3 dias</strong></a>
3058-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio/tiers" target="_blank" rel="noopener">Assinatura Ko‑fi</a>
3073+
<a class="btn btn-ghost" href="/go/membership/details">Assinatura Ko‑fi</a>
30593074
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO/tree/main/web">Código do web app</a>
30603075
</div>
30613076
</div>
@@ -3239,7 +3254,7 @@ <h2 class="oss-big">Código aberto.<br><span class="accent">Desenvolvido abertam
32393254
<p>O ARVIO é de código aberto. Código-fonte, versões, APKs, problemas e contribuições ficam no GitHub.</p>
32403255
<div style="display:flex;gap:10px;flex-wrap:wrap;margin-top:24px">
32413256
<a class="btn btn-ghost" href="https://github.com/ProdigyV21/ARVIO">Repositório GitHub</a>
3242-
<a class="btn btn-ghost" href="https://ko-fi.com/arvio">Ko‑fi</a>
3257+
<a class="btn btn-ghost" href="/go/support/opensource">Ko‑fi</a>
32433258
</div>
32443259
</div>
32453260
</div>
@@ -3358,15 +3373,15 @@ <h4>Produto</h4>
33583373
<a href="#player">Player</a>
33593374
<a href="#devices">Dispositivos</a>
33603375
<a href="#screens">Telas</a>
3361-
<a href="/go/premium/footer">Premium</a>
3376+
<a href="/go/membership/footer">Premium</a>
33623377
<a href="#guide">Guia</a>
33633378
<a href="/pt-br/guias/">Guias de mídia</a>
33643379
</div>
33653380
<div class="foot-col">
33663381
<h4>Comunidade</h4>
33673382
<a href="https://github.com/ProdigyV21/ARVIO">GitHub</a>
33683383
<a href="https://discord.gg/bGBBGKFZVh">Discord</a>
3369-
<a href="https://ko-fi.com/arvio">Ko‑fi</a>
3384+
<a href="/go/support/footer">Ko‑fi</a>
33703385
</div>
33713386
<div class="foot-col">
33723387
<h4>Jurídico</h4>

netlify-arvio-tv-site/scripts/generate-localized-homepages.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const copy = [
4242
["one organized home.", "em uma casa organizada.", "en un hogar organizado."],
4343
["A free, open-source media management hub for Android. Connect your authorized Plex, Emby or Jellyfin server, live TV provider, personal integrations, Telegram files, subtitles, Trakt and Simkl in one remote-first interface.", "Uma central de gerenciamento de mídia gratuita e de código aberto para Android. Conecte seu servidor Plex, Emby ou Jellyfin autorizado, provedor de TV ao vivo, integrações pessoais, arquivos do Telegram, legendas, Trakt e Simkl em uma interface criada para o controle remoto.", "Un centro de gestión multimedia gratuito y de código abierto para Android. Conecta tu servidor Plex, Emby o Jellyfin autorizado, proveedor de TV en vivo, integraciones personales, archivos de Telegram, subtítulos, Trakt y Simkl en una interfaz pensada para el mando."],
4444
["Open Dashboard", "Abrir Painel", "Abrir Panel"],
45-
["Open Premium Web", "Abrir Web Premium", "Abrir Web Premium"],
45+
["Try Premium free", "Teste o Premium grátis", "Prueba Premium gratis"],
4646
["Android APK is free and open source ·", "O APK Android é gratuito e de código aberto ·", "El APK de Android es gratuito y de código abierto ·"],
4747
["View releases on GitHub", "Ver versões no GitHub", "Ver versiones en GitHub"],
4848
["· ARVIO provides software, not media", "· O ARVIO fornece software, não conteúdo", "· ARVIO proporciona software, no contenido"],
@@ -71,6 +71,8 @@ const copy = [
7171
["Web app source is public on GitHub", "O código do web app é público no GitHub", "El código de la aplicación web es público en GitHub"],
7272
["Android and TV APK remains completely free", "O APK para Android e TV continua totalmente gratuito", "El APK para Android y TV sigue siendo completamente gratuito"],
7373
["Try Premium free for 3 days", "Teste o Premium grátis por 3 dias", "Prueba Premium gratis durante 3 días"],
74+
["Get Premium on Ko-fi", "Assine o Premium no Ko-fi", "Obtén Premium en Ko-fi"],
75+
["View the open-source web app", "Ver o código aberto do web app", "Ver el código abierto de la aplicación web"],
7476
["View web source", "Ver código do web app", "Ver código de la aplicación web"],
7577
["/ month after · no payment details for trial", "/ mês depois · sem dados de pagamento no teste", "/ mes después · sin datos de pago para la prueba"],
7678
["10,000+ users", "Mais de 10.000 usuários", "Más de 10.000 usuarios"],

0 commit comments

Comments
 (0)