diff options
author | NunkyJoe <[email protected]> | 2024-01-01 14:47:57 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-01 14:47:57 +0300 |
commit | 00836793e0e9c19f53943a7d912b38e6d3196dd8 (patch) | |
tree | 7ce8b36e7726704e4ef03da5a67107385952233d | |
parent | c914ca396996726fdad06c7b30b822dce6417fc6 (diff) | |
download | IronOS-00836793e0e9c19f53943a7d912b38e6d3196dd8.tar.gz IronOS-00836793e0e9c19f53943a7d912b38e6d3196dd8.zip |
Update translation_RU.json. Fixed a phrase that was too long causing temperature values to not fit on the sleep screen.
The sleep indication phrase in simple mode is too long "Хххррп". The temperature value does not fit on the screen. Replaced it with the original phrase "Zzzz", understandable in all languages.
-rw-r--r-- | Translations/translation_RU.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Translations/translation_RU.json b/Translations/translation_RU.json index ccd066ca..83981239 100644 --- a/Translations/translation_RU.json +++ b/Translations/translation_RU.json @@ -52,7 +52,7 @@ "message": "Питание(В):\n" }, "SleepingSimpleString": { - "message": "Хххррп" + "message": "Zzzz" }, "SleepingAdvancedString": { "message": "Сон...\n" |