-
Notifications
You must be signed in to change notification settings - Fork 48
/
en.json
2710 lines (2710 loc) · 181 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
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
{
"about.page.getInvolved.title": {
"defaultMessage": "Get involved",
"description": "Navigate to the About page. This is the sub heading of page"
},
"about.page.how.to.use.para3": {
"defaultMessage": "A community is considered to be disadvantaged if they are located within a census tract that meets the tool’s <link1>methodology</link1> or are on land within the boundaries of Federally Recognized Tribes.",
"description": "Navigate to the About page. This is the paragraph 4"
},
"about.page.how.to.use.tool.para1": {
"defaultMessage": "The tool shows information about the burdens that communities experience. It uses datasets to identify indicators of burdens. The tool shows these burdens in census tracts. Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. This was chosen because many of the data sources in the tool currently use the 2010 census boundaries. The tool also shows land within the boundaries of Federally Recognized Tribes and point locations for Alaska Native Villages.",
"description": "Navigate to the About page. This is the paragraph 4"
},
"about.page.how.to.use.tool.para2": {
"defaultMessage": "The tool ranks most of the burdens using percentiles. Percentiles show how much burden each tract experiences compared to other tracts. Certain burdens use percentages or a simple yes/no.",
"description": "Navigate to the About page. This is the sub heading of How to use the tool paragraph1"
},
"about.page.how.to.use.tool.title": {
"defaultMessage": "How to use the tool",
"description": "Navigate to the About page. This is the sub heading of How to use the tool"
},
"about.page.how.you.can.help.heading": {
"defaultMessage": "How you can help improve the map",
"description": "Navigate to the about page. You will see How you can help"
},
"about.page.how.you.can.help.list.item.1": {
"defaultMessage": "Provide <link1>general feedback</link1> on the CEJST website",
"description": "Navigate to the about page. You will see How you can help list item 1"
},
"about.page.how.you.can.help.list.item.2": {
"defaultMessage": "Suggest new <link1>data sources</link1>.",
"description": "Navigate to the about page. You will see How you can help list item 2"
},
"about.page.how.you.can.help.list.item.3": {
"defaultMessage": "Have feedback about a specific census tract? You can either click here or click the “Send Feedback” button on the side-panel of a census tract on the map.",
"description": "Navigate to the about page. You will see How you can help list item 3"
},
"about.page.how.you.can.help.list.item.4": {
"defaultMessage": "Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this <link2>form</link2> . Otherwise, email: <link1>Screeningtool-Support@omb.eop.gov</link1>",
"description": "Navigate to the about page. You will see How you can help list item 3"
},
"about.page.how.you.can.help.para.1": {
"defaultMessage": "The Council on Environmental Quality plans to issue a Request for Information in 2023. This will give the public time to use the tool before providing comments.",
"description": "Navigate to the about page. You will see How you can help list item 3"
},
"about.page.join.open.source.info": {
"defaultMessage": "The tool’s code is open source, which means it is available for the public to view and contribute to it.",
"description": "info on Navigate to the About page. This is the joining open source community"
},
"about.page.join.open.source.link": {
"defaultMessage": "Check it out on GitHub",
"description": "Navigate to the About page. This is the link to github repository"
},
"about.page.join.opensource.heading": {
"defaultMessage": "Join the open source community",
"description": "Navigate to the About page. This is the join the community heading"
},
"about.page.list.item.1": {
"defaultMessage": "Addendum to the Justice40 Initiative Interim Guidance on Using CEJST",
"description": "Navigate to the About page. This is the list item 1"
},
"about.page.list.item.2": {
"defaultMessage": "Instructions to Federal Agencies on Using the CEJST",
"description": "Navigate to the About page. This is the list item 2"
},
"about.page.paragraph.1": {
"defaultMessage": "In January of 2020, President Biden issued <link1>Executive Order 14008</link1>. The order directed the Council on Environmental Quality (CEQ) to develop a new tool. This tool is called the Climate and Economic Justice Screening Tool. The tool has an interactive map and uses datasets that are indicators of burdens in eight categories: climate change, energy, health, housing, legacy pollution, transportation, water and wastewater, and workforce development. The tool uses this information to identify communities that are experiencing these burdens. These are the communities that are disadvantaged because they are overburdened and underserved.",
"description": "Navigate to the About page. This is the paragraph 1"
},
"about.page.paragraph.2": {
"defaultMessage": "Federal agencies will use the tool to help identify disadvantaged communities that will benefit from programs included in the <link1>Justice40 Initiative</link1>. The Justice40 Initiative seeks to deliver 40% of the overall benefits of investments in climate, clean energy, and related areas to disadvantaged communities.",
"description": "Navigate to the About page. This is the paragraph 2"
},
"about.page.paragraph.3": {
"defaultMessage": "Federal agencies should also use the following:",
"description": "Navigate to the About page. This is the paragraph 3"
},
"about.page.paragraph.4": {
"defaultMessage": "CEQ will update the tool each year based on public feedback, research, and the availability of new data. The current version of the tool is version {version}. <link1>Sign-up</link1> for updates from CEQ",
"description": "Navigate to the About page. This is the paragraph 4"
},
"about.page.paragraph.5": {
"defaultMessage": "A Spanish version of the site will be available in the near future.",
"description": "Navigate to the About page. This is the paragraph 5"
},
"about.page.send.feedback.email.link": {
"defaultMessage": "Contact",
"description": "about page sub header text"
},
"about.page.send.feedback.heading": {
"defaultMessage": "Send feedback",
"description": "Navigate to the About page. This is the sending feedback heading"
},
"about.page.send.feedback.info": {
"defaultMessage": "Have ideas for the tool? Contact the Council on Environmental Quality’s (CEQ).",
"description": "Navigate to the About page. This is the sending feedback information"
},
"about.page.title.text": {
"defaultMessage": "About",
"description": "Navigate to the About page. This is the about page title text"
},
"about.page.use.data.heading": {
"defaultMessage": "Using the data",
"description": "Navigate to the About page. This is the sub heading of Using the data"
},
"about.page.use.data.paragraph": {
"defaultMessage": "The tool's data is available for <link1>download</link1>. This data can be used to filter by state or county.",
"description": "Navigate to the About page. This is the paragraph 4"
},
"about.page.use.map.heading": {
"defaultMessage": "Using the map",
"description": "Navigate to the About page. This is the sub heading of Using the map"
},
"about.page.use.map.para": {
"defaultMessage": "Zoom in and select any census tract to see if it is considered disadvantaged.",
"description": "Navigate to the About page. This is the paragraph of Using the map"
},
"common.pages.alerts.additional_docs_available.description": {
"defaultMessage": "Download new <link1>technical support</link1> and other documentation and <link2>send feedback</link2>.",
"description": "Alert title that appears at the top of pages."
},
"common.pages.alerts.banner.beta.content": {
"defaultMessage": "<bold1>This tool has been updated.</bold1> The 1.0 version of the tool was released on {relDate}.",
"description": "Alert body that appears on landing page."
},
"common.pages.alerts.census.tract.title": {
"defaultMessage": "Additional documentation now available",
"description": "Navigate to any page. This the title of the alert that informs the user that new census tract information is available"
},
"common.pages.alerts.public_comment_period.description": {
"defaultMessage": "The Council on Environmental Quality (CEQ) made the version 1.0 of the tool available on {ver1RelDate}. For more information about the improvements to the tool, CEQ’s press release will be coming soon.",
"description": "Alert body that appears on landing page."
},
"common.pages.alerts.version.1.release..title": {
"defaultMessage": "Version 1.0 of the tool is now available",
"description": "Alert title that appears on landing page."
},
"common.pages.console.error.stage.url": {
"defaultMessage": "Please check stage_hash value. It must be a 4 digit decimal value / 40 digit hexadecimal value",
"description": "Navigate to the about page. This is console error staging URL"
},
"common.pages.footer.arialabel": {
"defaultMessage": "Footer navigation",
"description": "Navigate to the about page. This is aria-label text for whole footer"
},
"common.pages.footer.contactheader": {
"defaultMessage": "Contact",
"description": "Navigate to the about page. This is Footer column header"
},
"common.pages.footer.contribute.header": {
"defaultMessage": "Want to contribute?",
"description": "Navigate to the about page. This is third Footer column header"
},
"common.pages.footer.findcontact": {
"defaultMessage": "Find a contact at USA.gov",
"description": "Navigate to the about page. This is Footer find contact link text"
},
"common.pages.footer.findcontact.link": {
"defaultMessage": "https://www.usa.gov/",
"description": "Navigate to the about page. This is Footer find contact link text"
},
"common.pages.footer.foia.text": {
"defaultMessage": "Freedom of Information Act (FOIA)",
"description": "Navigate to the about page. This is Footer FOIA link text"
},
"common.pages.footer.gatsby.link": {
"defaultMessage": "https://github.com/usds/justice40-tool",
"description": "Navigate to the about page. This is Footer find contact link text"
},
"common.pages.footer.github.link.text": {
"defaultMessage": "Check out the code on GitHub",
"description": "Navigate to the about page. This is Footer github link text"
},
"common.pages.footer.logo.title": {
"defaultMessage": "Council on Environmental Quality",
"description": "Navigate to the about page. This is Footer under logo"
},
"common.pages.footer.moreinfoheader": {
"defaultMessage": "More information",
"description": "Navigate to the about page. This is Footer column header"
},
"common.pages.footer.privacy.link": {
"defaultMessage": "https://www.whitehouse.gov/privacy/",
"description": "Navigate to the about page. This is Footer privacy policy link text"
},
"common.pages.footer.privacy.text": {
"defaultMessage": "Privacy Policy",
"description": "Navigate to the about page. This is Footer privacy policy link text"
},
"common.pages.footer.sign.up": {
"defaultMessage": "Sign up for updates",
"description": "Navigate to the about page. This is Footer under Sign-up for updates"
},
"common.pages.footer.sign.up.link": {
"defaultMessage": "https://lp.constantcontactpages.com/su/Vm8pCFj/spring",
"description": "Navigate to the about page. This is Footer link under Sign-up for updates"
},
"common.pages.footer.whitehouse.link": {
"defaultMessage": "https://www.whitehouse.gov/",
"description": "Navigate to the about page. This is Footer Whitehouse.gov link text"
},
"common.pages.footer.whitehouse.text": {
"defaultMessage": "Whitehouse.gov",
"description": "Navigate to the about page. This is Footer Whitehouse.gov link text"
},
"common.pages.footer.whitehouselogoalt": {
"defaultMessage": "Whitehouse logo",
"description": "Navigate to the about page. This is Footer Whitehouse logo alt text"
},
"common.pages.header.about": {
"defaultMessage": "About",
"description": "Navigate to the about page. This is Header navigate item to the about page"
},
"common.pages.header.contact": {
"defaultMessage": "Contact",
"description": "Navigate to the about page. This is Header navigate item to the Contact page"
},
"common.pages.header.downloads": {
"defaultMessage": "Downloads",
"description": "Navigate to the about page. This is Header navigate item to the downloads page"
},
"common.pages.header.explore": {
"defaultMessage": "Explore the map",
"description": "Navigate to the about page. This is Header navigate item to the Explore the map page"
},
"common.pages.header.faqs": {
"defaultMessage": "Frequently asked questions",
"description": "Navigate to the about page. This is Header navigate item to the faqs page"
},
"common.pages.header.methodology": {
"defaultMessage": "Methodology & data",
"description": "Navigate to the about page. This is Header navigate item to the Methodology page"
},
"common.pages.header.public.eng": {
"defaultMessage": "Engagement calendar",
"description": "Navigate to the about page. This is Header navigate item to the public eng page"
},
"common.pages.header.title.line1": {
"defaultMessage": "Climate and Economic Justice Screening Tool",
"description": "Navigate to the about page. This is Title in nav header"
},
"common.pages.header.tsd": {
"defaultMessage": "Previous versions",
"description": "Navigate to the about page. This is Header navigate item to the technical support document page"
},
"common.pages.tsd.url": {
"defaultMessage": "https://static-data-screeningtool.geoplatform.gov/data-pipeline/data/score/downloadable/cejst_technical_support_document.pdf",
"description": "Navigate to the Alerts on any page. This will be the link to the techinical support document."
},
"contact.page.census.tract.feedback.para3": {
"defaultMessage": "The best way to contact the Council on Environmental Quality (CEQ) is by filling out <link1>this form</link1>.",
"description": "Navigate to the survey. Spanish should substitute <link2> to get Spanish link! Already coded to support"
},
"contact.page.fab.survey.link": {
"defaultMessage": "https://www.surveymonkey.com/r/P3LWTSB",
"description": "The footer sticky link that links to the CEJST survey"
},
"contact.page.fab.survey.text": {
"defaultMessage": "Help improve the tool",
"description": "Navigate to the contact page, this is the text for floating action button"
},
"contact.page.general": {
"defaultMessage": "Otherwise, email CEQ at: {general_email_address}.",
"description": "Contact page body text"
},
"contact.page.header.text": {
"defaultMessage": "Contact",
"description": "Navigate to the contact page, this is the contact page header text"
},
"contact.page.request.for.info.box.body": {
"defaultMessage": "The Request for Information on the Federal Register for the public beta period closed on {rfiExpDate}.",
"description": "Navigate to the contact page, this is the body of the request for information box"
},
"contact.page.request.for.info.box.title": {
"defaultMessage": "Request for Information",
"description": "Navigate to the contact page, this is the title of the request for information box"
},
"contact.page.sub.header.text": {
"defaultMessage": "Contact us",
"description": "Navigate to the contact page, this is the contact page sub header text"
},
"contact.page.title.text": {
"defaultMessage": "Contact",
"description": "Navigate to the contact page, this is the contact page title text"
},
"download.page.download.file.1": {
"defaultMessage": "<link1>Communities list data</link1> (.xlsx {cldXlsFileSize})",
"description": "Navigate to the download page. This is first download file link"
},
"download.page.download.file.2": {
"defaultMessage": "<link2>Communities list data</link2> (.csv {cldCsvFileSize})",
"description": "Navigate to the download page. This is second download file link"
},
"download.page.download.file.3": {
"defaultMessage": "<link3>Shapefile</link3> (Codebook included with shapefile {shapeFileSize} unzipped)",
"description": "Navigate to the download page. This is third download file link"
},
"download.page.download.file.4": {
"defaultMessage": "<link4>Technical support document</link4> (.pdf {tsdFileSize})",
"description": "Navigate to the download page. This is fourth download file link"
},
"download.page.download.file.5": {
"defaultMessage": "<link5>How to use the list of communities</link5> (.pdf {howToCommFileSize})",
"description": "Navigate to the download page. This is fifth download file link"
},
"download.page.files.section.title": {
"defaultMessage": "Version {version} file formats",
"description": "Navigate to the download page. This is first download file link"
},
"download.page.release.update.SECTION1": {
"defaultMessage": "New & improved",
"description": "Navigate to the download page. This is first section of the release update SECTION1"
},
"download.page.release.update.SECTION1_B1": {
"defaultMessage": "Added lands within the boundaries of Federally Recognized Tribes and locations of Alaska Native Villages using data from the Bureau of Indian Affairs at the U.S. Department of the Interior",
"description": "Navigate to the download page. This is SECTION1_B1"
},
"download.page.release.update.SECTION1_B10": {
"defaultMessage": "Added a link to sign up for email mailing list managed by CEQ",
"description": "Navigate to the download page. This is SECTION1_B10 "
},
"download.page.release.update.SECTION1_B2": {
"defaultMessage": "Added new data for indicators of burden",
"description": "Navigate to the download page. This is SECTION1_B2"
},
"download.page.release.update.SECTION1_B2_1": {
"defaultMessage": "Climate change",
"description": "Navigate to the download page. This is SECTION1_B2_1"
},
"download.page.release.update.SECTION1_B2_1_1": {
"defaultMessage": "Projected flood risk",
"description": "Navigate to the download page. This is SECTION1_B2_1_1"
},
"download.page.release.update.SECTION1_B2_1_2": {
"defaultMessage": "Projected wildfire risk",
"description": "Navigate to the download page. This is SECTION1_B2_1_2"
},
"download.page.release.update.SECTION1_B2_1_3": {
"defaultMessage": "Historic underinvestment due to redlining",
"description": "Navigate to the download page. This is SECTION1_B2_1_3"
},
"download.page.release.update.SECTION1_B2_2": {
"defaultMessage": "Housing",
"description": "Navigate to the download page. This is SECTION1_B2_2"
},
"download.page.release.update.SECTION1_B2_2_1": {
"defaultMessage": "Lack of plumbing",
"description": "Navigate to the download page. This is SECTION1_B2_2_1"
},
"download.page.release.update.SECTION1_B2_2_2": {
"defaultMessage": "Lack of green space",
"description": "Navigate to the download page. This is SECTION1_B2_2_2"
},
"download.page.release.update.SECTION1_B2_2_3": {
"defaultMessage": "Historic underinvestment (due to redlining)",
"description": "Navigate to the download page. This is SECTION1_B2_2_3"
},
"download.page.release.update.SECTION1_B2_3": {
"defaultMessage": "Legacy pollution",
"description": "Navigate to the download page. This is SECTION1_B2_3"
},
"download.page.release.update.SECTION1_B2_3_1": {
"defaultMessage": "Abandoned mine lands",
"description": "Navigate to the download page. This is SECTION1_B2_3_1"
},
"download.page.release.update.SECTION1_B2_3_2": {
"defaultMessage": "Formerly used defense sites",
"description": "Navigate to the download page. This is SECTION1_B2_3_2"
},
"download.page.release.update.SECTION1_B2_4": {
"defaultMessage": "Transportation",
"description": "Navigate to the download page. This is SECTION1_B2_4"
},
"download.page.release.update.SECTION1_B2_4_1": {
"defaultMessage": "Transportation barriers",
"description": "Navigate to the download page. This is SECTION1_B2_4_1"
},
"download.page.release.update.SECTION1_B2_5": {
"defaultMessage": "Water",
"description": "Navigate to the download page. This is SECTION1_B2_5"
},
"download.page.release.update.SECTION1_B2_5_1": {
"defaultMessage": "Leaking underground storage tanks",
"description": "Navigate to the download page. This is SECTION1_B2_5_1"
},
"download.page.release.update.SECTION1_B3": {
"defaultMessage": "Included communities that are completely surrounded by other disadvantaged communities and that meet an adjusted low income threshold",
"description": "Navigate to the download page. This is SECTION1_B3"
},
"download.page.release.update.SECTION1_B4": {
"defaultMessage": "Made technical changes to enhance accuracy of the tool",
"description": "Navigate to the download page. This is SECTION1_B4"
},
"download.page.release.update.SECTION1_B4_1": {
"defaultMessage": "Removed income data for students enrolled in higher education in the low income indicator",
"description": "Navigate to the download page. This is SECTION1_B4_1"
},
"download.page.release.update.SECTION1_B4_2": {
"defaultMessage": "Imputed income for census tracts missing income data",
"description": "Navigate to the download page. This is SECTION1_B4_2"
},
"download.page.release.update.SECTION1_B4_3": {
"defaultMessage": "Used transportation barriers and expected population loss rate data burdens only for census tracts with populations of 20 or more to exclude areas such as airports",
"description": "Navigate to the download page. This is SECTION1_B4_3"
},
"download.page.release.update.SECTION1_B5": {
"defaultMessage": "Improved the user interface",
"description": "Navigate to the download page. This is SECTION1_B5"
},
"download.page.release.update.SECTION1_B5_1": {
"defaultMessage": "Added demographics (race & age) for census tracts to map side panel",
"description": "Navigate to the download page. This is SECTION1_B5_1"
},
"download.page.release.update.SECTION1_B5_2": {
"defaultMessage": "Improved the design of the map side panel",
"description": "Navigate to the download page. This is SECTION1_B5_2"
},
"download.page.release.update.SECTION1_B5_3": {
"defaultMessage": "Updated the site copy of the website",
"description": "Navigate to the download page. This is SECTION1_B5_3"
},
"download.page.release.update.SECTION1_B6": {
"defaultMessage": "Added new data for all the U.S. Territories, and also made a small methodology change for Puerto Rico",
"description": "Navigate to the download page. This is SECTION1_B6"
},
"download.page.release.update.SECTION1_B6_1": {
"defaultMessage": "USVI",
"description": "Navigate to the download page. This is SECTION1_B6_1"
},
"download.page.release.update.SECTION1_B6_1_1": {
"defaultMessage": "Included data from 2010 decennial census for US Virgin Islands",
"description": "Navigate to the download page. This is SECTION1_B6_1_1"
},
"download.page.release.update.SECTION1_B6_1_2": {
"defaultMessage": "New data from EJScreen 2.1",
"description": "Navigate to the download page. This is SECTION1_B6_1_2"
},
"download.page.release.update.SECTION1_B6_1_2_1": {
"defaultMessage": "Sustainable Housing:",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_1"
},
"download.page.release.update.SECTION1_B6_1_2_1_1": {
"defaultMessage": "Lead paint",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_1_1"
},
"download.page.release.update.SECTION1_B6_1_2_2": {
"defaultMessage": "Legacy pollution:",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2"
},
"download.page.release.update.SECTION1_B6_1_2_2_1": {
"defaultMessage": "Proximity to Superfund (National Priorities List (NPL)) sites",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_1"
},
"download.page.release.update.SECTION1_B6_1_2_2_2": {
"defaultMessage": "Proximity to Risk Management Plan (RMP) sites",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_2"
},
"download.page.release.update.SECTION1_B6_1_2_2_3": {
"defaultMessage": "Proximity to hazardous waste facilities",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_3"
},
"download.page.release.update.SECTION1_B6_1_2_2_4": {
"defaultMessage": "Leaking underground storage tanks",
"description": "Navigate to the download page. This is SECTION1_B6_1_2_2_4"
},
"download.page.release.update.SECTION1_B6_2": {
"defaultMessage": "Guam",
"description": "Navigate to the download page. This is SECTION1_B6_2"
},
"download.page.release.update.SECTION1_B6_2_1": {
"defaultMessage": "Included data from 2010 decennial census for Guam",
"description": "Navigate to the download page. This is SECTION1_B6_2_1"
},
"download.page.release.update.SECTION1_B6_3": {
"defaultMessage": "Samoa",
"description": "Navigate to the download page. This is SECTION1_B6_3"
},
"download.page.release.update.SECTION1_B6_4": {
"defaultMessage": "Marianna Islands",
"description": "Navigate to the download page. This is SECTION1_B6_4"
},
"download.page.release.update.SECTION1_B6_5": {
"defaultMessage": "Puerto Rico",
"description": "Navigate to the download page. This is SECTION1_B6_5"
},
"download.page.release.update.SECTION1_B6_5_1": {
"defaultMessage": "Removed linguistic isolation as an indicator in the methodology for Puerto Rico",
"description": "Navigate to the download page. This is SECTION1_B6_5_1"
},
"download.page.release.update.SECTION1_B6_5_2": {
"defaultMessage": "Imported additional available data for Puerto Rico",
"description": "Navigate to the download page. This is SECTION1_B6_5_2"
},
"download.page.release.update.SECTION1_B6_5_2_1": {
"defaultMessage": "Energy cost",
"description": "Navigate to the download page. This is SECTION1_B6_5_2_1"
},
"download.page.release.update.SECTION1_B6_5_2_2": {
"defaultMessage": "Housing cost",
"description": "Navigate to the download page. This is SECTION1_B6_5_2_2"
},
"download.page.release.update.SECTION1_B6_5_2_3": {
"defaultMessage": "Abandoned mine lands",
"description": "Navigate to the download page. This is SECTION1_B6_5_2_3"
},
"download.page.release.update.SECTION1_B6_5_2_4": {
"defaultMessage": "Proximity to hazardous waste sites",
"description": "Navigate to the download page. This is SECTION1_B6_5_2_4"
},
"download.page.release.update.SECTION1_B7": {
"defaultMessage": "Updated data from EJScreen 2.1 across the entire tool:",
"description": "Navigate to the download page. This is SECTION1_B7"
},
"download.page.release.update.SECTION1_B7_1_1": {
"defaultMessage": "Lead paint - 2016-2020",
"description": "Navigate to the download page. This is SECTION1_B7_1_1"
},
"download.page.release.update.SECTION1_B7_2_1": {
"defaultMessage": "Proximity to Superfund (National Priorities List (NPL)) sites - 2022",
"description": "Navigate to the download page. This is SECTION1_B7_2_1"
},
"download.page.release.update.SECTION1_B7_2_2": {
"defaultMessage": "Proximity to Risk Management Plans (RMP) facilities - 2022",
"description": "Navigate to the download page. This is SECTION1_B7_2_2"
},
"download.page.release.update.SECTION1_B7_2_3": {
"defaultMessage": "Proximity to hazardous waste facilities - 2022",
"description": "Navigate to the download page. This is SECTION1_B7_2_3"
},
"download.page.release.update.SECTION1_B7_3": {
"defaultMessage": "Water and wastewater",
"description": "Navigate to the download page. This is SECTION1_B7_3"
},
"download.page.release.update.SECTION1_B7_3_1": {
"defaultMessage": "Leaking underground storage tanks - 2022",
"description": "Navigate to the download page. This is SECTION1_B7_3_1"
},
"download.page.release.update.SECTION1_B8": {
"defaultMessage": "Enhanced the technical files:",
"description": "Navigate to the download page. This is SECTION1_B8"
},
"download.page.release.update.SECTION1_B8_1": {
"defaultMessage": "Added all new data indicators and demographics to .xls, .csv, and shapefiles",
"description": "Navigate to the download page. This is SECTION1_B8_1"
},
"download.page.release.update.SECTION1_B8_2": {
"defaultMessage": "Added previous versions page to access the beta version’s download files",
"description": "Navigate to the download page. This is SECTION1_B8_2"
},
"download.page.release.update.SECTION1_B8_3": {
"defaultMessage": "Updated codebook",
"description": "Navigate to the download page. This is SECTION1_B8_3"
},
"download.page.release.update.SECTION1_B8_4": {
"defaultMessage": "Updated Technical Support Document",
"description": "Navigate to the download page. This is SECTION1_B8_4"
},
"download.page.release.update.SECTION1_B9": {
"defaultMessage": "Improved the way that users provide feedback on the tool:",
"description": "Navigate to the download page. This is SECTION1_B9"
},
"download.page.release.update.SECTION1_B9_1": {
"defaultMessage": "Data survey",
"description": "Navigate to the download page. This is SECTION1_B9_1"
},
"download.page.release.update.SECTION1_B9_2": {
"defaultMessage": "Site experience survey",
"description": "Navigate to the download page. This is SECTION1_B9_2"
},
"download.page.release.update.SECTION1_B9_3": {
"defaultMessage": "Census tract feedback",
"description": "Navigate to the download page. This is SECTION1_B9_3"
},
"download.page.release.update.SECTION1_B9_4": {
"defaultMessage": "General contact form",
"description": "Navigate to the download page. This is SECTION1_B9_4 "
},
"download.page.release.update.footer": {
"defaultMessage": "release version {version}",
"description": "Navigate to the download page. This is second section of the release update section"
},
"download.page.release.update.section.2": {
"defaultMessage": "Fixes",
"description": "Navigate to the download page. This is second section of the release update section"
},
"download.page.release.update.section.2.p1": {
"defaultMessage": "Bug fix: loaded missing life expectancy data for Maine and Wisconsin",
"description": "Navigate to the download page. This is second section of the release update section"
},
"download.page.release.update.section.2.p2": {
"defaultMessage": "Bug fix: Census tracts that are 100% water should not be included on the map",
"description": "Navigate to the download page. This is second section of the release update section"
},
"download.page.release.update.title.1": {
"defaultMessage": "Version {release} Release update - {date}",
"description": "Navigate to the download page. This is first download file link"
},
"downloads.page.change.log.text": {
"defaultMessage": "release notes",
"description": "Navigate to the Downloads page, this will be the view of release notes"
},
"downloads.page.download.icon.alt.tag": {
"defaultMessage": "The icon used to indicate that the file is downloadable",
"description": "Navigate to the Downloads page, this is the icon used to indicate that the file is downloadable"
},
"downloads.page.files.section.text": {
"defaultMessage": "The dataset used in the {version} version of the tool, along with a codebook, and information about how to use the list of communities (.pdf) are available for download:",
"description": "Navigate to the Downloads page, this will be the page description1 text"
},
"downloads.page.heading1.text": {
"defaultMessage": "Downloads",
"description": "Navigate to the Downloads page, this will be the page heading1 text"
},
"downloads.page.title.text": {
"defaultMessage": "Downloads",
"description": "Navigate to the Downloads page, this will be the page title text"
},
"downloads.page.view.text": {
"defaultMessage": "View",
"description": "Navigate to the Downloads page, this will be the view of change log"
},
"explore.map.page.description.1": {
"defaultMessage": "Census tracts that are overburdened and underserved are highlighted as being disadvantaged on the map. Federally Recognized Tribes, including Alaska Native Villages, are also considered disadvantaged communities.",
"description": "On the explore the map page, the first description of the page"
},
"explore.map.page.description.2": {
"defaultMessage": "Zooming in and selecting shows information about each census tract.",
"description": "On the explore the map page, the fifth description of the page"
},
"explore.map.page.explore.data.box.body": {
"defaultMessage": "Download the data with documentation and shapefile from the <link1>downloads</link1> page.",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Things to know, this is the fifth paragraph of this side pane"
},
"explore.map.page.explore.data.box.title": {
"defaultMessage": "Get the data",
"description": "On the explore the map page, a summary box title of Get the data"
},
"explore.map.page.heading.text": {
"defaultMessage": "Explore the map",
"description": "On the explore the map page, the heading of the page"
},
"explore.map.page.label.text": {
"defaultMessage": "Disadvantaged community",
"description": "On the explore the map page, the label of the legend"
},
"explore.map.page.legend.description.text": {
"defaultMessage": "Communities identified as disadvantaged by the map are those that are marginalized, underserved, and overburdened by pollution. These communities are at or above the thresholds in one or more of eight categories of criteria.",
"description": "On the explore the map page, the description of the legend"
},
"explore.map.page.map.geolocation.disabled": {
"defaultMessage": "Geolocation disabled",
"description": "On the explore the map page, on the map, this is the message above the gelocation icon that geolocation is disabled."
},
"explore.map.page.map.geolocation.locating": {
"defaultMessage": "Finding location...",
"description": "On the explore the map page, on the map, this is the message above the gelocation icon that geolocation is locating."
},
"explore.map.page.map.layer.selector.tracts.long": {
"defaultMessage": "Census Tracts",
"description": "On the explore the map page, on the map, the full name indicating Census Tracts"
},
"explore.map.page.map.layer.selector.tracts.short": {
"defaultMessage": "Tracts",
"description": "On the explore the map page, on the map, the short name indicating Census Tracts"
},
"explore.map.page.map.layer.selector.tribal.long": {
"defaultMessage": "Tribal Lands",
"description": "On the explore the map page, on the map, the full name indicating Tribal Lands"
},
"explore.map.page.map.layer.selector.tribal.short": {
"defaultMessage": "Tribal",
"description": "On the explore the map page, on the map, the short name indicating Tribal Lands"
},
"explore.map.page.map.search.placeholder.mobile.text": {
"defaultMessage": "Search locations",
"description": "On the explore the map page, on the map, the placeholder text for search"
},
"explore.map.page.map.search.placeholder.text": {
"defaultMessage": "Search for an address, city, state or ZIP",
"description": "On the explore the map page, on the map, the placeholder text for search"
},
"explore.map.page.map.search.results.empty.text": {
"defaultMessage": "Location not found or unknown. Please try a different search.",
"description": "On the explore the map page, on the map, the text displaying message for no search results found"
},
"explore.map.page.map.territoryFocus.alaska.long": {
"defaultMessage": "Alaska",
"description": "On the explore the map page, on the map, the full name indicating the bounds of Alaska"
},
"explore.map.page.map.territoryFocus.alaska.short": {
"defaultMessage": "AK",
"description": "On the explore the map page, on the map, the abbreviated indicating the bounds of Alaska"
},
"explore.map.page.map.territoryFocus.american.samoa.long": {
"defaultMessage": "American Samoa",
"description": "On the explore the map page, on the map, the full name indicating the bounds of American Samoa"
},
"explore.map.page.map.territoryFocus.american.samoa.short": {
"defaultMessage": "AS",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of American Samoa"
},
"explore.map.page.map.territoryFocus.commonwealth.nmp.long": {
"defaultMessage": "Commonwealth of Northern Mariana Islands",
"description": "On the explore the map page, on the map, the full name indicating the bounds of Commonwealth of Northern Mariana Islands"
},
"explore.map.page.map.territoryFocus.commonwealth.nmp.short": {
"defaultMessage": "MP",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of Commonwealth of Northern Mariana Islands"
},
"explore.map.page.map.territoryFocus.guam.long": {
"defaultMessage": "Guam",
"description": "On the explore the map page, on the map, the full name indicating the bounds of Guam"
},
"explore.map.page.map.territoryFocus.guam.short": {
"defaultMessage": "GU",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of Guam"
},
"explore.map.page.map.territoryFocus.hawaii.long": {
"defaultMessage": "Hawaii",
"description": "On the explore the map page, on the map, the longer name indicating the bounds of Hawaii"
},
"explore.map.page.map.territoryFocus.hawaii.short": {
"defaultMessage": "HI",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of Hawaii"
},
"explore.map.page.map.territoryFocus.lower48.long": {
"defaultMessage": "Lower 48",
"description": "On the explore the map page, on the map, the longer name indicating the bounds of the Lower 48 states"
},
"explore.map.page.map.territoryFocus.lower48.short": {
"defaultMessage": "48",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of \n the Lower 48 states\n "
},
"explore.map.page.map.territoryFocus.puerto_rico.long": {
"defaultMessage": "Puerto Rico",
"description": "On the explore the map page, on the map, the full name indicating the bounds of Puerto Rico"
},
"explore.map.page.map.territoryFocus.puerto_rico.short": {
"defaultMessage": "PR",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of Puerto Rico"
},
"explore.map.page.map.territoryFocus.us.virgin.islands.long": {
"defaultMessage": "US Virgin Islands",
"description": "On the explore the map page, on the map, the full name indicating the bounds of US Virgin Islands"
},
"explore.map.page.map.territoryFocus.us.virgin.islands.short": {
"defaultMessage": "VI",
"description": "On the explore the map page, on the map, the abbreviated name indicating the bounds of US Virgin Islands"
},
"explore.map.page.map.zoom.warning": {
"defaultMessage": "Zoom in to the state or regional level to see prioritized communities on the map.",
"description": "On the explore the map page, on the map, the zoom warning on map"
},
"explore.map.page.side.panel.at.or.above.at.least.one": {
"defaultMessage": "At or above at least one threshold?",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. Click on a category to expand. This is the first question text around thresholds."
},
"explore.map.page.side.panel.at.or.above.both.thresholds": {
"defaultMessage": "At or above both associated thresholds?",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. Click on a category to expand. This is the second question text around thresholds."
},
"explore.map.page.side.panel.category.header.indicator": {
"defaultMessage": "Indicator",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show header for each category\n"
},
"explore.map.page.side.panel.category.header.percentile": {
"defaultMessage": "Percentile (0-100)",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show header for each category\n"
},
"explore.map.page.side.panel.community.of.focus": {
"defaultMessage": "YES",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the communities the score currently is focused on"
},
"explore.map.page.side.panel.demo.age.over.65": {
"defaultMessage": "Elderly over 65",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Elderly over 65"
},
"explore.map.page.side.panel.demo.age.title": {
"defaultMessage": "Age",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demograhics age title"
},
"explore.map.page.side.panel.demo.age.under.10": {
"defaultMessage": "Children under 10",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Children under 10"
},
"explore.map.page.side.panel.demo.american.indian": {
"defaultMessage": "American Indian and Alaska Native",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: American Indian and Alaska Native"
},
"explore.map.page.side.panel.demo.asian": {
"defaultMessage": "Asian",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Asian"
},
"explore.map.page.side.panel.demo.black": {
"defaultMessage": "Black or African American",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Black"
},
"explore.map.page.side.panel.demo.hawaiian": {
"defaultMessage": "Native Hawiian or Pacific Islander",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Native Hawiian or Pacific Islander"
},
"explore.map.page.side.panel.demo.hispanic": {
"defaultMessage": "Hispanic or Latino",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Hispanic or Latino"
},
"explore.map.page.side.panel.demo.of.age.mid": {
"defaultMessage": "Ages 10 - 64",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Ages 10 - 64"
},
"explore.map.page.side.panel.demo.other": {
"defaultMessage": "Other",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Other"
},
"explore.map.page.side.panel.demo.race.title": {
"defaultMessage": "Race / Ethnicity",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demograhics race title"
},
"explore.map.page.side.panel.demo.title": {
"defaultMessage": "Tract demographics",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demograhics title"
},
"explore.map.page.side.panel.demo.two.or.more": {
"defaultMessage": "Two or more races",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: Two or more races"
},
"explore.map.page.side.panel.demo.white": {
"defaultMessage": "White",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the demographics: White"
},
"explore.map.page.side.panel.donut.copy.adj.low.income": {
"defaultMessage": "Adjusted low income",
"description": "Navigate to the explore the map page. Click on side panel, this copy may show up"
},
"explore.map.page.side.panel.donut.copy.complete.surround": {
"defaultMessage": "Completely surrounded",
"description": "Navigate to the explore the map page. Click on side panel, this copy may show up"
},
"explore.map.page.side.panel.exceed.burden.answer.no": {
"defaultMessage": "No",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. This will display NO if the census tract is disadvantaged"
},
"explore.map.page.side.panel.exceed.burden.answer.yes": {
"defaultMessage": "Yes",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. This will display YES if the census tract is disadvantaged"
},
"explore.map.page.side.panel.geographicInfo.censusBlockGroup": {
"defaultMessage": "Number:",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the census tract id number of the feature selected"
},
"explore.map.page.side.panel.geographicInfo.county": {
"defaultMessage": "County:",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the county of the feature selected"
},
"explore.map.page.side.panel.geographicInfo.population": {
"defaultMessage": "Population:",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the population of the feature selected"
},
"explore.map.page.side.panel.geographicInfo.state": {
"defaultMessage": "State:",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the state of the feature selected"
},
"explore.map.page.side.panel.geographicInfo.territory": {
"defaultMessage": "Territory:",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the territory of the feature selected"
},
"explore.map.page.side.panel.geographicInfo.title": {
"defaultMessage": "Tract information",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the census tract info title"
},
"explore.map.page.side.panel.indicator.abandon.mines": {
"defaultMessage": "Abandoned mine land",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Abandoned land mines"
},
"explore.map.page.side.panel.indicator.adjacency": {
"defaultMessage": "Adjacency",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Adjancency"
},
"explore.map.page.side.panel.indicator.asthma": {
"defaultMessage": "Asthma",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Asthma"
},
"explore.map.page.side.panel.indicator.barrier.transport": {
"defaultMessage": "Transportation barriers",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show transportation barriers"
},
"explore.map.page.side.panel.indicator.description.abandon.mines": {
"defaultMessage": "Presence of one or more abandoned mine land within the tract",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Presence of an abandoned mine lands within the tract"
},
"explore.map.page.side.panel.indicator.description.asthma": {
"defaultMessage": "Share of people who have been told they have asthma",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of people who have been told they have asthma"
},
"explore.map.page.side.panel.indicator.description.barrierTrans": {
"defaultMessage": "Average of relative cost and time spent on transportation",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Cost and time spent on transportation"
},
"explore.map.page.side.panel.indicator.description.diabetes": {
"defaultMessage": "Share of people ages 18 years and older who have diabetes other than diabetes during pregnancy",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of people ages 18 years and older who have diabetes"
},
"explore.map.page.side.panel.indicator.description.dieselPartMatter": {
"defaultMessage": "Amount of diesel exhaust in the air",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Diesel exhaust in the air"
},
"explore.map.page.side.panel.indicator.description.energy.cost": {
"defaultMessage": "Average annual energy costs divided by household income",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Energy costs divided by household income"
},
"explore.map.page.side.panel.indicator.description.exp.ag.loss": {
"defaultMessage": "Economic loss to agricultural value resulting from natural hazards each year",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Economic loss rate to agriculture resulting from natural hazards\n "
},
"explore.map.page.side.panel.indicator.description.exp.bld.loss": {
"defaultMessage": "Economic loss to building value resulting from natural hazards each year",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side \n panel will show an indicator description of Economic loss rate to buildings resulting from natural hazards"
},
"explore.map.page.side.panel.indicator.description.exp.pop.loss": {
"defaultMessage": "Fatalities and injuries resulting from natural hazards each year",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Economic loss rate to the population in fatalities and \n injuries resulting from natural hazards"
},
"explore.map.page.side.panel.indicator.description.flooding": {
"defaultMessage": "Projected risk to properties from projected floods, from tides, rain, riverine and storm surges within 30 years",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of flooding risk"
},
"explore.map.page.side.panel.indicator.description.former.def.sites": {
"defaultMessage": "Presence of one or more Formerly Used Defense Site within the tract",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Presence of a Formerly Used Defense Site within the tract"
},
"explore.map.page.side.panel.indicator.description.heartDisease": {
"defaultMessage": "Share of people ages 18 years and older who have been told they have heart disease",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of people ages 18 years and older who have been told they have heart disease"
},
"explore.map.page.side.panel.indicator.description.high.ed": {
"defaultMessage": "Percent of the census tract's population 15 or older not enrolled in college, university, or graduate school",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Percent of the census tract's population 15 or older not \n enrolled in college, university, or graduate school"
},
"explore.map.page.side.panel.indicator.description.high.school": {
"defaultMessage": "Percent of people ages 25 years or older whose high school education is less than a high school diploma",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Percent of people ages 25 years or older who did not graduate high school"
},
"explore.map.page.side.panel.indicator.description.historic.underinvestment": {
"defaultMessage": "Census tracts with historically high barriers to accessing home loans",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Census tracts with historically high barriers to accessing home loans"
},
"explore.map.page.side.panel.indicator.description.house.cost": {
"defaultMessage": "Share of households making less than 80% of the area median family income and spending more than 30% of income on housing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of households making less than 80% of the area median family income and spending more than 30% of income on housing"
},
"explore.map.page.side.panel.indicator.description.lack.green.space": {
"defaultMessage": "Amount of land, not including crop land, that is covered with artificial materials like concrete or pavement",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description Share of non-crop land covered with artificial materials like concrete or pavement"
},
"explore.map.page.side.panel.indicator.description.lack.plumbing": {
"defaultMessage": "Share of homes without indoor kitchens or plumbing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of homes without indoor kitchens or plumbing"
},
"explore.map.page.side.panel.indicator.description.leadPaint": {
"defaultMessage": "Share of homes that are likely to have lead paint",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of homes that are likely to have lead paint \n "
},
"explore.map.page.side.panel.indicator.description.leaky.tanks": {
"defaultMessage": "Formula of the density of leaking underground storage tanks and number of all active underground storage tanks within 1500 feet of the census tract boundaries",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of leaky storage tanks"
},
"explore.map.page.side.panel.indicator.description.lifeExpect": {
"defaultMessage": "Average number of years a person can expect to live",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Average number of years of life a person can expect to live"
},
"explore.map.page.side.panel.indicator.description.ling.iso": {
"defaultMessage": "A flag to inform imputation?",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency"
},
"explore.map.page.side.panel.indicator.description.low.income": {
"defaultMessage": "People in households where income is less than or equal to twice the federal poverty level, not including students enrolled in higher ed",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description ofPeople in households where income is less than or equal to twice the federal poverty level, not including students enrolled in higher ed"
},
"explore.map.page.side.panel.indicator.description.low.med.income": {
"defaultMessage": "Comparison of median income in the tract to median incomes in the area",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Comparison of median income in the tract to median incomes in the area"
},
"explore.map.page.side.panel.indicator.description.pm25": {
"defaultMessage": "Level of inhalable particles, 2.5 micrometers or smaller",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Fine inhalable particles, 2.5 micrometers and smaller"
},
"explore.map.page.side.panel.indicator.description.poverty": {
"defaultMessage": "Share of people in households where income is at or below 100% of the Federal poverty level",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Share of people in households where the income is at or below 100% of the Federal poverty level"
},
"explore.map.page.side.panel.indicator.description.prox.haz": {
"defaultMessage": "Count of hazardous waste facilities within 5 kilometers",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Count of hazardous waste facilities within 5 kilometers"
},
"explore.map.page.side.panel.indicator.description.prox.npl": {
"defaultMessage": "Count of proposed or listed Superfund (or National Priorities List (NPL)) sites within 5 kilometers",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Count of proposed or listed Superfund (or National Priorities List) sites within 5 kilometers"
},
"explore.map.page.side.panel.indicator.description.prox.rmp": {
"defaultMessage": "Count of Risk Management Plan (RMP) facilities within 5 kilometers",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Count of Risk Management Plan facilities within 5 kilometers"