translate view/on_boarding
continuous-integration/drone/push Build was killed Details

master
remrem 1 year ago
parent 8b65bccf9f
commit a2657b2bba

@ -27,21 +27,21 @@ class _OnBoardingViewState extends State<OnBoardingView> {
List pageArr = [
{
"title": "Atteignez vos objectifs",
"title": "Achieve your goals",
"subtitle":
"Ne vous inquiétez pas si vous avez du mal à déterminer vos objectifs. Grâce à l'analyse concrète de vos performances, nous vous aiderons à les atteindre.",
"Don't worry if you have trouble determining your goals. Thanks to the concrete analysis of your performances, we will help you achieve them.",
"image": "assets/img/on_1.svg"
},
{
"title": "Persévérez",
"subtitle":
"Continuez à persévérer pour atteindre vos objectifs. La douleur n'est que temporaire. Si vous abandonnez maintenant, vous souffrirez éternellement.",
"Continue to persevere to achieve your goals. The pain is only temporary. If you give up now, you will suffer forever.",
"image": "assets/img/on_2.svg"
},
{
"title": "Laissez-nous piloter, mettez simplement votre Suunto",
"title": "Let us pilot, just put on your Suunto",
"subtitle":
"Détendez-vous, nous prenons les commandes en analysant performances et statistiques pour vous aider à atteindre vos objectifs.",
"Relax, we take charge by analyzing performance and statistics to help you achieve your goals.",
"image": "assets/img/on_3.svg"
},
];

@ -41,7 +41,7 @@ class _StartedViewState extends State<StartedView> {
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 15),
child: RoundButton(
title: "Commencer",
title: "Start",
type: isChangeColor
? RoundButtonType.textGradient
: RoundButtonType.bgGradient,

Loading…
Cancel
Save