@openmrs/esm-implementer-tools-app 6.3.1-pre.3236 → 6.3.1-pre.3250

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.
Files changed (82) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/2146.js +1 -1
  5. package/dist/2690.js +1 -1
  6. package/dist/3099.js +1 -1
  7. package/dist/3584.js +1 -1
  8. package/dist/4055.js +1 -1
  9. package/dist/4132.js +1 -1
  10. package/dist/4335.js +1 -1
  11. package/dist/4618.js +1 -1
  12. package/dist/4652.js +1 -1
  13. package/dist/4944.js +1 -1
  14. package/dist/5173.js +1 -1
  15. package/dist/5241.js +1 -1
  16. package/dist/5442.js +1 -1
  17. package/dist/5661.js +1 -1
  18. package/dist/6022.js +1 -1
  19. package/dist/6468.js +1 -1
  20. package/dist/6679.js +1 -1
  21. package/dist/6840.js +1 -1
  22. package/dist/6859.js +1 -1
  23. package/dist/7097.js +1 -1
  24. package/dist/7159.js +1 -1
  25. package/dist/723.js +1 -1
  26. package/dist/7617.js +1 -1
  27. package/dist/795.js +1 -1
  28. package/dist/8163.js +1 -1
  29. package/dist/8349.js +1 -1
  30. package/dist/8618.js +1 -1
  31. package/dist/890.js +1 -1
  32. package/dist/9214.js +1 -1
  33. package/dist/9538.js +1 -1
  34. package/dist/9569.js +1 -1
  35. package/dist/986.js +1 -1
  36. package/dist/9879.js +1 -1
  37. package/dist/9895.js +1 -1
  38. package/dist/9900.js +1 -1
  39. package/dist/9913.js +1 -1
  40. package/dist/main.js +1 -1
  41. package/dist/openmrs-esm-implementer-tools-app.js +1 -1
  42. package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +117 -117
  43. package/dist/routes.json +1 -1
  44. package/package.json +3 -3
  45. package/translations/am.json +7 -0
  46. package/translations/ar.json +7 -0
  47. package/translations/ar_SY.json +7 -0
  48. package/translations/bn.json +7 -0
  49. package/translations/de.json +7 -0
  50. package/translations/en_US.json +7 -0
  51. package/translations/es.json +7 -0
  52. package/translations/es_MX.json +7 -0
  53. package/translations/fr.json +7 -0
  54. package/translations/he.json +7 -0
  55. package/translations/hi.json +7 -0
  56. package/translations/hi_IN.json +7 -0
  57. package/translations/id.json +7 -0
  58. package/translations/it.json +7 -0
  59. package/translations/ka.json +7 -0
  60. package/translations/km.json +7 -0
  61. package/translations/ku.json +7 -0
  62. package/translations/ky.json +7 -0
  63. package/translations/lg.json +7 -0
  64. package/translations/ne.json +7 -0
  65. package/translations/pl.json +7 -0
  66. package/translations/pt.json +7 -0
  67. package/translations/pt_BR.json +7 -0
  68. package/translations/qu.json +7 -0
  69. package/translations/ro_RO.json +7 -0
  70. package/translations/ru_RU.json +7 -0
  71. package/translations/si.json +7 -0
  72. package/translations/sw.json +7 -0
  73. package/translations/sw_KE.json +7 -0
  74. package/translations/tr.json +7 -0
  75. package/translations/tr_TR.json +7 -0
  76. package/translations/uk.json +7 -0
  77. package/translations/uz.json +7 -0
  78. package/translations/uz@Latn.json +7 -0
  79. package/translations/uz_UZ.json +7 -0
  80. package/translations/vi.json +7 -0
  81. package/translations/zh.json +7 -0
  82. package/translations/zh_CN.json +7 -0
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "O valor atual vem de",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Módulos de back-end",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Verifique a guia Módulos de back-end nas Ferramentas do implementador para obter mais detalhes",
5
7
  "clearConfig": "Limpar configuração local",
6
8
  "close": "Fechar",
@@ -21,12 +23,17 @@
21
23
  "missing": "Faltando",
22
24
  "moduleName": "Nome do módulo",
23
25
  "modulesWithMissingDependenciesWarning": "Alguns módulos têm dependências de back-end não resolvidas",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Versão necessária",
25
30
  "resetToDefaultValueButtonText": "Redefinir para o padrão",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "Editor de interface do usuário",
28
34
  "unknownVersion": "desconhecido",
29
35
  "updateConfig": "Atualizar configuração",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Valor",
31
38
  "viewModules": "Exibir módulos"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "Valoarea curentă provine din ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Module backend",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Verifică fila Module Backend din Instrumente Implementator pentru mai multe detalii",
5
7
  "clearConfig": "Șterge configurația locală",
6
8
  "close": "Închide",
@@ -21,12 +23,17 @@
21
23
  "missing": "Lipsește",
22
24
  "moduleName": "Nume modul",
23
25
  "modulesWithMissingDependenciesWarning": "Unele module au dependențe backend nerezolvate",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Versiune necesară",
25
30
  "resetToDefaultValueButtonText": "Resetează la valoarea implicită",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Comută Instrumente implementator",
27
33
  "uiEditor": "Editor UI",
28
34
  "unknownVersion": "necunoscută",
29
35
  "updateConfig": "Actualizează configurația",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Valoare",
31
38
  "viewModules": "Vezi modulele"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "Giá trị hiện tại đến từ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Kiểm tra tab Backend Modules trong Công cụ triển khai để biết thêm chi tiết",
5
7
  "clearConfig": "Xóa cấu hình cục bộ",
6
8
  "close": "Đóng",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Tên module",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Đặt lại về mặc định",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Cập nhật cấu hình",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Giá trị",
31
38
  "viewModules": "Xem modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "当前值来自",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "后端模块",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "请查看Implementer 工具中的Backend模块选项卡,以获取更多详细信息。",
5
7
  "clearConfig": "清除本地配置",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "缺失",
22
24
  "moduleName": "模块名称",
23
25
  "modulesWithMissingDependenciesWarning": "部分模块存在未解决的backend依赖关系",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "所需版本",
25
30
  "resetToDefaultValueButtonText": "恢复为默认值",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI编辑器",
28
34
  "unknownVersion": "未知",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "值",
31
38
  "viewModules": "查看模块"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "当前值来自",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "后端模块",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "请查看Implementer 工具中的Backend模块选项卡,以获取更多详细信息。",
5
7
  "clearConfig": "清除本地配置",
6
8
  "close": "关闭",
@@ -21,12 +23,17 @@
21
23
  "missing": "缺失",
22
24
  "moduleName": "模块名称",
23
25
  "modulesWithMissingDependenciesWarning": "部分模块存在未解决的backend依赖关系",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "所需版本",
25
30
  "resetToDefaultValueButtonText": "恢复为默认值",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "切换实现者工具",
27
33
  "uiEditor": "UI编辑器",
28
34
  "unknownVersion": "未知",
29
35
  "updateConfig": "更新配置",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "值",
31
38
  "viewModules": "查看模块"
32
39
  }