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

payment translations #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 6 additions & 1 deletion translations/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@
"MAKE_DEFAULT_BROWSER_WALLET_DETAILS": "You can set your BTC.com wallet as the default for Bitcoin payments in most browsers. Do you want to enable this feature?",
"MAKE_DEFAULT_BROWSER_WALLET_DETAILS_CHROME": "On Google Chrome, if you press Yes and then abort, you have to wait a bit to see the browser popup again.",
"DO_THIS_LATER_IN_SETTINGS": "You can also set this up later in the Settings.",
"NOT_A_BITCOIN_LINK": "This does not seem to be a {{ network }} URI or payment link.",

// security related
"EMAIL_VERIFY_SUCCESS": "Email successfully verified",
Expand All @@ -942,5 +943,9 @@
"EMAIL_NOT_VERIFIED": "Your email is not verified",
"IMPROVE_PASSWORD": "Improve your password",
"2FA_ENABLED": "2FA is enabled",
"2FA_NOT_ENABLED": "2FA is not enabled yet"
"2FA_NOT_ENABLED": "2FA is not enabled yet",

// bip70
"BIP70_PASTE_TEXT": "You can paste a {{ network }} link here to extract payment details",
"BIP70_PASTE_TITLE": "Enter {{ network }} payment link"
}