-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathen.json
50 lines (48 loc) · 1.84 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"welcomeString": "Welcome To",
"totalCases": "Total Confirmed",
"appTitle": "Covid19 Tracker",
"lastUpdate": "Last Update",
"deaths": "Deaths",
"recovered": "Recovered",
"country": "Countries",
"appDesc": " Tracking Stat Of Corona Virus Outbreak (v3).\nNumbers Provided By Johns Hopkins CSSE.\n Author:Nguyễn Hoàng Nam.\n Email: nhnpro.nguyenhoang@gmail.com",
"homeTitle": "Corona Virus Tracker",
"cases": "Cases",
"allCases": "All Confirmed Cases",
"getStarted": "Get Started",
"viewAll": "View All",
"countryRegions": "Country/Regions",
"aboutTitle": "Information About This App",
"menuHome": "Home",
"viewWeb": "View Web Version",
"menuSettings": "About",
"updating": "Updating...",
"exitPopupTitle": "Exit Confirm",
"exitPopupContent": "Do you really want to exit the application?",
"no": "NO",
"copied": "Copied to clipboard",
"rateMe": "Rate App",
"yes": "YES",
"tipHeader": "Health Tips",
"noresult": "Loading...",
"analytics":"Analytics",
"medical": "Medical",
"hospitals": "Hospitals",
"travelAlerts": "Travel Alerts",
"whatthat": "What is 2019-nCoV",
"whatthatURL": "https://www.cdc.gov/coronavirus/2019-ncov/about/index.html",
"prevention": "Prevention",
"news": "News",
"faceMask": "Face Mask",
"handWash": "Wash Hand",
"hydrated": "Stay Hydrated",
"doctorCheck": "Check Up",
"exercise": "Stay Active",
"viewMoreURL": "https://www.who.int/emergencies/diseases/novel-coronavirus-2019",
"faceMaskURL": "https://www.wikihow.com/Wear-an-N95-Face-Mask",
"handWashURL": "https://www.cdc.gov/handwashing/when-how-handwashing.html",
"hydratedURL": "https://familydoctor.org/hydration-why-its-so-important",
"doctorCheckURL": "https://www.everydayhealth.com/healthy-living/getting-regular-checkups.aspx",
"exerciseURL": "https://www.who.int/dietphysicalactivity/factsheet_adults/en/"
}