You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/locales/en.js
+31-30Lines changed: 31 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -975,21 +975,22 @@ export const en = {
975
975
}
976
976
},
977
977
download: {
978
-
label: 'Exports',
978
+
label: 'Downloads',
979
979
list: {
980
-
label: 'Exports',
981
-
title: 'Exports'
980
+
label: 'Downloads',
981
+
title: 'Downloads',
982
+
results: 'All downloads'
982
983
},
983
984
search: {
984
-
label: 'Find export'
985
+
label: 'Find download'
985
986
},
986
987
results:
987
-
'{count, plural, =0 {No exports matching your search criteria were found} one {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> export} other {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> exports}}',
988
+
'{count, plural, =0 {No downloads matching your search criteria were found} one {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> download} other {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> downloads}}',
988
989
new: {
989
990
label: 'Download vaccination report',
990
991
confirm: 'Download vaccination data',
991
992
success:
992
-
'It will take some time to prepare the records. You’ll be able to download them soon in [Exports](/downloads)'
993
+
'It will take some time to prepare the records. You’ll be able to download them soon in [Downloads](/downloads)'
993
994
},
994
995
createdAt: {
995
996
label: 'Requested at'
@@ -2497,7 +2498,7 @@ export const en = {
2497
2498
action: {
2498
2499
title: 'Are you sure you want to %s?',
2499
2500
description: 'This cannot be undone.',
2500
-
cancel: 'No, return to import',
2501
+
cancel: 'No, return to upload',
2501
2502
confirm: 'Yes, %s'
2502
2503
},
2503
2504
delete: {
@@ -2506,33 +2507,33 @@ export const en = {
2506
2507
success: 'Upload deleted'
2507
2508
},
2508
2509
approve: {
2509
-
confirm: 'Approve and import records',
2510
+
confirm: 'Approve and upload records',
2510
2511
success: 'Upload approved'
2511
2512
},
2512
2513
list: {
2513
-
label: 'Imports',
2514
-
title: 'Imports',
2515
-
description:
2516
-
'Import child, cohort and vaccination records and see important notices',
2514
+
label: 'Uploads',
2515
+
title: 'Uploads',
2516
+
results: 'All uploads',
2517
+
description: 'Upload child, cohort and vaccination records',
2517
2518
introduction:
2518
-
'Use this page to upload and import child, class list and vaccination records.\n\nUpload times can vary. Refresh the page to see the latest status.'
2519
+
'Use this page to upload child, class list and vaccination records.\n\nUpload times can vary. Refresh the page to see the latest status.'
2519
2520
},
2520
2521
search: {
2521
-
label: 'Find import'
2522
+
label: 'Find upload'
2522
2523
},
2523
2524
results:
2524
-
'{count, plural, =0 {No imports matching your search criteria were found} one {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> import} other {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> imports}}',
2525
+
'{count, plural, =0 {No uploads matching your search criteria were found} one {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> upload} other {Showing <b>{from}</b> to <b>{to}</b> of <b>{count}</b> uploads}}',
2525
2526
recent: {
2526
2527
label: 'Uploaded files',
2527
2528
title: 'Uploaded files',
2528
2529
count:
2529
2530
'{count, plural, =0 {No uploaded files} one {1 uploaded file} other {# uploaded files}} ({needsReview, plural, =0 {none need} one {1 needs} other {# need}} review)'
2530
2531
},
2531
2532
imported: {
2532
-
label: 'Completed imports',
2533
-
title: 'Completed imports',
2533
+
label: 'Completed uploads',
2534
+
title: 'Completed uploads',
2534
2535
count:
2535
-
'{count, plural, =0 {No completed imports} one {1 completed import} other {# completed imports}}'
2536
+
'{count, plural, =0 {No completed uploads} one {1 completed upload} other {# completed uploads}}'
2536
2537
},
2537
2538
show: {
2538
2539
title: 'Upload ({{upload.formatted.createdAt}})',
@@ -2554,7 +2555,7 @@ export const en = {
2554
2555
title: {
2555
2556
[UploadStatus.Review]:
2556
2557
'Close matches to existing records – need review',
2557
-
[UploadStatus.Approved]: 'Upload issues resolved for this import'
2558
+
[UploadStatus.Approved]: 'Issues resolved for this upload'
2558
2559
},
2559
2560
count: {
2560
2561
[UploadStatus.Review]:
@@ -2588,7 +2589,7 @@ export const en = {
2588
2589
[UploadStatus.Review]:
2589
2590
'This upload includes {count, plural, =0 {no records} one {1 record} other {# records}} that are close matches to existing records in Mavis. You need to review these records before you can approve this upload.',
2590
2591
[UploadStatus.Approved]:
2591
-
'{count, plural, =0 {No records} one {1 import issue} other {# import issues}} reviewed'
2592
+
'{count, plural, =0 {No records} one {1 upload issue} other {# upload issues}} reviewed'
2592
2593
}
2593
2594
},
2594
2595
matched: {
@@ -2599,14 +2600,14 @@ export const en = {
2599
2600
'This upload includes {count, plural, =0 {no records that already exist} one {1 record that already exists} other {# records that already exist}} in Mavis. You do not need to remove these from your CSV file. If you approve the upload, any new information will be added to the existing records.'
2600
2601
},
2601
2602
imported: {
2602
-
title: 'Imported records',
2603
+
title: 'Uploaded records',
2603
2604
count:
2604
-
'{count, plural, =0 {No imported records} one {1 imported record} other {# imported records}}'
2605
+
'{count, plural, =0 {No uploaded records} one {1 uploaded record} other {# uploaded records}}'
2605
2606
},
2606
2607
moves: {
2607
2608
title: {
2608
2609
[UploadStatus.Review]: 'School moves – need review',
2609
-
[UploadStatus.Approved]: 'School moves resolved for this import'
2610
+
[UploadStatus.Approved]: 'School moves resolved for this upload'
2610
2611
},
2611
2612
count:
2612
2613
'{count, plural, =0 {No school moves} one {1 school move} other {# school moves}}',
@@ -2633,11 +2634,11 @@ export const en = {
2633
2634
success: 'Records uploaded for processing'
2634
2635
},
2635
2636
file: {
2636
-
title: 'Import {{type}}',
2637
+
title: 'Upload {{type}}',
2637
2638
label: 'Upload file',
2638
2639
description: {
2639
2640
report:
2640
-
'You can import vaccination records by uploading:\n\n- a Mavis CSV file\n- a SystmOne file',
2641
+
'You can add vaccination records by uploading:\n\n- a Mavis CSV file\n- a SystmOne file',
2641
2642
other:
2642
2643
'The file you upload should use the Mavis CSV format for {{type}}'
2643
2644
},
@@ -2650,7 +2651,7 @@ export const en = {
2650
2651
title: 'Bulk remove relationships',
2651
2652
label: 'Bulk remove relationships',
2652
2653
description:
2653
-
'If there is a problem in the class list import, you can bulk remove relationships between parents and children.',
2654
+
'If there is a problem in the class list upload, you can bulk remove relationships between parents and children.',
2654
2655
nonConsenting:
2655
2656
'Remove relationships where parents haven’t given consent yet',
2656
2657
all: 'Remove relationships for all parents and children',
@@ -2667,18 +2668,18 @@ export const en = {
2667
2668
title: 'Which year groups do you want to import class list records for?'
2668
2669
},
2669
2670
invalid: {
2670
-
title: 'Records could not be imported',
2671
+
title: 'Records could not be uploaded',
2671
2672
description:
2672
-
'The records could not be imported due to errors in the CSV file. When fixing these errors, note that the header does not count as a row.'
2673
+
'The records could not be uploaded due to errors in the CSV file. When fixing these errors, note that the header does not count as a row.'
2673
2674
},
2674
2675
devoid: {
2675
2676
title: 'No new records',
2676
-
description: 'All records in this upload have already been imported'
2677
+
description: 'All records in this file have already been uploaded'
2677
2678
},
2678
2679
failed: {
2679
2680
title: 'Too many records could not be matched',
2680
2681
description:
2681
-
'The records could not be imported as an unusually low number of records were matched to PDS (spine). PDS successfully matched only 60 records, a 10% match rate.\n\nReview your file and try uploading it again.',
2682
+
'The records could not be uploaded as an unusually low number of records were matched to PDS (spine). PDS successfully matched only 60 records, a 10% match rate.\n\nReview your file and try uploading it again.',
2682
2683
count:
2683
2684
'{count, plural, =0 {No unmatched records} one {1 unmatched record} other {# unmatched records}}'
0 commit comments