@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/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","pages":[{"component":"implementerTools","route":true},{"component":"globalImplementerTools","route":true}],"extensions":[{"name":"implementer-tools-button","slot":"top-nav-actions-slot","component":"implementerToolsButton","order":20}],"version":"8.0.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","pages":[{"component":"implementerTools","route":true},{"component":"globalImplementerTools","route":true}],"extensions":[{"name":"implementer-tools-button","slot":"top-nav-actions-slot","component":"implementerToolsButton","order":20}],"version":"8.0.1-pre.3537"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-implementer-tools-app",
|
|
3
|
-
"version": "8.0.1-pre.
|
|
3
|
+
"version": "8.0.1-pre.3537",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The admin interface for OpenMRS Frontend",
|
|
6
6
|
"browser": "dist/openmrs-esm-implementer-tools-app.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"analyze": "webpack --mode=production --env analyze=true",
|
|
18
18
|
"typescript": "tsc",
|
|
19
19
|
"lint": "eslint src --ext ts,tsx",
|
|
20
|
-
"extract-translations": "i18next 'src/**/*.
|
|
20
|
+
"extract-translations": "i18next 'src/**/*.tsx' 'src/**/*.ts' '!src/**/*.test.tsx' '!src/**/*.test.ts' --config='../../../tools/i18next-parser.config.js'"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"openmrs",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"swr": "2.x"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@openmrs/esm-framework": "8.0.1-pre.
|
|
55
|
-
"@openmrs/webpack-config": "8.0.1-pre.
|
|
54
|
+
"@openmrs/esm-framework": "8.0.1-pre.3537",
|
|
55
|
+
"@openmrs/webpack-config": "8.0.1-pre.3537",
|
|
56
56
|
"ace-builds": "^1.43.3",
|
|
57
57
|
"react": "^18.3.1",
|
|
58
58
|
"react-ace": "^14.0.1",
|
|
@@ -127,7 +127,7 @@ export const Configuration: React.FC = () => {
|
|
|
127
127
|
<Column>
|
|
128
128
|
<TextInput
|
|
129
129
|
id="extensionSearch"
|
|
130
|
-
labelText=
|
|
130
|
+
labelText={t('searchConfiguration', 'Search configuration')}
|
|
131
131
|
onChange={(e) => setFilterText(e.target.value)}
|
|
132
132
|
autoComplete="off"
|
|
133
133
|
/>
|
package/translations/am.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",
|
package/translations/ar.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "تعديل",
|
|
13
13
|
"editValueButtonText": "تعديل",
|
|
14
14
|
"enabled": "مفعل",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "الملحقات",
|
|
16
17
|
"featureFlag": "علامة الميزة",
|
|
17
18
|
"featureFlags": "علامات الميزة",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "الإصدار المثبت",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "القيمة الحالية هي القيمة الافتراضية.",
|
|
22
23
|
"jsonEditor": "محرر JSON",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "مفقود",
|
|
24
26
|
"moduleName": "اسم الوحدة",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "بعض الوحدات لديها اعتمادات خلفية غير محلولة",
|
|
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": "الإصدار المطلوب",
|
|
29
33
|
"resetToDefaultValueButtonText": "إعادة تعيين إلى القيمة الافتراضية",
|
|
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": "محرر الواجهة",
|
package/translations/ar_SY.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",
|
package/translations/bn.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",
|
package/translations/cs.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",
|
package/translations/de.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",
|
package/translations/en.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",
|
package/translations/en_US.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",
|
package/translations/es.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "Editar",
|
|
13
13
|
"editValueButtonText": "Editar",
|
|
14
14
|
"enabled": "Habilitado",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "Extensiones",
|
|
16
17
|
"featureFlag": "Feature flag",
|
|
17
18
|
"featureFlags": "Feature flags",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "Versión instalada",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "El valor actual es el predeterminado.",
|
|
22
23
|
"jsonEditor": "Editor por JSON",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "Faltante",
|
|
24
26
|
"moduleName": "Nombre del módulo",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "Algunos módulos tienen dependencias no resueltas en el backend",
|
|
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": "Versión Requerida",
|
|
29
33
|
"resetToDefaultValueButtonText": "Restablecer a los valores predeterminados",
|
|
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": "Activar/desactivar herramientas de implementador",
|
|
32
40
|
"uiEditor": "Editor por UI",
|
package/translations/es_MX.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",
|
package/translations/fr.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "Modifier",
|
|
13
13
|
"editValueButtonText": "Modifier",
|
|
14
14
|
"enabled": "Activé",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "Extensions",
|
|
16
17
|
"featureFlag": "Fonctionnalité",
|
|
17
18
|
"featureFlags": "Fonctionnalités",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "Version Installée",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "Valeur courante est définié par défaut",
|
|
22
23
|
"jsonEditor": "Editeur JSON",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "Absent",
|
|
24
26
|
"moduleName": "Nom du Module",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "Certains modules ont des dépendances de backend non résolues",
|
|
28
|
+
"noConceptsFoundText": "No matching concepts found",
|
|
29
|
+
"noPersonAttributeFoundText": "No matching person attribute types found",
|
|
26
30
|
"numberValidationMessage": "La valeur doit ête un nombre",
|
|
27
31
|
"objectValidationMessage": "La valeur doit ête un objet",
|
|
28
32
|
"requiredVersion": "Version Recommandée",
|
|
29
33
|
"resetToDefaultValueButtonText": "Ramener à la valeur par défaut",
|
|
34
|
+
"searchConceptHelperText": "Search concepts",
|
|
35
|
+
"searchConfiguration": "Search configuration",
|
|
36
|
+
"searching": "Searching",
|
|
37
|
+
"searchPersonAttributeHelperText": "Person attribute type name",
|
|
30
38
|
"stringValidationMessage": "La valeur doit ête une chaîne de caractères",
|
|
31
39
|
"toggleImplementerTools": "Activer/Désactiver les outils d'implémentation",
|
|
32
40
|
"uiEditor": "Editeur Interface Utilisateur",
|
package/translations/he.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "ערוך",
|
|
13
13
|
"editValueButtonText": "ערוך",
|
|
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": "גרסה מותקנת",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "הערך הנוכחי הוא הערך המוגדר כברירת מחדל.",
|
|
22
23
|
"jsonEditor": "עורך JSON",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "חסר",
|
|
24
26
|
"moduleName": "שם המודול",
|
|
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": "גרסה נדרשת",
|
|
29
33
|
"resetToDefaultValueButtonText": "איפוס לברירת מחדל",
|
|
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": "עורך ממשק משתמש",
|
package/translations/hi.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",
|
package/translations/hi_IN.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",
|
package/translations/id.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",
|
package/translations/it.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "Modifica",
|
|
13
13
|
"editValueButtonText": "Modifica",
|
|
14
14
|
"enabled": "Abilitato",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "Estensioni",
|
|
16
17
|
"featureFlag": "Flag funzionalità",
|
|
17
18
|
"featureFlags": "Flag funzionalità",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "Versione installata",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "Il valore attuale è il valore predefinito.",
|
|
22
23
|
"jsonEditor": "Editor JSON",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "Mancante",
|
|
24
26
|
"moduleName": "Nome del modulo",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "Alcuni moduli hanno dipendenze backend non risolte",
|
|
28
|
+
"noConceptsFoundText": "No matching concepts found",
|
|
29
|
+
"noPersonAttributeFoundText": "No matching person attribute types found",
|
|
26
30
|
"numberValidationMessage": "Il valore deve essere un numero",
|
|
27
31
|
"objectValidationMessage": "Il valore deve essere un oggetto",
|
|
28
32
|
"requiredVersion": "Versione richiesta",
|
|
29
33
|
"resetToDefaultValueButtonText": "Ripristina ai valori predefiniti",
|
|
34
|
+
"searchConceptHelperText": "Search concepts",
|
|
35
|
+
"searchConfiguration": "Search configuration",
|
|
36
|
+
"searching": "Searching",
|
|
37
|
+
"searchPersonAttributeHelperText": "Person attribute type name",
|
|
30
38
|
"stringValidationMessage": "Il valore deve essere una stringa",
|
|
31
39
|
"toggleImplementerTools": "Attiva/disattiva Strumenti per Implementatori",
|
|
32
40
|
"uiEditor": "Editor UI",
|
package/translations/ka.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"edit": "ჩასწორება",
|
|
13
13
|
"editValueButtonText": "ჩასწორება",
|
|
14
14
|
"enabled": "ჩართულია",
|
|
15
|
+
"exitUIEditor": "Exit UI Editor",
|
|
15
16
|
"extensions": "გაფართოებები",
|
|
16
17
|
"featureFlag": "ფუნქციის ალამი",
|
|
17
18
|
"featureFlags": "ფუნქციის ალმები",
|
|
@@ -20,13 +21,20 @@
|
|
|
20
21
|
"installedVersion": "დაყენებული ვერსია",
|
|
21
22
|
"itemDescriptionSourceDefaultText": "მიმდინარე მნიშვნელობა ნაგულისხმევია.",
|
|
22
23
|
"jsonEditor": "JSON-ის რედაქტორი",
|
|
24
|
+
"loading": "Loading",
|
|
23
25
|
"missing": "აკლია",
|
|
24
26
|
"moduleName": "მოდულის სახელი",
|
|
25
27
|
"modulesWithMissingDependenciesWarning": "ზოგიერთ მოდულს გადაუწყვეტელი უკანაბოლოს დამოკიდებულებები გააჩნია",
|
|
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": "საჭირო ვერსია",
|
|
29
33
|
"resetToDefaultValueButtonText": "ჩამოყრა ნაგულისხმევზე",
|
|
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": "განმხორციელებლის ხელსაწყოების გადართვა",
|
|
32
40
|
"uiEditor": "ინტერფეისის რედაქტორი",
|
package/translations/km.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",
|
package/translations/ku.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",
|
package/translations/ky.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",
|