Skip to content

Commit

Permalink
Add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alten-dturus committed Jan 13, 2025
1 parent 178674b commit 01a352b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion src/static/locales/en/agreement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"backToRequestsBtn": "Go back to requests",
"providerRead": {
"title": "Manage agreement",
"delegatedAlert": "This agreement relates to a delegation.",
"suspendedAlert": {
"byProducer": "This agreement has been suspended by the PROVIDER. Until it is reactivated it will not be possible to access the data.",
"byConsumer": "This agreement has been suspended by the CONSUMER. Until it is reactivated it will not be possible to access the data.",
Expand All @@ -17,6 +18,9 @@
"consumerField": {
"label": "Consumer"
},
"delegatedConsumerField": {
"label": "Delegated Consumer"
},
"rejectionMessageField": {
"label": "Reason for rejection"
},
Expand All @@ -35,8 +39,14 @@
"consumerDetailsLink": {
"label": "View consumer details"
},
"delegatedConsumerDetailsLink": {
"label": "View delegated consumer details"
},
"contactDrawer": {
"title": "Consumer contacts",
"title": {
"delegatedConsumer": "Delegated consumer contacts",
"consumer": "Consumer contacts"
},
"emailField": {
"label": "Contact email"
},
Expand Down
12 changes: 11 additions & 1 deletion src/static/locales/it/agreement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"backToRequestsBtn": "Torna alle richieste",
"providerRead": {
"title": "Gestisci richiesta di fruizione",
"delegatedAlert": "Questa richiesta di fruizione è relativa a una delega.",
"suspendedAlert": {
"byProducer": "Questa richiesta di fruizione è stata sospesa da <strong>erogatore</strong>. Fino alla sua riattivazione non sarà possibile accedere ai dati.",
"byConsumer": "Questa richiesta di fruizione è stata sospesa da <strong>fruitore</strong>. Fino alla sua riattivazione non sarà possibile accedere ai dati.",
Expand All @@ -17,6 +18,9 @@
"consumerField": {
"label": "Fruitore"
},
"delegatedConsumerField": {
"label": "Delegato alla fruizione"
},
"rejectionMessageField": {
"label": "Motivazione del rifiuto"
},
Expand All @@ -35,8 +39,14 @@
"consumerDetailsLink": {
"label": "Visualizza dettagli fruitore"
},
"delegatedConsumerDetailsLink": {
"label": "Visualizza dettagli del delegato alla fruizione"
},
"contactDrawer": {
"title": "Contatti del fruitore",
"title": {
"delegatedConsumer": "Contatti del delegato alla fruizione",
"consumer": "Contatti del fruitore"
},
"emailField": {
"label": "Email di contatto"
},
Expand Down

0 comments on commit 01a352b

Please sign in to comment.