Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locale(nl): Update NL locale #529

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"TitleTemperatureLimitActive": "Temperatuurlimiet actief",
"TitleUnderVoltageDetected": "Ondervoltage gedetecteerd"
},
"Titles": {
"Complete": "Kompleet - {filename}",
"Error": "FOUT",
"Pause": "Pauzeer print",
"Printing": "{percent}% Printen - {filename}",
"PrintingETA": "{percent}% Printen - ETA: {eta} - {filename}"
},
"TopBar": {
"CannotUploadTheFile": "Kan het bestand niet uploaden!",
"EmergencyStop": "Noodstop",
Expand Down Expand Up @@ -127,6 +134,8 @@
"EditFile": "Bewerk bestand",
"Empty": "Leeg",
"Filament": "Filament",
"FilamentName": "Filamentnaam",
"FilamentType": "Filament Type",
"FilamentUsage": "Filamentgebruik",
"FilamentWeight": "Filament Gewicht",
"Files": "Bestanden",
Expand All @@ -139,6 +148,7 @@
"LayerHeight": "Laaghoogte",
"Name": "Naam",
"NewDirectory": "Nieuwe map",
"NozzleDiameter": "Nozzle Diameter",
"ObjectHeight": "Objecthoogte",
"Preheat": "Voorverwarmen",
"PrintStart": "Start print",
Expand Down Expand Up @@ -554,6 +564,8 @@
"ShowTargetTemperatureInChart": "Toon doeltemperatuur in de grafiek",
"State": "Status",
"Target": "Doel",
"TempTooHigh": "Temperatuur te hoog voor {name}! (max: {max})",
"TempTooLow": "Temperatuur te laag voor {name}! (min: {min})",
"Temperatures": "Temperaturen",
"TemperaturesInChart": "Temperatuur [°C]",
"UNKNOWN": "ONBEKEND"
Expand Down Expand Up @@ -651,14 +663,18 @@
"InvertXMovement": "Inverteer X beweging",
"InvertYMovement": "Inverteer Y beweging",
"InvertZMovement": "Inverteer Z beweging",
"MaximumValues": "Maximale waarden: {maximum}",
"MaximumValuesVisibility": "Maximum van {maximum} waarden is geadviseerd voor beste overzicht",
"MinimumValues": "Minimale waarden: {minimum}",
"MoveDistancesEInMm": "Afstanden E in mm",
"MoveDistancesInMm": "Afstanden in mm",
"MoveDistancesXYInMm": "Afstanden XY in mm",
"MoveDistancesZInMm": "Afstanden Z in mm",
"SpeedEInMms": "Snelheid E in mm/s",
"SpeedXY": "Snelheid XY",
"SpeedZ": "Snelheid Z",
"Style": "Stijl"
"Style": "Stijl",
"ValueGreaterThan": "Waarde moet groter zijn dan {value}"
},
"DashboardTab": {
"Dashboard": "Dashboard",
Expand Down