-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
417 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"closeThisPanel": "Close this panel", | ||
"errorTitle": "There was an error with this form", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"closeThisPanel": "Close this panel", | ||
"errorTitle": "There was an error with this form", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"closeThisPanel": "Close this panel", | ||
"errorTitle": "There was an error with this form", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"closeThisPanel": "Close this panel", | ||
"errorTitle": "There was an error with this form", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"closeThisPanel": "Close this panel", | ||
"errorTitle": "There was an error with this form", | ||
"loading": "Loading", | ||
"or": "or", | ||
"thisList": "this list", | ||
"tryAgainMessage": "Try opening another form from" | ||
} |
7 changes: 7 additions & 0 deletions
7
packages/esm-generic-patient-widgets-app/translations/am.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"chartView": "Chart View", | ||
"displaying": "Displaying", | ||
"emptyStateText": "There are no {{displayText}} to display for this patient", | ||
"record": "Record", | ||
"tableView": "Table View" | ||
} |
7 changes: 7 additions & 0 deletions
7
packages/esm-generic-patient-widgets-app/translations/es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"chartView": "Chart View", | ||
"displaying": "Displaying", | ||
"emptyStateText": "There are no {{displayText}} to display for this patient", | ||
"record": "Record", | ||
"tableView": "Table View" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/esm-generic-patient-widgets-app/translations/km.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"chartView": "មើលគំនូសតាង", | ||
"displaying": "ការបង្ហាញ", | ||
"emptyStateText": "There are no {{displayText}} to display for this patient", | ||
"record": "Record", | ||
"tableView": "មើលតារាង" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"actions": "Actions", | ||
"activeVisit": "Active Visit", | ||
"address": "Address", | ||
"address1": "Address line 1", | ||
"address2": "Address line 2", | ||
"city": "City", | ||
"cityVillage": "City", | ||
"contactDetails": "Contact Details", | ||
"country": "Country", | ||
"countyDistrict": "District", | ||
"deceased": "Deceased", | ||
"district": "District", | ||
"emptyStateText": "There are no {{displayText}} to display for this patient", | ||
"endDate": "End date", | ||
"female": "Female", | ||
"hideDetails": "Hide details", | ||
"loading": "Loading", | ||
"male": "Male", | ||
"other": "Other", | ||
"patientLists": "Patient Lists", | ||
"postalCode": "Postal code", | ||
"record": "Record", | ||
"relationships": "Relationships", | ||
"retrospectiveEntry": "Retrospective Entry", | ||
"seeMoreLists": "See {listCount} more lists", | ||
"showDetails": "Show details", | ||
"startDate": "Start date", | ||
"started": "Started", | ||
"state": "State", | ||
"stateProvince": "State", | ||
"unknown": "Unknown" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"actions": "Actions", | ||
"activeVisit": "Active Visit", | ||
"address": "Address", | ||
"address1": "Address line 1", | ||
"address2": "Address line 2", | ||
"city": "City", | ||
"cityVillage": "City", | ||
"contactDetails": "Contact Details", | ||
"country": "Country", | ||
"countyDistrict": "District", | ||
"deceased": "Deceased", | ||
"district": "District", | ||
"emptyStateText": "There are no {{displayText}} to display for this patient", | ||
"endDate": "End date", | ||
"female": "Female", | ||
"hideDetails": "Hide details", | ||
"loading": "Loading", | ||
"male": "Male", | ||
"other": "Other", | ||
"patientLists": "Patient Lists", | ||
"postalCode": "Postal code", | ||
"record": "Record", | ||
"relationships": "Relationships", | ||
"retrospectiveEntry": "Retrospective Entry", | ||
"seeMoreLists": "See {listCount} more lists", | ||
"showDetails": "Show details", | ||
"startDate": "Start date", | ||
"started": "Started", | ||
"state": "State", | ||
"stateProvince": "State", | ||
"unknown": "Unknown" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.