@gov-cy/govcy-express-services 1.13.1 → 1.13.2
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 +1 -1
- package/src/resources/govcyResources.mjs +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gov-cy/govcy-express-services",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
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",
|
|
@@ -226,21 +226,21 @@ export const staticResources = {
|
|
|
226
226
|
en: "Yes, I want to delete this entry",
|
|
227
227
|
tr: "Yes, I want to delete this entry"
|
|
228
228
|
},
|
|
229
|
-
multipleThingsDeleteNoOption: {
|
|
230
|
-
el: "Όχι, δεν θέλω να διαγράψω την καταχώριση",
|
|
231
|
-
en: "No, I don't want to delete this entry",
|
|
232
|
-
tr: "No, I don't want to delete this entry"
|
|
233
|
-
},
|
|
234
|
-
task: {
|
|
235
|
-
title: {
|
|
236
|
-
el: "Ολοκληρώστε την ενότητα",
|
|
237
|
-
en: "Complete the section",
|
|
238
|
-
tr: "Bölümü tamamlayın"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
taskListStatus: {
|
|
242
|
-
NOT_STARTED: {
|
|
243
|
-
el: "Δεν ξεκίνησε",
|
|
229
|
+
multipleThingsDeleteNoOption: {
|
|
230
|
+
el: "Όχι, δεν θέλω να διαγράψω την καταχώριση",
|
|
231
|
+
en: "No, I don't want to delete this entry",
|
|
232
|
+
tr: "No, I don't want to delete this entry"
|
|
233
|
+
},
|
|
234
|
+
task: {
|
|
235
|
+
title: {
|
|
236
|
+
el: "Ολοκληρώστε την ενότητα",
|
|
237
|
+
en: "Complete the section",
|
|
238
|
+
tr: "Bölümü tamamlayın"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
taskListStatus: {
|
|
242
|
+
NOT_STARTED: {
|
|
243
|
+
el: "Δεν ξεκίνησε",
|
|
244
244
|
en: "Not started",
|
|
245
245
|
tr: "Başlamadı"
|
|
246
246
|
},
|
|
@@ -381,7 +381,7 @@ export const staticResources = {
|
|
|
381
381
|
type: "p",
|
|
382
382
|
text: {
|
|
383
383
|
el: "Για να επεξεργαστούμε την αίτησή σας, θα χρησιμοποιήσουμε τα στοιχεία σας από το Αρχείο Πληθυσμού",
|
|
384
|
-
en: "In order to process your application, we’ll your details
|
|
384
|
+
en: "In order to process your application, we’ll use your details from the Civil Registry"
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
},
|