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
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1083,6 +1083,9 @@ export const en = {
1083
1083
programmes: {
1084
1084
label: 'Vaccination programmes'
1085
1085
},
1086
+
clinicProgramme_ids: {
1087
+
label: 'Clinic invitations'
1088
+
},
1086
1089
status: {
1087
1090
label: 'Status'
1088
1091
}
@@ -1539,9 +1542,17 @@ export const en = {
1539
1542
title: 'Invite parents to book a clinic appointment',
1540
1543
label: 'Send clinic invitations',
1541
1544
count:
1542
-
'{count, plural, =0 {No children} one {1 child} other {# children}} have not been vaccinated. They have not been invited to a clinic yet.',
1545
+
'{count, plural, =0 {No children} one {1 child} other {# children}} are due a vaccination for at least 1 programme. They have not been invited to a clinic yet.',
1543
1546
description:
1544
1547
'You can now send clinic booking invitations to their parents.\n\nThe next clinic is on %s.',
1548
+
programme: 'Which programmes are you running at the clinic?',
1549
+
flu: '{count, plural, =0 {No children} one {1 child} other {# children}} have not had a flu vaccination',
1550
+
hpv: '{count, plural, =0 {No children have} one {1 child has} other {# children have}} not had an HPV vaccination',
1551
+
menacwy:
1552
+
'{count, plural, =0 {No children have} one {1 child has} other {# children have}} not had an MenACWY vaccination',
1553
+
mmr: '{count, plural, =0 {No children have} one {1 child has} other {# children have}} not had an MMR vaccination',
1554
+
'td-ipv':
1555
+
'{count, plural, =0 {No children have} one {1 child has} other {# children have}} not had a Td/IPV vaccination',
1545
1556
confirm: 'Send clinic invitations',
1546
1557
success:
1547
1558
'{count, plural, =0 {No children} one {1 child} other {# children}} invited to the clinic'
0 commit comments