@ima-worldhealth/sunfish
Version:
A webapp for configuring DHIS2 email reports
99 lines (90 loc) • 3.19 kB
JSON
{
"LOGIN": {
"SUBMIT": "Log In",
"USERNAME": "Username",
"PASSWORD": "Password",
"APP": "Login to {{app.name}}",
"LOGOUT" : "Log Out"
},
"INSTALL" : {
"APP" : "First Run Setup",
"INSTRUCTIONS" : "It looks like you are installing {{app.name}} for the first time! Please configure the credentials for the {{app.name}} to interact with DHIS2. Provide the DHIS2 web API URL and enter the username and password for an account on DHIS2. You will only be required to do this once.",
"DHIS2_URL" : "Web API URL",
"USERNAME" : "Username",
"PASSWORD" : "Password",
"SUBMIT" : "Test & Save Settings",
"ERROR" : "An error occured during registration. Please check that the username/password combination are correct for the API route.",
"SETUP" : "Setup"
},
"ERRORS": {
"CRON": "Error! Could not parse the schedule. The cron syntax \"{{cron}}\" is invalid.",
"GENERIC": "Whoops! An error occurred with code {{code}}."
},
"SCHEDULES": {
"ACTIONS": "Actions",
"ADD": "Add a new schedule",
"BODY": "Email Body",
"CREATED": "Created",
"CREATE_SUCCESS": "Successfully created a {{frequency}} schedule.",
"DASHBOARDS": "Dashboards",
"DELETE_SUCCESS": "Successfully removed the schedule.",
"EDIT": "Edit schedule",
"EDIT_SUCCESS": "Succesfully edited a {{frequency}} schedule.",
"EMPTY_SUBTITLE": "Click the \"add a new schedule\" button to create your first schedule",
"EMPTY_TITLE": "There are no schedules registered",
"FREQUENCY": "Frequency",
"FREQUENCY_SELECT": "Select a Frequency",
"GROUP_SELECT": "Choose a User Group",
"GROUP": "User Group",
"INCLUDE_GRAPHS" : "Include graphs in PDF output",
"IS_RUNNING_RESET" : "Reset the is_running flag.",
"LAST_RUN": "Last Run",
"LOG" : "Schedule Log",
"NEXT_RUN": "Next Run",
"OVERVIEW" : "Overview",
"PAUSE_SUCCESS" : "Paused the schedule successfully",
"REFRESH" : "Refresh Data Sources",
"RUNNING" : "Running",
"SUBJECT": "Email Subject",
"SUBMIT": "Create a Schedule",
"SUBMIT_UPDATE": "Update Schedule",
"TITLE" : "Schedules",
"UNPAUSE_SUCCESS" : "Schedule has been reactivated successfully"
},
"ACTIONS": {
"TRIGGER": "Run Schedule",
"DELETE": "Delete Schedule",
"EDIT": "Edit Schedule",
"VIEW": "View Schedule",
"PAUSE": "Pause Schedule",
"RESET" : "Reset Schedule",
"UNPAUSE": "Unpause Schedule",
"TEST" : "Test Schedule"
},
"TOOLTIPS":{
"VIEW": "View the schedule",
"TRIGGER": "Trigger the schedule to run immediately",
"DELETE": "Delete the schedule. \nWarning! This cannot be undone."
},
"DAYS": {
"SUNDAY": "Sunday",
"MONDAY": "Monday",
"TUESDAY": "Tuesday",
"WEDNESDAY": "Wednesday",
"THURSDAY": "Thursday",
"FRIDAY": "Friday",
"SATURDAY": "Saturday"
},
"FREQUENCY": {
"DAILY": "Daily",
"WEEKLY": "Weekly",
"MONTHLY": "Monthly",
"PICK_DAY_OF_MONTH": "Pick the Day of the Month",
"PICK_DAY_OF_WEEK": "Pick the Day of the Week",
"PICK_HOUR": "Pick the Hour of the Day"
},
"OPTIONS" : {
"YES" : "Yes",
"NO" : "No"
}
}