diff options
author | Ben V. Brown <[email protected]> | 2020-01-18 20:35:32 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-18 20:35:32 +1100 |
commit | e725e63b3f86e4aafe5faf62d6be6f0506fd5234 (patch) | |
tree | 43e019adb6c10363112a9ed39cf2c3c33087d536 /Translation Editor/translation_bg.json | |
parent | 08a1e0c7c790a5bd376bf2fd252adcd86a4fa8f0 (diff) | |
parent | e2067971a50f7006b2077c762a7a9a49f5dd3975 (diff) | |
download | IronOS-e725e63b3f86e4aafe5faf62d6be6f0506fd5234.tar.gz IronOS-e725e63b3f86e4aafe5faf62d6be6f0506fd5234.zip |
Merge pull request #558 from Ralim/fix/acting-as-red-lightv2.08.1
Fix Acting as red light + translations around the auto start
Diffstat (limited to 'Translation Editor/translation_bg.json')
-rw-r--r-- | Translation Editor/translation_bg.json | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/Translation Editor/translation_bg.json b/Translation Editor/translation_bg.json index e8dbfd62..e6077920 100644 --- a/Translation Editor/translation_bg.json +++ b/Translation Editor/translation_bg.json @@ -21,14 +21,17 @@ "TipDisconnectedString": "ВРЪХ ЛОША ВРЪЗКА", "SolderingAdvancedPowerPrompt": "Захранване: ", "OffString": "Off", - "ResetOKMessage":"Reset OK" + "ResetOKMessage": "Reset OK" }, "characters": { "SettingRightChar": "R", "SettingLeftChar": "L", "SettingAutoChar": "A", "SettingFastChar": "F", - "SettingSlowChar": "S" + "SettingSlowChar": "S", + "SettingStartSolderingChar": "T", + "SettingStartSleepChar": "S", + "SettingStartNoneChar": "F" }, "menuDouble": true, "menuGroups": { @@ -229,22 +232,22 @@ "Wattage" ], "desc": "Power Wattage of the power adapter used" - }, - "PowerLimitEnable": { - "text": "PLIMEN", - "text2": [ - "P Limit", - "Enable" - ], - "desc": "Enable power limit" - }, - "PowerLimit": { - "text": "PLIM", - "text2": [ - "Power", - "Limit" - ], - "desc": "Maximum power the iron can use <Watts>" - } - } + }, + "PowerLimitEnable": { + "text": "PLIMEN", + "text2": [ + "P Limit", + "Enable" + ], + "desc": "Enable power limit" + }, + "PowerLimit": { + "text": "PLIM", + "text2": [ + "Power", + "Limit" + ], + "desc": "Maximum power the iron can use <Watts>" + } + } }
\ No newline at end of file |