@bigbinary/neeto-form-frontend 3.10.16 → 3.10.18

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.
@@ -9,7 +9,8 @@
9
9
  "option": "خيار",
10
10
  "rating": "تقييم",
11
11
  "reset": "إعادة تعيين إلى الافتراضي",
12
- "submit": "تأكيد"
12
+ "submit": "تأكيد",
13
+ "cancel": "يلغي"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "يرجى إدخال {{label}} صالح",
@@ -9,7 +9,8 @@
9
9
  "option": "Možnost",
10
10
  "rating": "Hodnocení",
11
11
  "reset": "Převinout",
12
- "submit": "Předložit"
12
+ "submit": "Předložit",
13
+ "cancel": "Zrušit"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Uveďte prosím platný {{label}} A",
@@ -9,7 +9,8 @@
9
9
  "option": "Möglichkeit",
10
10
  "rating": "Bewertung",
11
11
  "reset": "Zurücksetzen",
12
- "submit": "Einreichen"
12
+ "submit": "Einreichen",
13
+ "cancel": "Stornieren"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Bitte geben Sie ein gültiges {{label}} ein",
@@ -26,7 +26,7 @@
26
26
  "selectOne": "Select one",
27
27
  "required": "Required",
28
28
  "hideQuestion": "Hide question",
29
- "readOnly": "Mark question as read-only",
29
+ "readOnly": "Read-only",
30
30
  "invalidURL": "Invalid URL",
31
31
  "generateLink": "Generate link",
32
32
  "paragraphCantBeEmpty": "Paragraph can't be empty",
@@ -9,7 +9,8 @@
9
9
  "option": "Opción",
10
10
  "rating": "Clasificación",
11
11
  "reset": "Reiniciar",
12
- "submit": "Enviar"
12
+ "submit": "Enviar",
13
+ "cancel": "Cancelar"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Introduzca una {{label}} válida",
@@ -9,7 +9,8 @@
9
9
  "option": "Option",
10
10
  "rating": "Notation",
11
11
  "reset": "Réinitialiser",
12
- "submit": "Soumettre"
12
+ "submit": "Soumettre",
13
+ "cancel": "Annuler"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Veuillez saisir un {{label}} valide",
@@ -9,7 +9,8 @@
9
9
  "option": "Keuze",
10
10
  "rating": "Beoordeling",
11
11
  "reset": "Resetten",
12
- "submit": "Indienen"
12
+ "submit": "Indienen",
13
+ "cancel": "Annuleren"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Voer een geldige {{label}} in",
@@ -9,7 +9,8 @@
9
9
  "option": "Opcja",
10
10
  "rating": "Ocena",
11
11
  "reset": "Resetowanie",
12
- "submit": "Zatwierdź"
12
+ "submit": "Zatwierdź",
13
+ "cancel": "Anulować"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Proszę wprowadzić poprawną etykietę {{label}}",
@@ -9,7 +9,8 @@
9
9
  "option": "Opção",
10
10
  "rating": "Avaliação",
11
11
  "reset": "Reiniciar",
12
- "submit": "Enviar"
12
+ "submit": "Enviar",
13
+ "cancel": "Cancelar"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Insira um {{label}} válido",
@@ -9,7 +9,8 @@
9
9
  "option": "Posibilitate",
10
10
  "rating": "Evaluare",
11
11
  "reset": "resetare",
12
- "submit": "Depune"
12
+ "submit": "Depune",
13
+ "cancel": "Anula"
13
14
  },
14
15
  "error": {
15
16
  "invalidField": "Vă rugăm să dați unul valid {{label}} o",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "3.10.16",
3
+ "version": "3.10.18",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -63,12 +63,12 @@
63
63
  "@bigbinary/babel-preset-neeto": "^1.0.3",
64
64
  "@bigbinary/eslint-plugin-neeto": "1.5.6",
65
65
  "@bigbinary/neeto-cist": "1.0.14",
66
- "@bigbinary/neeto-commons-frontend": "4.13.18",
66
+ "@bigbinary/neeto-commons-frontend": "4.13.19",
67
67
  "@bigbinary/neeto-editor": "1.45.3",
68
68
  "@bigbinary/neeto-filters-frontend": "4.3.13",
69
69
  "@bigbinary/neeto-hotkeys": "1.0.9",
70
70
  "@bigbinary/neeto-icons": "1.20.25",
71
- "@bigbinary/neeto-molecules": "3.15.17",
71
+ "@bigbinary/neeto-molecules": "3.15.18",
72
72
  "@bigbinary/neetoui": "8.2.60",
73
73
  "@emotion/is-prop-valid": "1.2.0",
74
74
  "@faker-js/faker": "8.2.0",
@@ -185,12 +185,12 @@
185
185
  "peerDependencies": {
186
186
  "@babel/runtime": "7.26.0",
187
187
  "@bigbinary/neeto-cist": "1.0.14",
188
- "@bigbinary/neeto-commons-frontend": "4.13.18",
188
+ "@bigbinary/neeto-commons-frontend": "4.13.19",
189
189
  "@bigbinary/neeto-editor": "1.45.3",
190
190
  "@bigbinary/neeto-filters-frontend": "4.3.13",
191
191
  "@bigbinary/neeto-hotkeys": "1.0.9",
192
192
  "@bigbinary/neeto-icons": "1.20.25",
193
- "@bigbinary/neeto-molecules": "3.15.17",
193
+ "@bigbinary/neeto-molecules": "3.15.18",
194
194
  "@bigbinary/neetoui": "8.2.60",
195
195
  "@hello-pangea/dnd": "16.3.0",
196
196
  "@honeybadger-io/js": "6.10.1",
@@ -243,7 +243,7 @@
243
243
  "string-width": "4.1.0"
244
244
  },
245
245
  "engines": {
246
- "node": ">=18.12",
246
+ "node": ">=22.13",
247
247
  "npm": ">=9",
248
248
  "yarn": ">=1.22"
249
249
  },