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
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,10 +717,21 @@ export const en = {
717
717
label: 'Exports',
718
718
title: 'Exports'
719
719
},
720
+
search: {
721
+
label: 'Find export'
722
+
},
723
+
results:
724
+
'{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}}',
720
725
new: {
721
726
label: 'Download vaccination report',
722
727
confirm: 'Download vaccination data'
723
728
},
729
+
createdAt: {
730
+
label: 'Requested at'
731
+
},
732
+
createdBy: {
733
+
label: 'Requested by'
734
+
},
724
735
startAt: {
725
736
label: 'Get vaccination data from'
726
737
},
@@ -735,6 +746,9 @@ export const en = {
735
746
title: 'Select providers',
736
747
label: 'Providers'
737
748
},
749
+
type: {
750
+
label: 'Type'
751
+
},
738
752
vaccinations: {
739
753
label: 'Records'
740
754
}
@@ -2139,7 +2153,7 @@ export const en = {
2139
2153
'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.'
2140
2154
},
2141
2155
search: {
2142
-
label: 'Find upload'
2156
+
label: 'Find import'
2143
2157
},
2144
2158
results:
2145
2159
'{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}}',
0 commit comments