@openmrs/esm-translations 8.0.1-pre.3511 → 8.0.1-pre.3518
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/translations.d.ts +1 -0
- package/dist/translations.js +1 -0
- package/package.json +1 -1
- package/src/translations.ts +2 -0
- package/translations/en.json +1 -0
package/.turbo/turbo-build.log
CHANGED
package/dist/translations.d.ts
CHANGED
package/dist/translations.js
CHANGED
|
@@ -55,6 +55,7 @@ export const coreTranslations = {
|
|
|
55
55
|
edit: 'Edit',
|
|
56
56
|
error: 'Error',
|
|
57
57
|
errorCopy: 'Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.',
|
|
58
|
+
errorLoadingLoginLocations: 'Unable to load login locations. Please try again or contact support if the problem persists.',
|
|
58
59
|
female: 'Female',
|
|
59
60
|
leftNavigation: 'Left navigation',
|
|
60
61
|
loading: 'Loading',
|
package/package.json
CHANGED
package/src/translations.ts
CHANGED
|
@@ -64,6 +64,8 @@ export const coreTranslations = {
|
|
|
64
64
|
error: 'Error',
|
|
65
65
|
errorCopy:
|
|
66
66
|
'Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.',
|
|
67
|
+
errorLoadingLoginLocations:
|
|
68
|
+
'Unable to load login locations. Please try again or contact support if the problem persists.',
|
|
67
69
|
female: 'Female',
|
|
68
70
|
leftNavigation: 'Left navigation',
|
|
69
71
|
loading: 'Loading',
|
package/translations/en.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"edit": "Edit",
|
|
35
35
|
"error": "Error",
|
|
36
36
|
"errorCopy": "Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.",
|
|
37
|
+
"errorLoadingLoginLocations": "Unable to load login locations. Please try again or contact support if the problem persists.",
|
|
37
38
|
"female": "Female",
|
|
38
39
|
"hide": "Hide",
|
|
39
40
|
"leftNavigation": "Left navigation",
|