Fix copy bugs and update en.json for spanish translators (#746)

* update copy bugs

- updates snapshots

* Update intl en.json

- remove duplicate ids
This commit is contained in:
Vim 2021-09-23 13:06:26 -07:00 committed by GitHub
commit c99677f9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 362 additions and 118 deletions

View file

@ -102,7 +102,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Poverty Poverty
</h3> </h3>
<div> <div>
Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level.
</div> </div>
<ul> <ul>
<li> <li>

View file

@ -55,7 +55,7 @@ export const PAGE = defineMessages({
}, },
PRESIDENT_LINK_LABEL: { PRESIDENT_LINK_LABEL: {
id: 'index.presidentalLinkLabel', id: 'index.presidentalLinkLabel',
defaultMessage: 'Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad', defaultMessage: 'Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad.',
description: 'Link url to presidential actions executive order. Part of paragraph 2', description: 'Link url to presidential actions executive order. Part of paragraph 2',
}, },
}); });
@ -72,7 +72,7 @@ export const HOW_TO_GET_STARTED = defineMessages({
description: 'sub heading of page', description: 'sub heading of page',
}, },
FEDERAL_PM_HEADING: { FEDERAL_PM_HEADING: {
id: 'federal.pm.info', id: 'federal.pm.heading',
defaultMessage: 'Federal program managers', defaultMessage: 'Federal program managers',
description: 'sub heading of page', description: 'sub heading of page',
}, },
@ -109,7 +109,7 @@ export const HOW_TO_GET_STARTED = defineMessages({
export const GET_INVOLVED = defineMessages({ export const GET_INVOLVED = defineMessages({
TITLE: { TITLE: {
id: 'getInvolved.title', id: 'getInvolved.title',
defaultMessage: 'How to get started', defaultMessage: 'Get involved',
description: 'sub heading of page', description: 'sub heading of page',
}, },
SEND_FEEDBACK_HEADING: { SEND_FEEDBACK_HEADING: {

View file

@ -89,12 +89,12 @@ export const SIDE_PANEL_CBG_INFO = defineMessages({
export const COMMUNITY = { export const COMMUNITY = {
OF_FOCUS: <FormattedMessage OF_FOCUS: <FormattedMessage
id={'areaDetail.priorityInfo.categorization'} id={'areaDetail.categorization.community.of.focus'}
defaultMessage={ 'Community of focus'} defaultMessage={ 'Community of focus'}
description={'the communities the score currently is focused on'} description={'the communities the score currently is focused on'}
/>, />,
NOT_OF_FOCUS: <FormattedMessage NOT_OF_FOCUS: <FormattedMessage
id= {'areaDetail.priorityInfo.categorization'} id= {'areaDetail.categorization.not.community.of.focus'}
defaultMessage= {'Not a community of focus'} defaultMessage= {'Not a community of focus'}
description= {'the communities the score currently is not focused on'} description= {'the communities the score currently is not focused on'}
/>, />,
@ -308,7 +308,7 @@ export const DOWNLOAD_DRAFT = {
}} }}
/>, />,
PARAGRAPH_2: <FormattedMessage PARAGRAPH_2: <FormattedMessage
id={'download.draft.ptag.1'} id={'download.draft.ptag.2'}
description={'Download the draft list of communities of focus and datasets used.'} description={'Download the draft list of communities of focus and datasets used.'}
defaultMessage={`ZIP file will contain one .xlsx, one .csv, and one .pdf (${METHODOLOGY_COPY.DOWNLOAD_FILE_SIZE}).`} defaultMessage={`ZIP file will contain one .xlsx, one .csv, and one .pdf (${METHODOLOGY_COPY.DOWNLOAD_FILE_SIZE}).`}
/>, />,

View file

@ -117,7 +117,7 @@ export const INDICATORS = [
{ {
indicator: 'Poverty', indicator: 'Poverty',
description: `Percent of a block group's population in households where the household income` + description: `Percent of a block group's population in households where the household income` +
` is at or below 100% of the federal poverty level`, ` is at or below 100% of the federal poverty level.`,
dataResolution: `Census block group`, dataResolution: `Census block group`,
dataSourceLabel: `Census's American Community Survey`, dataSourceLabel: `Census's American Community Survey`,
dataSourceURL: `https://www.census.gov/programs-surveys/acs`, dataSourceURL: `https://www.census.gov/programs-surveys/acs`,
@ -309,7 +309,7 @@ export const METHODOLOGY_STEPS = defineMessages({
description: 'step 1 b heading', description: 'step 1 b heading',
}, },
STEP_1_C_HEADING: { STEP_1_C_HEADING: {
id: 'methodology.step.1.a.heading', id: 'methodology.step.1.c.heading',
defaultMessage: `The high school degree achievement rate for adults 25 years and older`, defaultMessage: `The high school degree achievement rate for adults 25 years and older`,
description: 'step 1 a heading', description: 'step 1 a heading',
}, },

View file

@ -1,4 +1,24 @@
{ {
"about.page.sub.header.1.text.1": {
"defaultMessage": "On January 27, 2021, President Biden directed the Council on Environmental Quality (CEQ) to create a climate and economic justice screening tool. The purpose of the tool is to help Federal agencies identify disadvantaged communities and provide socioeconomic, environmental, and climate information and data to inform decisions that may affect these communities. The tool identifies disadvantaged communities as communities of focus through publicly available, nationally consistent, high-quality data.",
"description": "about page sub header text"
},
"about.page.sub.header.1.text.2": {
"defaultMessage": "The current version of the tool is in a public beta form and will be updated based on feedback from the public.",
"description": "about page sub header text"
},
"about.page.sub.header.2.text.1": {
"defaultMessage": "The tool will provide important information for the Justice40 Initiative. The goal of the Justice40 Initiative is to provide 40-percent of the overall benefits of certain federal programs in seven key areas to disadvantaged communities. These seven key areas are: climate change, clean energy and energy efficiency, clean transit, affordable and sustainable housing, training and workforce development, the remediation and reduction of legacy pollution, and the development of critical clean water infrastructure.",
"description": "about page sub header text"
},
"about.page.sub.header.2.text.2": {
"defaultMessage": "Read more about the Justice40 Initiative in President Bidens",
"description": "about page sub header text"
},
"about.page.title.text": {
"defaultMessage": "About",
"description": "about page title text"
},
"alert.alertBetaBody": { "alert.alertBetaBody": {
"defaultMessage": "This website may be continuously updated", "defaultMessage": "This website may be continuously updated",
"description": "Body for an alert inform users that datasets may change" "description": "Body for an alert inform users that datasets may change"
@ -15,6 +35,14 @@
"defaultMessage": "Limited data sources", "defaultMessage": "Limited data sources",
"description": "Title for an alert inform users that datasets may change" "description": "Title for an alert inform users that datasets may change"
}, },
"areaDetail.categorization.community.of.focus": {
"defaultMessage": "Community of focus",
"description": "the communities the score currently is focused on"
},
"areaDetail.categorization.not.community.of.focus": {
"defaultMessage": "Not a community of focus",
"description": "the communities the score currently is not focused on"
},
"areaDetail.geographicInfo.censusBlockGroup": { "areaDetail.geographicInfo.censusBlockGroup": {
"defaultMessage": "Census block group:", "defaultMessage": "Census block group:",
"description": "the census block group id number of the feature selected" "description": "the census block group id number of the feature selected"
@ -31,57 +59,157 @@
"defaultMessage": "State:", "defaultMessage": "State:",
"description": "the state of the feature selected" "description": "the state of the feature selected"
}, },
"areaDetail.indicator.education": { "areaDetail.indicator.areaMedianIncome": {
"defaultMessage": "Education", "defaultMessage": "Area Median Income",
"description": "calculated as percent of the area median income"
},
"areaDetail.indicator.asthma": {
"defaultMessage": "Asthma",
"description": "have asthma or been diagnosed by a doctor to have asthma"
},
"areaDetail.indicator.description.area_median_income": {
"defaultMessage": "Median income of the census block group calculated as a percent of the metropolitan areas or state's median income",
"description": "Median income of the census block group calculated as a percent of the metropolitan areas or state's median income"
},
"areaDetail.indicator.description.asthma": {
"defaultMessage": "People who answer “yes” to both of the questions: “Have you ever been told by a doctor nurse, or other health professional that you have asthma?” and “Do you still have asthma?\"",
"description": "People who answer “yes” to both of the questions: “Have you ever been told by a doctor nurse, or other health professional that you have asthma?” and “Do you still have asthma?\""
},
"areaDetail.indicator.description.diabetes": {
"defaultMessage": "People ages 18 and up who report having been told by a doctor, nurse, or other health professionals that they have diabetes other than diabetes during pregnancy",
"description": "People ages 18 and up who report having been told by a doctor, nurse, or other health professionals that they have diabetes other than diabetes during pregnancy"
},
"areaDetail.indicator.description.dieselPartMatter": {
"defaultMessage": "Mixture of particles that is part of diesel exhaust in the air",
"description": "Mixture of particles that is part of diesel exhaust in the air"
},
"areaDetail.indicator.description.education": {
"defaultMessage": "Percent of people age 25 or older that didnt get a high school diploma",
"description": "Percent of people age 25 or older that didnt get a high school diploma" "description": "Percent of people age 25 or older that didnt get a high school diploma"
}, },
"areaDetail.indicator.houseBurden": { "areaDetail.indicator.description.energyBurden": {
"defaultMessage": "Housing Burden", "defaultMessage": "Average annual energy cost ($) divided by household income",
"description": "Households that are low income and spend more than 30% of their income to housing costs" "description": "Average annual energy cost ($) divided by household income"
}, },
"areaDetail.indicator.linguisticIsolation": { "areaDetail.indicator.description.femaRisk": {
"defaultMessage": "Linguistic isolation", "defaultMessage": "Expected Annual Loss Score, which is the average economic loss in dollars resulting from natural hazards each year.",
"description": "Households in which all members speak a non-English language and speak English less than \"very well\"" "description": "Expected Annual Loss Score, which is the average economic loss in dollars resulting from natural hazards each year."
},
"areaDetail.indicator.description.heartDisease": {
"defaultMessage": "People ages 18 and up who report ever having been told by a doctor, nurse, or other health professionals that they had angina or coronary heart disease",
"description": "People ages 18 and up who report ever having been told by a doctor, nurse, or other health professionals that they had angina or coronary heart disease"
},
"areaDetail.indicator.description.houseBurden": {
"defaultMessage": "Households that are low income and spend more than 30% of their income on housing costs",
"description": "Households that are low income and spend more than 30% of their income on housing costs"
},
"areaDetail.indicator.description.leadPaint": {
"defaultMessage": "Housing units built pre-1960, used as an indicator of potential lead paint exposure in homes",
"description": "Housing units built pre-1960, used as an indicator of potential lead paint exposure in homes"
},
"areaDetail.indicator.description.lifeExpect": {
"defaultMessage": "Estimated years of life expectancy",
"description": "Estimated years of life expectancy"
},
"areaDetail.indicator.description.pm25": {
"defaultMessage": "Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller",
"description": "Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller"
},
"areaDetail.indicator.description.poverty": {
"defaultMessage": "Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level",
"description": "Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level"
},
"areaDetail.indicator.description.trafficVolume": {
"defaultMessage": "Count of vehicles (average annual daily traffic) at major roads within 500 meters, divided by distance in meters",
"description": "Count of vehicles (average annual daily traffic) at major roads within 500 meters, divided by distance in meters"
},
"areaDetail.indicator.description.wasteWater": {
"defaultMessage": "Toxic concentrations at stream segments within 500 meters divided by distance in kilometers",
"description": "Toxic concentrations at stream segments within 500 meters divided by distance in kilometers"
},
"areaDetail.indicator.diabetes": {
"defaultMessage": "Diabetes",
"description": "diabetes from dr or nurse"
},
"areaDetail.indicator.dieselPartMatter": {
"defaultMessage": "Diesel particulate matter",
"description": "Diesel particulate matter level in air"
},
"areaDetail.indicator.education": {
"defaultMessage": "Education, less than high school",
"description": "Percent of people age 25 or older that didnt get a high school diploma"
},
"areaDetail.indicator.energyBurden": {
"defaultMessage": "Energy burden",
"description": "Average annual energy cost ($) divided by household income"
},
"areaDetail.indicator.femaRisk": {
"defaultMessage": "FEMA Risk Index",
"description": "Risk based on 18 natural hazard types, in addition to a community's social vulnerability and community resilience"
},
"areaDetail.indicator.heartDisease": {
"defaultMessage": "Heart disease",
"description": "People ages 18 and up who report ever having been told by adoctor, nurse, or other health professionals that they had angina or coronary heart disease"
},
"areaDetail.indicator.houseBurden": {
"defaultMessage": "Housing cost burden",
"description": "People ages 18 and up who report having been told by a doctor, nurse, or other health professionals that they have diabetes other than diabetes during pregnancy"
},
"areaDetail.indicator.leadPaint": {
"defaultMessage": "Lead paint",
"description": "Housing units built pre-1960, used as an indicator of potential lead paint exposure in homes"
},
"areaDetail.indicator.lifeExpect": {
"defaultMessage": "Life expectancy",
"description": "Estimated years of life expectancy"
},
"areaDetail.indicator.pm25": {
"defaultMessage": "PM2.5",
"description": "Fine inhalable particles, with diameters that are generally 2.5 micrometers and smaller"
}, },
"areaDetail.indicator.poverty": { "areaDetail.indicator.poverty": {
"defaultMessage": "Poverty", "defaultMessage": "Poverty",
"description": "Household income is less than or equal to twice the federal \"poverty level\"" "description": "Household income is less than or equal to twice the federal \"poverty level\""
}, },
"areaDetail.indicator.unemployment": { "areaDetail.indicator.trafficVolume": {
"defaultMessage": "Unemployment rate", "defaultMessage": "Traffic proximity and volume",
"description": "Number of unemployed people as a percentage of the labor force" "description": "Count of vehicles (average annual daily traffic) at major roads within 500 meters, divided by distance in meters"
},
"areaDetail.indicator.wasteWater": {
"defaultMessage": "Wastewater discharge",
"description": "Toxic concentrations at stream segments within 500 meters divided by distance in kilometers"
}, },
"areaDetail.indicators.indicatorColumnHeader": { "areaDetail.indicators.indicatorColumnHeader": {
"defaultMessage": "INDICATORS", "defaultMessage": "Indicator",
"description": "the population of the feature selected" "description": "the population of the feature selected"
}, },
"areaDetail.indicators.percentileColumnHeader": { "areaDetail.indicators.percentileColumnHeader": {
"defaultMessage": "PERCENTILE (0-100)", "defaultMessage": "Percentile (0-100)",
"description": "the population of the feature selected" "description": "the population of the feature selected"
}, },
"areaDetail.priorityInfo.categorization": { "community.members.heading": {
"defaultMessage": "Categorization", "defaultMessage": "Community members",
"description": "the categorization of prioritized, threshold or non-prioritized" "description": "sub heading of page"
}, },
"areaDetail.priorityInfo.cumulativeIndexScore": { "community.members.info": {
"defaultMessage": "Cumulative Index Score", "defaultMessage": "Explore data about communities of focus in your area, and help provide feedback on the tool.",
"description": "the cumulative score of the feature selected" "description": "sub heading of page"
}, },
"areaDetail.priorityInfo.percentile": { "community.members.link": {
"defaultMessage": "percentile", "defaultMessage": "Explore the tool",
"description": "the percentil of the feature selected" "description": "link to explore the tool page"
}, },
"contact.general": { "contact.page.header.text": {
"defaultMessage": "For general feedback, email {general_email_address}",
"description": "Contact page body text"
},
"contact.pageheader": {
"defaultMessage": "Contact", "defaultMessage": "Contact",
"description": "H2 header for contact page" "description": "contact page header text"
}, },
"contact.sectionheader": { "contact.page.sub.header.text": {
"defaultMessage": "Email us", "defaultMessage": "Email us",
"description": "Heading for page to allow users to contact project maintainers" "description": "contact page sub header text"
},
"contact.page.title.text": {
"defaultMessage": "Contact",
"description": "contact page title text"
}, },
"datasetCard.dataDateRange": { "datasetCard.dataDateRange": {
"defaultMessage": "Data date range:", "defaultMessage": "Data date range:",
@ -95,18 +223,62 @@
"defaultMessage": "Data source:", "defaultMessage": "Data source:",
"description": "label associated with explaining the card" "description": "label associated with explaining the card"
}, },
"datasetCard.whatIsIt": { "datasetContainer.additional.heading": {
"defaultMessage": "What is it?", "defaultMessage": "Additional Indicators",
"description": "label associated with explaining the card" "description": "additional indicators heading"
}, },
"datasetContainer.header.cumulativeScore": { "datasetContainer.additional.info": {
"defaultMessage": "Datasets used in cumulative score", "defaultMessage": "These datasets provide additional information about each community.",
"description": "section label of which datasets are used in cumulative score" "description": "additional indicator info"
}, },
"datasetContainer.subTitle": { "datasetContainer.heading": {
"defaultMessage": "The datasets come from a variety of sources and were selected after considering relevance, availability, recency and quality.", "defaultMessage": "Datasets used in methodology",
"description": "section heading of which datasets are used in cumulative score"
},
"datasetContainer.info": {
"defaultMessage": "The datasets come from a variety of sources and were selected based on relevance, availability, recency, and quality. The datasets seek to identify a range of human health, environmental, climate-related, and other cumulative impacts on communities.",
"description": "description of the dataset section" "description": "description of the dataset section"
}, },
"download.draft.ptag.1": {
"defaultMessage": "{downloadDraft} of communities of focus and datasets used. Last updated: {dateUpdated}.",
"description": "Download the draft list of communities of focus and datasets used."
},
"download.draft.ptag.2": {
"description": "Download the draft list of communities of focus and datasets used."
},
"downloadPacket.button.text": {
"defaultMessage": "Download package",
"description": "download packet button text"
},
"downloadPacket.header.text": {
"description": "download packet header text"
},
"downloadPacket.info.last.updated": {
"description": "download packet info last updated"
},
"downloadPacket.info.text": {
"description": "download packet info text"
},
"exploreTool.heading.text": {
"defaultMessage": "Explore the tool",
"description": "explore the tool heading text"
},
"exploreTool.title.text": {
"defaultMessage": "Explore the tool",
"description": "explore the tool title text"
},
"federal.pm.heading": {
"defaultMessage": "Federal program managers",
"description": "sub heading of page"
},
"federal.pm.info": {
"defaultMessage": "Download the screening tools draft list of communities of focus. Explore data that may be useful to your program, and provide feedback on the tool.",
"description": "sub heading of page"
},
"federal.pm.link": {
"defaultMessage": "Go to data & methodology",
"description": "link text to go to methodology page"
},
"footer.arialabel": { "footer.arialabel": {
"defaultMessage": "Footer navigation", "defaultMessage": "Footer navigation",
"description": "aria-label text for whole footer" "description": "aria-label text for whole footer"
@ -139,6 +311,10 @@
"defaultMessage": "Whitehouse logo", "defaultMessage": "Whitehouse logo",
"description": "Footer Whitehouse logo alt text" "description": "Footer Whitehouse logo alt text"
}, },
"getInvolved.title": {
"defaultMessage": "Get involved",
"description": "sub heading of page"
},
"header.about": { "header.about": {
"defaultMessage": "About", "defaultMessage": "About",
"description": "Header navigate item to the about page" "description": "Header navigate item to the about page"
@ -163,60 +339,40 @@
"defaultMessage": "Screening Tool", "defaultMessage": "Screening Tool",
"description": "Title in nav header line 2 of 2" "description": "Title in nav header line 2 of 2"
}, },
"howYouCanHelp.header.text": { "howToGetStarted.title": {
"defaultMessage": "How You Can Help Improve the Tool", "defaultMessage": "How to get started",
"description": "the header of the how you can help section" "description": "sub heading of page"
},
"index.aboutContent.p1": {
"defaultMessage": "On January 27, 2021, President Biden directed the Council on Environmental Quality (CEQ) to create a climate and economic justice screening tool. The purpose of the tool is to provide socioeconomic, environmental, and climate information and data to help inform decisions that may affect disadvantaged communities. The tool is designed to assist Federal agencies in identifying disadvantaged communities for the purposes of the Justice40 Initiative.",
"description": "paragraph 1 of main content on index page"
},
"index.aboutContent.p2": {
"defaultMessage": "The goal of the Justice40 Initiative is for 40 percent of benefits of Federal programs in seven key areas to flow to disadvantaged communities. These seven key areas are: climate change, clean energy and energy efficiency, clean transit, affordable and sustainable housing, training and workforce development, remediation of legacy pollution, and clean water infrastructure.",
"description": "paragraph 2 of main content on index page"
},
"index.aboutContent.p3": {
"defaultMessage": "Read more about the Justice40 Initiative in President Bidens {presidentLink}",
"description": "paragraph 3 of main content on index page"
}, },
"index.heading.justice40": { "index.heading.justice40": {
"defaultMessage": "About the Justice40 Initiative", "defaultMessage": "The Justice40 Initiative",
"description": "heading for about justice 40" "description": "heading for about justice 40"
}, },
"index.heading.screentool": { "index.heading.screentool": {
"defaultMessage": "About the screening tool", "defaultMessage": "The screening tool",
"description": "heading for about screening tool" "description": "heading for about screening tool"
}, },
"index.presidentalLinkLabel": { "index.presidentalLinkLabel": {
"defaultMessage": "Executive Order on Tackling the Climate Crisis at Home and Abroad.", "defaultMessage": "Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad.",
"description": "Link url to presidential actions executive order. Part of paragraph 3" "description": "Link url to presidential actions executive order. Part of paragraph 2"
}, },
"index.presidentalLinkUri": { "join.open.source.info": {
"defaultMessage": "https://www.whitehouse.gov/briefing-room/presidential-actions/2021/01/27/executive-order-on-tackling-the-climate-crisis-at-home-and-abroad/", "defaultMessage": "The screening tools code is open source, which means it is available for the public to view and contribute to. Anyone can view and contribute on GitHub.",
"description": "Link url to presidential actions executive order. Part of paragraph 3" "description": "info on joining open source community"
}, },
"index.section3.inclusiveLabel": { "join.open.source.link": {
"defaultMessage": "Inclusive:", "defaultMessage": "Check it out on GitHub",
"description": "Italic label for 2nd paragraph of section 3 on index page" "description": "link to github repository"
}, },
"index.section3.iterativeLabel": { "join.opensource.heading": {
"defaultMessage": "Iterative:", "defaultMessage": "Join the open source community",
"description": "Italic label for 3rd paragraph of section 3 on index page" "description": "join the community heading"
},
"index.section3.transparentLabel": {
"defaultMessage": "Transparent:",
"description": "Italic label for 1st paragraph of section 3 on index page"
},
"legend.colorkey.label": {
"defaultMessage": "COLOR KEY",
"description": "the label of the key in the legend"
}, },
"legend.info.priority.label": { "legend.info.priority.label": {
"defaultMessage": "Prioritized community", "defaultMessage": "Draft community of focus",
"description": "the label of the prioritized community legend" "description": "the label of the prioritized community legend"
}, },
"legend.info.threshold.label": { "legend.info.threshold.label": {
"defaultMessage": "Threshold community", "defaultMessage": "A community identified as experiencing disadvantages that merits the focus of certain Federal investments, including through the Justice40 Initiative",
"description": "the label of the threshold community legend" "description": "the label of the threshold community legend"
}, },
"map.territoryFocus.alaska.long": { "map.territoryFocus.alaska.long": {
@ -255,6 +411,10 @@
"defaultMessage": "PR", "defaultMessage": "PR",
"description": "The abbreviated name indicating the bounds of Puerto Rico" "description": "The abbreviated name indicating the bounds of Puerto Rico"
}, },
"map.zoom.warning": {
"defaultMessage": "Zoom in to the state or regional level to see prioritized communities on the map.",
"description": "zoom warning on map"
},
"mapIntro.censusBlockGroupDefinition": { "mapIntro.censusBlockGroupDefinition": {
"defaultMessage": "A census block group is generally between 600 and 3,000 people. It is the smallest geographical unit for which the U.S. Census Bureau publishes sample data.", "defaultMessage": "A census block group is generally between 600 and 3,000 people. It is the smallest geographical unit for which the U.S. Census Bureau publishes sample data.",
"description": "cites the definition and helpful information about census groups" "description": "cites the definition and helpful information about census groups"
@ -267,40 +427,124 @@
"defaultMessage": "Zoom and select a census block group to view data", "defaultMessage": "Zoom and select a census block group to view data",
"description": "introductory text of ways to use the map" "description": "introductory text of ways to use the map"
}, },
"mapwrapper.download.contents": { "methodology.page.header.text": {
"defaultMessage": "ZIP file will contain one .xlsx, one .csv and one .pdf (30 MB).", "defaultMessage": "Methodology",
"description": "download link contents" "description": "methodology page header text"
}, },
"mapwrapper.download.link": { "methodology.page.paragraph.first": {
"defaultMessage": "Download the draft list of prioritized communities (pre-decisional) and datasets used", "defaultMessage": "The methodology for identifying communities of focus is currently in a draft, pre-decisional form that may change over time as more datasets become available.",
"description": "download link for datasets" "description": "methodology page paragraph 1"
}, },
"youCanHelpDataMethLinkText.link.text": { "methodology.page.title.text": {
"defaultMessage": "Data & methodology", "defaultMessage": "Data and Methodology",
"description": "Data & methodology link" "description": "methodology page title text"
}, },
"youCanHelpDataMethPrefixText.link.prefix.text": { "methodology.step.1.a.heading": {
"defaultMessage": "View our", "defaultMessage": "Percent of Area Median Income",
"description": "view our" "description": "step 1 a heading"
}, },
"youCanHelpDataMethSuffixText.link.suffix.text": { "methodology.step.1.a.info.1": {
"defaultMessage": "and send us feedback", "defaultMessage": "If a census block group is in a metropolitan area, this value is the median income of the census block group calculated as a percent of the metropolitan areas median income.",
"description": "send us feedbackv via email" "description": "step 1 a info 1"
}, },
"youCanHelpInfoLink.link.text": { "methodology.step.1.a.info.2": {
"defaultMessage": "get an email from you", "defaultMessage": "If a census block group is not in a metropolitan area, this value is the median income of the census block group calculated as a percent of the states median income.",
"description": "you can help info text " "description": "step 1 a info 2"
}, },
"youCanHelpInfoText.list.element.prefix": { "methodology.step.1.b.heading": {
"defaultMessage": "If you have helpful information, wed love to", "defaultMessage": "Percent of households below or at 100% of the federal poverty line",
"description": "you can help info text " "description": "step 1 b heading"
}, },
"youCanHelpSharingLinkText.link.text": { "methodology.step.1.c.heading": {
"defaultMessage": "share your feedback", "defaultMessage": "The high school degree achievement rate for adults 25 years and older",
"description": "sharing link to email" "description": "step 1 a heading"
}, },
"youCanHelpSharingPrefixText.link.prefix.text": { "methodology.step.1.c.info": {
"defaultMessage": "Find your community and", "defaultMessage": "The percent of individuals who are 25 or older who have received a high school degree.",
"description": "find your community" "description": "step 1 c info"
},
"methodology.step.1.heading": {
"defaultMessage": "Gather datasets",
"description": "first step heading"
},
"methodology.step.1.info": {
"defaultMessage": "The methodology includes the following inputs that are equally weighted.",
"description": "first step info"
},
"methodology.step.2.heading": {
"defaultMessage": "Determine communites of focus",
"description": "second step heading"
},
"methodology.step.2.info": {
"defaultMessage": "Under the existing formula, a census block group will be considered a community of focus if:",
"description": "second step info"
},
"methodology.steps.2.b.info": {
"defaultMessage": "This is the percent of households in a state with a household income below or at 100% of the {federalPovertyLine}. This federal poverty line is calculated based on the composition of each household (e.g., based on household size), but it does not vary geographically.",
"description": "Download the draft list of communities of focus and datasets used."
},
"methodology.steps.2.formula": {
"defaultMessage": "{medianIncome} {or} {livingAtPovery} {and} {education}",
"description": "Formala used to calculate communities of focus"
},
"methodology.steps.description.1": {
"defaultMessage": "The methodology for identifying communities of focus is calculated at the census block group level. Census block geographical boundaries are determined by the U.S. Census Bureau once every ten years. This tool utilizes the census block boundaries from 2010.",
"description": "first description text "
},
"methodology.steps.description.2": {
"defaultMessage": "The following describes the process for identifying communities of focus.",
"description": "second description text"
},
"methodology.steps.heading": {
"defaultMessage": "Methodology",
"description": "heading of methodology section"
},
"pageNotFound.Guidance.text": {
"defaultMessage": "Try creating a page in",
"description": "page not found guidance text"
},
"pageNotFound.apology.description.text": {
"defaultMessage": "we couldnt find what you were looking for.",
"description": "page not found apology description text"
},
"pageNotFound.apology.text": {
"defaultMessage": "Sorry",
"description": "page not found apology text"
},
"pageNotFound.heading.text": {
"defaultMessage": "Page not found",
"description": "page not found heading text"
},
"pageNotFound.link.to.go.home.text": {
"defaultMessage": "Go home",
"description": "page not found link to go home text"
},
"pageNotFound.title.text": {
"defaultMessage": "Page not found",
"description": "page not found title text"
},
"send.feedback.heading": {
"defaultMessage": "Send feedback",
"description": "sending feedback heading"
},
"send.feedback.info": {
"defaultMessage": "Have ideas about how this tool can be improved to better reflect the on-the-ground experiences of your community?",
"description": "sending feedback information"
},
"youCanHelpInfoText.heading": {
"defaultMessage": "How you can help improve the tool",
"description": "how one can help us improve the tool"
},
"youCanHelpInfoText.list.item.1": {
"defaultMessage": "If you have helpful information, we would love to {rxEmailFromYou}.",
"description": "how one can help us via email"
},
"youCanHelpInfoText.list.item.2": {
"defaultMessage": "View our {dataMeth} page and send us feedback.",
"description": "give us feedback on our data and methodology"
},
"youCanHelpInfoText.list.item.3": {
"defaultMessage": "Find your community of interest and {shareFeedback}.",
"description": "share your feedback"
} }
} }

View file

@ -375,7 +375,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
> >
Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad Executive Order 14008 on Tackling the Climate Crisis at Home and Abroad.
</a> </a>
</p> </p>
</div> </div>
@ -508,7 +508,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="gridContainer" data-testid="gridContainer"
> >
<h2> <h2>
How to get started Get involved
</h2> </h2>
<div <div
class="grid-row grid-gap-lg j40-aboutcard-container " class="grid-row grid-gap-lg j40-aboutcard-container "
@ -581,7 +581,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<img <img
alt="Send feedback" alt="Join the open source community"
class="j40-aboutcard-image" class="j40-aboutcard-image"
src="test-file-stub" src="test-file-stub"
/> />
@ -595,7 +595,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
data-testid="grid" data-testid="grid"
> >
<h3> <h3>
Send feedback Join the open source community
</h3> </h3>
<p> <p>
The screening tools code is open source, which means it is available for the public to view and contribute to. Anyone can view and contribute on GitHub. The screening tools code is open source, which means it is available for the public to view and contribute to. Anyone can view and contribute on GitHub.

View file

@ -450,7 +450,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
Poverty Poverty
</h3> </h3>
<div> <div>
Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level Percent of a block group's population in households where the household income is at or below 100% of the federal poverty level.
</div> </div>
<ul> <ul>
<li> <li>

View file

@ -133,7 +133,7 @@ const IndexPage = ({location}: IndexPageProps) => {
<AboutCard <AboutCard
size={'small'} size={'small'}
imgSrc={githubIcon} imgSrc={githubIcon}
header={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.SEND_FEEDBACK_HEADING)} header={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.JOIN_OSC_HEADING)}
linkText={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.JOIN_OSC_LINK_TEXT)} linkText={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.JOIN_OSC_LINK_TEXT)}
url={ABOUT_COPY.GITHUB_LINK} url={ABOUT_COPY.GITHUB_LINK}
openUrlNewTab={true} openUrlNewTab={true}