Skip to content

Commit

Permalink
Add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alten-dturus committed Dec 17, 2024
1 parent 306b8b5 commit 3d97d57
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/static/locales/en/eservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
"switchLabel": "Yes, it is available"
}
},
"delegationSection": {
"title": "Delegations",
"description": "Read the <1>documentation</1> 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</1> 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": {
Expand Down Expand Up @@ -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": {
Expand Down
28 changes: 28 additions & 0 deletions src/static/locales/it/eservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
"switchLabel": "Sì, è disponibile"
}
},
"delegationSection": {
"title": "Deleghe",
"description": "Consulta la <1>documentazione</1> 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</1> 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": {
Expand Down Expand Up @@ -166,6 +178,22 @@
"false": "No, non è disponibile",
"undefined": "No, non è disponibile"
}
},
"isDelegable": {
"label": "L’e-service può essere fruito tramite delega?",
"value": {
"true": "",
"false": "No",
"undefined": "No"
}
},
"isClientAccessDelegable": {
"label": "Autorizzo l’accesso ai dati in delega?",
"value": {
"true": "",
"false": "No",
"undefined": "No"
}
}
},
"riskAnalysisSummaryList": {
Expand Down

0 comments on commit 3d97d57

Please sign in to comment.