Skip to content

Commit

Permalink
fix(Strings): regenerate file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 31, 2018
1 parent 3878da4 commit bd74527
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions packages/blockchain-wallet-v4-frontend/src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"scenes.buysellorderhistory.list.orderstatus.rejected": "Rejected",
"scenes.buysellorderhistory.list.orderstatus.failed": "Failed",
"scenes.buysellorderhistory.list.orderstatus.cancelled": "Cancelled",
"scenes.buysellorderhistory.list.orderstatus.expired": "Expired",
"scenes.buysellorderhistory.list.orderstatus.unknown": "Unknown",
"buysell.orderhistory.finishtrade": "Finish Trade",
"buysell.orderhistory.list.details": "View details",
Expand Down Expand Up @@ -342,6 +343,10 @@
"modals.autodisconnection.title": "Are you still there?",
"modals.autodisconnection.cancel": "Cancel",
"modals.autodisconnection.logout": "Log me out",
"modals.coinifydeletebank.title": "Delete bank Account?",
"modals.coinifydeletebank.explain": "Are you sure you want to delete this bank account?",
"modals.coinifydeletebank.cancel": "Cancel",
"modals.coinifydeletebank.logout": "Delete",
"coinifyexchangedata.confirm.underlimit": "Under the limit",
"coinifyexchangedata.confirm.overlimit": "Over the limit",
"coinifyexchangedata.confirm.subheader": "Please confirm your order details before we redirect you to our secure payment provider.",
Expand Down Expand Up @@ -773,7 +778,8 @@
"scenes.authorizelogin.reject": "Reject",
"scenes.authorizelogin.loading.rejected": "Login attempt rejected! Please contact our support team if you have any questions or concerns.",
"scenes.authorizelogin.loading.approved": "Login approved! Please return to your previous tab to view your wallet.",
"scenes.buysell.coinifycheckout.content.kycnotification.limitsnotice": "While your identity gets verified, you can buy and sell up {symbol}{limit} to using your credit/debit card.",
"scenes.buysell.coinifycheckout.content.kycnotification.limitsnotice.buy": "While your identity gets verified, you can sell up to {limit} BTC.",
"scenes.buysell.coinifycheckout.content.kycnotification.limitsnotice.sell": "While your identity gets verified, you can buy up to {symbol}{limit} using your credit/debit card.",
"scenes.buysell.coinifycheckout.content.ordercheckout.buy.outputmethod.title.buy": "I want to buy",
"scenes.buysell.coinifycheckout.content.ordercheckout.buy.outputmethod.title.sell": "I want to sell",
"scenes.buysell.coinifycheckout.content.ordercheckout.continue": "Continue",
Expand All @@ -792,6 +798,19 @@
"scenes.buysell.coinifycheckout.content.orderreview.faq.exchangerate.answer": "The exchange rate varies from minute to minute.",
"scenes.buysell.coinifycheckout.content.orderreview.faq.exchangefees.question": "What are the fees?",
"scenes.buysell.coinifycheckout.content.orderreview.faq.exchangefees.answer": "Each exchange takes a small percentage of the total amount as a fee.",
"coinifyexchangedata.addbankdetails.header": "Add Bank Account",
"coinifyexchangedata.addbankdetails.subheader": "Please enter your bank information below.",
"coinifyexchangedata.addbankdetails.iban": "International Bank Account (IBAN)",
"coinifyexchangedata.addbankdetails.swift": "Bank Identifier Code (SWIFT/BIC)",
"coinifyexchangedata.addbankdetails.continue": "Continue",
"back": "Back",
"coinifyexchangedata.addcustomerdetails.header": "Add Bank Account",
"coinifyexchangedata.addcustomerdetails.subheader": "Who owns this bank account? This information should match the holder’s bank statement. ",
"coinifyexchangedata.addcustomerdetails.": "Country",
"coinifyexchangedata.addcustomerdetails.continue": "Continue",
"coinifyexchangedata.selectaccounts.header": "Select Accounts",
"coinifyexchangedata.selectaccounts.subheader": "Where would you like your funds sent? You have the following bank accounts linked: ",
"coinifyexchangedata.selectaccounts.continue": "Continue",
"scenes.buysell.exchangecheckout.enteramount": "Enter Amount:",
"scenes.buysell.exchangecheckout.enteramount.details": "Please enter an amount greater than {min} {curr}.",
"scenes.buysell.exchangecheckout.synced": "Synced Bank Account:",
Expand Down Expand Up @@ -962,8 +981,13 @@
"scenes.home.didyouknow.content8.two": "or",
"scenes.home.didyouknow.content8.linktwo": "iOS",
"scenes.home.didyouknow.content8.three": "device to use your wallet on the go.",
"scenes.home.didyouknow.content11": "Did you know you can help us take down phishing sites? Report them directly to Google using",
"scenes.home.didyouknow.content11.link": "this form",
"scenes.home.didyouknow.content12.link": " here",
"scenes.home.didyouknow.content13.two": ".",
"scenes.home.didyouknow.content14.one": "Phishing scams exist to try and deceive users into providing personal or financial information. Outsmart them by learning about the",
"scenes.home.didyouknow.content14.two": "Phishing scams exist to try and deceive users into providing personal or financial information. Outsmart them by learning about the",
"scenes.home.didyouknow.content14.link": " most common tricks ",
"scenes.home.didyouknow.content14.two": "used.",
"scenes.home.didyouknow.content16": "Blockchain does not offer bitcoin investment opportunities, but scams exist that desperately want you to believe otherwise. If one of these scams sneak their way into your inbox, be sure to do us a solid and grab a screenshot to share with our support team before you delete it.",
"scenes.home.didyouknow.content18": "Every address has an accompanying private key, which is what indicates ownership or control over funds at that particular address. In other words, whoever has the private key can spend those funds.",
"scenes.home.didyouknow.content19.one": "Your Blockchain wallet backup phrase serves as the copy of your private keys. You can find this phrase in your",
Expand Down

0 comments on commit bd74527

Please sign in to comment.