This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
translation.json
119 lines (119 loc) · 3.29 KB
/
translation.json
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
{
"dashboard": {
"label": "Dashboard"
},
"patients": {
"label": "Patients",
"viewPatients": "View Patients",
"viewPatient": "View Patient",
"newPatient": "New Patient",
"editPatient": "Edit Patient",
"successfullyCreated": "Successfully created patient",
"successfullyUpdated": "Successfully updated patient"
},
"patient": {
"suffix": "Suffix",
"prefix": "Prefix",
"givenName": "Given Name",
"familyName": "Family Name",
"dateOfBirth": "Date of Birth",
"approximateDateOfBirth": "Approximate Date of Birth",
"age": "Age",
"approximateAge": "Approximate Age",
"placeOfBirth": "Place of Birth",
"sex": "Sex",
"phoneNumber": "Phone Number",
"email": "Email",
"address": "Address",
"occupation": "Occupation",
"type": "Patient Type",
"preferredLanguage": "Preferred Language",
"basicInformation": "Basic Information",
"generalInformation": "General Information",
"contactInformation": "Contact Information",
"unknownDateOfBirth": "Unknown",
"relatedPerson": "Related Person",
"relatedPersons": {
"error": {
"relatedPersonRequired": "Related Person is required.",
"relationshipTypeRequired": "Relationship Type is required."
},
"warning": {
"noRelatedPersons": "No Related Persons"
},
"label": "Related Persons",
"new": "New Related Person",
"relationshipType": "Relationship Type",
"addRelatedPersonAbove": "Add a related person using the button above."
},
"types": {
"charity": "Charity",
"private": "Private"
},
"errors": {
"patientGivenNameRequired": "Patient Given Name is required."
},
"allergies": {
"label": "Allergies",
"new": "Add Allergy",
"error": {
"nameRequired": "Name is required."
},
"warning": {
"noAllergies": "No Allergies"
},
"addAllergyAbove": "Add an allergy using the button above."
}
},
"sex": {
"male": "Male",
"female": "Female",
"other": "Other",
"unknown": "Unknown"
},
"actions": {
"edit": "Edit",
"save": "Save",
"cancel": "Cancel",
"new": "New",
"list": "List",
"search": "Search",
"delete": "Delete",
"confirmDelete": "Confirm Delete"
},
"states": {
"success": "Success!",
"error": "Error!"
},
"scheduling": {
"label": "Scheduling",
"appointments": {
"label": "Appointments",
"new": "New Appointment",
"view": "View Appointment",
"successfullyDeleted": "Successfully deleted appointment!"
},
"appointment": {
"startDate": "Start Date",
"endDate": "End Date",
"location": "Location",
"type": "Type",
"types": {
"checkup": "Checkup",
"emergency": "Emergency",
"followUp": "Follow Up",
"routine": "Routine",
"walkUp": "Walk Up"
},
"errors": {
"patientRequired": "Patient is required.",
"errorCreatingAppointment": "Error Creating Appointment!",
"startDateMustBeBeforeEndDate": "Start Time must be before End Time."
},
"reason": "Reason",
"patient": "Patient",
"delete": "Delete Appointment",
"deleteConfirmationMessage": "Are you sure you want to delete this appointment?"
}
}
}