diff options
author | Marcus "Chaosblog <[email protected]> | 2018-10-26 00:51:31 +0200 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2018-10-26 09:51:31 +1100 |
commit | 61d1ee5b82aa5d2c33c28a3e9011eb079e5ff75d (patch) | |
tree | c24bf920145f44e83e75c4fe317693145cd52df7 /Translation Editor | |
parent | 8f61a7429bd6a834c678258e57058752df7f271d (diff) | |
download | IronOS-61d1ee5b82aa5d2c33c28a3e9011eb079e5ff75d.tar.gz IronOS-61d1ee5b82aa5d2c33c28a3e9011eb079e5ff75d.zip |
Keep Translation.cpp and json-files in sync (#385)
The russish and the italian translations in the json files and the Translation.cpp were not in sync.
Diffstat (limited to 'Translation Editor')
-rw-r--r-- | Translation Editor/translation_ru.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Translation Editor/translation_ru.json b/Translation Editor/translation_ru.json index 2a9d8583..049b28d7 100644 --- a/Translation Editor/translation_ru.json +++ b/Translation Editor/translation_ru.json @@ -1,7 +1,7 @@ { "languageCode": "RU", "messages": { - "SettingsCalibrationDone": "Calibration done!", + "SettingsCalibrationDone": "Калибровка выполнена!", "SettingsCalibrationWarning": "Убедитесь, что жало остыло до комнатной температуры, прежде чем продолжать!", "SettingsResetWarning": "Вы действительно хотите сбросить настройки до значений по умолчанию?", "UVLOWarningString": "АККУМ--", @@ -198,26 +198,26 @@ "TipModel": { "text": "TIPMO", "text2": [ - "Tip", - "Model" + "Модель", + "жало" ], - "desc": "Tip Model selection" + "desc": "Выбор модели жало" }, "SimpleCalibrationMode": { "text": "SMPCAL", "text2": [ - "Simple", - "Calibration" + "Простая", + "калибровка" ], - "desc": "Simple Calibration using Hot water" + "desc": "Простая калибровка с использованием горячей воды" }, "AdvancedCalibrationMode": { "text": "ADVCAL", "text2": [ - "Advanced", - "Calibration" + "Подробная", + "калибровка" ], - "desc": "Advanced calibration using thermocouple on the tip" + "desc": "Калибровка с помощью термопары" }, "PowerInput": { "text": "PWRW", @@ -229,4 +229,4 @@ } }, "languageLocalName": "Русский" -} +}
\ No newline at end of file |