Skip to content

Commit

Permalink
Synced locales
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 9, 2024
1 parent d4a69d9 commit acee905
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const nl = {
guestRoles: "Gasten",
cron: "Cron",
invite: "Uitnodiging",
tokens: "API-tokens"
tokens: "API-tokens",
unknownRoles: "Missing applications"
},
home: {
access: "SURFconext Invite",
Expand Down Expand Up @@ -426,6 +427,10 @@ const nl = {
trigger: "Trigger",
clear: "Clear",
cronInfo: "Roep de cron job aan die resources opruimt, zoals verlopen gebruikersrollen, verweesde gebruikers en inactieve gebruikers"
},
unknownRoles: {
title: "Rollen gekoppeld aan applicaties die verwijderd zijn in Manage",
searchPlaceHolder: "Zoek..."
}
}

Expand Down

0 comments on commit acee905

Please sign in to comment.