Skip to content

Commit

Permalink
Merge pull request #1285 from radixdlt/l10n_crowdin_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
sergiupuhalschi-rdx authored Dec 20, 2024
2 parents 177956e + aabaeef commit 4d12a21
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ private fun GlossaryItem.resolveTextFromGlossaryItem() = when (this) {
GlossaryItem.gateways -> stringResource(R.string.infoLink_glossary_gateways)
GlossaryItem.preauthorizations -> stringResource(id = R.string.infoLink_glossary_preauthorizations)
GlossaryItem.possibledappcalls -> stringResource(id = R.string.infoLink_glossary_possibledappcalls)
GlossaryItem.securityshield -> "" // TODO crowdin
GlossaryItem.buildsecurityshields -> "" // TODO crowdin
GlossaryItem.securityshield -> stringResource(id = R.string.infoLink_glossary_securityshields)
GlossaryItem.buildsecurityshields -> stringResource(id = R.string.infoLink_glossary_buildingshield)
GlossaryItem.nohardwaredevice -> "" // TODO crowdin
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ private fun SecurityShieldOnboardingContent(
) {
when (currentPage) {
SecurityShieldOnboardingViewModel.State.Page.Introduction -> InfoButton(
text = stringResource(id = R.string.infoLink_title_securityshield),
text = stringResource(id = R.string.infoLink_title_securityshields),
onClick = { onInfoClick(GlossaryItem.securityshield) }
)
SecurityShieldOnboardingViewModel.State.Page.AddFactors -> InfoButton(
text = stringResource(id = R.string.infoLink_title_buildsecurityshields),
text = stringResource(id = R.string.infoLink_title_buildingshield),
onClick = { onInfoClick(GlossaryItem.buildsecurityshields) }
)
SecurityShieldOnboardingViewModel.State.Page.ApplyShield -> {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private fun PrepareFactorsContent(

InfoButton(
modifier = Modifier.padding(horizontal = RadixTheme.dimensions.paddingXXXXLarge),
text = stringResource(id = R.string.infoLink_title_buildsecurityshields),
text = stringResource(id = R.string.infoLink_title_buildingshield),
onClick = { onInfoClick(GlossaryItem.nohardwaredevice) }
)
}
Expand Down
40 changes: 38 additions & 2 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,16 @@ Code: %s</string>
<string name="factorSources_list_seedPhraseNotRecoverable">Write down seed phrase to make this factor recoverable</string>
<string name="factorSources_list_arculusCardNotWorking">Arculus not working. Try adding it again</string>
<string name="factorSources_list_lostFactorSource">This factor has been lost</string>
<string name="factorSources_detail_settings">Factor Settings</string>
<string name="factorSources_detail_test">Test</string>
<string name="factorSources_detail_advanced">Advanced</string>
<string name="factorSources_detail_rename">Rename this factor</string>
<string name="factorSources_detail_spotCheck">Spot Check</string>
<string name="factorSources_detail_testCanUse">Test that you can use this factor</string>
<string name="factorSources_detail_lastUsed">**Last used:** %s</string>
<string name="factorSources_detail_viewSeedPhrase">View Seed Phrase</string>
<string name="factorSources_detail_writeSeedPhrase">Write down the seed phrase for advanced recovery</string>
<string name="factorSources_detail_changePin">Change PIN</string>
<string name="customizeNetworkFees_normalMode_title">Customize Fees</string>
<string name="customizeNetworkFees_feeBreakdownTitle">Estimated Transaction Fees</string>
<string name="customizeNetworkFees_totalFee">Transaction Fee</string>
Expand Down Expand Up @@ -1302,6 +1312,15 @@ Code: %s</string>
• Do transactions involving multiple people.
• Mint a badge or NFT and directly deposit it to your account.\n\nIn all of these cases, the dApp still needs you to approve and sign any interactions with your accounts and assets - the Radix Network guarantees it.\n\nBecause the pre-authorization is provided back to the dApp, there is a time limit how long it lasts. Once this time limit is up, the pre-authorization expires and can\'t be used. A dApp will need to make a request for another one. You can see how long you have until your pre-authoirzation expires in the pre-authorization summary.</string>
<string name="infoLink_glossary_possibledappcalls">## Possible dApp Calls\n\nWhen a dApp requests a [pre-authorization](?glossaryAnchor=preauthorizations), you may see in the summary \"possible dApp calls\". This simply indicates that the dApp may add additional actions to your pre-authorization before submitting the transaction to the Radix Network.\n\nNot to worry - you are only approving and signing what you can see in your wallet. Nothing added by the dApp can do anything with your accounts and assets without your knowledge.</string>
<string name="infoLink_glossary_biometricspin">## Biometrics/PIN\n\nA biometrics/PIN factor is a 24-word seed phrase protected and accessed via your phone\'s biometrics or PIN security feature. Unlike most crypto wallets, there isn\'t a single seed phrase controlling all of your stuff – it\'s just 1 type of factor you can use to protect [Accounts](?glossaryAnchor=accounts) and [Personas](?glossaryAnchor=personas) or use as part of multi-factor [Security Shields](?glossaryAnchor=securityshields).\n\nBecause this is the only kind of factor held on your phone, it won\'t automatically transfer if you move to a different phone with your [Radix Wallet](?glossaryAnchor=radixwallet). Using a Security Shield for your Accounts and Personas enables easy transfer of wallet control without having to write down and enter a seed phrase. If you create Accounts or Personas with a biometrics/PIN factor, and you don\'t apply a Security Shield, you\'ll need to enter the seed phrase to recover access on a different phone.</string>
<string name="infoLink_glossary_passphrases">## Passphrases\n\nA passphrase is a 24-word BIP39 seed phrase. Unlike with most crypto wallets though, it\'s a specific type of seed phrase that isn\'t held on your phone so it can\'t be accessed with the help of your phone\'s biometrics or PIN features. It must be typed in word by word every time you use it to sign [transactions](?glossaryAnchor=transactions). This means it must be written down and should be stored (ideally not electronically) in a secret location. For this reason, this factor source is best left to experienced users.\n\nIf you prefer to use a seed phrase held on this device for easy usage, like a typical crypto wallet, please see the [biometrics/PIN](?glossaryAnchor=biometricspin) factor type.</string>
<string name="infoLink_glossary_passwords">## Passwords\n\nPassword can be used as a type of security factor in the [Radix Wallet](?glossaryAnchor=radixwallet). A password can be useful to add additional security to your [Security Shields](?glossaryAnchor=securityshields) in combination with other factors. To be secure, your password must be at least 16-characters long and it should be impossible for someone else to guess. If you write it down, make sure you don\'t do this electronically and keep it stored in a safe place.\n\nPasswords on Radix are different from normal passwords because they\'re decentralized. They\'re not held in a central server or even in your Radix Wallet app. Through some cryptographic magic, the [Radix Network](?glossaryAnchor=radixnetwork) itself can check if your password is correct without storing it. It\'s provides the security of [web3](?glossaryAnchor=web3) with the easy functionality of web2.</string>
<string name="infoLink_glossary_arculus">## Arculus Card\n\nArculus Cards are secure third-party \"hardware wallet\" cryptographic signing devices in a convenient credit card form factor. To use it, you only need to tap it to the NFC reader on your phone.\n\nUsing a hardware signing device like an Arculus Card provides strong security because it requires physical access to the card to use it. If you use it in a [Security Shields](?glossaryAnchor=securityshields), you can combine it with other factors you have so that even if the card is lost or stolen, your funds are safe and you can reconfigure the Shield to remove the lost Arculus Card, and carry on as before. No seed phrase backup needed.</string>
<string name="infoLink_glossary_ledgernano">## Ledger Nano\n\nA Ledger Nano is a secure third-party \"hardware wallet\" cryptographic signing device popular with many crypto users. To use it, you need to connect it via USB to a computer with a linked [Radix Connector](?glossaryAnchor=radixconnector) browser extension. From here, you can approve signatures by following the Nano\'s on-screen instructions.\n\nUsing a hardware signing device like a Ledger Nano provides strong security because it requires physical access to the device to use it. If you use it in a [Security Shields](?glossaryAnchor=securityshields), you can combine it with other factors you have so that even if the device is lost or stolen, your funds are safe and you can reconfigure the Shield to remove the lost device from it. No seed phrase backup needed.</string>
<string name="infoLink_glossary_buildingshield">## How your Security Shield is Built\n\nA good [Security Shield](?glossaryAnchor=securityshields) combines safety and reliability. No one else should be able to access it and even if you lose your phone you should always be able to recover access to your [Accounts](?glossaryAnchor=accounts) and [Personas](?glossaryAnchor=personas).\n\nYour [Radix Wallet](?glossaryAnchor=radixwallet) will help you by suggesting a good Shield configuration once you’ve added the required security factors. Once this is done, you can edit it to suit your requirements and the Radix Wallet has 3 rules in place to ensure those edits don\'t make your Shield unsafe or innaccessible.\n\n1. [Password](?glossaryAnchor=passwords) cannot be used alone. They are useful factors but aren\'t secure enough to be used by themselves.
2. To make sure you won\'t lose access if you lose 1 of your factors, you must always have at least 2 factors options to start a Shield recovery.
3. To make sure nobody can take away your Shield by stealing just 1 factor, if you are only using 1 factor for regular access, you cannot use that factor again for recovery. And you also cannot use the same factor to both start and confirm a recovery.\n\nOnce you\'ve finalized the setup of factors for a Shield, you’ll be ready to apply it to your chosen Accounts and Personas on the [Radix Network](?glossaryAnchor=radixnetwork) with 1 or more [transactions](?glossaryAnchor=transactions).</string>
<string name="infoLink_glossary_securityshields">## Security Shields\n\nSecurity Shields give users multi-factor access to their [Accounts](?glossaryAnchor=accounts) and [Personas](?glossaryAnchor=personas) while maintaining decentralization and full self-custody. They provide 2 critical functions. They allow users to rely on more than 1 security factor for regular access and for recoveries in the event that another security factor is lost.\n\nThe process to create a Shield is simple and once it’s finished, it can be applied to Accounts and Personas on the [Radix Network](?glossaryAnchor=radixnetwork) itself, providing robust and reliable security without compromising true trustless decentralization. There are no central servers that hold your Security Shield or secret keys – on Radix, it’s all done on the blockchain directly, so you\'re always in control. It\'s \"your keys, your crypto\", but without being stuck with 1 key you can\'t change.\n\n---\n\nShields are made up of 2 groups of factors.\n\n**Regular Access**\n\nThis part of your Security Shield defines the factors you\'ll use for normal usage, like signing [transactions](?glossaryAnchor=transactions) to withdrawing assets from your Accounts.\n\nWhen choosing your factors for regular access, consider how often you’ll be using them. If it’s every day, choose ones you can access easily. A single factor can be used, but it\'s recommended to use more than one for additional security. For example, a [password](?glossaryAnchor=passwords) is an easy second factor to add security for more sensitive Accounts.\n\nFor convenience, you\'ll also choose a single factor you\'ll use to prove ownerhip – like when you log in to [dApps](?glossaryAnchor=dapps) or if they request access to your Accounts.\n\n**Recovery**\n\nThis part of your Security Shield is made up of the factors that help you recover access to shielded Accounts and Personas in the event that you lose access to them or want to transfer control. For example, if you move your wallet to a new phone, you\'ll use the Shield\'s recovery feature to change the biometrics/PIN factor to a new one on your new phone.\n\nYou\'ll need to choose 1 or more factors that can start a recovery and 1 or more factors that can confirm the recovery. In most cases, you\'ll start and confirm the recovery in a single step, but in the worst case, a timed \"emergency fallback\" will let you start a recovery with just 1 factor and confirm it after a safe delay.\n\nYou can choose the time period for your emergency fallback factor. Make sure you choose a time period long enough that you\'ll be likely to open your [Radix Wallet](?glossaryAnchor=radixwallet) and cancel the recovery if anyone ever steals 1 of your factors and attempts to take control of your Accounts and Personas.\n\nYour Radix Wallet will help you build your Security Shield and once it’s finished, you’ll need to sign some transactions to apply it on the Radix Network to the Accounts and Personas of your choice.</string>
<string name="infoLink_title_tokens">What are Tokens?</string>
<string name="infoLink_title_nfts">What are NFTs?</string>
<string name="infoLink_title_networkstaking">What is Staking?</string>
Expand All @@ -1314,8 +1333,13 @@ Code: %s</string>
<string name="infoLink_title_radixconnect">Learn more about Radix Connect</string>
<string name="infoLink_title_transactionfee">How do fees work?</string>
<string name="infoLink_title_behaviors">What are behaviors?</string>
<string name="infoLink_title_securityshield">Learn about Security Shields</string>
<string name="infoLink_title_buildsecurityshields">How your Security Shield is built</string>
<string name="infoLink_title_biometricspin">Learn about biometrics/PIN</string>
<string name="infoLink_title_ledgernano">Learn about Ledger Nanos</string>
<string name="infoLink_title_passphrases">Learn about passphrases</string>
<string name="infoLink_title_arculus">Learn about Arculus Cards</string>
<string name="infoLink_title_passwords">Learn about passwords</string>
<string name="infoLink_title_buildingshield">How your Security Shield is built</string>
<string name="infoLink_title_securityshields">Learn about Security Shields</string>
<string name="infoLink_title_nohardwaredevice">I don’t have a hardware device</string>
<string name="hiddenEntities_title">Hidden Personas &amp; Accounts</string>
<string name="hiddenEntities_text">You have hidden the following Personas and Accounts. They remain on the Radix Network, but while hidden, your wallet will treat them as if they don’t exist.</string>
Expand Down Expand Up @@ -1433,4 +1457,16 @@ Code: %s</string>
<string name="shieldSetupSelectFactors_statusMessage_atLeastOneFactor">You need to select at least 1 factor for signing transactions</string>
<string name="shieldSetupSelectFactors_statusMessage_recommendedFactors">Choosing 2 factors will make your Shield more secure and reliable</string>
<string name="shieldSetupSelectFactors_buildButtonTitle">Build Shield</string>
<string name="renameLabel_factorSource_title">Rename Factor Source</string>
<string name="renameLabel_factorSource_subtitle">Enter a new name for this Factor Source</string>
<string name="renameLabel_factorSource_empty">Factor Source name required</string>
<string name="renameLabel_connector_title">Rename Connector</string>
<string name="renameLabel_connector_subtitle">Enter a new name for this Linked Connector</string>
<string name="renameLabel_connector_empty">Linked Connector name required</string>
<string name="renameLabel_account_title">Rename Account</string>
<string name="renameLabel_account_subtitle">Enter a new label for this Account</string>
<string name="renameLabel_account_empty">Account label required</string>
<string name="renameLabel_account_tooLong">Account label too long</string>
<string name="renameLabel_update">Update</string>
<string name="renameLabel_success">Updated</string>
</resources>

0 comments on commit 4d12a21

Please sign in to comment.