Skip to content

Commit

Permalink
Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 8, 2024
1 parent 6811d8b commit f85a362
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions resources/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
"title": "Organizers",
"description": "Below you see an overview of the UiTdatabank organizers for which you can execute actions in the UiTPAS API.",
"add": "Add organizer",
"update_dialog": {
"question": "Select the UiTdatabank organizers for which you can execute actions in UiTPAS."
},
"delete_dialog": {
"title": "Remove organizer",
"question": "Are you sure you want to remove {{name}} from your integration?"
Expand Down
3 changes: 3 additions & 0 deletions resources/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
"title": "Organisaties",
"description": "Hieronder vind je een overzicht van de UiTdatabank organisaties waarvoor je acties kan uitvoeren in de UiTPAS API.",
"add": "Organisatie toevoegen",
"update_dialog": {
"question": "Geef de UiTdatabank-organisaties op waarvoor je acties in UiTPAS wilt uitvoeren."
},
"delete_dialog": {
"title": "Organisatie verwijderen",
"question": "Ben je zeker dat je {{name}} wilt verwijderen van je integratie?"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ const OrganizersSection = ({
}
>
<Heading level={5} className="font-light">
Geef de UiTdatabank-organisaties op waarvoor je acties in UiTPAS wilt
uitvoeren.
{t("details.organizers_info.update_dialog.question")}
</Heading>
<OrganizersDatalist
onChange={(organizers) => form.setData("organizers", organizers)}
Expand Down

0 comments on commit f85a362

Please sign in to comment.