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

feat: added strings to be translated for feature #6230 #6308

Merged
merged 1 commit into from
May 2, 2023
Merged
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
25 changes: 24 additions & 1 deletion locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,30 @@
"buy_description": "Buy crypto with cash",
"swap_description": "Exchange between tokens",
"send_description": "Send crypto to any account",
"receive_description": "Receive crypto"
"receive_description": "Receive crypto",
"chart_time_period": {
"1d": "Today",
"7d": "Past 7 days",
"1w": "Past week",
"1m": "Past month",
"3m": "Past 3 months",
"1y": "Past year",
"3y": "Past 3 years"
},
"chart_time_period_navigation": {
"1d": "1D",
"7d": "7D",
"1w": "1W",
"1m": "1M",
"3m": "3M",
"1y": "1Y",
"3y": "3Y"
},
"your_balance": "Your balance",
"unable_to_load_balance": "Unable to load your balance",
"about": "About",
"activity": "{{symbol}} activity",
"disclaimer": "Market data is provided by one or more third-party data sources, including CoinGecko. Such third-party content is provided solely for informational purposes and should not be treated as advice to buy, sell, or use any particular asset. MetaMask does not suggest the use of this content for any particular purpose and is not responsible for its accuracy."
},
"account_details": {
"title": "Account Details",
Expand Down