Skip to content

Commit

Permalink
Merge pull request #1295 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 Jan 7, 2025
2 parents 864dead + 3c63d04 commit c4d011a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private fun AddFactorContent(
additionalBottomContent = if (state.isModeHardwareOnly) {
{
RadixTextButton(
text = stringResource(id = R.string.infoLink_title_nohardwaredevice),
text = stringResource(id = R.string.shieldSetupPrepareFactors_addHardwareFactor_noDeviceButton),
onClick = { onInfoClick(GlossaryItem.nohardwaredevice) }
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ private fun StatusView(
val readMoreGlossaryItem = GlossaryItem.buildsecurityshields
val message = when (status) {
SelectedFactorSourcesForRoleStatus.SUBOPTIMAL -> StatusMessage(
message = stringResource(id = R.string.shieldSetupSelectFactors_statusMessage_recommendedFactors),
message = stringResource(id = R.string.shieldSetupStatus_recommendedFactors),
type = StatusMessage.Type.WARNING
)
SelectedFactorSourcesForRoleStatus.INSUFFICIENT -> StatusMessage(
message = stringResource(id = R.string.shieldSetupSelectFactors_statusMessage_atLeastOneFactor),
message = stringResource(id = R.string.shieldSetupStatus_transactions_atLeastOneFactor),
type = StatusMessage.Type.ERROR
)
SelectedFactorSourcesForRoleStatus.INVALID -> StatusMessage(
Expand Down
46 changes: 42 additions & 4 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ Code: %s</string>
<string name="factorSources_card_deviceDescription">Use phone biometrics/PIN to approve</string>
<string name="factorSources_card_ledgerTitle">Ledger Nano</string>
<string name="factorSources_card_ledgerDescription">Connect via USB to approve</string>
<string name="factorSources_card_passphraseTitle">Passphrase</string>
<string name="factorSources_card_passphraseTitle">Mnemonic</string>
<string name="factorSources_card_passphraseDescription">Enter a seed phrase to approve</string>
<string name="factorSources_card_arculusCardTitle">Arculus Card</string>
<string name="factorSources_card_arculusCardDescription">Tap to your phone to approve</string>
Expand Down Expand Up @@ -1115,6 +1115,7 @@ Code: %s</string>
<string name="securityFactors_ledgerWallet_subtitle">Hardware wallet designed for holding crypto</string>
<string name="securityFactors_ledgerWallet_counterSingular">1 set</string>
<string name="securityFactors_ledgerWallet_counterPlural">%d set</string>
<string name="securityFactors_selectFactor_title">Select Factor Type</string>
<string name="configurationBackup_title">Configuration Backup</string>
<string name="configurationBackup_heading">You need an up-to-date Configuration Backup to recover your Accounts and Personas if you lose access to them.\n\nYour Backup does not contain your keys or seed phrase.</string>
<string name="configurationBackup_automated_text">Configuration Backup status</string>
Expand Down Expand Up @@ -1340,7 +1341,6 @@ Code: %s</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>
<string name="hiddenEntities_personas">Personas</string>
Expand Down Expand Up @@ -1444,6 +1444,7 @@ Code: %s</string>
<string name="shieldSetupPrepareFactors_addHardwareFactor_title">Add a Hardware Device</string>
<string name="shieldSetupPrepareFactors_addHardwareFactor_subtitle">Choose a hardware device to use as a security factor in your Shield.</string>
<string name="shieldSetupPrepareFactors_addHardwareFactor_button">Add Hardware Device</string>
<string name="shieldSetupPrepareFactors_addHardwareFactor_noDeviceButton">I don’t have a hardware device</string>
<string name="shieldSetupPrepareFactors_addAnotherFactor_title">Add Another Factor</string>
<string name="shieldSetupPrepareFactors_addAnotherFactor_subtitle">You need to add **1 more factor** to begin building your Shield.</string>
<string name="shieldSetupPrepareFactors_addAnotherFactor_passphraseHint">Choosing a passphrase is only recommended for advanced users</string>
Expand All @@ -1454,8 +1455,6 @@ Code: %s</string>
<string name="shieldSetupPrepareFactors_completion_button">Build Shield</string>
<string name="shieldSetupSelectFactors_title">Select Factors for Transactions</string>
<string name="shieldSetupSelectFactors_subtitle">Choose the factors you’ll use to sign transactions. You’ll use **all** of these factors every time you send assets or log in to dApps.</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>
Expand All @@ -1469,4 +1468,43 @@ Code: %s</string>
<string name="renameLabel_account_tooLong">Account label too long</string>
<string name="renameLabel_update">Update</string>
<string name="renameLabel_success">Updated</string>
<string name="shieldSetupStatus_transactions_atLeastOneFactor">You need to select at least 1 factor for signing transactions</string>
<string name="shieldSetupStatus_recommendedFactors">Choosing 2 factors will make your Shield more secure and reliable</string>
<string name="shieldSetupStatus_invalidCombination">You cannot create a Shield with this combination of factors. **Read more**</string>
<string name="shieldSetupStatus_authentication_atLeastOneFactor">You need to choose a factor to continue</string>
<string name="shieldSetupStatus_factorCannotBeUsedByItself">Cannot use this factor by itself</string>
<string name="shieldWizardName_title">Name your Security Shield</string>
<string name="shieldWizardName_subtitle">Give this Security Shield a name, so you can identify it later.</string>
<string name="shieldWizardRecovery_step_title">Step 2 of 2</string>
<string name="shieldWizardRecovery_title">Recovery</string>
<string name="shieldWizardRecovery_start_title">Starting a Recovery</string>
<string name="shieldWizardRecovery_start_subtitle">Factors you can use to start recovering, and temporarily lock, Accounts and Personas if you lose access.</string>
<string name="shieldWizardRecovery_confirm_title">Confirming a Recovery</string>
<string name="shieldWizardRecovery_confirm_subtitle">Factors you can use to complete the recovery of your Accounts and Personas.</string>
<string name="shieldWizardRecovery_combination_label">OR</string>
<string name="shieldWizardRecovery_factors_title">You\'ll need to use the following:</string>
<string name="shieldWizardRecovery_fallback_title">Emergency Fallback</string>
<string name="shieldWizardRecovery_fallback_subtitle">Set a time period to automatically confirm recovery **WITHOUT** presenting any of the above confirmation factors.</string>
<string name="shieldWizardRecovery_fallback_note">We recommend setting this for an extended period, so you have time to notice and cancel a recovery you don’t want.</string>
<string name="shieldWizardRecovery_fallback_days_label">Days</string>
<string name="shieldWizardRecovery_fallback_day_label">Day</string>
<string name="shieldWizardRecovery_fallback_weeks_label">Weeks</string>
<string name="shieldWizardRecovery_fallback_week_label">Week</string>
<string name="shieldWizardRecovery_setFallback_title">Emergency Fallback</string>
<string name="shieldWizardRecovery_setFallback_subtitle">Set a time period to automatically confirm recovery **WITHOUT** presenting any confirmation factors.</string>
<string name="shieldWizardRecovery_setFallback_button">Set</string>
<string name="shieldWizardRegularAccess_step_title">Step 1 of 2</string>
<string name="shieldWizardRegularAccess_title">Regular Access</string>
<string name="shieldWizardRegularAccess_subtitle">Factors required to withdraw assets from Accounts.</string>
<string name="shieldWizardRegularAccess_combination_label">OR</string>
<string name="shieldWizardRegularAccess_thresholdDescription_title">You\'ll need to use **%s** of the following</string>
<string name="shieldWizardRegularAccess_thresholdDescription_all">All</string>
<string name="shieldWizardRegularAccess_override_title">Override (advanced)</string>
<string name="shieldWizardRegularAccess_override_description">Or you can use the following:</string>
<string name="shieldWizardRegularAccess_override_button">Add an override</string>
<string name="shieldWizardRegularAccess_overrideCombination_label">OR</string>
<string name="shieldWizardRegularAccess_authentication_title">Single factor required to log in to dApps with Personas and prove ownership of Accounts.</string>
<string name="shieldWizardRegularAccess_setThreshold_title">Set the number of factors required to sign</string>
<string name="shieldWizardRegularAccess_setThreshold_all">All (Recommended)</string>
<string name="shieldWizardRegularAccess_setThreshold_button">Set</string>
</resources>

0 comments on commit c4d011a

Please sign in to comment.