mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
More grammer touchups
This commit is contained in:
@@ -28,12 +28,12 @@ var def =
|
||||
{
|
||||
"id": "SleepingSimpleString",
|
||||
"maxLen": 4,
|
||||
"description":"The text shown to indicate the unit is in sleep mode when advanced view is NOT on"
|
||||
"description": "The text shown to indicate the unit is in sleep mode when the advanced view is NOT on."
|
||||
},
|
||||
{
|
||||
"id": "SleepingAdvancedString",
|
||||
"maxLen": 16,
|
||||
"description":"The text shown to indicate the unit is in sleep mode when advanced view is turned on"
|
||||
"description": "The text shown to indicate the unit is in sleep mode when the advanced view is turned on."
|
||||
},
|
||||
{
|
||||
"id": "SleepingTipAdvancedString",
|
||||
@@ -43,17 +43,17 @@ var def =
|
||||
{
|
||||
"id": "OffString",
|
||||
"maxLen": 3,
|
||||
"description":"Shown when a setting is turned off"
|
||||
"description": "Shown when a setting is turned off."
|
||||
}
|
||||
],
|
||||
"messagesWarn": [
|
||||
{
|
||||
"id": "SettingsResetMessage",
|
||||
"description":"Shown when the settings are reset to factory defaults either by user or by incompatible firmware changes."
|
||||
"description": "Shown when the settings are reset to factory defaults either by the user or by incompatible firmware changes."
|
||||
},
|
||||
{
|
||||
"id": "NoAccelerometerMessage",
|
||||
"description":"No accelerometer could be communicated with. This means that either the devices accelerometer is broken or unknown to IronOS. All motion based settings are disabled and motion based features will not work."
|
||||
"description": "No accelerometer could be communicated with. This means that either the device's accelerometer is broken or unknown to IronOS. All motion-based settings are disabled and motion-based features will not work."
|
||||
},
|
||||
{
|
||||
"id": "NoPowerDeliveryMessage",
|
||||
@@ -69,11 +69,11 @@ var def =
|
||||
},
|
||||
{
|
||||
"id": "WarningKeysLockedString",
|
||||
"description":"Warning shown when imput is ignored due to key lock being on"
|
||||
"description": "Warning that is shown when input is ignored due to the key lock being on"
|
||||
},
|
||||
{
|
||||
"id": "WarningThermalRunaway",
|
||||
"description":"Warning text shown when the software has disabled the heater as a safety precaution as the temperature reading didnt react as expected."
|
||||
"description": "Warning text shown when the software has disabled the heater as a safety precaution as the temperature reading didn't react as expected."
|
||||
}
|
||||
],
|
||||
"characters": [
|
||||
@@ -208,7 +208,7 @@ var def =
|
||||
"id": "DCInCutoff",
|
||||
"maxLen": 5,
|
||||
"maxLen2": 11,
|
||||
"description":"When device is powered by a battery,this adjusts the low voltage threshold for when the unit should turns off the heater to protect the battery."
|
||||
"description": "When the device is powered by a battery, this adjusts the low voltage threshold for when the unit should turn off the heater to protect the battery."
|
||||
},
|
||||
{
|
||||
"id": "SleepTemperature",
|
||||
@@ -226,7 +226,7 @@ var def =
|
||||
"id": "ShutdownTimeout",
|
||||
"maxLen": 5,
|
||||
"maxLen2": 11,
|
||||
"description":"How long of a period of movement/button pressing inactivity is required before the device turns of the tip heater completely and returns to the main idle screen."
|
||||
"description": "How long of a period of movement/button pressing inactivity is required before the device turns off the tip heater completely and returns to the main idle screen."
|
||||
},
|
||||
{
|
||||
"id": "MotionSensitivity",
|
||||
@@ -244,7 +244,7 @@ var def =
|
||||
"id": "AdvancedIdle",
|
||||
"maxLen": 6,
|
||||
"maxLen2": 13,
|
||||
"description":"Should the device show an 'advanced' view on the idle screen. Advanced view uses text to show more details than the typical icons."
|
||||
"description": "Should the device show an 'advanced' view on the idle screen. The advanced view uses text to show more details than the typical icons."
|
||||
},
|
||||
{
|
||||
"id": "DisplayRotation",
|
||||
@@ -262,7 +262,7 @@ var def =
|
||||
"id": "AutoStart",
|
||||
"maxLen": 6,
|
||||
"maxLen2": 13,
|
||||
"description":"When the device powers up, should it enter into a special mode. These settings set it to either start into: Soldering mode, sleeping mode, Auto mode (Enters into soldering mode on first movement)."
|
||||
"description": "When the device powers up, should it enter into a special mode. These settings set it to either start into Soldering mode, sleeping mode, Auto mode (Enters into soldering mode on the first movement)."
|
||||
},
|
||||
{
|
||||
"id": "CooldownBlink",
|
||||
@@ -292,7 +292,7 @@ var def =
|
||||
"id": "AdvancedSoldering",
|
||||
"maxLen": 6,
|
||||
"maxLen2": 13,
|
||||
"description":"Should the device show an 'advanced' soldering view. This is a text based view that shows more information at the cost of no nice graphics."
|
||||
"description": "Should the device show an 'advanced' soldering view. This is a text-based view that shows more information at the cost of no nice graphics."
|
||||
},
|
||||
{
|
||||
"id": "ScrollingSpeed",
|
||||
@@ -310,7 +310,7 @@ var def =
|
||||
"id": "PDNegTimeout",
|
||||
"maxLen": 8,
|
||||
"maxLen2": 16,
|
||||
"description":"How long until firmware stops trying to negotiate for USB-PD and tries QC instead. Longer times may help dodgy/old PD adapters, faster times move onto PD quickly. Units of 100ms. Recommended to keep small."
|
||||
"description": "How long until firmware stops trying to negotiate for USB-PD and tries QC instead. Longer times may help dodgy/old PD adapters, faster times move onto PD quickly. Units of 100ms. Recommended keeping to small values."
|
||||
},
|
||||
|
||||
{
|
||||
@@ -395,7 +395,7 @@ var def =
|
||||
"id": "Brightness",
|
||||
"maxLen": 7,
|
||||
"maxLen2": 15,
|
||||
"description":"Display brightness. Higher values age the OLED faster due to burn in. (However, it is notable that most of these screens die from other causes first.)"
|
||||
"description": "Display brightness. Higher values age the OLED faster due to burn-in. (However, it is notable that most of these screens die from other causes first.)"
|
||||
},
|
||||
{
|
||||
"id": "ColourInversion",
|
||||
|
||||
Reference in New Issue
Block a user