mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Cw 765 onboarding flow improvements (#1817)
* update onboarding flow * update welcome subtitle * update wallet title * add create restore wallet subtitles * info button * minor fix [skip ci] * Update text and iconbutton * Cleanup --------- Co-authored-by: tuxpizza <tuxsudo@tux.pizza>
This commit is contained in:
parent
13c4fbd225
commit
5ca1c0c56e
35 changed files with 478 additions and 226 deletions
|
@ -427,7 +427,7 @@
|
|||
"nano_pick_new_rep": "Pick a new representative",
|
||||
"nanogpt_subtitle": "All the newest models (GPT-4, Claude).\\nNo subscription, pay with crypto.",
|
||||
"narrow": "Narrow",
|
||||
"new_first_wallet_text": "Keep your crypto safe, piece of cake",
|
||||
"new_first_wallet_text": "Keeping your crypto safe is a piece of cake",
|
||||
"new_node_testing": "New node testing",
|
||||
"new_subaddress_create": "Create",
|
||||
"new_subaddress_label_name": "Label name",
|
||||
|
@ -570,6 +570,7 @@
|
|||
"restore_description_from_keys": "Restore your wallet from generated keystrokes saved from your private keys",
|
||||
"restore_description_from_seed": "Restore your wallet from either the 25 word or 13 word combination code",
|
||||
"restore_description_from_seed_keys": "Get back your wallet from seed/keys that you've saved to secure place",
|
||||
"restore_existing_wallet": "Restore Existing Wallet",
|
||||
"restore_from_date_or_blockheight": "Please enter a date a few days before you created this wallet. Or if you know the blockheight, please enter it instead",
|
||||
"restore_from_seed_placeholder": "Please enter or paste your seed here",
|
||||
"restore_new_seed": "New seed",
|
||||
|
@ -670,6 +671,7 @@
|
|||
"sent": "Sent",
|
||||
"service_health_disabled": "Service Health Bulletin is disabled",
|
||||
"service_health_disabled_message": "This is the service health bulletin page, you can enable this page under Settings -> Privacy",
|
||||
"set_a_pin": "Set a PIN",
|
||||
"settings": "Settings",
|
||||
"settings_all": "ALL",
|
||||
"settings_allow_biometrical_authentication": "Allow biometrical authentication",
|
||||
|
@ -890,6 +892,7 @@
|
|||
"view_transaction_on": "View Transaction on ",
|
||||
"voting_weight": "Voting Weight",
|
||||
"waitFewSecondForTxUpdate": "Kindly wait for a few seconds for transaction to reflect in transactions history",
|
||||
"wallet": "Wallet",
|
||||
"wallet_group": "Wallet Group",
|
||||
"wallet_group_description_four": "to create a wallet with an entirely new seed.",
|
||||
"wallet_group_description_one": "In Cake Wallet, you can create a",
|
||||
|
@ -922,6 +925,8 @@
|
|||
"wallets": "Wallets",
|
||||
"warning": "Warning",
|
||||
"welcome": "Welcome to",
|
||||
"welcome_subtitle_new_wallet": "If you want to start fresh, tap Create New Wallet below and you'll be off to the races.",
|
||||
"welcome_subtitle_restore_wallet": "If you have an existing wallet you want to bring into Cake, simply choose Restore Existing Wallet and we'll walk you through the process.",
|
||||
"welcome_to_cakepay": "Welcome to Cake Pay!",
|
||||
"what_is_silent_payments": "What are Silent Payments?",
|
||||
"widgets_address": "Address",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue