Skip to content

Commit 08cddef

Browse files
committed
Sync locales
1 parent 550665d commit 08cddef

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

client/src/locale/en.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,11 +1142,29 @@ const en = {
11421142
submitNew: "Save and activate",
11431143
submitExisting: "Update",
11441144
attributeValueErrors: "The following value(s) are invalid for {{name}}: {{values}}",
1145+
forceLoa: "Force LOA when",
1146+
doNotForceLoa: "Do not force LOA when",
1147+
requireLoa: "Require LOA {{level}}",
1148+
invalidIp: "Invalid IP address",
1149+
assuranceSettings: "Assurance settings",
1150+
when: "when",
1151+
loaRequired: "A Level of Assurance is required",
1152+
ipAddress: "IP address",
1153+
prefix: "Prefix",
1154+
networkAddress: "Network",
1155+
broadcastAddress: "Broadcast",
1156+
capacity: "Capacity",
1157+
addIpRange: "Add IP range",
11451158
breakdown: {
11461159
if: "If",
11471160
when: "When",
11481161
allowDescriptionPrefix: "A user from '{{idp}}' is only allowed acces to '{{sp}}'",
11491162
denyDescriptionPrefix: "A user from '{{idp}}' is denied acces to '{{sp}}'",
1163+
stepIsNoneOf: "is none of",
1164+
stepIsAnyOf: "is any of",
1165+
stepIpNotIn: "IP not in",
1166+
stepIpIn: "IP in",
1167+
stepDescriptionPrefix: "Users accessing '{{sp}}' must authenticate with {{loa}}",
11501168
},
11511169
flash: {
11521170
created: "Policy {{name}} has been created and is ready for use",

client/src/locale/nl.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,11 +1142,29 @@ const nl = {
11421142
submitNew: "Opslaan en activeren",
11431143
submitExisting: "Bijwerken",
11441144
attributeValueErrors: "De volgende waarde(s) zijn ongeldig voor {{name}}: {{values}}",
1145+
forceLoa: "Forceer LOA wanneer",
1146+
doNotForceLoa: "Forceer LOA niet wanneer",
1147+
requireLoa: "Vereist LOA {{level}}",
1148+
invalidIp: "Ongeldig IP‑adres",
1149+
assuranceSettings: "Betrouwbaarheidsinstellingen",
1150+
when: "wanneer",
1151+
loaRequired: "Een Level of Assurance is vereist",
1152+
ipAddress: "IP‑adres",
1153+
prefix: "Prefix",
1154+
networkAddress: "Netwerk",
1155+
broadcastAddress: "Broadcast",
1156+
capacity: "Capaciteit",
1157+
addIpRange: "IP‑bereik toevoegen",
11451158
breakdown: {
11461159
if: "Als",
11471160
when: "Wanneer",
11481161
allowDescriptionPrefix: "Een gebruiker van '{{idp}}' mag alleen toegang hebben tot '{{sp}}'",
11491162
denyDescriptionPrefix: "Een gebruiker van '{{idp}}' wordt de toegang tot '{{sp}}' geweigerd",
1163+
stepIsNoneOf: "is geen van",
1164+
stepIsAnyOf: "is een van",
1165+
stepIpNotIn: "IP niet in",
1166+
stepIpIn: "IP in",
1167+
stepDescriptionPrefix: "Gebruikers die toegang krijgen tot '{{sp}}' moeten authenticeren met {{loa}}",
11501168
},
11511169
flash: {
11521170
created: "Beleid {{name}} is aangemaakt en klaar voor gebruik",

0 commit comments

Comments
 (0)