-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp_en.arb
36 lines (36 loc) · 874 Bytes
/
app_en.arb
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
{
"@@locale": "en",
"title": "Home page of mobile sledilnik",
"@title": {
"description": "Title for the application",
"type": "text"
},
"activeCases": "Active cases",
"@activeCases": {
"type": "text"
},
"confirmedCases": "Confirmed cases",
"@confirmedCases": {
"type": "text"
},
"goToGraph": "Go to chart",
"@goToGraph": {
"type": "text"
},
"pcrTestsPerDay": "Tests per day: PCR",
"@pcrTestsPerDay": {
"type": "text"
},
"ratTestsPerDay": "Tests per day: RAT",
"@ratTestsPerDay": {
"type": "text"
},
"newCases": "New Cases",
"fourteenDaysIncidence": "14-days incidence",
"averageOfLast7Days": "average of last 7 days",
"per100k_people": "per 100,000 people",
"fullyVaccinated": "Fully Vaccinated",
"hospitalized": "Hospitalized",
"inICU": "In ICU",
"confirmedDeaths": "Confirmed Deaths"
}