Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"namespace": "subscriptionModal",
"strings": {
"addSubscriptionHeading": "New subscription",
"editSubscriptionHeading": "Edit subscription",
"updateButtonLabel": "Save",
"cancelButtonLabel": "Cancel",
"subscriptionTitleLabel": "Enter subscription title",
"subscriptionTitlePlaceholder": "e.g. Nepal Flood",
"alertPerDayDescription": "Choose how many alerts (emails) you wish to receive in a day.",
"alertPerDayLabel": "Alerts per day",
"regionSelectionHeading": "Regions/Countries",
"regionSelectionDescription": "Select regions or countries for which you’d like to receive alerts. If you select a country, your regional selection will be void. This selection will apply to the options below.",
"hazardTypeHeading": "Disaster Types",
"hazardTypeDescription": "Select disaster types for which you'd like to receive alerts",
"updateFailureMessage": "Failed to update subscription.",
"updateSuccessMessage": "Successfully updated subscription.",
"createFailureMessage": "Failed to create subscription.",
"createSuccessMessage": "Successfully created subscription.",
"countriesSelectedLabel": "{numCountries} {countryLabel} selected",
"countryLabelSingular": "country",
"countryLabelPlural": "countries",
"unlimitedOptionValue": "No limit",
"detailFetchFailureMessage": "Failed to fetch subscription details"

Check warning on line 24 in app/src/views/AccountNotifications/EmailPreferences/SubscriptionModal/i18n.json

View workflow job for this annotation

GitHub Actions / Lint JS

Unused key 'detailFetchFailureMessage' found

Check warning on line 24 in app/src/views/AccountNotifications/EmailPreferences/SubscriptionModal/i18n.json

View workflow job for this annotation

GitHub Actions / Build GO Web App

Unused key 'detailFetchFailureMessage' found
}
}
Loading
Loading