From 61d099b7e1157d694f79ef153f303e838a11eb84 Mon Sep 17 00:00:00 2001 From: sethkfman Date: Mon, 1 May 2023 09:17:30 -0600 Subject: [PATCH] added strings to be translated for feature #6230 --- locales/languages/en.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/locales/languages/en.json b/locales/languages/en.json index 539f2f92833..6a86ee45a33 100644 --- a/locales/languages/en.json +++ b/locales/languages/en.json @@ -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",