-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmessages_en.json
More file actions
37 lines (37 loc) · 2.46 KB
/
messages_en.json
File metadata and controls
37 lines (37 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"admin.dataImport.label": "Data Import",
"admin.dataImport.selectFile": "Select File",
"admin.dataImport.type": "Type",
"admin.dataImport.zipFile": "Zip File",
"admin.dataImport.import": "Import",
"admin.dataImport.toast.success": "Data has been imported correctly",
"admin.dataImport.types.products": "Products",
"admin.dataImport.types.population": "Population",
"admin.dataImport.types.facilities": "Facilities",
"admin.dataImport.types.users": "Users",
"admin.dataImport.types.products.info": "To import Products you need: orderable.csv, programOrderable.csv, tradeItem.csv",
"admin.dataImport.types.population.info": "To import Population you need a ZIP with a geographicZone.csv file",
"admin.dataImport.types.facilities.info": "To import Facilities you need: facility.csv, supportedProgram.csv",
"admin.dataImport.types.users.info": "To import Users you need: user.csv, roleAssignment.csv",
"admin.dataImport.modal.summary": "Import Summary",
"admin.dataImport.modal.totalEntries": "Total Entries",
"admin.dataImport.modal.successfulEntries": "Successful Entries",
"admin.dataImport.modal.failedEntries": "Failed Entries",
"admin.dataImport.modal.details": "Details",
"admin.dataImport.modal.errors": "Errors",
"admin.dataImport.modal.cancel": "Cancel",
"admin.dataImport.modal.confirm": "Confirm",
"notification.error.userContactDetails.email.invalid": "The given email address is invalid.",
"notification.error.userContactDetails.email.duplicated": "User with given email already exists.",
"referenceData.import.column.header.username": "Username",
"notification.error.user.notFound": "User with id cannot be found.",
"notification.error.user.notActiveOrNotFound": "The user with the provided ID is not active or cannot be found",
"notification.error.fieldIsInvariant": "Email verified field is an invariant and should not be changed.",
"referenceData.import.column.header.role": "Role",
"referenceData.error.roleAssignment.roleType.notInAcceptableTypes": "Role type is not in acceptable types",
"referenceData.error.user.import.user.notFound": "User not found",
"referenceData.error.user.import.role.notFound": "Role not found",
"referenceData.error.user.import.program.notFound": "Program not found",
"referenceData.error.user.import.supervisoryNode.notFound": "Supervisory node not found",
"referenceData.error.user.import.warehouse.notFound": "Warehouse not found"
}