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 #1275

Merged
merged 1 commit into from
Dec 9, 2024
Merged
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
11 changes: 9 additions & 2 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,9 @@ Code: %s</string>
<string name="securityCenter_encryptWalletBackup_passwordMismatchError">Passwords do not match</string>
<string name="securityCenter_encryptWalletBackup_continue">Continue</string>
<string name="securityFactors_title">Security Factors</string>
<string name="securityFactors_subtitle">View and manage your security factors</string>
<string name="securityFactors_subtitle">Manage the security factors you’ll use in your Security Shields.</string>
<string name="securityFactors_hardware">Hardware</string>
<string name="securityFactors_information">Things you know</string>
<string name="securityFactors_seedPhrases_title">Seed Phrases</string>
<string name="securityFactors_seedPhrases_subtitle">Your seedphrases connected to your account</string>
<string name="securityFactors_seedPhrases_counterSingular">1 Seed phrase</string>
Expand Down Expand Up @@ -1223,7 +1225,7 @@ Code: %s</string>
<string name="securityProblems_no9_accountCard">Recovery required</string>
<string name="securityProblems_no9_securityCenterTitle">Recovery required</string>
<string name="securityProblems_no9_securityCenterBody">Enter seed phrase to recover control.</string>
<string name="securityProblems_no9_securityFactors">Enter seed phrase to recover control</string>
<string name="securityProblems_no9_securityFactors">Enter seed phrase to recover use</string>
<string name="securityProblems_no9_seedPhrases">Enter seed phrase to recover control</string>
<string name="securityProblems_no9_walletSettingsPersonas">Recovery required</string>
<string name="securityProblems_no9_personas">Recovery required</string>
Expand Down Expand Up @@ -1412,4 +1414,9 @@ Code: %s</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_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>
</resources>
Loading