Newer
Older
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
{
"global": {
"locale": "English",
"lang": "en",
"openPharma": "OpenPharma",
"viewsHome": {
"clients": {
"action1": "Patients List",
"action2": "Client List",
"subtitle": "Client Subtitle",
"text": "Client Text",
"title": "Clients"
},
"products": {
"action1": "Products List",
"action2": "Add a product",
"subtitle": "Products",
"text": "Products Text",
"title": "Product"
}
}
},
"buttons": {
"yes-button": "Yes",
"no-button": "No",
"save-button": "Save",
"cancel-button": "Cancel",
"close-button": "Close",
"update-button": "Update",
"edit-button": "Edit",
"delete-button": "Delete"
},
"clients": {
"numss-input": "SS Num",
"keyss-input": "Key",
"name-input": "Last name",
"firstname-input": "Fist Name",
"birthdate-input": "Date of birth",
"address-input": "healthCenter-input",
"address2-input": "Additional",
"zipcode-input": "Zip Code",
"city-input": "City",
"phone-input": "Phone number",
"cellphone-input": "Cell phone",
"messages": {
"error": "Error"
},
"center-input": "SS Center",
"viewAt-input": "Last visit"
}
}