Skip to content
Snippets Groups Projects
Commit acd83878 authored by poka's avatar poka
Browse files

tr: translate pdf infos

parent 4cbb0bba
No related branches found
No related tags found
No related merge requests found
Pipeline #34281 waiting for manual action
...@@ -225,5 +225,6 @@ ...@@ -225,5 +225,6 @@
"feesExplanation": "To ensure network security, an execution fee is charged on each transaction.", "feesExplanation": "To ensure network security, an execution fee is charged on each transaction.",
"feesExplanationDetails": "These fees are transferred to the common treasury account.", "feesExplanationDetails": "These fees are transferred to the common treasury account.",
"gotit": "Got it", "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
...@@ -226,5 +226,6 @@ ...@@ -226,5 +226,6 @@
"feesExplanation": "To ensure network security, an execution fee is charged on each transaction.", "feesExplanation": "To ensure network security, an execution fee is charged on each transaction.",
"feesExplanationDetails": "These fees are transferred to the common treasury account.", "feesExplanationDetails": "These fees are transferred to the common treasury account.",
"gotit": "Got it", "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
...@@ -225,5 +225,6 @@ ...@@ -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.", "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.", "feesExplanationDetails": "Ces frais sont transférés vers le compte de trésorerie commune.",
"gotit": "J'ai compris", "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
...@@ -303,7 +303,7 @@ class PrintWallet extends StatelessWidget { ...@@ -303,7 +303,7 @@ class PrintWallet extends StatelessWidget {
pw.Image(geckoLogo, height: 80), pw.Image(geckoLogo, height: 80),
pw.SizedBox(height: 205), pw.SizedBox(height: 205),
pw.Text( 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, textAlign: pw.TextAlign.center,
style: pw.TextStyle(fontSize: 15, font: ttf), style: pw.TextStyle(fontSize: 15, font: ttf),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment