Skip to content

Commit

Permalink
locale(en): remove unused keys in EN locale (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jun 16, 2022
1 parent 308518a commit 8438c0a
Showing 1 changed file with 2 additions and 34 deletions.
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

0 comments on commit 8438c0a

Please sign in to comment.