-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathen-template.json
More file actions
842 lines (842 loc) · 30.6 KB
/
Copy pathen-template.json
File metadata and controls
842 lines (842 loc) · 30.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
{
"PageTitles": {
"home": "Create Next App"
},
"MenuItems": {
"map": "Map",
"upload": "Upload",
"news": "News",
"about": "About",
"more": "More",
"help": "Help",
"login": "Login",
"species": "Species List",
"source": "Source List",
"addSource": "Add Source",
"datasets": "Datasets",
"editPointData": "Edit Point Data",
"models": "Models",
"communication": "Communication",
"doi": "DOI",
"admin": "Admin",
"translations": "Translations"
},
"HomePage": {
"list1": "Get started by editing",
"list2": "Save and see your changes instantly"
},
"UploadedDatasetPage": {
"title": "Upload New Dataset"
},
"UploadedDatasetListPage": {
"title": "Datasets",
"toolbar": {
"uploadNewDataset": "Upload New Dataset",
"assignedToMe": "Assigned To Me",
"pendingAssignment": "Pending Assignment",
"pendingApproval": "Pending Approval"
},
"grid": {
"title": "Title",
"datasetType": "Dataset Type",
"uploaderCountry": "Uploader Country",
"approvalStatus": "Approval Status",
"uploadedOn": "Uploaded On",
"actions": "Actions"
},
"actions": {
"open": "Open",
"assignPrimaryReviewers": "Assign Primary Reviewers",
"completePrimaryReview": "Complete Primary Review",
"assignTertiaryReviewers": "Assign Tertiary Reviewers",
"completeTertiaryReview": "Complete Tertiary Review",
"reassignTertiaryReviewers": "Reassign Tertiary Reviewer",
"approveDataset": "Approve Dataset",
"rejectDataset": "Reject Dataset",
"validateDataset": "Validate Dataset",
"viewMap": "View Data on Map",
"sendEmail": "Send Email",
"requestReupload": "Request Reupload"
},
"pendingReupload": "Pending Reupload"
},
"UploadDatasetSuccessPage": {
"title": "Upload Success",
"message": "Your dataset has been uploaded and will be reviewed. You can keep track of the status by going to ",
"linkTitle": "Uploaded Dataset Page"
},
"UploadedDatasetDetailPage": {
"title": "Datasets",
"confirmDeleteTitle": "Delete dataset?",
"confirmDeleteMessage": "Are you sure you want to delete this dataset? Deleting a dataset will also delete it from the map and the related DOI. This action cannot be undone.",
"toolbar": {
"details": "Details",
"changeLog": "Dataset Changes",
"delete": "Delete"
},
"pendingReUploadStatus": "Pending Dataset Reupload",
"validated": "Validated",
"pendingValidation": "Pending Validation",
"grid": {
"actionType": "Action Type",
"actionDate": "Action Date",
"details": "Details"
},
"form": {
"datasetType": "Dataset Type",
"description": "Description",
"authors": "Authors",
"institution": "Affiliated Institution",
"providedDoi": "Provided DOI",
"generateDoi": "Generate a DOI for this dataset",
"primaryReviewer": "Primary Reviewers",
"tertiaryReviewer": "Tertiary Reviewers",
"reassignedTertiaryReviewer": "Reassigned Tertiary Reviewer",
"originalData": "Original Data",
"primaryReviewedData": "Primary reviewed data",
"tertiaryReviewedData": "Tertiary reviewed data",
"reassignedForTertiaryReview": "Reassigned for tertiary review",
"doi": "Dataset DOI",
"submit": "Submit"
},
"actions": {
"open": "Open",
"assignPrimaryReviewers": "Assign Primary Reviewers",
"completePrimaryReview": "Complete Primary Review",
"assignTertiaryReviewers": "Assign Tertiary Reviewers",
"completeTertiaryReview": "Complete Tertiary Review",
"reassignTertiaryReviewers": "Reassign Tertiary Reviewer",
"approveDataset": "Approve Dataset",
"rejectDataset": "Reject Dataset",
"validateDataset": "Validate Dataset",
"viewMap": "View Data on Map",
"sendEmail": "Send Email",
"requestReupload": "Request Reupload"
},
"actionDialog": {
"errors": {
"attachFile": "You must attach a file",
"invalidEmails": "Invalid emails",
"invalidRecipients": "You must specify the recipients. If you have typed the recipient emails, remember to press the Enter key after typing each email address"
},
"attachFile": "Attach File",
"recipients": "Recipients",
"assignees": "Assignees",
"comments": "Please enter comments in the editor below",
"commentsPlaceholder": "Write your comments here...",
"externalEmailHelp": "Press the Enter button to add typed email to list of recipients",
"buttons": {
"close": "Close",
"cancel": "Cancel",
"upload": "Upload",
"update": "Update",
"reUpload": "Re-upload",
"send": "Send",
"approve": "Approve",
"reject": "Reject",
"review": "Review",
"assign": "Assign",
"complete": "Complete",
"validate": "Validate",
"viewMap": "View Map",
"viewDetails": "View Details",
"generateDoi": "Generate Doi"
}
},
"validationDialog": {
"intro": "Click on the validate button to start validation",
"attachDataset": "Attach dataset",
"validDataset": "Dataset is valid",
"datasetHasErrors": "Dataset contains errors",
"errors": {
"attachFile": "You must attach a file"
},
"errorGrid": {
"sr": "Sr",
"errorType": "Error Type",
"affectedRows": "Affected Rows After Header Row"
}
},
"reuploadDialog": {
"datasetTitle": "Dataset Title",
"newDataset": "New dataset",
"attachFile": "Attach File",
"comments": "Comments",
"commentsPlaceholder": "Write your comments here",
"submit": "Submit",
"errors": {
"attachFile": "You must attach a file"
},
"errorGrid": {
"sr": "Sr",
"errorType": "Error Type",
"affectedRows": "Affected Rows After Header Row",
"sourceId": "Source ID"
}
},
"pendingReupload": "Pending Reupload"
},
"UploadWizardPage": {
"title": "Data Upload",
"stepLabels": {
"preImport": "Preparation",
"upload": "Upload File",
"selectHeader": "Select Headers",
"matchColumns": "Match Columns",
"validateData": "Validate Data",
"metadata": "Metadata"
},
"preImportComponent": {
"stepLabel": "Select Data Type",
"datasetType": "Dataset Type",
"datasetTitle": "Dataset Title",
"authors": "Authors",
"description": "Description",
"descriptionPlaceholder": "Write your comments here",
"institution": "Affiliated Institution",
"uploaderCountry": "Uploader Country",
"doiOrCitation": "DOI/Citation (if exists)",
"doiOrCitationHelperText": "Enter DOI or citations referencing this datataset",
"termsA": "I have read and agree to the ",
"termsB": "Terms and Conditions ",
"errors": {
"uploadValidFile": "Upload a valid file",
"acceptTerms": "You must accept the terms and conditions"
}
},
"uploadStep": {
"banner": "The values specified here will be used when generating a DOI for this dataset",
"uploadFile": "Upload file",
"dragZonePlaceholder": "Drag and drop an .xlsx file here",
"browseFile": "Browse File",
"selectWorksheet": "Select worksheet",
"errors": {
"selectNotSelected": "You must select a worksheet",
"mandatoryField": "{field} is mandatory"
},
"expectedColumnsGrid": {
"id": "ID",
"name": "Name",
"header": "Header",
"description": "Description",
"required": "Required"
},
"buttons": {
"upload": "Upload",
"advancedUpload": "Or Continue with column matching"
}
},
"matchColumnStep": {
"title": "Match Columns",
"sourceColumn": "Source Column",
"targetColumn": "Target Column",
"targetColumnPlaceholder": "Set Target Field",
"errors": {
"duplicateMatch": "Target column [{columns}] has more than one match in rows [{indices}]. A target column can only be matched once",
"mandatoryFieldNotMapped": "Mandatory field [{field}] has not been mapped"
}
},
"validateDataStep": {
"showRowsWithErrors": "Show {errorCount} records with errors",
"confirmUploadDatasetWithErrors": "The dataset contains {errorCount} records with validation errors and these records will be excluded when dataset is ingested. Do you still want to continue?",
"errors": {
"emptyDataset": "The dataset is empty. Please upload a file with valid data",
"invalidDataset": "All the records in the dataset are invalid"
}
},
"metadataStep": {
"errors": {
"mandatoryField": "{field} is mandatory"
}
}
},
"UploadedModelPage": {
"title": "Upload Model"
},
"UploadedModelListPage": {
"title": "Models",
"toolbar": {
"uploadNewModel": "Upload New Model",
"assignedToMe": "Assigned To Me",
"pendingAssignment": "Pending Assignment",
"pendingApproval": "Pending Approval"
},
"grid": {
"title": "Title",
"description": "Description",
"uploaderCountry": "Uploader Country",
"approvalStatus": "Approval Status",
"uploadedOn": "Uploaded On",
"actions": "Actions"
},
"actions": {
"open": "Open",
"assignPrimaryReviewers": "Assign Primary Reviewers",
"completePrimaryReview": "Complete Primary Review",
"assignTertiaryReviewers": "Assign Tertiary Reviewers",
"completeTertiaryReview": "Complete Tertiary Review",
"reassignTertiaryReviewers": "Reassign Tertiary Reviewer",
"approveDataset": "Approve Dataset",
"rejectDataset": "Reject Dataset",
"validateDataset": "Validate Dataset",
"viewMap": "View Data on Map",
"sendEmail": "Send Email",
"requestReupload": "Request Reupload"
},
"pendingReupload": "Pending Reupload"
},
"UploadedModelDetailPage": {
"title": "Models",
"confirmDeleteTitle": "Delete model",
"confirmDeleteMessage": "Are you sure you want to delete this model? Deleting a model will also delete it from the map and the related DOI. This action cannot be undone.",
"toolbar": {
"details": "Details",
"changeLog": "Model Changes",
"delete": "Delete",
"viewMapData": "View Data on Map"
},
"grid": {
"actionType": "Action Type",
"actionDate": "Action Date",
"details": "Details"
},
"form": {
"displayName": "Display Name",
"maximumValue": "Maximum Value",
"authors": "Authors",
"institution": "Affiliated Institution",
"description": "Description",
"descriptionPlaceholder": "Description of the model",
"uploaderCountry": "County of Uploader",
"uploaderCountryHelperText": "Please select a country",
"providedDoi": "DOI/Citation (if exists)",
"generateDoi": "Generate a DOI for this model",
"chooseFile": "Choose model file",
"originalModel": "Model",
"primaryReviewedModel": "Primary reviewed model",
"tertiaryReviewedModel": "Tertiary reviewed model",
"reassignedForTertiaryReview": "Reassigned for tertiary review",
"doi": "Model DOI",
"submit": "Upload Model",
"errors": {
"required": "Required",
"emptyFile": "Select a model file of less than 200 MB",
"noFileSelected": "Please select a model file",
"invalidFile": "Please select a valid .tif or .zip file.",
"uploadError": "Error occurred during model upload"
}
},
"actionDialog": {
"errors": {
"attachFile": "You must attach a file",
"invalidEmails": "Invalid emails",
"invalidRecipients": "You must specify the recipients. If you have typed the recipient emails, remember to press the Enter key after typing each email address"
},
"attachFile": "Attach File",
"recipients": "Recipients",
"assignees": "Assignees",
"comments": "Please enter comments in the editor below",
"commentsPlaceholder": "Write your comments here...",
"externalEmailHelp": "Press the Enter button to add typed email to list of recipients",
"buttons": {
"cancel": "Cancel",
"upload": "Upload",
"update": "Update",
"reUpload": "Re-upload",
"send": "Send",
"approve": "Approve",
"reject": "Reject",
"review": "Review",
"assign": "Assign",
"complete": "Complete",
"validate": "Validate",
"viewMap": "View Map",
"viewDetails": "View Details",
"generateDoi": "Generate Doi"
}
}
},
"DoiListPage": {
"title": "DOI List",
"toolbar": {
"filters": "Filters"
},
"grid": {
"title": "Dataset Title",
"source": "Source",
"status": "Status",
"doiLink": "DOI Link",
"createdOn": "Created On"
},
"actions": {
"title": "Details",
"approve": "Approve",
"reject": "Reject"
}
},
"DoiDetailPage": {
"title": "Doi Details",
"sourceType": "Source Type",
"uploadedDataset": "Uploaded Dataset",
"doi": "DOI",
"publicationYear": "Publication Year",
"isPublished": "Is Published",
"filters": "Filters",
"comment": "Approval/Reject Comment",
"createdOn": "Created On",
"approvedOn": "Approved On",
"buttons": {
"approve": "Approve",
"reject": "Reject"
}
},
"CommunicationListPage": {
"title": "Communication List",
"grid": {
"subject": "Subject",
"messageType": "Message Type",
"date": "Date",
"status": "Status"
}
},
"CommunicationDetailPage": {
"title": "Communication Details",
"form": {
"messageType": "Message Type",
"channelType": "Channel Type",
"sentStatus": "Sent Status",
"recipients": "Recipients",
"referenceType": "Reference Entity Type",
"referenceName": "Reference Entity Name",
"sentDate": "Sent Date",
"sentResponse": "Sent Response",
"message": "Message"
}
},
"DataHubPage": {
"title": "Data Hub",
"intro": "Welcome. What operation do you want to perform ?",
"uploadModel": "Upload Model",
"uploadData": "Upload Data",
"downloadTemplate": "Download Data Template With Guidance Included",
"template": {
"occurrence": "Occurrence",
"occurenceBionomics": "Occurrence & Bionomics",
"occurrenceIR": "Occurrence & Insecticide Resistance Bioessays",
"occurrenceBionomicsIR": "Occurrence, Bionomics & Insecticide Resistance Bioessays"
}
},
"NewsPage": {
"title": "News",
"createNewArticle": "Create New Article",
"newsItem": {
"moreDetails": "More Details",
"editItem": "Edit Item",
"deleteItem": "Delete Item",
"confirmDeleteTitle": "Confirm Delete",
"confirmDeleteMessage": "Are you sure you want to delete this News? This action cannot be undone.",
"buttons": {
"cancel": "Cancel",
"delete": "Delete"
}
},
"newsEditor": {
"create": "Create news Item",
"edit": "Edit news item",
"title": "Title",
"titleHelperText": "Title cannot be empty",
"summary": "Summary",
"summaryHelperText": "Summary cannot be empty",
"article": "Article",
"image": "Image",
"uploadImageFile": "Upload Image File",
"uploadImageFileHelperText": "Images must be smaller than {maxSize} KB",
"buttons": {
"create": "Create",
"update": "Update"
},
"errors": {
"exceededFileSize": "Uploaded files must be less than {maxSize} KB"
}
},
"newsDetails": {
"backToNewsList": "Back to news list",
"editItem": "Edit Item",
"imageAltText": "News article image"
}
},
"AboutPage": {
"sectionHeaders": {
"about": "About",
"team": "The Team",
"contact": "Contact",
"partners": "Partners"
},
"contact": {
"projectTeam": "project team",
"email": "Email",
"getInTouch": "Get in touch with our dedicated team for any inquiries or collaboration opportunities"
},
"fieldStation": {
"tel": "Tel",
"fax": "Fax",
"location": "Location",
"seeLocation": "See Location"
},
"header": {
"paragraph1": "Maps are a powerful tool. They can illustrate the distribution of mosquito vector species known to transmit some of the world's most debilitating diseases and highlight where these species are no longer susceptible to the insecticides used as their primary method of control. All evidence-based maps rely on field data collected in a myriad of different ways by multiple data collectors for a wide variety of purposes. In isolation, these data are able to answer the questions they were collected to address, but when combined, their value multiplies. The Vector Atlas is building a data-hub that links 'core' African vector occurrence, bionomics and insecticide resistance data to provide a 'one stop shop' of relatable and cross-referenced data access. Using our standardised and comprehensive collation protocols (Hay et al 2010) to abstract data from the published and grey literature (maintaining all data ownership), we are updating our core datasets (Sinka et al (2010), Massey et al (2016), Moyes et al (2020)) which will expand beyond the dominant vector species to cover the prominent secondary vector species responsible for residual transmission. We are adding locally relevant human community behaviour, local flora (nectar sources) and fauna (livestock). Combined, these data will inform novel spatial models and maps that promote and evolve our understanding of the variables that drive malaria transmission.",
"paragraph2": "The initial development phase of the Vector Atlas will run over three years culminating in an open access platform allowing data upload and download, alongside our spatial models and maps. We will work closely with vector control agencies on the ground to provide sub-national, bespoke spatial analyses to directly address their specific challenges in vector control.",
"paragraph3": "The Vector Atlas is a University of Oxford, International Centre of Insect Physiology and Ecology (icipe) and Malaria Atlas Project initiative, funded by the Bill and Melinda Gates Foundation and working in collaboration with GBIF, IR Mapper, PAMCA, VectorBase, Global Vector Hub, Amplicon Project, MalariaGen, Target Malaria",
"paragraph4A": "We are currently collecting feedback from vector data producers and users to help us make sure the vector atlas provides maximum use. If you are interested in providing us with feedback, please complete our online questionnaire: ",
"youtubeLinkText": "Here",
"paragraph4B": "Alternatively please contact us directly"
},
"office": {
"address": "Address",
"tel": "Tel",
"fax": "Fax",
"email": "Email"
}
},
"SpeciesPage": {
"title": "Species List",
"confirmDeleteTitle": "Confirm Delete",
"confirmDeleteMessage": "Are you sure you want to delete this species information? This action cannot be undone.",
"buttons": {
"create": "Create New Species",
"edit": "Edit Item",
"deleteItem": "Delete Item",
"more": "See more details",
"cancel": "Cancel",
"delete": "Delete"
},
"speciesInformationEditor": {
"create": "Create species information",
"edit": "Update species information",
"name": "Name",
"nameHelperText": "Name cannot be empty",
"shortDescription": "Short description",
"shortDescriptionHelperText": "Short description cannot be empty",
"fullDescription": "Full description",
"image": "Species image",
"uploadImageFile": "Upload Species Image File",
"uploadImageFileHelperText": "Files must be smaller than {maxSize} KB",
"distributionMapImage": "Distribution map image",
"buttons": {
"create": "Create",
"update": "Update"
}
}
},
"SourcesPage": {
"title": "Source List",
"grid": {
"id": "ID",
"author": "Author",
"title": "Title",
"journalTitle": "Journal Title",
"year": "Year",
"published": "Published",
"vectorData": "Vector Data"
},
"filters": {
"errorMsg": "Please enter range (e.g. 100-200)",
"idFilter": "Filter by id (e.g. 100-200)",
"titleFilter": "Filter by Title"
}
},
"NewSourcePage": {
"title": "Add a new reference source",
"author": "Author",
"authorHelperText": "Author is a required field",
"articleTitle": "Article Title",
"articleTitleHelperText": "Article Title is a required field",
"citation": "Citation",
"citationHelperText": "Article Title is a required field",
"year": "Year",
"yearHelperText": "Year is a required field",
"reportType": "Report Type",
"reportTypeHelperText": "Report Type is a required field",
"published": "Published",
"vectorData": "Vector Data",
"buttons": {
"submit": "Submit",
"reset": "Reset"
}
},
"AdminPage": {
"title": "Administration",
"datasets": "Datasets",
"save": "Save",
"userRoles": {
"title": "User Roles",
"uploader": "Uploader",
"reviewer": "Reviewer",
"editor": "Editor",
"admin": "Admin",
"disableNotifications": "Disable Email Notifications"
}
},
"MapPage": {
"filterList": {
"titles": {
"country": "Country",
"species": "Species",
"season": "Season",
"insecticide": "Insecticide Resistance",
"time": "Time Range"
},
"tooltips": {
"country": "Select data rows with mosquitoes reported from one or more country",
"species": "Select data rows with mosquitoes reported from one or more Anopheles species",
"bionomics": "Select data rows which include bionomics information...",
"pheno": "Select data rows with phenotypic (bioassay) IR information",
"geno": "Select data rows with genotypic (mechanism) IR information",
"absence": "Select data rows where mosquitoes were reported as absent...",
"abundance": "Select data rows where the mosquito species sample number...",
"larvae": "Select data where mosquito larvae sampling were reported...",
"adult": "Select data where adult mosquito sampling methods were reported...",
"season": "Select data that were sampled during the rainy season, dry season, or both"
}
},
"areaModeOn": "Area mode on",
"drawerMap": {
"filtersTitle": "Filters",
"overlaysTitle": "Overlays",
"baseMapTitle": "Base Map",
"downloadTitle": "Download"
},
"downloadData": {
"downloadMapImage": "Download Map Image",
"downloadFilteredData": "Download Filtered Data",
"downloadConfirmationTitle": "Download Confirmation",
"termsA": "I have read and agree to the",
"termsB": "Terms and Conditions",
"requestDoi": "Request DOI for this filtered data",
"fullName": "Full Name",
"email": "Email Address",
"errors": {
"name": "Full Name is required",
"email": "Email Address is required",
"invalidEmail": "Please enter a valid email address",
"terms": "You must accept the terms to proceed"
},
"buttons": {
"cancel": "Cancel",
"continue": "Continue"
}
},
"detailedData": {
"samplingMethod": "Sampling Method",
"source": "Source",
"author": "Author",
"year": "Year",
"id": "ID"
},
"filterToggle": {
"emptyTooltip": "EMPTY denotes data points where the {filter} value is missing."
},
"display": {
"rainy": "Rainy",
"dry": "Dry",
"empty": "empty",
"true": "true",
"false": "false",
"phenotypic": "Phenotypic",
"genotypic": "Genotypic",
"both": "Both",
"noData": "No Data"
},
"dateFilter": {
"from": "From",
"to": "To"
},
"areaFilter": {
"byArea": "Select by area",
"removeSelection": "Remove Selection"
}
},
"UserInfo": {
"hello": "Hello",
"settings": "Settings",
"logout": "Logout"
},
"Footer": {
"apiVersion": "API Version"
},
"AuthWrapper": {
"notAssignedRole": "You are not currently {pronoun} ",
"guidanceA": "If you wish to update your role, please use the Request additional roles section of the ",
"guidanceB": "User Settings Page",
"home": "Home"
},
"RichTextEditor": {
"normal": "Normal",
"largeHeading": "Large Heading",
"smallHeading": "Small Heading",
"bulletList": "Bullet List",
"numberedList": "Numbered List"
},
"UserSettings": {
"title": "User settings",
"welcome": "Welcome",
"personalInformation": "Personal Information",
"name": "Name",
"email": "Email",
"disableNotifications": "Disable Email Notifications",
"accessInformation": "Access Information",
"requestRoles": "Request additional roles",
"rolesRequested": "Role(s) requested",
"reasonForRequest": "Reason for request",
"submit": "Submit Request"
},
"SendEmail": {
"title": "Send Email",
"sendSuccess": "Email sent successfully",
"sendFailure": "Failed to send email",
"sendError": "An error occurred while sending the email",
"recipientEmails": "Recipient Emails (separated by commas)",
"recipientsPlaceholder": "Send to",
"invalidEmails": "Please provide at least one valid email",
"ccEmails": "CC Emails (separated by commas)",
"ccPlaceholder": "CC",
"emailTitle": "Email Title",
"emailTitlePlaceholder": "Enter email title",
"emailTitleHelperText": "Title cannot be empty",
"emailBody": "Email Body",
"emailBodyPlaceholder": "Enter email body",
"emailBodyHelperText": "Body cannot be empty",
"attachFiles": "Attach Files",
"sendEmail": "Send Email"
},
"StatsToggle": {
"across": "across",
"country": "country",
"countries": "countries",
"accessedVia": "accessed via",
"downloads": "downloads",
"close": "Close"
},
"StatsBox": {
"vectorRecords": "vector records",
"visited": "Visited",
"times": "times",
"by": "by",
"visitor": "Visitor",
"visitors": "Visitors",
"showMore": "Show more"
},
"NewsBox": {
"latestNews": "Latest News",
"moreNews": "More news"
},
"MapBanner": {
"intro": "Analyses-ready data and spatial models tailored for malaria vector control",
"explore": "Explore the data",
"joinMailingList": "Join mailing list",
"more": "Find out more"
},
"AboutBanner": {
"joinMailingList": "Join mailing list",
"more": "Find out more",
"emailSubject": "Joining the Vector Atlas mailing list"
},
"ReduxActions": {
"UploadedDataset": {
"approved": "Dataset approved",
"reviewed": "Dataset reviewed",
"rejected": "Dataset rejected",
"primaryReviewersAssigned": "Primary reviewers assigned",
"tertiaryReviewersAssigned": "Tertiary reviewers assigned",
"uploadSuccess": "Dataset uploaded successfully.",
"communicationSuccess": "Communication sent successfully",
"reuploadRequestSuccess": "Dataset re-upload requested",
"reuploadSuccess": "Dataset re-uploaded",
"deleteSuccess": "Dataset deleted successfully",
"errors": {
"loadDatasetError": "Unable to get uploaded datasets",
"loadDatasetsError": "Unable to get uploaded datasets",
"approveFailure": "Something went wrong with approving dataset.",
"reviewFailure": "Something went wrong with reviewing dataset.",
"rejectFailure": "Something went wrong with rejecting dataset.",
"assignPrimaryReviewersFailure": "Something went wrong with assigning reviewers.",
"assignTertiaryReviewersFailure": "Something went wrong with assigning reviewers.",
"missingFile": "No file uploaded.",
"validationErrors": "Validation error(s) found.",
"completePrimaryReviewError": "Unknown error in completing primary review.",
"uploadError": "Unknown error in uploading data.",
"completeTertiaryReviewError": "Unknown error in completing tertiary review.",
"communicationError": "Something went wrong when sending communication.",
"validateDatasetError": "Something went wrong when validating dataset.",
"datasetLogsLoadError": "Something went wrong when retrieving logs.",
"reuploadRequestError": "Something went wrong with requesting re-upload.",
"reuploadError": "Something went wrong with re-upload.",
"deleteError": "Error deleting dataset"
}
},
"UploadedModel": {
"communicationSuccess": "Communication sent successfully",
"uploadSuccess": "Model uploaded, now transforming",
"transformSuccess": "Model uploaded and transformed",
"deleteSuccess": "Model deleted successfully",
"errors": {
"missingFile": "No file uploaded.",
"loadModelError": "Unable to get uploaded model",
"loadModelsError": "Unable to get uploaded models",
"uploadError": "Error in uploading model.",
"deleteError": "Error deleting model",
"communicationError": "Something went wrong when sending communication.",
"modelLogsLoadError": "Something went wrong when retrieving logs.",
"modelTransformError": "Unknown error in transforming model.",
"exceededFileSize": "Uploaded files must be less than {maxSize} KB"
}
},
"Communication": {
"errors": {
"loadCommunicationError": "Unable to get Communication Log",
"loadCommunicationsError": "Unable to get Communication Logs"
}
},
"DOI": {
"approveSuccess": "DOI approved successfully",
"rejectSuccess": "DOI rejected successfully",
"errors": {
"loadDOIError": "Unable to get DOI",
"loadDOIsError": "Unable to get DOIs",
"approveFailure": "DOI was not approved",
"approveGeneralError": "Unable to approve DOI",
"rejectFailure": "DOI was not rejected",
"rejectGeneralError": "Unable to reject DOI"
}
},
"Map": {
"downloading": "Downloading",
"downloadComplete": "Download complete",
"downloadFailed": "Download failed. {message}.",
"errors": {
"missingOccurrenceData": "Invalid API response."
}
},
"Admin": {
"errors": {
"loadRolesError": "Unable to get user roles",
"updateRolesError": "Unable to update user roles"
}
},
"Auth": {
"roleRequestSuccess": "Role request submitted.",
"notificationEnabledSuccess": "Notifications enabled"
}
},
"MapHUD": {
"vectorPanel": "VECTOR PANEL",
"totalLoadedRecords": "Total Loaded Occurrence Records",
"clickCardToToggle": "Click a card to toggle map visibility",
"detected": "Detected",
"notDetected": "Not detected",
"on": "ON",
"off": "OFF",
"vectorsOnMap": "Vectors On Map",
"otherAnopheles": "Other Anopheles"
}
}