From acd838788afae5f968f0ec2ff6dbffa6741702ba Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 17 Nov 2023 13:17:15 +0100 Subject: [PATCH] tr: translate pdf infos --- assets/translations/en.json | 3 ++- assets/translations/es.json | 3 ++- assets/translations/fr.json | 3 ++- lib/screens/myWallets/show_seed.dart | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index e4d25e9..054ae34 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -225,5 +225,6 @@ "feesExplanation": "To ensure network security, an execution fee is charged on each transaction.", "feesExplanationDetails": "These fees are transferred to the common treasury account.", "gotit": "Got it", - "moreInfo": "More information" + "moreInfo": "More information", + "keepThisPaperSafe": "Keep this sheet safe from prying lizards.\nIt will allow you to restore all your wallets at any time." } \ No newline at end of file diff --git a/assets/translations/es.json b/assets/translations/es.json index dc783f8..81b0905 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -226,5 +226,6 @@ "feesExplanation": "To ensure network security, an execution fee is charged on each transaction.", "feesExplanationDetails": "These fees are transferred to the common treasury account.", "gotit": "Got it", - "moreInfo": "More information" + "moreInfo": "More information", + "keepThisPaperSafe": "Keep this sheet safe from prying lizards.\nIt will allow you to restore all your wallets at any time." } \ No newline at end of file diff --git a/assets/translations/fr.json b/assets/translations/fr.json index 17463bd..105224f 100644 --- a/assets/translations/fr.json +++ b/assets/translations/fr.json @@ -225,5 +225,6 @@ "feesExplanation": "Pour garantir la sécurité du réseau, des frais d'exécution sont prélevés sur chaque transaction.", "feesExplanationDetails": "Ces frais sont transférés vers le compte de trésorerie commune.", "gotit": "J'ai compris", - "moreInfo": "Plus d'info" + "moreInfo": "Plus d'info", + "keepThisPaperSafe": "Gardez cette feuille précieusement, à l’abri des lézards indiscrets.\nElle vous permettra de restaurer tous vos portefeuilles à tout moment." } \ No newline at end of file diff --git a/lib/screens/myWallets/show_seed.dart b/lib/screens/myWallets/show_seed.dart index 4ecdf55..0a146c3 100644 --- a/lib/screens/myWallets/show_seed.dart +++ b/lib/screens/myWallets/show_seed.dart @@ -303,7 +303,7 @@ class PrintWallet extends StatelessWidget { pw.Image(geckoLogo, height: 80), pw.SizedBox(height: 205), pw.Text( - "Gardez cette feuille préciseusement, à l’abri des lézards indiscrets.\nElle vous permettra de restaurer tous vos portefeuilles à tout moment.", + "keepThisPaperSafe".tr(), textAlign: pw.TextAlign.center, style: pw.TextStyle(fontSize: 15, font: ttf), )