Skip to content

Commit e6d5617

Browse files
(feat) Add translation keys for the new calendar views
Added missing i18n keys for the daily, weekly and monthly views — things like navigation labels, modal text, and empty state messages. Co-Authored-By: Brijesh Kumar <brijeshkumar03@users.noreply.github.com>
1 parent 6b629b9 commit e6d5617

File tree

1 file changed

+11
-0
lines changed
  • packages/esm-appointments-app/translations

1 file changed

+11
-0
lines changed

packages/esm-appointments-app/translations/en.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@
6262
"chooseService": "Select service",
6363
"completed": "Completed",
6464
"Contact": "Contact {{index}}",
65+
"count": "Count",
6566
"countMore_one": "{{count}} more",
6667
"countMore_other": "{{count}} more",
6768
"createNewAppointment": "Create new appointment",
69+
"daily": "Daily",
6870
"date": "Date",
6971
"dateAppointmentIssued": "Date appointment issued",
7072
"dateAppointmentIssuedCannotBeAfterAppointmentDate": "Date appointment issued cannot be after the appointment date",
@@ -105,10 +107,15 @@
105107
"metricLoadErrorMessage": "Please contact your system administrator if the problem persists.",
106108
"missed": "Missed",
107109
"MON": "MON",
110+
"monthly": "Monthly",
108111
"next": "Next",
112+
"nextDay": "Next day",
109113
"nextMonth": "Next month",
110114
"nextPage": "Next page",
115+
"nextWeek": "Next week",
111116
"no": "No",
117+
"noAppointments": "No appointments",
118+
"noAppointmentsForDay": "No appointments scheduled for this day.",
112119
"noAppointmentsToDisplay": "No appointments to display",
113120
"noContent": "No Content",
114121
"noCurrentAppointments": "There are no appointments scheduled for today to display for this patient",
@@ -127,8 +134,10 @@
127134
"patients": "Patients",
128135
"period": "Period",
129136
"prev": "Prev",
137+
"previousDay": "Previous day",
130138
"previousMonth": "Previous month",
131139
"previousPage": "Previous page",
140+
"previousWeek": "Previous week",
132141
"provider": "Provider",
133142
"providers": "Providers",
134143
"providersBooked": "Providers booked: {{time}}",
@@ -158,6 +167,7 @@
158167
"time": "Time",
159168
"today": "Today",
160169
"todays": "Today's",
170+
"totalAppointments": "Total appointments",
161171
"TUE": "TUE",
162172
"type": "Type",
163173
"unknownError": "An unknown error occurred",
@@ -169,5 +179,6 @@
169179
"updateError": "Error updating upcoming appointment",
170180
"WED": "WED",
171181
"week": "Week",
182+
"weekly": "Weekly",
172183
"yes": "Yes"
173184
}

0 commit comments

Comments
 (0)