@gov-cy/govcy-express-services 1.3.0-alpha.7 → 1.3.1

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": "@gov-cy/govcy-express-services",
3
- "version": "1.3.0-alpha.7",
3
+ "version": "1.3.1",
4
4
  "description": "An Express-based system that dynamically renders services using @gov-cy/govcy-frontend-renderer and posts data to a submission API.",
5
5
  "author": "DMRID - DSF Team",
6
6
  "license": "MIT",
@@ -182,14 +182,14 @@ export const staticResources = {
182
182
  tr: "This entry already exists"
183
183
  },
184
184
  multipleThingsMaxMessage: {
185
- en: "You have reached the maximum number of entries. You can only add up to {{max}} entries",
186
- el: "Έχετε φτάσει το μέγιστο αριθμό καταχωρίσεων. Μπορείτε να προσθέσετε μόνο έως {{max}} καταχωρίσεις",
187
- tr: "You have reached the maximum number of entries. You can only add up to {{max}} entries"
185
+ en: "You have reached the maximum number of entries. You can only add up to {{max}}",
186
+ el: "Έχετε φτάσει το μέγιστο αριθμό καταχωρίσεων. Μπορείτε να προσθέσετε μόνο έως {{max}}",
187
+ tr: "You have reached the maximum number of entries. You can only add up to {{max}}"
188
188
  },
189
189
  multipleThingsMinMessage: {
190
- en: "You have not added the minimum number of entries. You must add at least {{min}} entries",
191
- el: "Δεν έχετε προσθέσει τον ελάχιστο αριθμό καταχωρίσεων. Πρέπει να προσθέσετε τουλάχιστον {{min}} καταχωρίσεις",
192
- tr: "You have not added the minimum number of entries. You must add at least {{min}} entries"
190
+ en: "You have not added the minimum number of entries. You must add at least {{min}}",
191
+ el: "Δεν έχετε προσθέσει τον ελάχιστο αριθμό καταχωρίσεων. Πρέπει να προσθέσετε τουλάχιστον {{min}}",
192
+ tr: "You have not added the minimum number of entries. You must add at least {{min}}"
193
193
  },
194
194
  multipleThingsItemsValidationPrefix: {
195
195
  en: "Entry {{index}} - ",