Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #1302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ Code: %s</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="securityFactors_selectFactor_disabled">Can\'t currently be used here. **Learn why**</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 @@ -1449,14 +1450,14 @@ Code: %s</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>
<string name="shieldSetupPrepareFactors_addAnotherFactor_passphraseHint">Choosing a mnemonic is only recommended for advanced users</string>
<string name="shieldSetupPrepareFactors_addAnotherFactor_button">Add Factor</string>
<string name="shieldSetupPrepareFactors_completion_title">Your Factors are Ready</string>
<string name="shieldSetupPrepareFactors_completion_subtitleTop">Now let’s build your Shield.</string>
<string name="shieldSetupPrepareFactors_completion_subtitleBottom">Before it’s finished, you’ll have the chance to review it and make any changes.</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_title">Select Factors for Regular Access</string>
<string name="shieldSetupSelectFactors_subtitle">Choose the factors you’ll use for regular access. You’ll use **all** of these factors every time you send assets.</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 Down
Loading