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(de): update german locale #1687

Merged
merged 1 commit into from
Dec 16, 2023
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
23 changes: 23 additions & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,13 +736,17 @@
"ToolheadControlPanel": {
"Absolute": "absolut",
"ALL": "ALLE",
"ControlButtons": "Kontrollknöpfe",
"CoordinateFields": "Koordinatenfelder",
"Headline": "Werkzeugkopf",
"PleaseConfigureSteps": "Bitte Schritte konfigurieren",
"Position": "Position",
"PositionOutput": "Positionsausgabe",
"QGL": "QGL",
"Relative": "relativ",
"SettingsInterfaceControl": "Einstellungen > Interface > Steuerung",
"SpeedFactor": "Geschwindigkeitsfaktor",
"ZOffset": "Z-Versatz",
"ZTilt": "Z Tilt"
},
"WebcamPanel": {
Expand Down Expand Up @@ -861,6 +865,8 @@
"Style": "Stil",
"ValueGreaterThan": "Wert muss größer als {value} sein",
"ZOffsetIncrements": "Schrittweiten Z-Versatz (in mm)",
"ZOffsetSaveOption": "Z-Versatz Speicheroption",
"ZOffsetSaveOptionDescription": "Wechsel die Option zum Speichern des Z-Versatzes.",
"ZTiltAdjust": "Z-Tilt Adjust{isDefault}"
},
"DashboardTab": {
Expand Down Expand Up @@ -936,6 +942,18 @@
"RestoreDialog": "Bitte wähle alle Abschnitte aus, die du wiederherstellen möchtest:",
"TimeFormat": "Zeitformat"
},
"HeightmapTab": {
"ColorSchemes": "Farbschemen",
"Heightmap": "Höhenkarte",
"IsDefault": "(Standard)",
"Schemes": {
"GrayScale": "Graustufen",
"Hot": "Heiß",
"Hsv": "Hsv",
"Portland": "Portland",
"Spring": "Frühling"
}
},
"InterfaceSettings": "Interface Einstellungen",
"MacrosTab": {
"Add": "hinzufügen",
Expand Down Expand Up @@ -1140,6 +1158,10 @@
"ScrewsTiltAdjustDialogDescription": "Zeige ein Hilfsfenster für SCREWS_TILT_CALCULATE an.",
"TempchartHeight": "Temperatur-Chart Höhe",
"TempchartHeightDescription": "Verändert die Höhe vom Temperatur-Chart auf dem Dashboard.",
"Theme": "Theme",
"ThemeDark": "Dunkel",
"ThemeDescription": "Ändern Sie das allgemeine Erscheinungsbild der Anwendung.",
"ThemeLight": "Hell",
"UiSettings": "UI-Einstellungen"
},
"Update": "speichern",
Expand Down Expand Up @@ -1179,6 +1201,7 @@
"Vertically": "vertikal",
"Webcams": "Webcams",
"WebrtcCameraStreamer": "WebRTC (camera-streamer)",
"WebrtcGo2rtc": "WebRTC (go2rtc)",
"WebrtcJanus": "WebRTC (janus-gateway)",
"WebrtcMediaMTX": "WebRTC (MediaMTX)"
}
Expand Down
Loading