From 3d97d57284a511b46317f9ca2928f732bac67dc7 Mon Sep 17 00:00:00 2001 From: alten-dturus Date: Tue, 17 Dec 2024 11:48:58 +0100 Subject: [PATCH] Add strings --- src/static/locales/en/eservice.json | 28 ++++++++++++++++++++++++++++ src/static/locales/it/eservice.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/src/static/locales/en/eservice.json b/src/static/locales/en/eservice.json index 657044214..4acb76bb6 100644 --- a/src/static/locales/en/eservice.json +++ b/src/static/locales/en/eservice.json @@ -42,6 +42,18 @@ "switchLabel": "Yes, it is available" } }, + "delegationSection": { + "title": "Delegations", + "description": "Read the <1>documentation relating to how delegations work", + "delegationField": { + "label": "Can the e-service be used via delegation?", + "switchLabel": "I authorize that users of the e-service can delegate other entities to register on their behalf" + }, + "clientAccessDelegableField": { + "label": "I authorize access to the delegated data", + "checkboxLabel": "I authorize delegates to associate their clients with the purposes they have created as delegates for use. Read the <1>documentation for further information" + } + }, "firstVersionOnlyEditableInfo": "The contents of this step will no longer be editable after the first version of this e-service is published" }, "stepPurpose": { @@ -166,6 +178,22 @@ "false": "No, it is not available", "undefined": "No, it is not available" } + }, + "isDelegable": { + "label": "Can the e-service be used via delegation?", + "value": { + "true": "Yes", + "false": "No", + "undefined": "No" + } + }, + "isClientAccessDelegable": { + "label": "Do I authorize access to delegated data?", + "value": { + "true": "Yes", + "false": "No", + "undefined": "No" + } } }, "riskAnalysisSummaryList": { diff --git a/src/static/locales/it/eservice.json b/src/static/locales/it/eservice.json index 103192ae1..245a727ea 100644 --- a/src/static/locales/it/eservice.json +++ b/src/static/locales/it/eservice.json @@ -42,6 +42,18 @@ "switchLabel": "Sì, è disponibile" } }, + "delegationSection": { + "title": "Deleghe", + "description": "Consulta la <1>documentazione relativa al funzionamento delle deleghe", + "delegationField": { + "label": "L’e-service può essere fruito tramite delega?", + "switchLabel": "Autorizzo che i fruitori dell’e-service possano delegare altri enti ad iscriversi per conto proprio" + }, + "clientAccessDelegableField": { + "label": "Autorizzo l’accesso ai dati in delega", + "checkboxLabel": "Autorizzo che i delegati possano associare i propri client alle finalità che hanno creato in qualità di delegati alla fruizione. Consulta la <1>documentazione per approfondire" + } + }, "firstVersionOnlyEditableInfo": "I contenuti di questo passaggio, ad eccezione della descrizione, non saranno più modificabili dopo la pubblicazione della prima versione dell’e-service." }, "stepPurpose": { @@ -166,6 +178,22 @@ "false": "No, non è disponibile", "undefined": "No, non è disponibile" } + }, + "isDelegable": { + "label": "L’e-service può essere fruito tramite delega?", + "value": { + "true": "Sì", + "false": "No", + "undefined": "No" + } + }, + "isClientAccessDelegable": { + "label": "Autorizzo l’accesso ai dati in delega?", + "value": { + "true": "Sì", + "false": "No", + "undefined": "No" + } } }, "riskAnalysisSummaryList": {