Thu, 25 Jun 2020 19:12:58 +0200
Updated Russian translations.
diff -r e129ae18c834 -r 5e3f1c5c293e ChangeLog --- a/ChangeLog Tue Jun 23 19:26:50 2020 +0200 +++ b/ChangeLog Thu Jun 25 19:12:58 2020 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.0.1: +- updated Russian translations + Version 2.0.0: - removed support for Python2
diff -r e129ae18c834 -r 5e3f1c5c293e MqttMonitor/i18n/mqttmonitor_ru.qm Binary file MqttMonitor/i18n/mqttmonitor_ru.qm has changed
diff -r e129ae18c834 -r 5e3f1c5c293e MqttMonitor/i18n/mqttmonitor_ru.ts --- a/MqttMonitor/i18n/mqttmonitor_ru.ts Tue Jun 23 19:26:50 2020 +0200 +++ b/MqttMonitor/i18n/mqttmonitor_ru.ts Thu Jun 25 19:12:58 2020 +0200 @@ -653,11 +653,6 @@ <context> <name>MqttMonitorPlugin</name> <message> - <location filename="../../PluginMqttMonitor.py" line="62"/> - <source>package not available</source> - <translation type="obsolete">пакет недоступен</translation> - </message> - <message> <location filename="../../PluginMqttMonitor.py" line="64"/> <source>MQTT</source> <translation>MQTT - клиентская библиотека Python</translation> @@ -700,7 +695,7 @@ <message> <location filename="../../PluginMqttMonitor.py" line="59"/> <source>(package not available)</source> - <translation type="unfinished"></translation> + <translation>(пакет недоступен)</translation> </message> </context> <context>
diff -r e129ae18c834 -r 5e3f1c5c293e PluginMqttMonitor.py --- a/PluginMqttMonitor.py Tue Jun 23 19:26:50 2020 +0200 +++ b/PluginMqttMonitor.py Thu Jun 25 19:12:58 2020 +0200 @@ -24,7 +24,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.0.0" +version = "2.0.1" className = "MqttMonitorPlugin" packageName = "MqttMonitor" shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"