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

wording import id/pwd account

parent b184f10d
Branches
Tags
No related merge requests found
Pipeline #39848 waiting for manual action
......@@ -184,7 +184,7 @@
"derivationsScanProgress": "Scan {} firsts addresses",
"importDerivationsInProgress": "Import address {}/{}",
"youAreOffline": "You are offline...",
"importG1v1": "Import old G1v1 account",
"importIdPasswordAccount": "Import an Id/Password account",
"migrateToThisWallet": "Migrate to this wallet:",
"youMustWaitBeforeCashoutThisAccount": "You have to wait a few moment before migrate this account",
"thisAccountIsEmpty": "This account is empty",
......
......@@ -185,7 +185,7 @@
"derivationsScanProgress": "Scan {} firsts addresses",
"importDerivationsInProgress": "Import address {}/{}",
"youAreOffline": "Estás desconectado...",
"importG1v1": "Importar la cuenta antigua de G1v1",
"importIdPasswordAccount": "Importar una cuenta Id/Contraseña",
"migrateToThisWallet": "Migrate to this wallet:",
"youMustWaitBeforeCashoutThisAccount": "Tienes que esperar unos minutos antes de migrar esta cuenta",
"thisAccountIsEmpty": "Esta cuenta está vacía",
......
......@@ -184,7 +184,7 @@
"derivationsScanProgress": "Scan des {} premières adresses",
"importDerivationsInProgress": "Importation de l'adresse {}/{}",
"youAreOffline": "Vous êtes hors ligne...",
"importG1v1": "Importer un ancien compte G1v1",
"importIdPasswordAccount": "Importer un compte Id/Mdp",
"migrateToThisWallet": "Migrer vers ce portefeuille:",
"youMustWaitBeforeCashoutThisAccount": "Vous devez attendre quelques minutes\navant de pouvoir migrer ce compte",
"thisAccountIsEmpty": "Ce compte est vide",
......
......@@ -180,7 +180,7 @@
"removeContact": "Elimina\nquesto contatto",
"derivationsScanProgress": "Scannerizzando l'indirizzo {}/{}",
"youAreOffline": "Disconnesso...",
"importG1v1": "Importa il conto antico da G1v1, versione precedente",
"importIdPasswordAccount": "Importare un account Id/Password",
"migrateToThisWallet": "Seleziona un portafoglio di destinazione:",
"youMustWaitBeforeCashoutThisAccount": "Devi aspettare qualche minuto prima di migrare questo conto",
"thisAccountIsEmpty": "Questo conto é vuoto",
......
......@@ -523,7 +523,7 @@ Widget aloneWalletOptions() {
ScaledSizedBox(width: 16),
Expanded(
child: Text(
'importG1v1'.tr(),
'importIdPasswordAccount'.tr(),
style: scaledTextStyle(
fontSize: 16,
color: Colors.black87,
......
......@@ -71,7 +71,8 @@ class ChestOptionsButtons extends StatelessWidget {
ScaledSizedBox(
width: 230,
height: 60,
child: Center(child: Text('importG1v1'.tr(), style: scaledTextStyle(fontSize: 16, color: Colors.blue[900], fontWeight: FontWeight.w500))),
child: Center(
child: Text('importIdPasswordAccount'.tr(), style: scaledTextStyle(fontSize: 16, color: Colors.blue[900], fontWeight: FontWeight.w500))),
),
],
),
......
......@@ -2,7 +2,7 @@ name: gecko
description: Pay with G1.
publish_to: "none"
version: 0.1.22+99
version: 0.1.22+100
environment:
sdk: ^3.5.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment