@bigbinary/neeto-form-frontend 1.2.39 → 1.2.41

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.
@@ -36,7 +36,9 @@
36
36
  "bad": "Bad",
37
37
  "no": "No",
38
38
  "addAdditionalGuests": "Add additional guests",
39
- "unanswered": "Unanswered"
39
+ "unanswered": "Unanswered",
40
+ "hobbies": "Hobbies",
41
+ "country": "Country"
40
42
  },
41
43
  "fields": {
42
44
  "mcf": "Multiple choice",
@@ -77,6 +79,11 @@
77
79
  "title": "Delete field?",
78
80
  "message": "You are deleting the field <strong>{{label}}</strong>."
79
81
  },
82
+ "unsavedChangesAlert": {
83
+ "discard": "Discard changes",
84
+ "message": "All of your unsaved changes in the {{language}} version will be lost. This can't be undone.",
85
+ "title": "You have unsaved changes"
86
+ },
80
87
  "common": {
81
88
  "notFound": "No questions found",
82
89
  "primaryPanel": {
@@ -99,7 +106,8 @@
99
106
  "fieldCodeHelpDescription": "If you change the field code, any existing shared URLs containing the old field code as query parameter, will not work correctly. <Link>View help article</Link> for more information."
100
107
  }
101
108
  }
102
- }
109
+ },
110
+ "changeLanguage": "Change language"
103
111
  },
104
112
  "labels": {
105
113
  "additionalGuests": "Additional guests"
@@ -109,7 +117,9 @@
109
117
  "invalidFieldCode": "This field code cannot be used.",
110
118
  "requiredField": "Please enter {{label}}.",
111
119
  "selectMin": "Please select {{min}} {{entity}}",
112
- "invalidType": "{{label}} should be a valid {{type}}"
120
+ "invalidType": "{{label}} should be a valid {{type}}",
121
+ "minCount": "{{field}} must be greater than or equal to {{value}}",
122
+ "maxCount": "{{field}} must be less than or equal to {{value}}"
113
123
  },
114
124
  "fileTypes": {
115
125
  "documents": "Documents",
@@ -122,7 +132,8 @@
122
132
  "validations": {
123
133
  "waitForUpload": "Please wait till upload is finished",
124
134
  "atLeastOneFileRequired": "Please upload at least one file",
125
- "removeDuplicates": "Please remove duplicate entries"
135
+ "removeDuplicates": "Please remove duplicate entries",
136
+ "fileIsRequired": "Please upload a file"
126
137
  },
127
138
  "dropzone": {
128
139
  "errors": {