Skip to content

Commit

Permalink
Merge pull request #703 from radixdlt/l10n_crowdin_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
jakub-rdx authored Dec 14, 2023
2 parents e178f84 + 44e55a8 commit 7163d4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ You can always change the guarantee from this default in each transaction.</stri
<string name="settings_importFromLegacyWalletHeader_title">Radix Olympia Desktop Wallet user?</string>
<string name="settings_importFromLegacyWalletHeader_subtitle">Get started importing your Olympia accounts into your new Radix Wallet</string>
<string name="settings_importFromLegacyWalletHeader_importLegacyAccounts">Import Legacy Accounts</string>
<string name="settings_accountRecovery">Account Recovery Scan</string>
<string name="settings_accountRecovery_subtitle">Using seed phrase or Ledger device</string>
<string name="linkedConnectors_title">Linked Connectors</string>
<string name="linkedConnectors_subtitle">Connect your Radix Wallet to desktop web browsers by linking to the Radix Connector browser extension. Here are your linked Connectors.</string>
<string name="linkedConnectors_lastConnected">Last connected %s</string>
Expand Down Expand Up @@ -509,7 +511,6 @@ You can always change the guarantee from this default in each transaction.</stri
<string name="error_transactionFailure_prepare">Failed to prepare transaction</string>
<string name="error_transactionFailure_rejected">Transaction rejected</string>
<string name="error_transactionFailure_unknown">Unknown error</string>
<string name="error_transactionFailure_doesNotAllowThirdPartyDeposits">One of the receiving accounts does not allow Third-Party deposits</string>
<string name="error_transactionFailure_failedToFindLedger">Failed to find ledger</string>
<string name="error_transactionFailure_failedToAddLockFee">Failed to add Transaction Fee, try a different amount of fee payer.</string>
<string name="error_transactionFailure_failedToAddGuarantee">Failed to add Guarantee, try a different percentage, or try skip adding a guarantee.</string>
Expand Down Expand Up @@ -853,6 +854,9 @@ Your old Accounts and Personas will still be listed, but you will have to enter
<string name="enterSeedPhrase_header_title">Enter Seed Phrase</string>
<string name="enterSeedPhrase_warning">For your safety, make sure no one is looking at your screen. Never give your seed phrase to anyone for any reason.</string>
<string name="recoverSeedPhrase_hidden_accounts_only">Hidden accounts only.</string>
<string name="enterSeedPhrase_titleBabylonMain">Enter Main Seed Phrase</string>
<string name="enterSeedPhrase_titleBabylon">Enter Babylon Seed Phrase</string>
<string name="enterSeedPhrase_titleOlympia">Enter Olympia Seed Phrase</string>
<string name="factorSources_kind_device">Phone</string>
<string name="factorSources_kind_ledgerHQHardwareWallet">Ledger</string>
<string name="factorSources_kind_offDeviceMnemonic">Seed phrase</string>
Expand Down Expand Up @@ -943,4 +947,6 @@ You will be asked to enter your main seed phrase. This is a set of **24 words**
<string name="accountRecoveryScan_chooseSeedPhrase_addButtonBabylon">Add Babylon Seed Phrase</string>
<string name="accountRecoveryScan_chooseSeedPhrase_addButtonOlympia">Add Olympia Seed Phrase</string>
<string name="accountRecoveryScan_chooseSeedPhrase_continueButton">Continue</string>
<string name="accountRecoveryScan_olympiaLedgerNote">Note: You must still use the new *Radix Babylon* app on your Ledger device, not the old Radix Ledger app.</string>
<string name="accountRecoveryScan_derivingAccounts">Deriving Accounts</string>
</resources>

0 comments on commit 7163d4c

Please sign in to comment.