@openmrs/esm-implementer-tools-app 8.0.1-pre.3525 → 8.0.1-pre.3537
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 +5 -5
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/439.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6132.js +1 -1
- package/dist/6132.js.map +1 -1
- package/dist/6468.js +1 -1
- package/dist/6589.js +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8292.js +1 -1
- package/dist/8292.js.map +1 -1
- package/dist/8349.js +1 -1
- package/dist/8371.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/openmrs-esm-implementer-tools-app.js +1 -1
- package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +135 -135
- package/dist/routes.json +1 -1
- package/package.json +4 -4
- package/src/configuration/configuration.component.tsx +1 -1
- package/translations/am.json +8 -0
- package/translations/ar.json +8 -0
- package/translations/ar_SY.json +8 -0
- package/translations/bn.json +8 -0
- package/translations/cs.json +8 -0
- package/translations/de.json +8 -0
- package/translations/en.json +8 -0
- package/translations/en_US.json +8 -0
- package/translations/es.json +8 -0
- package/translations/es_MX.json +8 -0
- package/translations/fr.json +8 -0
- package/translations/he.json +8 -0
- package/translations/hi.json +8 -0
- package/translations/hi_IN.json +8 -0
- package/translations/id.json +8 -0
- package/translations/it.json +8 -0
- package/translations/ka.json +8 -0
- package/translations/km.json +8 -0
- package/translations/ku.json +8 -0
- package/translations/ky.json +8 -0
- package/translations/lg.json +8 -0
- package/translations/ne.json +8 -0
- package/translations/pl.json +8 -0
- package/translations/pt.json +8 -0
- package/translations/pt_BR.json +8 -0
- package/translations/qu.json +8 -0
- package/translations/ro_RO.json +8 -0
- package/translations/ru_RU.json +8 -0
- package/translations/si.json +8 -0
- package/translations/sq.json +8 -0
- package/translations/sw.json +8 -0
- package/translations/sw_KE.json +8 -0
- package/translations/tr.json +8 -0
- package/translations/tr_TR.json +8 -0
- package/translations/uk.json +8 -0
- package/translations/uz.json +8 -0
- package/translations/uz@Latn.json +8 -0
- package/translations/uz_UZ.json +8 -0
- package/translations/vi.json +8 -0
- package/translations/zh.json +8 -0
- package/translations/zh_CN.json +8 -0
- package/translations/zh_TW.json +8 -0
package/translations/zh_TW.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "Edit",
|
|
13
13
|
"editValueButtonText": "Edit",
|
|
14
14
|
"enabled": "Enabled",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "Extensions",
|
|
16
17
|
"featureFlag": "Feature flag",
|
|
17
18
|
"featureFlags": "Feature flags",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "Installed version",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "The current value is the default.",
|
|
22
23
|
"jsonEditor": "JSON editor",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "Missing",
|
|
24
26
|
"moduleName": "Module name",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
|
|
28
|
+
"noConceptsFoundText": "No matching concepts found",
|
|
29
|
+
"noPersonAttributeFoundText": "No matching person attribute types found",
|
|
26
30
|
"numberValidationMessage": "Value must be a number",
|
|
27
31
|
"objectValidationMessage": "Value must be an object",
|
|
28
32
|
"requiredVersion": "Required Version",
|
|
29
33
|
"resetToDefaultValueButtonText": "Reset to default",
|
|
34
|
+
"searchConceptHelperText": "Search concepts",
|
|
35
|
+
"searchConfiguration": "Search configuration",
|
|
36
|
+
"searching": "Searching",
|
|
37
|
+
"searchPersonAttributeHelperText": "Person attribute type name",
|
|
30
38
|
"stringValidationMessage": "Value must be a string",
|
|
31
39
|
"toggleImplementerTools": "Toggle Implementer Tools",
|
|
32
40
|
"uiEditor": "UI editor",
|