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(en): remove unused keys in EN locale #913

Merged
merged 1 commit into from
Jun 16, 2022
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
36 changes: 2 additions & 34 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,16 @@
}
},
"Editor": {
"Cancel": "Cancel",
"ConfigReference": "Config Reference",
"DontSave": "Don't save",
"Downloading": "Downloading",
"FailedSave": "{filename} could not be uploaded!",
"FileReadOnly": "read-only",
"Minimap": "Show minimap",
"SaveClose": "Save & close",
"SaveRestart": "Save & Restart",
"SuccessfullySaved": "{filename} successfully saved.",
"UnsavedChanges": "Unsaved Changes",
"UnsavedChangesMessage": "Do you want to save your changes made to {filename}?",
"UnsavedChangesSubMessage": "Your changes will be lost if you don't save them. You can disable this message in the editor settings.",
"Uploading": "Uploading"
"UnsavedChangesSubMessage": "Your changes will be lost if you don't save them. You can disable this message in the editor settings."
},
"EmergencyStopDialog": {
"AreYouSure": "Are you sure?",
Expand Down Expand Up @@ -449,22 +445,6 @@
}
},
"Panels": {
"ControlPanel": {
"ALL": "ALL",
"AlternateControls": "Alternate controls",
"Headline": "Controls",
"InvertX": "Invert X",
"InvertY": "Invert Y",
"InvertZ": "Invert Z",
"PleaseConfigureSteps": "Please configure steps",
"QGL": "QGL",
"SettingsInterfaceControl": "Settings > Interface > Control",
"SetupControls": "Setup Controls",
"X": "X",
"Y": "Y",
"Z": "Z",
"ZTilt": "Z Tilt"
},
"ExtruderControlPanel": {
"Allowed": "Allowed",
"EstimatedExtrusion": "Estimated Extrusion:",
Expand Down Expand Up @@ -511,7 +491,6 @@
"PressureAdvanceSettings": {
"Advance": "Pressure Advance",
"Extruder": "Extruder",
"PressureAdvance": "Pressure Advance",
"SmoothTime": "Smooth Time"
}
},
Expand Down Expand Up @@ -586,7 +565,6 @@
"TemperaturePanel": {
"AutoscaleChart": "Autoscale Chart",
"Avg": "Avg",
"Color": "Color",
"Cooldown": "Cooldown",
"Current": "Current",
"Dataset": {
Expand Down Expand Up @@ -615,34 +593,24 @@
"ALL": "ALL",
"Headline": "Toolhead",
"Invalid": "Invalid",
"InvertX": "Invert X",
"InvertY": "Invert Y",
"InvertZ": "Invert Z",
"MotorsOff": "Motors Off",
"OutOfRange": "Out of range!",
"PleaseConfigureSteps": "Please configure steps",
"Position": "Position",
"QGL": "QGL",
"Relative": "relative",
"SettingsInterfaceControl": "Settings > Interface > Control",
"SetupControls": "Setup Controls",
"SpeedFactor": "Speed factor",
"XOffset": "X-Offset",
"YOffset": "Y-Offset",
"ZOffset": "Z-Offset",
"ZTilt": "Z-Tilt"
},
"WebcamPanel": {
"All": "All",
"FPS": "FPS",
"Headline": "Webcam",
"NoWebcam": "No webcam available. Add a webcam under \"Interface Settings\" -> \"Webcams\".",
"UnknownWebcamService": "Unknown Webcam Service",
"UrlNotAvailable": "URL not available"
"UnknownWebcamService": "Unknown Webcam Service"
},
"ZoffsetPanel": {
"Clear": "Clear",
"CurrentOffset": "current offset",
"Headline": "Z-Offset",
"Later": "Later",
"Ok": "OK",
Expand Down