Skip to content

Commit

Permalink
Merge pull request #96 from radixdlt/olympia-crowdin-fix
Browse files Browse the repository at this point in the history
Temporarily restore ImportLegacyWallet strings
  • Loading branch information
kugel3 committed Jul 8, 2023
2 parents 4089d76 + 06e91ab commit a5de5f4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Content/0.6 - Import Legacy Wallet/importLegacyWallet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"importLegacyWallet_title": "Legacy Wallet Import",
"importLegacyWallet_scanQRCodeInstructions": "Use the export feature of your Radix Olympia Desktop Wallet to choose the accounts to export and generate an export QR code.",
"importLegacyWallet_scannedLabel": "Scanned: %d/%d",
"importLegacyWallet_alreadyImportedLabel": "Already imported",
"importLegacyWallet_selectAccountsToImport_accountType": "Type",
"importLegacyWallet_selectAccountsToImport_derivationPath": "Path",
"importLegacyWallet_selectAccountsToImport_deselectAll": "Deselect all",
"importLegacyWallet_selectAccountsToImport_importManyAccounts": "Import %d accounts",
"importLegacyWallet_selectAccountsToImport_importOneAcccount": "Import 1 account",
"importLegacyWallet_selectAccountsToImport_importZeroAccounts": "Import accounts",
"importLegacyWallet_selectAccountsToImport_name": "Name",
"importLegacyWallet_selectAccountsToImport_olympiaAddress": "Olympia Address",
"importLegacyWallet_selectAccountsToImport_selectAllNonImported": "Select all non imported",
"importLegacyWallet_selectAccountsToImport_unnamed": "Unnamed",
"importLegacyWallet_hardwareImport_skipButton": "Skip remaining accounts",
"importLegacyWallet_scanQRCode_title": "Import Legacy Olympia Accounts",
"importLegacyWallet_accountsToImport_title": "Import Accounts",
"importLegacyWallet_accountsToImport_subtitle": "The following accounts will be imported to your new wallet.",
"importLegacyWallet_accountsToImport_emptyState": "No accounts found to import.",
"importLegacyWallet_accountsToImport_button": "Import %d Accounts",
"importLegacyWallet_accountsToImport_legacyAccount": "Legacy Account",
"importLegacyWallet_accountsToImport_ledgerAccount": "Ledger (Legacy)",
"importLegacyWallet_accountsToImport_newAddress": "New Address",
"importLegacyWallet_completion_title": "Congratulations",
"importLegacyWallet_completion_titleNoAccounts": "No accounts imported.",
"importLegacyWallet_completion_titleOneAccount": "Imported 1 account.",
"importLegacyWallet_completion_titleManyAccounts": "Imported #%d accounts.",
"importLegacyWallet_completion_subtitle": "You've imported your accounts.",
"importLegacyWallet_completion_footer": "They will live on the Radix Network and you can access them anytime in your Wallet.",
"importLegacyWallet_hardwareImport_title": "%d of your Olympia accounts are controlled by Ledger hardware wallets.",
"importLegacyWallet_hardwareImport_noLedgers": "None",
"importLegacyWallet_hardwareImport_subtitle": "Currently known Ledgers:",
"importLegacyWallet_hardwareImport_footer": "%d more accounts are controlled by other devices. Connect a Ledger hardware wallet device and tap Continue.",
"importLegacyWallet_seedPhrase_title": "Verify With Your Seed Phrase",
"importLegacyWallet_seedPhrase_subtitle": "To complete importing your accounts, please view your seed phrase in the Radix Desktop Wallet and enter the words here.",
"importLegacyWallet_seedPhrase_warning": "This is a one-time process to import your accounts. Never give your seed phrase to anyone for any reason.",
"importLegacyWallet_seedPhrase_wordLabel": "Word %d",
"importLegacyWallet_seedPhrase_regularMode": "Regular Mode",
"importLegacyWallet_seedPhrase_advancedMode": "Advanced Mode",
"importLegacyWallet_seedPhrase_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.",
"importLegacyWallet_seedPhrase_passphraseLabel": "Passphrase"
}

0 comments on commit a5de5f4

Please sign in to comment.