Merge branch 'main' of github.com:cake-tech/cake_wallet

This commit is contained in:
M 2022-07-28 19:48:54 +01:00
commit a2c21a0fbb
3 changed files with 12 additions and 9 deletions

View file

@ -1,6 +1,6 @@
Privacy Policy Privacy Policy
Last modified: April 29, 2022 Last modified: July 21, 2022
Introduction Introduction
============ ============
@ -42,7 +42,7 @@ Information We May Receive But Do Not Retain
We receive but do NOT store information from and about users of our App, including: We receive but do NOT store information from and about users of our App, including:
- The device IP address, the block height to which your wallet is synchronized, and any transactions or channels which you use our Node to submit to supported cryptocurrency networks. - The device IP address, the block height to which your wallet is synchronized, and any transactions or channels which you use our Node to submit to supported cryptocurrency networks.
We receive this infoirmation: We receive this information:
- Automatically as you use the App. - Automatically as you use the App.
This data is provided by connecting to the Nodes and price API maintained by Cake Labs. You have the right to choose not to provide synchronization data to Cake Labs by choosing a different Node. We provide a list of Nodes in the app that include our own and third party Nodes, or you can use your own Node (which we recommend). This data is provided by connecting to the Nodes and price API maintained by Cake Labs. You have the right to choose not to provide synchronization data to Cake Labs by choosing a different Node. We provide a list of Nodes in the app that include our own and third party Nodes, or you can use your own Node (which we recommend).

View file

@ -22,7 +22,7 @@
* Select your own custom nodes/servers * Select your own custom nodes/servers
* Address book * Address book
* Backup to external location or iCloud * Backup to external location or iCloud
* Send to OpenAlias, Unstoppable Domains, and Yats * Send to OpenAlias, Unstoppable Domains, Yats, and FIO Crypto Handles
* Set custom fee levels * Set custom fee levels
* Store local transaction notes * Store local transaction notes
* Extremely simple user experience * Extremely simple user experience
@ -40,12 +40,15 @@
* Bitcoin coin control (specify specific outputs to spend) * Bitcoin coin control (specify specific outputs to spend)
* Automatically generate new addresses * Automatically generate new addresses
* Specify multiple recipients for batch sending * Specify multiple recipients for batch sending
* Buy BTC with over a dozen fiat currencies
* Sell BTC for USD
### Litecoin Specific Features ### Litecoin Specific Features
* Litecoin coin control (specify specific outputs to spend) * Litecoin coin control (specify specific outputs to spend)
* Automatically generate new addresses * Automatically generate new addresses
* Specify multiple recipients for batch sending * Specify multiple recipients for batch sending
* Buy LTC with over a dozen fiat currencies
### Haven Specific Features ### Haven Specific Features

View file

@ -534,7 +534,7 @@
"search_currency": "Search currency", "search_currency": "Search currency",
"new_template" : "New Template", "new_template" : "New Template",
"electrum_address_disclaimer": "We generate new addresses each time you use one, but previous addresses continue to work", "electrum_address_disclaimer": "We generate new addresses each time you use one, but previous addresses continue to work",
"wallet_name_exists": "Wallet with that name has already existed", "wallet_name_exists": "A wallet with that name already exists. Please choose a different name or rename the other wallet first.",
"market_place": "Marketplace", "market_place": "Marketplace",
"cake_pay_title": "Cake Pay Gift Cards", "cake_pay_title": "Cake Pay Gift Cards",
"cake_pay_subtitle": "Buy gift cards and redeem instantly", "cake_pay_subtitle": "Buy gift cards and redeem instantly",
@ -591,8 +591,8 @@
"upto": "up to ${value}", "upto": "up to ${value}",
"discount": "Save ${value}%", "discount": "Save ${value}%",
"gift_card_amount": "Gift Card Amount", "gift_card_amount": "Gift Card Amount",
"bill_amount": "Bill amount", "bill_amount": "Bill Amount",
"you_pay": "You pay", "you_pay": "You Pay",
"tip": "Tip:", "tip": "Tip:",
"custom": "custom", "custom": "custom",
"by_cake_pay": "by Cake Pay", "by_cake_pay": "by Cake Pay",
@ -605,7 +605,7 @@
"pin_number": "PIN number", "pin_number": "PIN number",
"total_saving": "Total Savings", "total_saving": "Total Savings",
"last_30_days": "Last 30 days", "last_30_days": "Last 30 days",
"avg_savings": "Avg. savings", "avg_savings": "Avg. Savings",
"view_all": "View all", "view_all": "View all",
"active_cards": "Active cards", "active_cards": "Active cards",
"delete_account": "Delete Account", "delete_account": "Delete Account",
@ -621,7 +621,7 @@
"search_category": "Search category", "search_category": "Search category",
"mark_as_redeemed": "Mark As Redeemed", "mark_as_redeemed": "Mark As Redeemed",
"more_options": "More Options", "more_options": "More Options",
"awaiting_payment_confirmation": "Awaiting payment confirmation", "awaiting_payment_confirmation": "Awaiting Payment Confirmation",
"transaction_sent_notice": "If the screen doesnt proceed after 1 minute, check a block explorer and your email.", "transaction_sent_notice": "If the screen doesnt proceed after 1 minute, check a block explorer and your email.",
"agree": "Agree", "agree": "Agree",
"in_store": "In Store", "in_store": "In Store",
@ -632,5 +632,5 @@
"gift_card_is_generated": "Gift Card is generated", "gift_card_is_generated": "Gift Card is generated",
"open_gift_card": "Open Gift Card", "open_gift_card": "Open Gift Card",
"contact_support": "Contact Support", "contact_support": "Contact Support",
"gift_cards_unavailable": "Gift cards are available to purchase only through Monero, Bitcoin, and Litecoin at this time" "gift_cards_unavailable": "Gift cards are available for purchase only with Monero, Bitcoin, and Litecoin at this time"
} }