-
Notifications
You must be signed in to change notification settings - Fork 48
/
en.json
1762 lines (1762 loc) · 121 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.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 tracts match the data that is currently available. The tool also shows Federally-recognized Tribal reservation lands, including Alaskan Native Villages.",
"description": "Navigate to the About page. This is the sub heading of How to use the tool paragraph1"
},
"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? 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.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. The tool uses this information to identify communities that are experiencing these burdens.",
"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 <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}.",
"description": "Navigate to the About page. This is the paragraph 4"
},
"about.page.send.feedback.email.link": {
"defaultMessage": "Contact CEQ",
"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": "A community is considered to be disadvantaged if it meets the <link1>methodology</link1>.",
"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 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 site has been updated.</bold1> The current version of the site is 1.0 that 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 public comment period for <link1>sending feedback</link1> via the Request for Information has been extended to {expDate1}.",
"description": "Alert body that appears on landing page."
},
"common.pages.alerts.public_comment_period.title": {
"defaultMessage": "Public comment period extended",
"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.eng.cal.text": {
"defaultMessage": "Engagement calendar",
"description": "Navigate to the about page. This is Footer eng.cal.gov link text"
},
"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.rfi.link": {
"defaultMessage": "https://www.federalregister.gov/d/2022-03920",
"description": "Navigate to the about page. This is Footer rfi link"
},
"common.pages.footer.rfi.text": {
"defaultMessage": "Request for Information",
"description": "Navigate to the about page. This is Footer rfi link text"
},
"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": "Technical Support Document",
"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.para1": {
"defaultMessage": "To provide feedback about a specific census tract, either select the send feedback button after selecting a census tract on the <link1>Explore the map</link1> page or use the email address provided above. Please include the census tract ID, county, and state or territory information, in addition to your feedback.",
"description": "Navigate to the contact page, this is the census tract feedback section"
},
"contact.page.census.tract.feedback.para2": {
"defaultMessage": "If there are specific data indicators that could be improved or changed, please include that information in the body of the email.",
"description": "Navigate to the contact page, this is the census tract feedback section"
},
"contact.page.census.tract.feedback.para3": {
"defaultMessage": "In addition, you can provide feedback on the tool via this <link1>survey</link1>.",
"description": "Navigate to the survey. Spanish should substitute <link2> to get Spanish link! Already coded to support"
},
"contact.page.census.tract.feedback.title": {
"defaultMessage": "Census tract feedback",
"description": "Navigate to the contact page, this is the census tract feedback section"
},
"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 us improve the site & data",
"description": "Navigate to the contact page, this is the text for floating action button"
},
"contact.page.general": {
"defaultMessage": "For general feedback, email {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": "Email 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 geojson {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"
},
"downloads.page.description1.text": {
"defaultMessage": "The dataset used in the tool, along with a data dictionary and information about how to use the list of communities (.pdf) are available in the following file formats:",
"description": "Navigate to the Downloads page, this will be the page description1 text"
},
"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.heading1.text": {
"defaultMessage": "Downloads",
"description": "Navigate to the Downloads page, this will be the page heading1 text"
},
"downloads.page.heading2.text": {
"defaultMessage": "File formats",
"description": "Navigate to the Downloads page, this will be the page heading2 text"
},
"downloads.page.title.text": {
"defaultMessage": "Downloads",
"description": "Navigate to the Downloads page, this will be the page title text"
},
"explore.map.page.description.1": {
"defaultMessage": "Overburdened and underserved census tracts are highlighted as being disadvantaged on the map. The map also highlights areas within Federally-recognized Tribal reservations. These areas are also considered disadvantaged.",
"description": "On the explore the map page, the first description of the page"
},
"explore.map.page.description.2": {
"defaultMessage": "Zooming and selecting shows information about each census tract or tribal area. Change the selection to see information about tribal land areas.",
"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 shapefiles, 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.64": {
"defaultMessage": "Elderly over 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: Elderly over 64"
},
"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 lands",
"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 an abandoned mine lands 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",
"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 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 \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 floods from tides, rain, riverine and storm surges in 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 a 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 who did not graduate high 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 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": "Share of non-crop land 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 not very expensive and 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 not very expensive and are likely to have lead paint \n "
},
"explore.map.page.side.panel.indicator.description.leaky.tanks": {
"defaultMessage": "Formula that counts leaking underground storage tanks and number of all underground storage tanks within 1500 feet",
"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 income in the tract to 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 income in the tract to 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 the 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) 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 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"
},
"explore.map.page.side.panel.indicator.description.trafficVolume": {
"defaultMessage": "Count of vehicles at major roads within 500 meters",
"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 vehicles at major roads within 500 meters"
},
"explore.map.page.side.panel.indicator.description.unemploy": {
"defaultMessage": "Number of unemployed people as a part of the labor force",
"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 Number of unemployed people as a part of the labor force"
},
"explore.map.page.side.panel.indicator.description.wasteWater": {
"defaultMessage": "Modeled toxic concentrations at parts of streams within 500 meters",
"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 Modeled toxic concentrations at parts of streams within 500 meters"
},
"explore.map.page.side.panel.indicator.description.wildfire": {
"defaultMessage": "Projected risk to properties from wildfire from fire fuels, weather, humans, and fire movement",
"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 wildfire risk"
},
"explore.map.page.side.panel.indicator.diabetes": {
"defaultMessage": "Diabetes",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Diabetes"
},
"explore.map.page.side.panel.indicator.dieselPartMatter": {
"defaultMessage": "Diesel particulate matter exposure",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Diesel particulate matter exposure"
},
"explore.map.page.side.panel.indicator.energyBurden": {
"defaultMessage": "Energy cost",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Energy cost"
},
"explore.map.page.side.panel.indicator.exp.ag.loss": {
"defaultMessage": "Expected agriculture loss rate",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show agriculture loss rate"
},
"explore.map.page.side.panel.indicator.exp.bld.loss": {
"defaultMessage": "Expected building loss rate",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show building loss rate"
},
"explore.map.page.side.panel.indicator.exp.pop.loss": {
"defaultMessage": "Expected population loss rate",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show population loss rate"
},
"explore.map.page.side.panel.indicator.flooding": {
"defaultMessage": "Projected flood risk",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show flood risk"
},
"explore.map.page.side.panel.indicator.former.def.sites": {
"defaultMessage": "Formerly Used Defense Sites",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Formerly Used Defense Sites"
},
"explore.map.page.side.panel.indicator.heartDisease": {
"defaultMessage": "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 Heart disease"
},
"explore.map.page.side.panel.indicator.high.ed": {
"defaultMessage": "Higher education non-enrollment",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Higher ed degree achievement rate"
},
"explore.map.page.side.panel.indicator.high.school": {
"defaultMessage": "High school education",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show High school degree achievement rate"
},
"explore.map.page.side.panel.indicator.historic.underinvest": {
"defaultMessage": "Historic underinvestment",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Historic underinvestment"
},
"explore.map.page.side.panel.indicator.house.cost": {
"defaultMessage": "Housing cost",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Housing cost"
},
"explore.map.page.side.panel.indicator.imp.flg": {
"defaultMessage": "Impute flag",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Impute flag"
},
"explore.map.page.side.panel.indicator.lack.green.space": {
"defaultMessage": "Lack of green space",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Lack of green space"
},
"explore.map.page.side.panel.indicator.lack.plumbing": {
"defaultMessage": "Lack of indoor plumbing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Lack of indoor plumbing"
},
"explore.map.page.side.panel.indicator.leadPaint": {
"defaultMessage": "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 Lead paint"
},
"explore.map.page.side.panel.indicator.leaky.tanks": {
"defaultMessage": "Leaking underground storage tanks",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Leaking underground storage tanks"
},
"explore.map.page.side.panel.indicator.lifeExpect": {
"defaultMessage": "Low life expectancy",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Low life expectancy"
},
"explore.map.page.side.panel.indicator.ling.iso": {
"defaultMessage": "Linguistic isolation",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Linguistic isolation"
},
"explore.map.page.side.panel.indicator.low.income": {
"defaultMessage": "Low income",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show low income"
},
"explore.map.page.side.panel.indicator.low.income.tooltip.imp.no.adj.yes": {
"defaultMessage": "Tracts that are surrounded by tracts<br />that are considered disadvantaged<br />have an adjusted low income threshold.",
"description": "Hover over the low income icon and it will show Tracts that are surrounded by tracts that are considered disadvantaged have a low income threshold."
},
"explore.map.page.side.panel.indicator.low.income.tooltip.imp.yes.adj.no": {
"defaultMessage": "Tracts with missing income data<br />are given estimated incomes<br />based on an average of the<br />incomes of the surrounding tracts.<br /> Tracts that are surrounded by<br />tracts that are considered<br />disadvantaged have a<br />low income threshold.",
"description": "Hover over the low income icon and it will show Tracts with missing income data are given estimated incomes based on an average of the incomes of the surrounding tracts. Tracts that are surrounded by tracts that are considered disadvantaged have a low income threshold."
},
"explore.map.page.side.panel.indicator.low.med.income": {
"defaultMessage": "Low median income",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Low median income"
},
"explore.map.page.side.panel.indicator.med.home.val": {
"defaultMessage": "Median home value",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Housing cost burden"
},
"explore.map.page.side.panel.indicator.percentile.value.ordinal.suffix": {
"defaultMessage": "{indicatorValue, selectordinal, one {#st} two {#nd} =3 {#rd} other {#th} }",
"description": "Navigate to the explore the tool page. Click on the map. The side panel will show categories. Open a category. This will define the indicator value's ordinal suffix. For example the st in 91st, the rd in 23rd, and the th in 26th, etc."
},
"explore.map.page.side.panel.indicator.pm25": {
"defaultMessage": "PM2.5 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 PM2.5 in the air"
},
"explore.map.page.side.panel.indicator.poverty": {
"defaultMessage": "Poverty",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Unemployment"
},
"explore.map.page.side.panel.indicator.prox.haz": {
"defaultMessage": "Proximity to hazardous waste facilities",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Proximity to hazardous waste facilities"
},
"explore.map.page.side.panel.indicator.prox.npl": {
"defaultMessage": "Proximity to Superfund sites",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Count of proposed or listed NPL "
},
"explore.map.page.side.panel.indicator.prox.rmp": {
"defaultMessage": "Proximity to Risk Management Plan facilities",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Count of proposed or listed RMP"
},
"explore.map.page.side.panel.indicator.title.clean.energy": {
"defaultMessage": "Energy",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Energy title\n"
},
"explore.map.page.side.panel.indicator.title.clean.transport": {
"defaultMessage": "Transportation",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Transportation title\n"
},
"explore.map.page.side.panel.indicator.title.clean.water": {
"defaultMessage": "Water",
"description": "Navigate to the explore the tool page. When the map is in view, click on the map. The side panel will show Water title\n"
},
"explore.map.page.side.panel.indicator.title.climate": {
"defaultMessage": "Climate change",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Climate change title\n"
},
"explore.map.page.side.panel.indicator.title.health.burden": {
"defaultMessage": "Health",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Healt title\n"
},
"explore.map.page.side.panel.indicator.title.legacy.pollution": {
"defaultMessage": "Legacy pollution",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Legacy pollution title\n"
},
"explore.map.page.side.panel.indicator.title.sustain.house": {
"defaultMessage": "Housing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Housing title\n"
},
"explore.map.page.side.panel.indicator.title.testing": {
"defaultMessage": "Testing",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Testing title\n"
},
"explore.map.page.side.panel.indicator.title.work.dev": {
"defaultMessage": "Workforce development",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Workforce development title\n"
},
"explore.map.page.side.panel.indicator.trafficVolume": {
"defaultMessage": "Traffic proximity and volume",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Traffic proximity and volume"
},
"explore.map.page.side.panel.indicator.unemploy": {
"defaultMessage": "Unemployment",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Unemployment"
},
"explore.map.page.side.panel.indicator.value.arrow.down.alt.text": {
"defaultMessage": "an icon for the down arrow",
"description": "image alt text for the down arrow"
},
"explore.map.page.side.panel.indicator.value.arrow.up.alt.text": {
"defaultMessage": "an icon for the up arrow",
"description": "image alt text for the up arrow"
},
"explore.map.page.side.panel.indicator.value.subtext.above": {
"defaultMessage": "above",
"description": "indicating above threshold"
},
"explore.map.page.side.panel.indicator.value.subtext.below": {
"defaultMessage": "below",
"description": "indicating below threshold"
},
"explore.map.page.side.panel.indicator.value.subtext.percent": {
"defaultMessage": "percent",
"description": "indicating percent units"
},
"explore.map.page.side.panel.indicator.value.subtext.percentile": {
"defaultMessage": "percentile",
"description": "indicating percentile units"
},
"explore.map.page.side.panel.indicator.value.subtext.unavailable": {
"defaultMessage": "missing data",
"description": "subtext for indicator when data is N/A"
},
"explore.map.page.side.panel.indicator.value.unavailable.alt.text": {
"defaultMessage": "an icon to represent data is unavailable",
"description": "image alt text when low income is imputed"
},
"explore.map.page.side.panel.indicator.wasteWater": {
"defaultMessage": "Wastewater discharge",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Wastewater discharge"
},
"explore.map.page.side.panel.indicator.wildfire": {
"defaultMessage": "Projected wildfire risk",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show wildfire risk"
},
"explore.map.page.side.panel.info.alt.text.icon.bell": {
"defaultMessage": "An icon that a bell curve or gaussian distribution",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show An icon that a bell curve or gaussian distribution"
},
"explore.map.page.side.panel.info.alt.text.icon.dac.circle": {
"defaultMessage": "a blue circle icon informing the user of what a disadvantaged community is depicted as",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a blue circle icon informing the user of what a disadvantaged community is depicted as"
},
"explore.map.page.side.panel.info.alt.text.icon.locate": {
"defaultMessage": "a gps icon informing the user can locate",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a gps icon informing the user can locate"
},
"explore.map.page.side.panel.info.alt.text.icon.mouse": {
"defaultMessage": "a mouse arrow icon informing the user can use the mouse",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a mouse arrow icon informing the user can use the mouse"
},
"explore.map.page.side.panel.info.alt.text.icon.pie": {
"defaultMessage": "An icon that depicts a part of pie chart being removed",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show An icon that depicts a part of pie chart being removed"
},
"explore.map.page.side.panel.info.alt.text.icon.plus": {
"defaultMessage": "a plus icon indicating that the user can zoom in *",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a plus icon indicating that the user can zoom in"
},
"explore.map.page.side.panel.info.alt.text.icon.search": {
"defaultMessage": "a magnifying glass icon informing the user can search",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a magnifying glass icon informing the user can search"
},
"explore.map.page.side.panel.info.alt.text.icon.tract": {
"defaultMessage": "a tract icon informing the user of census tracts",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show a tract icon informing the user of census tracts"
},
"explore.map.page.side.panel.info.alt.text.icon.up.arrow": {
"defaultMessage": "An icon that has an up arrow and a down arrow",
"description": "Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show An icon that has an up arrow and a down arrow"
},
"explore.map.page.side.panel.info.heading1": {
"defaultMessage": "How to use the map:",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show the first heading of the non-selected side panel"
},
"explore.map.page.side.panel.info.heading2": {
"defaultMessage": "Things to know:",
"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:"
},
"explore.map.page.side.panel.info.para.1.part.1": {
"defaultMessage": "Zoom in",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Zoom in"
},
"explore.map.page.side.panel.info.para.1.part.2": {
"defaultMessage": ", or locate yourself",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show or locate yourself"
},
"explore.map.page.side.panel.info.para.1.part.4": {
"defaultMessage": "and select",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show and select"
},
"explore.map.page.side.panel.info.para.1.part.5": {
"defaultMessage": "to see information about any census tract",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show to see information about any census tract"
},
"explore.map.page.side.panel.info.para.2.part.1": {
"defaultMessage": "The tool uses census tracts",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show The tool uses census tracts"
},
"explore.map.page.side.panel.info.para.2.part.2": {
"defaultMessage": ". Census tracts are a small unit of geography. They make it possible to display data consistenly across the nation.",
"description": "`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Census tracts are a small unit of geography. They make it possible to display data consistenly across the nation."