@openmrs/esm-implementer-tools-app 7.0.1-pre.3259 → 7.0.1-pre.3273

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-implementer-tools-app",
3
- "version": "7.0.1-pre.3259",
3
+ "version": "7.0.1-pre.3273",
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",
@@ -51,8 +51,8 @@
51
51
  "swr": "2.x"
52
52
  },
53
53
  "devDependencies": {
54
- "@openmrs/esm-framework": "7.0.1-pre.3259",
55
- "@openmrs/webpack-config": "7.0.1-pre.3259",
54
+ "@openmrs/esm-framework": "7.0.1-pre.3273",
55
+ "@openmrs/webpack-config": "7.0.1-pre.3273",
56
56
  "ace-builds": "^1.4.14",
57
57
  "react": "^18.1.0",
58
58
  "react-ace": "^9.5.0",
@@ -24,7 +24,6 @@
24
24
  "moduleName": "Module name",
25
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
26
  "numberValidationMessage": "Value must be a number",
27
- "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
27
  "objectValidationMessage": "Value must be an object",
29
28
  "requiredVersion": "Required Version",
30
29
  "resetToDefaultValueButtonText": "Reset to default",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "Il valore attuale proviene da ",
3
- "arrayValidationMessage": "Value must be an array",
3
+ "arrayValidationMessage": "Il valore deve essere un array",
4
4
  "backendModules": "Moduli backend",
5
- "booleanValidationMessage": "Value must be a boolean",
5
+ "booleanValidationMessage": "Il valore deve essere booleano",
6
6
  "checkImplementerToolsMessage": "Controlla la scheda Moduli Backend negli Strumenti per Implementatori per maggiori dettagli",
7
7
  "clearConfig": "Cancella configurazione locale",
8
8
  "close": "Chiudi",
@@ -23,12 +23,12 @@
23
23
  "missing": "Mancante",
24
24
  "moduleName": "Nome del modulo",
25
25
  "modulesWithMissingDependenciesWarning": "Alcuni moduli hanno dipendenze backend non risolte",
26
- "numberValidationMessage": "Value must be a number",
26
+ "numberValidationMessage": "Il valore deve essere un numero",
27
27
  "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
- "objectValidationMessage": "Value must be an object",
28
+ "objectValidationMessage": "Il valore deve essere un oggetto",
29
29
  "requiredVersion": "Versione richiesta",
30
30
  "resetToDefaultValueButtonText": "Ripristina ai valori predefiniti",
31
- "stringValidationMessage": "Value must be a string",
31
+ "stringValidationMessage": "Il valore deve essere una stringa",
32
32
  "toggleImplementerTools": "Toggle Implementer Tools",
33
33
  "uiEditor": "Editor UI",
34
34
  "unknownVersion": "sconosciuto",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "Valoarea curentă provine din ",
3
- "arrayValidationMessage": "Value must be an array",
3
+ "arrayValidationMessage": "Valoarea trebuie fie o listă de elemente",
4
4
  "backendModules": "Module backend",
5
- "booleanValidationMessage": "Value must be a boolean",
5
+ "booleanValidationMessage": "Valoarea trebuie fie un boolean",
6
6
  "checkImplementerToolsMessage": "Verifică fila Module Backend din Instrumente Implementator pentru mai multe detalii",
7
7
  "clearConfig": "Șterge configurația locală",
8
8
  "close": "Închide",
@@ -23,17 +23,17 @@
23
23
  "missing": "Lipsește",
24
24
  "moduleName": "Nume modul",
25
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",
26
+ "numberValidationMessage": "Valoarea trebuie sa fie un numar",
27
+ "objectPropertyValidationMessage": "Proprietatea {{key}}: {{error}}",
28
+ "objectValidationMessage": "Valoarea trebuie sa fie un obiect",
29
29
  "requiredVersion": "Versiune necesară",
30
30
  "resetToDefaultValueButtonText": "Resetează la valoarea implicită",
31
- "stringValidationMessage": "Value must be a string",
31
+ "stringValidationMessage": "Valoarea trebuie sa fie un sir de caractere\n",
32
32
  "toggleImplementerTools": "Comută Instrumente implementator",
33
33
  "uiEditor": "Editor UI",
34
34
  "unknownVersion": "necunoscută",
35
35
  "updateConfig": "Actualizează configurația",
36
- "uuidValidationMessage": "Value must be a valid UUID string",
36
+ "uuidValidationMessage": "Valoarea trebuie sa fie un sir UUID valid",
37
37
  "value": "Valoare",
38
38
  "viewModules": "Vezi modulele"
39
39
  }