fix: fixed some bugs with the dutch translation
This commit is contained in:
parent
d0484100ba
commit
1515c1b991
|
@ -44,8 +44,8 @@ export const DutchTranslation: Translation = {
|
||||||
createdSimulation: name => `Simulatie '${name}' succesvol gecreerd`,
|
createdSimulation: name => `Simulatie '${name}' succesvol gecreerd`,
|
||||||
switchedToSimulation: name =>
|
switchedToSimulation: name =>
|
||||||
`Succesvol veranderd naar simulatie '${name}'`,
|
`Succesvol veranderd naar simulatie '${name}'`,
|
||||||
savedSimulation: name => "Simulatie succesvol opgeslagen '${name}'",
|
savedSimulation: name => `Simulatie succesvol opgeslagen '${name}'`,
|
||||||
compiledIc: name => "IC gecompileerd: '${name}'",
|
compiledIc: name => `IC gecompileerd: '${name}'`,
|
||||||
cleaned: name => `'${name}' gewist`,
|
cleaned: name => `'${name}' gewist`,
|
||||||
refreshed: name => `'${name}' ververst`,
|
refreshed: name => `'${name}' ververst`,
|
||||||
undone: name => `'${name}' ongedaan gemaakt`,
|
undone: name => `'${name}' ongedaan gemaakt`,
|
||||||
|
|
Loading…
Reference in a new issue