Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
kugel3 committed Jul 2, 2023
1 parent 22fdbbd commit 28a476d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 58 deletions.
43 changes: 0 additions & 43 deletions Content/0.6 - Import Legacy Wallet/importLegacyWallet.json

This file was deleted.

38 changes: 26 additions & 12 deletions Content/0.6 - Import Olympia Accounts/importOlympiaAccounts.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
{
"importOlympiaAccounts_title": "Import Olympia Accounts",
"importOlympiaAccounts_accountAlreadyImported": "Account already imported",
"importOlympiaAccounts_allMnemonicsHeading": "Here are all your Mnemonics. Tap one to display",
"importOlympiaAccounts_scanQR_title": "Import Legacy Olympia Accounts",
"importOlympiaAccounts_scanQR_instructions": "Scan the QR code shown in the Export section of the Radix Desktop Wallet for Olympia.",
"importOlympiaAccounts_scanQR_scannedLabel": "Scanned: %d/%d",

"importOlympiaAccounts_accountsToImport_title": "Import Accounts",
"importOlympiaAccounts_accountsToImport_subtitle": "The following accounts will be imported to your new wallet.",
"importOlympiaAccounts_accountsToImport_legacyAccount": "Legacy Account",
"importOlympiaAccounts_accountsToImport_ledgerAccount": "Ledger (Legacy)",
"importOlympiaAccounts_accountsToImport_unnamed": "Unnamed",
"importOlympiaAccounts_accountsToImport_olympiaAddressLabel": "Olympia Address (Obsolete)",
"importOlympiaAccounts_accountsToImport_newAddressLabel": "New Address",
"importOlympiaAccounts_accountsToImport_buttonManyAccounts": "Import %d accounts",
"importOlympiaAccounts_accountsToImport_buttonOneAcccount": "Import 1 account",

"importOlympiaAccounts_verifySeedPhrase_title": "Verify With Your Seed Phrase",
"importOlympiaAccounts_verifySeedPhrase_subtitle": "To complete importing your accounts, please view your seed phrase in the Radix Desktop Wallet and enter the words here.",
"importOlympiaAccounts_verifySeedPhrase_warning": "This is a one-time process to import your accounts. Never give your seed phrase to anyone for any reason.",

"importOlympiaAccounts_completion_title": "Congratulations",
"importOlympiaAccounts_completion_subtitleMultiple": "You've imported your accounts",
"importOlympiaAccounts_completion_subtitleSingle": "You've imported your account",
"importOlympiaAccounts_completion_explanation": "They will live on the Radix Network and you can access them anytime in your Wallet.",
"importOlympiaAccounts_completion_accountListButtonTitle": "Continue to Account List",

// Only used on Android
"importOlympiaAccounts_alreadyImported": "Already imported",
"importOlympiaAccounts_bip39passphrase": "BIP39 passphrase",
"importOlympiaAccounts_importLabel": "Import",
"importOlympiaAccounts_invalidMnemonic": "Invalid Mnemonic",
"importOlympiaAccounts_invalidPayload": "Invalid QR code",
"importOlympiaAccounts_mnemonic": "Mnemonic",
"importOlympiaAccounts_mnemonicAndPassphrase": "Mnemonic: %s Passphrase: %s",
"importOlympiaAccounts_mnemonics": "Mnemonics",
"importOlympiaAccounts_noMnemonicFound": "No mnemonic found for accounts",
"importOlympiaAccounts_passphrase": "Passphrase",
"importOlympiaAccounts_scanNextQrCode": "Please scan next qr code",
"importOlympiaAccounts_scannedProgress": "Scanned %d/%d",
"importOlympiaAccounts_seedPhrase": "Seed phrase",
"importOlympiaAccounts_typeLabel": "Type",
"importOlympiaAccounts_viewMnemonics": "View Mnemonics",
"importOlympiaAccounts_whatIsMnemonic": "What is a Mnemonic"
"importOlympiaAccounts_seedPhrase": "Seed phrase"
}
8 changes: 5 additions & 3 deletions Content/Import Mnemonic/importMnemonic.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"importMnemonic_navigationTitle": "Import Seed Phrase",
"importMnemonic_wordHeading": "word #%d",
"importMnemonic_wordHeading": "Word %d",
"importMnemonic_passphrase": "Passphrase",
"importMnemonic_passphrasePlaceholder": "Passphrase",
"importMnemonic_passphraseHint": "BIP39 Passphrase is often called a '25th word'.",
"importMnemonic_passphraseHint": "Optional BIP39 Passphrase. This is not your wallet password, and the Radix Desktop Wallet did not use a BIP39 passphrase. This is only to support import from other wallets that may have used one.",
"importMnemonic_fewerWords": "Fewer words",
"importMnemonic_moreWords": "More words",
"importMnemonic_checksumFailure": "Incorrect seed phrase",
"importMnemonic_importSeedPhrase": "Import seed phrase",
"importMnemonic_advancedModeButton": "Advanced Mode",
"importMnemonic_regularModeButton": "Regular Mode",
"importMnemonic_importSeedPhrase": "Import",
"importMnemonic_offDevice_storyPrimaryHeading": "Tell a story",
"importMnemonic_offDevice_storyPlaceholder": "Hitchcock's The Birds mixed with Office space",
"importMnemonic_offDevice_storyHint": "Without revealing the words, what comes to mind when reading this seed phrase?",
Expand Down

0 comments on commit 28a476d

Please sign in to comment.