Skip to content

Commit

Permalink
update: pt-BR copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasm committed Sep 4, 2024
1 parent 9160c94 commit 31fb60d
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 34 deletions.
30 changes: 7 additions & 23 deletions app/[locale]/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CardsLink from '@/components/CardsLink'
import { useTranslations } from 'next-intl'

const title = 'Community'
const description = 'Help us make decentralized search accessible for everyone.'
const description = 'Help us build the open source decentralized search.'

export const metadata = {
title: title,
Expand Down Expand Up @@ -34,39 +34,23 @@ export default function CommunityPage() {
</p>

<p>
We are developing a completely new search experience — free and
open source.
Our mission is to empower people to engage with the Web and AI in
healthy ways.
</p>

<p>
Our mission is to empower people by introducing a better way to
interact with the Web and AI. We're putting the control of search
algorithms into people's hands.
We're introducing a new search experience, putting control of
search algorithms in your hands. Free and open source.
</p>

<p>
Why? Because we are dissatisfied. We want to break every monopoly
that forces us to have a monocular view of the internet and limits
our potential. We believe Findto can offer diverse, innovative
ways to explore the internet, and their best services, positively
impacting our digital lives.
</p>

<p>
Just as we choose what we eat, wear, date or elect, who said we
can't choose our search sources? Yes, we are bold. We deeply
believe in the power of choice.
</p>

<p>
Findto is created by passionate individuals like you. Join us and
get involved!
Findto is made by individuals like you. Join us and get involved!
</p>

<br></br>
<br></br>

<h2>Researching Web and AI</h2>
<h2>Researching AI and Web</h2>
<p>
We are researching and are interested in partnerships with
services to strengthen technologies of open access, decentralized
Expand Down
4 changes: 2 additions & 2 deletions components/CardsLink/CardsLink.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
position: relative;
margin: 0;
padding: 1rem;
max-width: 8rem;
flex-basis: 100%;
max-width: 15.5rem;
width: 100%;
color: inherit;
text-decoration: none;
border-radius: var(--radius);
Expand Down
4 changes: 2 additions & 2 deletions components/CardsLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ export default function CardsLink() {
title: 'X',
url: 'https://x.com/findtoapp',
icon: <IconX />,
active: true,
active: false,
},
{
title: 'Discord',
url: 'https://discord.gg/gEDm5MU6pq',
icon: <IconDiscord />,
active: true,
active: false,
},
{
title: t('feedback.title'),
Expand Down
16 changes: 14 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,14 @@
{
"name": "Pub.dev",
"action": "https://pub.dev/packages?q="
},
{
"name": "Kaggle",
"action": "https://www.kaggle.com/search?q="
},
{
"name": "Tensorflow",
"action": "https://www.tensorflow.org/s/results?hl=pt-br&q="
}
]
},
Expand Down Expand Up @@ -933,6 +941,10 @@
"name": "Firefox Addons",
"action": "https://addons.mozilla.org/en-US/firefox/search/?q="
},
{
"name": "Product Hunt",
"action": "https://www.producthunt.com/search?q="
},
{
"name": "Snap Store",
"action": "https://snapcraft.io/search?q="
Expand All @@ -946,8 +958,8 @@
"action": "https://www.softonic.com/s/"
},
{
"name": "Product Hunt",
"action": "https://www.producthunt.com/search?q="
"name": "SourceForge",
"action": "https://sourceforge.net/directory/?q="
},
{
"name": "Kickstarter",
Expand Down
14 changes: 9 additions & 5 deletions locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"t": {
"componentBanner": {
"title": "Buscas descentralizadas",
"description": "Explore a internet de forma saudável. Obtenha controle dos algoritmos da Web e IA."
"description": "Busque o mesmo termo em diversas fontes rapidamente. Com o Findto é você quem explora os algoritmos da Web e IAs - não o contrário."
},
"componentVoiceSearch": {
"voice": "Voz",
Expand Down Expand Up @@ -35,9 +35,9 @@
"community": "Comunidade",
"privacy": "Privacidade",
"terms": "Termos",
"donate": "Fazer doação",
"donate": "Quero apoiar",
"more": "Mais",
"learnMore": "Saiba mais",
"learnMore": "Conhecer o Findto",
"viewNearbyPlaces": "Ver locais próximos",
"openApp": "Abrir app",
"placeholder": "Busca",
Expand Down Expand Up @@ -1630,6 +1630,10 @@
"name": "AlternativeTo",
"action": "https://alternativeto.net/browse/search/?q="
},
{
"name": "Product Hunt",
"action": "https://www.producthunt.com/search?q="
},
{
"name": "Chrome Web Store",
"action": "https://chromewebstore.google.com/search/"
Expand All @@ -1651,8 +1655,8 @@
"action": "https://www.softonic.com.br/s/"
},
{
"name": "Product Hunt",
"action": "https://www.producthunt.com/search?q="
"name": "SourceForge",
"action": "https://sourceforge.net/directory/?q="
}
],
"youtube_channels": [
Expand Down
Loading

0 comments on commit 31fb60d

Please sign in to comment.