Skip to content

Commit

Permalink
Merge pull request #583 from radixdlt/l10n_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
micbakos-rdx authored Jan 22, 2025
2 parents 902b3de + 262b860 commit f81d3cb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"transactionRecovery_transaction_title": "Cannot Sign Transaction",
"transactionRecovery_transaction_message": "You’ve skipped too many factors and cannot sign the transaction. You can restart the signing process, or cancel it.",
"transactionRecovery_transaction_restart": "Restart Signing",
"transactionRecovery_transaction_cancel": "Cancel Transaction"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
"shieldWizardRecovery_fallback_subtitle": "Set a time period to automatically confirm recovery **WITHOUT** presenting any of the above confirmation factors.",
"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.",
"shieldWizardRecovery_fallback_days_label": "Days",
"shieldWizardRecovery_fallback_day_label": "Day",
"shieldWizardRecovery_fallback_weeks_label": "Weeks",
"shieldWizardRecovery_fallback_week_label": "Week",
"shieldWizardRecovery_fallback_years_label": "Years",
"shieldWizardRecovery_fallback_year_label": "Year",
"shieldWizardRecovery_fallback_days_period": "%d days",
"shieldWizardRecovery_fallback_day_period": "1 day",
"shieldWizardRecovery_fallback_weeks_period": "%d weeks",
"shieldWizardRecovery_fallback_week_period": "1 week",
"shieldWizardRecovery_fallback_years_period": "%d years",
"shieldWizardRecovery_fallback_year_period": "1 year",
"shieldWizardRecovery_fallback_years_period": "1 year",
"shieldWizardRecovery_setFallback_title": "Emergency Fallback",
"shieldWizardRecovery_setFallback_subtitle": "Set a time period to automatically confirm recovery **WITHOUT** presenting any confirmation factors.",
"shieldWizardRecovery_setFallback_button": "Set"
Expand Down
23 changes: 18 additions & 5 deletions en/en-US/Content/FactorSourceActions/factorSourceActions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
"factorSourceActions_deriveAccounts_title": "Deriving Accounts",
"factorSourceActions_proveOwnership_title": "Proving Ownership",
"factorSourceActions_encryptMessage_title": "Encrypting Message",
"factorSourceActions_updatingFactorConfig_title": "Updating Factor Config",
"factorSourceActions_createKey_title": "Creating Key",
"factorSourceActions_device_messageSignature": "Authenticate to your phone to sign.",
"factorSourceActions_device_message": "Authenticate to your phone to complete using your phone's signing key.",
"factorSourceActions_ledger_messageSignature": "Make sure the following **Ledger hardware wallet** is connected to a computer with a linked Radix Connector browser extension.\n**Complete signing on the device.**",
"factorSourceActions_ledger_messageDeriveAccounts": "Make sure the following **Ledger hardware wallet** is connected to a computer with a linked Radix Connector browser extension.\n**Derivation may take up to a minute.**",
"factorSourceActions_ledger_message": "Make sure the following **Ledger hardware wallet** is connected to a computer with a linked Radix Connector browser extension."
"factorSourceActions_device_deriveAccountsMessage": "Authenticate to your phone to sign.",
"factorSourceActions_device_signMessage": "Use your phone’s biometrics or PIN to sign",
"factorSourceActions_device_message": "Use your phone’s biometrics or PIN",
"factorSourceActions_ledger_signMessage": "Use your **Ledger Nano** to sign. Make sure it’s connected to a computer with a linked Radix Connector browser extension.\n**Complete signing on the device.**",
"factorSourceActions_ledger_deriveAccountsMessage": "Make sure the following **Ledger hardware wallet** is connected to a computer with a linked Radix Connector browser extension.\n**Derivation may take up to a minute.**",
"factorSourceActions_ledger_message": "Use your **Ledger Nano**. Make sure it’s connected to a computer with a linked Radix Connector browser extension.",
"factorSourceActions_ledger_deriveKeysMessage": "Use your **Ledger Nano**. Make sure it’s connected to a computer with a linked Radix Connector browser extension. **This may take up to a minute.**",
"factorSourceActions_arculus_signMessage": "Tap and hold this **Arculus Card** to your phone to sign.",
"factorSourceActions_arculus_message": "Tap and hold this **Arculus Card** to your phone.",
"factorSourceActions_arculus_deriveKeysMessage": "Tap and hold this **Arculus Card** to your phone. **This may take up to a minute.**",
"factorSourceActions_password_signMessage": "Enter this **password** to sign",
"factorSourceActions_password_message": "Enter this **password**",
"factorSourceActions_password_incorrect": "Incorrect password",
"factorSourceActions_offDeviceMnemonic_signMessage": "Enter this **mnemonic** to sign",
"factorSourceActions_offDeviceMnemonic_message": "Enter this **mnemonic**",
"factorSourceActions_offDeviceMnemonic_incorrect": "Incorrect mnemonic",
"factorSourceActions_useDifferentFactor": "Use a different factor"
}

0 comments on commit f81d3cb

Please sign in to comment.