|
| 1 | +{ |
| 2 | + "namespace": "subscriptionModal", |
| 3 | + "strings": { |
| 4 | + "addSubscriptionHeading": "New subscription", |
| 5 | + "editSubscriptionHeading": "Edit subscription", |
| 6 | + "earthquakeLabel": "Earthquake", |
| 7 | + "cycloneLabel": "Cyclone", |
| 8 | + "floodLabel": "Flood", |
| 9 | + "updateButtonLabel": "Save", |
| 10 | + "cancelButtonLabel": "Cancel", |
| 11 | + "subscriptionTitleLabel": "Enter subscription title", |
| 12 | + "subscriptionTitlePlaceholder": "e.g. Nepal Flood", |
| 13 | + "alertPerDayDescription": "Choose how many alerts (emails) you wish to receive in a day.", |
| 14 | + "alertPerDayLabel": "Alerts per day", |
| 15 | + "regionSelectionHeading": "Regions/Countries", |
| 16 | + "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.", |
| 17 | + "hazardTypeHeading": "Disaster Types", |
| 18 | + "hazardTypeDescription": "Select disaster types for which you'd like to receive alerts", |
| 19 | + "updateFailureMessage": "Failed to update subscription.", |
| 20 | + "updateSuccessMessage": "Successfully updated subscription.", |
| 21 | + "createFailureMessage": "Failed to create subscription.", |
| 22 | + "createSuccessMessage": "Successfully created subscription.", |
| 23 | + "countriesSelectedLabel": "{numCountries} {countryLabel} selected", |
| 24 | + "countryLabelSingular": "country", |
| 25 | + "countryLabelPlural": "countries", |
| 26 | + "unlimitedOptionValue": "No limit" |
| 27 | + } |
| 28 | +} |
0 commit comments