-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: active operations table and link
- Loading branch information
1 parent
c6cdaac
commit d0bc7ea
Showing
4 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
{ | ||
"namespace": "countryOngoingActivitiesEmergencies", | ||
"strings": { | ||
"fullScreenHeading": "IFRC Disaster Response and Preparedness", | ||
"countryCloseButton": "Close", | ||
"countryOngoingActivitiesDREFOperations": "Active DREF Operations", | ||
"countryOngoingActivitiesKeyFiguresDrefTitle": "DREF", | ||
"countryOngoingActivitiesKeyFiguresDref": "These are small to medium scale emergency operations funded through the Disaster Relief Emergency Fund (DREF).The DREF provides immediate financial support to National Red Cross and Red Crescent Societies, enabling them to carry out their unique role as first responders after a disaster.", | ||
"countryOngoingActivitiesKeyFiguresAppealsTitle": "Emergency Appeal", | ||
"countryOngoingActivitiesEmergenciesDescription": "The following data displays the current and ongoing emergencies within the country that are reported by the National Societies and partners. The displayed data is based on reporting and may not be fully indicative of all the activities.", | ||
"countryOngoingActivitiesFigureAppealDescription": "These are medium to large scale emergency operations funded through a public appeal for funds.", | ||
"countryOngoingActivitiesKeyFiguresActiveAppeals": "Active Emergency Appeals", | ||
"countryOngoingActivitiesKeyFiguresTargetPop": "Targeted Population", | ||
"countryOngoingActivitiesKeyFiguresBudget": "Funding Requirements (CHF)", | ||
"countryOngoingActivitiesKeyFiguresAppealsFunding": "Funding Coverage", | ||
"countryOngoingActivitiesEditCountryLink": "Edit Country", | ||
"countryOngoingActivitiesEmergenciesDescription": "The following data displays the current and ongoing emergencies within the country that are reported by the National Societies and partners. The displayed data is based on reporting and may not be fully indicative of all the activities.", | ||
"countryOngoingActivitiesTitle": "Active Emergencies", | ||
"countryOngoingActivitiesViewAll":"View all Emergencies in this Country", | ||
"countryOngoingActivitiesViewAllInRegion": "View all Emergencies in this Region" | ||
"countryOngoingActivitiesKeyFiguresAppealsTitle": "Emergency Appeal", | ||
"countryOngoingActivitiesKeyFiguresBudget": "Funding Requirements (CHF)", | ||
"countryOngoingActivitiesKeyFiguresDref": "These are small to medium scale emergency operations funded through the Disaster Relief Emergency Fund (DREF).The DREF provides immediate financial support to National Red Cross and Red Crescent Societies, enabling them to carry out their unique role as first responders after a disaster.", | ||
"countryOngoingActivitiesKeyFiguresTargetPop": "Targeted Population", | ||
"countryOngoingActivitiesKeyFiguresDrefTitle": "DREF" | ||
} | ||
} |