Skip to content

Commit

Permalink
chore: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Sep 22, 2022
1 parent f9474d0 commit 84fe8e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 1 addition & 9 deletions assets/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf"
}
},
"warning": {
"title": "This is an early development version",
"message": "<p>You are using an early version of Mbaza AI.</p> <p>This application is under active development and provides core functionality only. All feedback regarding features and behavior of the application is welcome - please shoot us an email at [email protected].</p>"
},
"dataForGood": "<p>Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.</p> <p>In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.</p>"
},
"tools": {
Expand Down Expand Up @@ -150,11 +146,7 @@
"link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf"
}
},
"warning": {
"title": "Il s'agit d'une première version de développement",
"message": "<p>Vous utilisez une toute première version de Mbaza IA.</p> <p>Cette application est en cours de développement actif et fournit seulement les fonctionnalités de base. Tout commentaire concernant les fonctionnalités et le comportement de l'application est bienvenu - veuillez nous envoyer un courriel à [email protected].</p>"
},
"dataForGood": "<p>Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.</p> <p>In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.</p>"
"dataForGood": "<p>Notre équipe a acquis une grande expertise en matière de visualisation interactive des données, d'apprentissage automatique et de développement de solutions d'intelligence artificielle. Nous avons décidé de mettre ces technologies au service de la résolution des problèmes les plus urgents dans le monde.</p> <p>Dans le cadre de notre initiative Data for Good, nous nous concentrons principalement sur les projets liés au changement climatique et à la protection de l'environnement, car nous pensons que ces questions deviendront les principaux défis de l'humanité dans les décennies à venir.</p>"
},
"tools": {
"title": "Créer des vignettes",
Expand Down
7 changes: 0 additions & 7 deletions src/renderer/containers/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ export default function HomePage() {
</a>
</p>
</Card>
<Callout
className={styles.callout}
title={t('home.warning.title')}
intent={Intent.PRIMARY}
>
<Trans i18nKey="home.warning.message" />
</Callout>
<Callout className={styles.callout} intent={Intent.PRIMARY}>
<Trans i18nKey="home.dataForGood" />
</Callout>
Expand Down

0 comments on commit 84fe8e4

Please sign in to comment.