forked from datacommonsorg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stats_var_titles.json
1158 lines (1158 loc) · 92.8 KB
/
stats_var_titles.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Amount_Consumption_Alcohol_15OrMoreYears_AsFractionOf_Count_Person_15OrMoreYears": {
"defaultMessage": "Pure Alcohol Consumption Per Capita (Annual)",
"description": "Title for a page about a statistical variable. Variable describes total amount of alcohol consumed per person over a calendar year, in liters of pure alcohol (https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.ALC.PCAP.LI)."
},
"Amount_Consumption_Electricity_PerCapita": {
"defaultMessage": "Electricity Consumption Per Capita",
"description": "Title for a page about a statistical variable. Electric power consumption measures the production of power plants and combined heat and power plants less transmission, distribution, and transformation losses and own use by heat and power plants. Computed on a per capita basis. See https://datacatalog.worldbank.org/electric-power-consumption-kwh-capita-2 for more info."
},
"Amount_Consumption_Energy_PerCapita": {
"defaultMessage": "Energy Consumption Per Capita",
"description": "Title for a page about a statistical variable. Total energy used per person in a place. Energy use refers to use of primary energy before transformation to other end-use fuels, which is equal to indigenous production plus imports and stock changes, minus exports and fuels supplied to ships and aircraft engaged in international transport. See https://data.worldbank.org/indicator/EG.USE.PCAP.KG.OE for more info."
},
"Amount_Debt_Government": {
"defaultMessage": "Government Debt",
"description": "Title for a page about a statistical variable. Variable describes the total amount owed by a government."
},
"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_Government": {
"defaultMessage": "Government Expenditures on Education (as a percentage of Government Expenditures)",
"description": "Title for a page about a statistical variable. Variable describes amount spent by a government on education as a percentage of total expenditure."
},
"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal": {
"defaultMessage": "Government Expenditures on Education (as a percentage of GDP)",
"description": "Title for a page about a statistical variable. Variable describes amount spent by a government on education as a percentage of Gross Domestic Production (see https://www.investopedia.com/terms/n/nominalgdp.asp for a definition of GDP). "
},
"Amount_EconomicActivity_ExpenditureActivity_MilitaryExpenditure_Government": {
"defaultMessage": "Government Expenditures on Military",
"description": "Title for a page about a statistical variable. Variable describes the total amount spend by a government on the military."
},
"Amount_EconomicActivity_ExpenditureActivity_MilitaryExpenditure_Government_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal": {
"defaultMessage": "Government Expenditures on Military (as a percentage of GDP)",
"description": "Title for a page about a statistical variable. Variable describes amount spent by a government on military as a percentage of Gross Domestic Production (see https://www.investopedia.com/terms/n/nominalgdp.asp for a definition of GDP). "
},
"Amount_EconomicActivity_GrossDomesticProduction_Nominal": {
"defaultMessage": "Gross Domestic Product (Nominal)",
"description": "Title for a page about a statistical variable. Variable describes the nominal gross domestic production (see https://www.investopedia.com/terms/n/nominalgdp.asp for a definition)"
},
"Amount_EconomicActivity_GrossDomesticProduction_Nominal_PerCapita": {
"defaultMessage": "Gross Domestic Product (Nominal) Per Capita",
"description": "Title for a page about a statistical variable. Variable describes nominal GDP for a place, computed on a per capita basis. See https://www.investopedia.com/terms/n/nominalgdp.asp for a definition of nominal GDP"
},
"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity": {
"defaultMessage": "Gross National Income (Purchasing Power Parity)",
"description": "Title for a page about a statistical variable. This indicator provides values for gross national income expressed in current international dollars converted by purchasing power parity (PPP) conversion factor. Gross national income is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries."
},
"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity_PerCapita": {
"defaultMessage": "Gross National Income (Purchasing Power Parity) Per Capita",
"description": "Title for a page about a statistical variable. This indicator provides per capita values for gross national income expressed in current international dollars converted by purchasing power parity (PPP) conversion factor. GNI is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries."
},
"Amount_Emissions_CarbonDioxide_PerCapita": {
"defaultMessage": "Carbon Dioxide Emissions Per Capita",
"description": "Title for a page about a statistical variable. Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring. Computed on a per capita basis. See https://databank.worldbank.org/metadataglossary/millennium-development-goals/series/EN.ATM.CO2E.PC for more info."
},
"Amount_Remittance_InwardRemittance": {
"defaultMessage": "Inward Remittance",
"description": "Title for a page about a statistical variable. Variable describes personal remittances, received. Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. See https://data.worldbank.org/indicator/BX.TRF.PWKR.CD.DT for more information."
},
"Amount_Remittance_InwardRemittance_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal": {
"defaultMessage": "Inward Remittance (as a percentage of GDP)",
"description": "Title for a page about a statistical variable. Variable describes personal remittances, received. Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. This is calculated as a percentage of GDP. See https://data.worldbank.org/indicator/BX.TRF.PWKR.DT.GD.ZS for more info."
},
"Amount_Remittance_OutwardRemittance": {
"defaultMessage": "Outward Remittance",
"description": "Title for a page about a statistical variable. Variable describes personal remittances, sent. Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. See https://data.worldbank.org/indicator/BM.TRF.PWKR.CD.DT for more info."
},
"Amount_Stock": {
"defaultMessage": "Market Capitalization of Domestic Companies",
"description": "Title for a page about a statistical variable. Market capitalization refers to the total dollar market value of a company's outstanding shares of stock (see https://www.investopedia.com/terms/m/marketcapitalization.asp)"
},
"Amount_Stock_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal": {
"defaultMessage": "Market Capitalization of Domestic Companies (as a percentage of GDP)",
"description": "Title for a page about a statistical variable. Market capitalization refers to the total dollar market value of a company's outstanding shares of stock (see https://www.investopedia.com/terms/m/marketcapitalization.asp). This is calculated as a percentage of nominal gdp (see https://www.investopedia.com/terms/n/nominalgdp.asp for a definition of GDP)"
},
"Count_CriminalActivities_Arson": {
"defaultMessage": "Number of Criminal Activities (Arson)",
"description": "Title for a page about a statistical variable. Variable describes total number of arson crimes in a place."
},
"Count_CriminalActivities_CombinedCrime": {
"defaultMessage": "Number of Criminal Activities (Combined Crimes)",
"description": "Title for a page about a statistical variable. Variable describes total number of crimes in a place (of all crime types)."
},
"Count_CriminalActivities_PropertyCrime": {
"defaultMessage": "Number of Criminal Activities (Property Crimes)",
"description": "Title for a page about a statistical variable. Variable describes total number of property crimes in a place."
},
"Count_CriminalActivities_ViolentCrime": {
"defaultMessage": "Number of Criminal Activities (Violent Crimes)",
"description": "Title for a page about a statistical variable. Variable describes total number of violent crimes in a place."
},
"Count_CriminalIncidents_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents in a place."
},
"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Gender)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against a gender in a place."
},
"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Race)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against a race in a place."
},
"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Religion)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against a religion in a place."
},
"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Ethnicity)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against an ethnicity in a place."
},
"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Sexual Orientation)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against a sexual orientaion in a place."
},
"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime": {
"defaultMessage": "Number of Criminal Incidents (Hate Crimes Motivated by Disability)",
"description": "Title for a page about a statistical variable. Variable describes total number of hate crime incidents motivated by bias against a disabilty in a place."
},
"Count_CycloneEvent": {
"defaultMessage": "Number of Cyclone Events",
"description": "Title for a page about a statistical variable. The number of cyclone events that happened in a place."
},
"Count_Death_0Years_AsFractionOf_Count_BirthEvent_LiveBirth": {
"defaultMessage": "Infant Mortality Rate",
"description": "Title for a page about a statistical variable. Infant mortality is the death of an infant before his or her first birthday, and this calculates the number of infants mortality events as a fraction of live birth events within a time period."
},
"Count_Death_0Years_Female_AsFractionOf_Count_BirthEvent_LiveBirth_Female": {
"defaultMessage": "Infant Mortality Rate (Female)",
"description": "Title for a page about a statistical variable. Infant mortality is the death of an infant before his or her first birthday, and this calculates the number of male infant mortality events as a fraction of live birth events within a time period."
},
"Count_Death_0Years_Male_AsFractionOf_Count_BirthEvent_LiveBirth_Male": {
"defaultMessage": "Infant Mortality Rate (Male)",
"description": "Title for a page about a statistical variable. Infant mortality is the death of an infant before his or her first birthday, and this calculates the number of female infant mortality events as a fraction of live birth events within a time period."
},
"Count_Death_DiseasesOfTheCirculatorySystem": {
"defaultMessage": "Number of Deaths Caused by Diseases of the Circulatory System",
"description": "Title for a page about a statistical variable. Variable describes the number of deaths classified by ICD-10-CM code range 100-199 from 2019 (see https://icd.who.int/browse10/2019/en#/IX for list) "
},
"Count_Death_DiseasesOfTheNervousSystem": {
"defaultMessage": "Number of Deaths Caused by Diseases of the Nervous System",
"description": "Title for a page about a statistical variable. Variable describes the number of deaths classified by ICD-10-CM code range G00-G98 from 2019 (see https://icd.who.int/browse10/2019/en#/VI for list)"
},
"Count_Death_DiseasesOfTheRespiratorySystem": {
"defaultMessage": "Number of Deaths Caused by Diseases of the Respiratory System",
"description": "Title for a page about a statistical variable. Variable describes the number of deaths classified by ICD-10-CM code range J00-J98 from 2019 (see https://icd.who.int/browse10/2019/en#/X for list)"
},
"Count_Death_ExternalCauses": {
"defaultMessage": "Number of Deaths Caused by External Causes",
"description": "Title for a page about a statistical variable. Variable describes the number of deaths classified by ICD-10-CM code range V01-Y89 from 2019 (see https://icd.who.int/browse10/2019/en#/XX for list)"
},
"Count_Death_Neoplasms": {
"defaultMessage": "Number of Deaths Caused by Neoplasms",
"description": "Title for a page about a statistical variable. Variable describes the number of deaths classified by ICD-10-CM code range C00-D48 from 2019 (see https://icd.who.int/browse10/2019/en#!C00-C97 for list) "
},
"Count_DroughtEvent": {
"defaultMessage": "Number of Drought Events",
"description": "Title for a page about a statistical variable. The number of drought events that happened in a place."
},
"Count_EarthquakeEvent": {
"defaultMessage": "Number of Earthquake Events",
"description": "Title for a page about a statistical variable. The number of earthquake events that happened in a place."
},
"Count_FloodEvent": {
"defaultMessage": "Number of Flood Events",
"description": "Title for a page about a statistical variable. The number of flood events that happened in a place."
},
"Count_Household_IncomeOf100000To124999USDollar": {
"defaultMessage": "Number of Households (Income $100K to $125K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf10000To14999USDollar": {
"defaultMessage": "Number of Households (Income $10K to $15K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf125000To149999USDollar": {
"defaultMessage": "Number of Households (Income $125K to $150K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf150000To199999USDollar": {
"defaultMessage": "Number of Households (Income $150K to $200K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf200000OrMoreUSDollar": {
"defaultMessage": "Number of Households (Income Over $200K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf20000To24999USDollar": {
"defaultMessage": "Number of Households (Income $20K to $25K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf30000To34999USDollar": {
"defaultMessage": "Number of Households (Income $30K to $35K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf40000To44999USDollar": {
"defaultMessage": "Number of Households (Income $40K to $45K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf50000To59999USDollar": {
"defaultMessage": "Number of Households (Income $50K to $60K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf60000To74999USDollar": {
"defaultMessage": "Number of Households (Income $60K to $75K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOf75000To99999USDollar": {
"defaultMessage": "Number of Households (Income $75K to $100K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_IncomeOfUpto10000USDollar": {
"defaultMessage": "Number of Households (Income Under $10K)",
"description": "Title for a page about a statistical variable. Variable describes the number of households whose combined income is within that range, specified in US Dollars. Please use appropriate currency to denote US Dollars."
},
"Count_Household_Rural": {
"defaultMessage": "Number of Rural Households",
"description": "Title for a page about a statistical variable. Variable describes a population living in rural areas (usually in comparison with urban populations)."
},
"Count_Household_Urban": {
"defaultMessage": "Number of Urban Households",
"description": "Title for a page about a statistical variable. Variable describes a population living in urban areas (usually in comparison with rural populations)."
},
"Count_HousingUnit": {
"defaultMessage": "Number of Housing Units",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place."
},
"Count_HousingUnit_1940To1949DateBuilt": {
"defaultMessage": "Number of Housing Units (1940 - 1949)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_1950To1959DateBuilt": {
"defaultMessage": "Number of Housing Units (1950 - 1959)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_1960To1969DateBuilt": {
"defaultMessage": "Number of Housing Units (1960 - 1969)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_1970To1979DateBuilt": {
"defaultMessage": "Number of Housing Units (1970 - 1979)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_1980To1989DateBuilt": {
"defaultMessage": "Number of Housing Units (1980 - 1989)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_1990To1999DateBuilt": {
"defaultMessage": "Number of Housing Units (1990 - 1999)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_2000To2009DateBuilt": {
"defaultMessage": "Number of Housing Units (2000 - 2009)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_2010OrLaterDateBuilt": {
"defaultMessage": "Number of Housing Units (After 2010)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_Before1939DateBuilt": {
"defaultMessage": "Number of Housing Units (Before 1939)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which was built in that time period."
},
"Count_HousingUnit_HomeValue1000000To1499999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $1M - $1.5M)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue100000To199999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $100K - $200K)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue1500000To1999999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $1.5M - $2M)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue2000000OrMoreUSDollar": {
"defaultMessage": "Number of Housing Units (Home Value Over $2M)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue200000To299999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $200K - $300K)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue300000To499999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $300K - $500K)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue500000To999999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $500K - $1M)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValue50000To99999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value of $50K - $100K)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HomeValueUpto49999USDollar": {
"defaultMessage": "Number of Housing Units (Home Value Under $50K)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units available for a place with a home value in that range, in US Dollars."
},
"Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone": {
"defaultMessage": "Number of Households (American Indian or Alaska Native)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceAsianAlone": {
"defaultMessage": "Number of Households (Asian Alone)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone": {
"defaultMessage": "Number of Households (Black or African American)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceHispanicOrLatino": {
"defaultMessage": "Number of Households (Hispanic or Latino)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone": {
"defaultMessage": "Number of Households (Native Hawaiian or Pacific Islander)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone": {
"defaultMessage": "Number of Households (Some Other Race)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces": {
"defaultMessage": "Number of Households (Two or More Races)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_HouseholderRaceWhiteAlone": {
"defaultMessage": "Number of Households (White Alone)",
"description": "Title for a page about a statistical variable. Variable describes the number of housing units occupied by people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_HousingUnit_OwnerOccupied": {
"defaultMessage": "Number of Housing Units (Owner Occupied)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which are owner occupied (as opposed to renter occupied."
},
"Count_HousingUnit_RenterOccupied": {
"defaultMessage": "Number of Housing Units (Renter Occupied)",
"description": "Title for a page about a statistical variable. Variable describes the total number of housing units which are renter occupied (as opposed to owner occupied."
},
"Count_Person": {
"defaultMessage": "Population",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place."
},
"Count_Person_10To14Years": {
"defaultMessage": "Population (Ages 10-14)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_10To19Years": {
"defaultMessage": "Population (Ages 10-19)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_15OrMoreYears": {
"defaultMessage": "Population (Ages 15+)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range. (15 and older)"
},
"Count_Person_15To19Years": {
"defaultMessage": "Population (Ages 15-19)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_15To64Years_InLaborForce_AsFractionOf_Count_Person_15To64Years": {
"defaultMessage": "Percent of People in Labor Force (ages 15-64)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of people ages 15-64 who are in the labor force, i.e. able to work."
},
"Count_Person_16OrMoreYears": {
"defaultMessage": "Population (Ages 16+)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range. (16 and older)"
},
"Count_Person_18To24Years": {
"defaultMessage": "Population (Ages 18-24)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_20To24Years": {
"defaultMessage": "Population (Ages 20-24)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_20To29Years": {
"defaultMessage": "Population (Ages 20-29)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_25To29Years": {
"defaultMessage": "Population (Ages 25-29)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_25To34Years": {
"defaultMessage": "Population (Ages 25-34)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_25To34Years_EducationalAttainmentAssociatesDegree_Female": {
"defaultMessage": "Population (Attained Associate Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of females, within a population, who have graduated with an Associate Degree (see https://en.wikipedia.org/wiki/Associate_degree)"
},
"Count_Person_25To34Years_EducationalAttainmentAssociatesDegree_Male": {
"defaultMessage": "Population (Attained Associate Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of males, within a population, who have graduated with an Associate Degree (see https://en.wikipedia.org/wiki/Associate_degree)"
},
"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Female": {
"defaultMessage": "Population (Attained Bachelor's Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of females, within a population, who have graduated with a Bachelor's Degree (see https://en.wikipedia.org/wiki/Bachelor%27s_degree)"
},
"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Male": {
"defaultMessage": "Population (Attained Bachelor's Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of males, within a population, who have graduated with a Bachelor's Degree (see https://en.wikipedia.org/wiki/Bachelor%27s_degree)"
},
"Count_Person_25To34Years_EducationalAttainmentGraduateOrProfessionalDegree_Female": {
"defaultMessage": "Population (Attained Graduate or Professional Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of females, within a population, who have graduated with a graduate or professional degree (i.e. any degree beyond a Bachelor's, see https://en.wikipedia.org/wiki/Bachelor%27s_degree)"
},
"Count_Person_25To34Years_EducationalAttainmentGraduateOrProfessionalDegree_Male": {
"defaultMessage": "Population (Attained Graduate or Professional Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of males, within a population, who have graduated with a graduate or professional degree (i.e. any degree beyond a Bachelor's, see https://en.wikipedia.org/wiki/Bachelor%27s_degree)"
},
"Count_Person_30To34Years": {
"defaultMessage": "Population (Ages 30-34)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_30To39Years": {
"defaultMessage": "Population (Ages 30-39)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_35To39Years": {
"defaultMessage": "Population (Ages 35-39)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_35To44Years": {
"defaultMessage": "Population (Ages 35-44)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_40To44Years": {
"defaultMessage": "Population (Ages 40-44)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_40To49Years": {
"defaultMessage": "Population (Ages 40-49)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_45To49Years": {
"defaultMessage": "Population (Ages 45-49)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_45To54Years": {
"defaultMessage": "Population (Ages 45-54)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_50To54Years": {
"defaultMessage": "Population (Ages 50-54)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_50To59Years": {
"defaultMessage": "Population (Ages 50-59)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_55To59Years": {
"defaultMessage": "Population (Ages 55-59)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_55To64Years": {
"defaultMessage": "Population (Ages 55-64)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_5To17Years": {
"defaultMessage": "Population (Ages 5-17)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_5To9Years": {
"defaultMessage": "Population (Ages 5-9)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_60To61Years": {
"defaultMessage": "Population (Ages 60-61)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_60To64Years": {
"defaultMessage": "Population (Ages 60-64)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_60To69Years": {
"defaultMessage": "Population (Ages 60-69)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_62To64Years": {
"defaultMessage": "Population (Ages 62-64)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_65To69Years": {
"defaultMessage": "Population (Ages 65-69)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_65To74Years": {
"defaultMessage": "Population (Ages 65-74)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_70OrMoreYears": {
"defaultMessage": "Population (Ages 70+)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range. (70 and older)"
},
"Count_Person_70To74Years": {
"defaultMessage": "Population (Ages 70-74)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_70To79Years": {
"defaultMessage": "Population (Ages 70-79)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_75OrMoreYears": {
"defaultMessage": "Population (Ages 75+)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range. (75 and older)"
},
"Count_Person_75To79Years": {
"defaultMessage": "Population (Ages 75-79)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_7To14Years_Employed_AsFractionOf_Count_Person_7To14Years": {
"defaultMessage": "Number of Children Ages 7-14 in Employment",
"description": "Title for a page about a statistical variable. Variable describes the number of children in that age bracket who are employed."
},
"Count_Person_7To14Years_Female_Employed_AsFractionOf_Count_Person_7To14Years_Female": {
"defaultMessage": "Percentage of Children in Employment (Female)",
"description": "Title for a page about a statistical variable. Variable describes female children involved in economic activity for at least one hour in a reference week (see https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SL.TLF.0714.FE.ZS)."
},
"Count_Person_7To14Years_Male_Employed_AsFractionOf_Count_Person_7To14Years_Male": {
"defaultMessage": "Percentage of Children in Employment (Male)",
"description": "Title for a page about a statistical variable. Variable describes male children involved in economic activity for at least one hour in a reference week (see https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SL.TLF.0714.MA.ZS)."
},
"Count_Person_80OrMoreYears": {
"defaultMessage": "Population (Ages 80+)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range (80 and older)."
},
"Count_Person_80To84Years": {
"defaultMessage": "Population (Ages 80-84)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_AmericanIndianOrAlaskaNativeAlone": {
"defaultMessage": "Number of People (American Indian or Alaska Native)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_AsianAlone": {
"defaultMessage": "Number of People (Asian Alone)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months": {
"defaultMessage": "Population (Below Poverty Level)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html."
},
"Count_Person_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone": {
"defaultMessage": "Population (Below Poverty Level, American Indian or Alaska Native)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months_AsianAlone": {
"defaultMessage": "Population (Below Poverty Level, Asian)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone": {
"defaultMessage": "Population (Below Poverty Level, Black or African American)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months_HispanicOrLatino": {
"defaultMessage": "Population (Below Poverty Level, Hispanic or Latino)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone": {
"defaultMessage": "Population (Below Poverty Level, Native Hawaiian or Other Paciific Islander)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BelowPovertyLevelInThePast12Months_WhiteAlone": {
"defaultMessage": "Population (Below Poverty Level, White)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are living below the poverty level and are of a certain race. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_BlackOrAfricanAmericanAlone": {
"defaultMessage": "Number of People (Black or African American)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_Divorced": {
"defaultMessage": "Population (Divorced)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, with a certain marriage status. See here for detailed description of status: https://www.census.gov/programs-surveys/cps/technical-documentation/subject-definitions.html#maritalstatus"
},
"Count_Person_EducationalAttainmentBachelorsDegree": {
"defaultMessage": "Population (Attained Bachelor's Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who have graduated with a Bachelor's Degree (see https://en.wikipedia.org/wiki/Bachelor%27s_degree)"
},
"Count_Person_EducationalAttainmentDoctorateDegree": {
"defaultMessage": "Population (Attained Doctorate Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who have graduated with a Doctorage (see https://en.wikipedia.org/wiki/Doctorate)"
},
"Count_Person_EducationalAttainmentMastersDegree": {
"defaultMessage": "Population (Attained Master's Degree)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who have graduated with a Master's Degree (see https://en.wikipedia.org/wiki/Master%27s_degree)"
},
"Count_Person_EducationalAttainmentNoSchoolingCompleted": {
"defaultMessage": "Population (No Schooling)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who should have completed school, who have had no schooling completed."
},
"Count_Person_EducationalAttainmentRegularHighSchoolDiploma": {
"defaultMessage": "Population (Completed High School)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who have graduated with a high school diploma, or general diploma set by the state's department of education."
},
"Count_Person_Employed": {
"defaultMessage": "Number of Employed People",
"description": "Title for a page about a statistical variable. Variable describes the total number of employed workers in a population."
},
"Count_Person_EnrolledInSchool": {
"defaultMessage": "Population (Enrolled in School)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are currently enrolled in school."
},
"Count_Person_Female": {
"defaultMessage": "Population (Female)",
"description": "Title for a page about a statistical variable. Female population is based on the de facto definition of population, which counts all female residents regardless of legal status or citizenship. We only have data for both sexes (male or female)"
},
"Count_Person_Female_BelowPovertyLevelInThePast12Months": {
"defaultMessage": "Population (Below Poverty Level, Female)",
"description": "Title for a page about a statistical variable. Variable describes the number of females, in a population, who are living below the poverty level. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html."
},
"Count_Person_HispanicOrLatino": {
"defaultMessage": "Number of People (Hispanic or Latino)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_Houseless_Rural": {
"defaultMessage": "Population (Houseless, Rural)",
"description": "Title for a page about a statistical variable. Variable describes a population living in rural areas (usually in comparison with urban populations)."
},
"Count_Person_Houseless_Urban": {
"defaultMessage": "Population (Houseless, Urban)",
"description": "Title for a page about a statistical variable. Variable describes a population living in urban areas (usually in comparison with rural populations)."
},
"Count_Person_Illiterate": {
"defaultMessage": "Population (Illiterate)",
"description": "Label used to describe statistical variables in chart legends, string should be short."
},
"Count_Person_InLaborForce": {
"defaultMessage": "Number of People in the Labor Force",
"description": "Title for a page about a statistical variable. Variable describes the total number of people who are able to work (includes both employed and unemployed people)."
},
"Count_Person_IncomeOf10000To14999USDollar": {
"defaultMessage": "Population (Individual Income Between $10K to $15K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf15000To24999USDollar": {
"defaultMessage": "Population (Individual Income Between $15K to $25K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf25000To34999USDollar": {
"defaultMessage": "Population (Individual Income Between $25K to $35K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf35000To49999USDollar": {
"defaultMessage": "Population (Individual Income Between $35K to $50K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf50000To64999USDollar": {
"defaultMessage": "Population (Individual Income Between $50K to $65K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf65000To74999USDollar": {
"defaultMessage": "Population (Individual Income Between $65K to $75K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOf75000OrMoreUSDollar": {
"defaultMessage": "Population (Individual Income Over $75K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_IncomeOfUpto9999USDollar": {
"defaultMessage": "Population (Individual Income Under $10K)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, whose individual income is in that range (specified in US Dollars)."
},
"Count_Person_Literate": {
"defaultMessage": "Population (Literate)",
"description": "Label used to describe statistical variables in chart legends, string should be short."
},
"Count_Person_Male": {
"defaultMessage": "Population (Male)",
"description": "Title for a page about a statistical variable. Male population is based on the de facto definition of population, which counts all male residents regardless of legal status or citizenship. We only have data for both sexes (male or female)"
},
"Count_Person_Male_BelowPovertyLevelInThePast12Months": {
"defaultMessage": "Population (Below Poverty Level, Male)",
"description": "Title for a page about a statistical variable. Variable describes the number of males, in a population, who are living below the poverty level. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html."
},
"Count_Person_MarriedAndNotSeparated": {
"defaultMessage": "Population (Married and Not Separated)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, with a certain marriage status. See here for detailed description of status: https://www.census.gov/programs-surveys/cps/technical-documentation/subject-definitions.html#maritalstatus"
},
"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone": {
"defaultMessage": "Number of People (Native Hawaiian or Pacific Islander)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_NeverMarried": {
"defaultMessage": "Population (Never Married)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, with a certain marriage status. See here for detailed description of status: https://www.census.gov/programs-surveys/cps/technical-documentation/subject-definitions.html#maritalstatus"
},
"Count_Person_NonWorker": {
"defaultMessage": "Population (Non-Workers)",
"description": "Title for a page about a statistical variable. Variable describes a population who did not work at all (or were not economically productive) in a period of time."
},
"Count_Person_NotAUSCitizen": {
"defaultMessage": "Population (Not a US Citizen)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who are not citizens of the United States (only computed for US places)."
},
"Count_Person_NotEnrolledInSchool": {
"defaultMessage": "Population (Not Enrolled in School)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, in a population, who are currently not enrolled in school (but who are of school-going age)."
},
"Count_Person_PerArea": {
"defaultMessage": "Population Density",
"description": "Title for a page about a statistical variable. Variable describes the population size per area of a place."
},
"Count_Person_Rural": {
"defaultMessage": "Population (Rural)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who live in a rural area (a geographic area that is located outside towns and cities, typically with low population density and small settlements)."
},
"Count_Person_Rural_BelowPovertyLevelInThePast12Months": {
"defaultMessage": "Population (Rural, in Poverty)",
"description": "Title for a page about a statistical variable. Variable describes a population living in rural areas (usually in comparison with urban populations)."
},
"Count_Person_ScheduledCaste": {
"defaultMessage": "Population (Scheduled Caste)",
"description": "Title for a page about a statistical variable. Variable describes a term that comes from the Indian Census. See https://en.wikipedia.org/wiki/Scheduled_Castes_and_Scheduled_Tribes"
},
"Count_Person_ScheduledTribe": {
"defaultMessage": "Population (Scheduled Tribe)",
"description": "Title for a page about a statistical variable. Variable describes a term that comes from the Indian Census. See https://en.wikipedia.org/wiki/Scheduled_Castes_and_Scheduled_Tribes"
},
"Count_Person_Separated": {
"defaultMessage": "Population (Separated)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, with a certain marriage status. See here for detailed description of status: https://www.census.gov/programs-surveys/cps/technical-documentation/subject-definitions.html#maritalstatus"
},
"Count_Person_SomeOtherRaceAlone": {
"defaultMessage": "Number of People (Some Other Race)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_TwoOrMoreRaces": {
"defaultMessage": "Number of People (Two or More Races)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_USCitizenBornAbroadOfAmericanParents": {
"defaultMessage": "Population (Citizen Born Abroad of American Parents)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who are citizens of the United States, but were born outside the United States to a US Citizen parent."
},
"Count_Person_USCitizenBornInTheUnitedStates": {
"defaultMessage": "Population (Born in USA)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who were born in the United States."
},
"Count_Person_USCitizenByNaturalization": {
"defaultMessage": "Population (US Citizen by Naturalization)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who became US Citizens through naturalization (i.e. they were not born in the US and successfully applied to become a citizen)."
},
"Count_Person_Upto4Years": {
"defaultMessage": "Population (Ages 0-4)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_Upto4Years_Female_SevereWasting_AsFractionOf_Count_Person_Upto4Years_Female": {
"defaultMessage": "Prevalence of Severe Wasting among Children under 5 (Female)",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of female children under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.SVR.WAST.FE.ZS"
},
"Count_Person_Upto4Years_Female_Wasting_AsFractionOf_Count_Person_Upto4Years_Female": {
"defaultMessage": "Prevalence of Wasting among Children under 5 (Female)",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of female children under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.STA.WAST.FE.ZS"
},
"Count_Person_Upto4Years_Male_SevereWasting_AsFractionOf_Count_Person_Upto4Years_Male": {
"defaultMessage": "Prevalence of Severe Wasting among Children under 5 (Male)",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of male children under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.SVR.WAST.MA.ZS"
},
"Count_Person_Upto4Years_Male_Wasting_AsFractionOf_Count_Person_Upto4Years_Male": {
"defaultMessage": "Prevalence of Wasting among Children under 5 (Male)",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of male children under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.STA.WAST.MA.ZS"
},
"Count_Person_Upto4Years_SevereWasting_AsFractionOf_Count_Person_Upto4Years": {
"defaultMessage": "Prevalence of Severe Wasting among Children under 5",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of children under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.SVR.WAST.ZS"
},
"Count_Person_Upto4Years_Wasting_AsFractionOf_Count_Person_Upto4Years": {
"defaultMessage": "Prevalence of Wasting among Children under 5",
"description": "Title for a page about a statistical variable. Prevalence of wasting is the proportion of children under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59. See https://databank.worldbank.org/reports.aspx?source=2&type=metadata&series=SH.STA.WAST.ZS"
},
"Count_Person_Upto9Years": {
"defaultMessage": "Population (Ages 0-9)",
"description": "Title for a page about a statistical variable. The number of people in a place within the age range."
},
"Count_Person_Urban": {
"defaultMessage": "Population (Urban)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, who live in an urban area (n urban area, or built-up area, is a human settlement with a high population density and infrastructure of built environment)."
},
"Count_Person_Urban_BelowPovertyLevelInThePast12Months": {
"defaultMessage": "Population (Urban, in Poverty)",
"description": "Title for a page about a statistical variable. Variable describes a population living in urban areas (usually in comparison with rural populations)."
},
"Count_Person_WhiteAlone": {
"defaultMessage": "Number of People (White Alone)",
"description": "Title for a page about a statistical variable. Variable describes the total population of a place, for people of a certain race. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Count_Person_Widowed": {
"defaultMessage": "Population (Widowed)",
"description": "Title for a page about a statistical variable. Variable describes the number of people, within a population, with a certain marriage status. See here for detailed description of status: https://www.census.gov/programs-surveys/cps/technical-documentation/subject-definitions.html#maritalstatus"
},
"Count_Person_Workers": {
"defaultMessage": "Population (Workers)",
"description": "Title for a page about a statistical variable. Variable describes a population who worked (or were economically productive) for a period of time."
},
"Count_StormSurgeTideEvent": {
"defaultMessage": "Number of Storm Surge Tide Events",
"description": "Title for a page about a statistical variable. The number of storm surge tide events that happened in a place."
},
"Count_ThunderstormWindEvent": {
"defaultMessage": "Number of Thunderstorm Events",
"description": "Title for a page about a statistical variable. The number of thunderstorm events that happened in a place."
},
"Count_TornadoEvent": {
"defaultMessage": "Number of Tornado Events",
"description": "Title for a page about a statistical variable. The number of tornado events that happened in a place."
},
"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance": {
"defaultMessage": "Number of State Unemployment Insurance Claims",
"description": "Title for a page about a statistical variable. Variable describes the number of unemployement insurance claims, which is a request for cash benefits after getting laid off from a job, filed at the US State level."
},
"Count_WildlandFireEvent": {
"defaultMessage": "Number of Wildland Fire Events",
"description": "Title for a page about a statistical variable. The number of wildfires in wildland events that happened in a place."
},
"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedOrProbableCase": {
"defaultMessage": "COVID-19 Cumulative Cases (Confirmed or Probable)",
"description": "Title for a page about a statistical variable. Variable describes the cumulative number of confirmed or probable COVID-19 casees (cumulative means total number of cases seen so far since the start of the pandemic)."
},
"CumulativeCount_MedicalConditionIncident_COVID_19_PatientDeceased": {
"defaultMessage": "COVID-19 Cumulative Deaths",
"description": "Title for a page about a statistical variable. Variable describes the cumulative number of deaths due to COVID-19 (cumulative means total number of cases seen so far since the start of the pandemic)."
},
"FertilityRate_Person_Female": {
"defaultMessage": "Fertility Rate",
"description": "Title for a page about a statistical variable. Variable describes the fertility rate, which is the number of live children born to women over a period of time. See https://datacommons.org/browser/fertilityRate for full definition."
},
"GiniIndex_EconomicActivity": {
"defaultMessage": "Gini Index",
"description": "Title for a page about a statistical variable. Variable is the Gini index, which is a measure of inequality, see https://stats.oecd.org/glossary/detail.asp?ID=4842"
},
"GrowthRate_Amount_EconomicActivity_GrossDomesticProduction": {
"defaultMessage": "Gross Domestic Product Growth Rate",
"description": "Title for a page about a statistical variable. Variable describes growth in GDP, see https://databank.worldbank.org/metadataglossary/jobs/series/NY.GDP.MKTP.KD.ZG for a definition)"
},
"GrowthRate_Count_Person": {
"defaultMessage": "Population Growth Rate",
"description": "Title for a page about a statistical variable. Variable describes the change in population over a unit time period, often expressed as a fraction of the initial population."
},
"LifeExpectancy_Person": {
"defaultMessage": "Life Expectancy",
"description": "Title for a page about a statistical variable. Variable describes an estimate of the average age that members of a particular population will be when they die."
},
"Mean_WagesDaily_Worker": {
"defaultMessage": "Worker Daily Wage",
"description": "Title for a page about a statistical variable. Variable describes the daily wage of a worker."
},
"Mean_WagesDaily_Worker_Female": {
"defaultMessage": "Worker Monthly Wage",
"description": "Title for a page about a statistical variable. Variable describes the daily wage of a female workers."
},
"Mean_WagesDaily_Worker_Male": {
"defaultMessage": "Worker Monthly Wage",
"description": "Title for a page about a statistical variable. Variable describes the daily wage of a male workers."
},
"Mean_WagesMonthly_Worker": {
"defaultMessage": "Worker Monthly Wage",
"description": "Title for a page about a statistical variable. Variable describes the monthly wage of a worker."
},
"Mean_WagesMonthly_Worker_Female": {
"defaultMessage": "Worker Monthly Wage",
"description": "Title for a page about a statistical variable. Variable describes the monthly wage of a female workers."
},
"Mean_WagesMonthly_Worker_Male": {
"defaultMessage": "Worker Monthly Wage",
"description": "Title for a page about a statistical variable. Variable describes the monthly wage of a male workers."
},
"Mean_WagesMonthly_Worker_Rural": {
"defaultMessage": "Mean Worker Monthly Wage (Rural)",
"description": "Title for a page about a statistical variable. Variable describes a population living in rural areas (usually in comparison with urban populations)."
},
"Mean_WagesMonthly_Worker_Urban": {
"defaultMessage": "Mean Worker Monthly Wage (Urban)",
"description": "Title for a page about a statistical variable. Variable describes a population living in urban areas (usually in comparison with rural populations)."
},
"Median_Age_Person": {
"defaultMessage": "Median Age",
"description": "Title for a page about a statistical variable. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of all people in a place."
},
"Median_Age_Person_AmericanIndianOrAlaskaNativeAlone": {
"defaultMessage": "Median Age (American Indian or Alaska Native)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_AsianAlone": {
"defaultMessage": "Median Age (Asian Alone)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_BlackOrAfricanAmericanAlone": {
"defaultMessage": "Median Age (Black or African American)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_Female": {
"defaultMessage": "Median Age (Female)",
"description": "Title for a page about a statistical variable. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of all female people in a place. We only have data for both sexes (male or female)."
},
"Median_Age_Person_HispanicOrLatino": {
"defaultMessage": "Median Age (Hispanic or Latino)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_Male": {
"defaultMessage": "Median Age (Male)",
"description": "Title for a page about a statistical variable. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of all male people in a place. We only have data for both sexes (male or female)."
},
"Median_Age_Person_NativeHawaiianOrOtherPacificIslanderAlone": {
"defaultMessage": "Median Age (Native Hawaiian or Pacific Islander)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_SomeOtherRaceAlone": {
"defaultMessage": "Median Age (Some Other Race)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_TwoOrMoreRaces": {
"defaultMessage": "Median Age (Two or More Races)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Age_Person_WhiteAlone": {
"defaultMessage": "Median Age (White Alone)",
"description": "Title for a page about a statistical variable. Variable describes the median age of people of a certain race. Median age is the age that divides a population into two numerically equally sized groups, summarizes the age distribution of people in a place. See this page for more info about races: https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household": {
"defaultMessage": "Median Household Income",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households. See https://www.census.gov/quickfacts/fact/note/US/INC110219"
},
"Median_Income_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone": {
"defaultMessage": "Median Household Income (American Indian or Alaska Native)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household_HouseholderRaceAsianAlone": {
"defaultMessage": "Median Household Income (Asian)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household_HouseholderRaceBlackOrAfricanAmericanAlone": {
"defaultMessage": "Median Household Income (Black or African American)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household_HouseholderRaceHispanicOrLatino": {
"defaultMessage": "Median Household Income (Hispanic or Latino)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone": {
"defaultMessage": "Median Household Income (Native Hawaiian or Pacific Islander)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Household_HouseholderRaceWhiteAlone": {
"defaultMessage": "Median Household Income (White)",
"description": "Title for a page about a statistical variable. Variable describes the median income, computed among households of a certain race. See https://www.census.gov/quickfacts/fact/note/US/INC110219 and https://www.census.gov/topics/population/race/about.html"
},
"Median_Income_Person": {
"defaultMessage": "Median Individual Income",
"description": "Title for a page about a statistical variable. Variable describes the median individual income of a population. Median income is the amount which divides the income distribution into two equal groups, half having incomes above the median, half having incomes below the median."
},
"Median_Income_Person_15OrMoreYears_Female_WithIncome": {
"defaultMessage": "Median Individual Income (Female)",
"description": "Title for a page about a statistical variable. Variable describes the median individual income for female earners of a population. Median income is the amount which divides the income distribution into two equal groups, half having incomes above the median, half having incomes below the median."
},
"Median_Income_Person_15OrMoreYears_Male_WithIncome": {
"defaultMessage": "Median Individual Income (Male)",
"description": "Title for a page about a statistical variable. Variable describes the median individual income for males earners of a population. Median income is the amount which divides the income distribution into two equal groups, half having incomes above the median, half having incomes below the median."
},
"Percent_Person_18To64Years_Female_NoHealthInsurance": {
"defaultMessage": "Percentage of Population Without Health Insurance (Females)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of female adults in a population who do not have health insurance."
},
"Percent_Person_18To64Years_Male_NoHealthInsurance": {
"defaultMessage": "Percentage of Population Without Health Insurance (Males)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of male adults in a population who do not have health insurance."
},
"Percent_Person_18To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone": {
"defaultMessage": "Percentage of Population Without Health Insurance (Blacks Or African Americans)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of people of a certain race in a population who do not have health insurance. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Percent_Person_18To64Years_NoHealthInsurance_HispanicOrLatino": {
"defaultMessage": "Percentage of Population Without Health Insurance (Hispanics or Latinos)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of people of a certain race in a population who do not have health insurance. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Percent_Person_18To64Years_NoHealthInsurance_WhiteAlone": {
"defaultMessage": "Percentage of Population Without Health Insurance (White)",
"description": "Title for a page about a statistical variable. Variable describes the percentage of people of a certain race in a population who do not have health insurance. See https://www.census.gov/topics/income-poverty/poverty/guidance/poverty-measures.html and https://www.census.gov/topics/population/race/about.html"
},
"Percent_Person_BingeDrinking": {
"defaultMessage": "Percentage of Adults That Binge Drink",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/unhealthy-behaviors/index.html#binge-drinking for definition of the statistical variable"
},
"Percent_Person_Obesity": {
"defaultMessage": "Percentage of Adults with Obesity",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/unhealthy-behaviors/index.html#obesity for definition of the statistical variable"
},
"Percent_Person_PhysicalInactivity": {
"defaultMessage": "Percentage of Adults with Physical Inactivity",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/unhealthy-behaviors/index.html#no-leisure-time-physical-activity for definition of the statistical variable"
},
"Percent_Person_SleepLessThan7Hours": {
"defaultMessage": "Percentage of Adults Who Sleep Less Than 7 Hours",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/unhealthy-behaviors/index.html#sleep for definition of the statistical variable"
},
"Percent_Person_Smoking": {
"defaultMessage": "Percentage of Adults That Smoke",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/unhealthy-behaviors/index.html#smoking for definition of the statistical variable"
},
"Percent_Person_WithArthritis": {
"defaultMessage": "Percentage of Adults with Arthritis",
"description": "Title for a page about a statistical variable. See https://www.cdc.gov/places/measure-definitions/health-outcomes/index.html#arthritis for definition of the statistical variable"