--- a/src/eric7/i18n/eric7_ru.ts Sun Jul 24 16:41:08 2022 +0200 +++ b/src/eric7/i18n/eric7_ru.ts Wed Jul 27 15:01:13 2022 +0200 @@ -7852,12 +7852,12 @@ <translation>Файлы JSON (*.json);;Все файлы (*)</translation> </message> <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="146" /> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="147" /> <source>XML Files (*.xml);;All Files (*)</source> <translation>Файлы XML (*.xml);;Все файлы (*)</translation> </message> <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="148" /> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="150" /> <source>All Files (*)</source> <translation>Все файлы (*)</translation> </message> @@ -20310,7 +20310,7 @@ <context> <name>FileDialogWizardDialog</name> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="93" /> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" /> <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" /> <source>QFileDialog Wizard</source> <translation>Мастер QFileDialog</translation> @@ -20606,22 +20606,22 @@ <translation>Введите список поддерживаемых схем, разделенных пробелами</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="32" /> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="30" /> <source>eric (String)</source> <translation>eric (String)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="36" /> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="34" /> <source>eric (Path)</source> <translation>eric (Path)</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="83" /> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" /> <source>EricFileDialog Wizard</source> <translation>Мастер EricFileDialog</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="111" /> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" /> <source>Test</source> <translation>Тест</translation> </message> @@ -47594,42 +47594,43 @@ <translation>Универсальная плата</translation> </message> <message> + <location filename="../MicroPython/MicroPythonDevices.py" line="367" /> <location filename="../MicroPython/MicroPythonDevices.py" line="358" /> <source>Unknown Device</source> <translation>Неизвестное устройство</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="491" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="500" /> <source>Unsupported Device</source> <translation>Неподдерживаемое устройство</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="501" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="510" /> <source>REPL is not supported by this device.</source> <translation>REPL не поддерживается этим устройством.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="520" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="529" /> <source>Plotter is not supported by this device.</source> <translation>Плоттер не поддерживается этим устройством.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="539" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="548" /> <source>Running scripts is not supported by this device.</source> <translation>Выполнение скриптов не поддерживается этим устройством.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="558" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="567" /> <source>File Manager is not supported by this device.</source> <translation>Менеджер файлов не поддерживается этим устройством.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="603" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="612" /> <source>Select Device Directory</source> <translation>Выберите директорию устройства</translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="604" /> + <location filename="../MicroPython/MicroPythonDevices.py" line="613" /> <source>Select the directory for the connected device:</source> <translation>Выберите директорию для подсоединенного устройства:</translation> </message> @@ -50631,31 +50632,56 @@ </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="40" /> - <source>constant imported as non constant</source> - <translation>константа импортирована как не константа</translation> + <source>function name should not start and end with '__'</source> + <translation type="unfinished" /> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="43" /> - <source>lowercase imported as non lowercase</source> - <translation>имена в нижнем регистре импортированы не в нижнем регистре</translation> + <source>constant imported as non constant</source> + <translation>константа импортирована как не константа</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="46" /> - <source>camelcase imported as lowercase</source> - <translation>имена в camelcase импортированы в нижнем регистре</translation> + <source>lowercase imported as non lowercase</source> + <translation>имена в нижнем регистре импортированы не в нижнем регистре</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="49" /> - <source>camelcase imported as constant</source> - <translation>имена в camelcase импортированы как константы</translation> + <source>camelcase imported as lowercase</source> + <translation>имена в camelcase импортированы в нижнем регистре</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="52" /> - <source>variable in function should be lowercase</source> - <translation>имена переменных в функции должны быть в нижнем регистре</translation> + <source>camelcase imported as constant</source> + <translation>имена в camelcase импортированы как константы</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="55" /> + <source>camelcase imported as acronym</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="58" /> + <source>exception name should be named with an 'Error' suffix</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="61" /> + <source>variable in function should be lowercase</source> + <translation>имена переменных в функции должны быть в нижнем регистре</translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="64" /> + <source>variable in class scope should not be mixed case</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="67" /> + <source>variable in global scope should not be mixed case</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="70" /> <source>names 'l', 'O' and 'I' should be avoided</source> <translation>имена 'l', 'O' и 'I' следует избегать</translation> </message>