Updated Russian translations. release-2.0.1

Thu, 25 Jun 2020 19:12:58 +0200

author
Alexander Barkoff
date
Thu, 25 Jun 2020 19:12:58 +0200
changeset 80
5e3f1c5c293e
parent 79
e129ae18c834
child 81
74cdf8ae5f66

Updated Russian translations.

ChangeLog file | annotate | diff | comparison | revisions
MqttMonitor/i18n/mqttmonitor_ru.qm file | annotate | diff | comparison | revisions
MqttMonitor/i18n/mqttmonitor_ru.ts file | annotate | diff | comparison | revisions
PluginMqttMonitor.py file | annotate | diff | comparison | revisions
PluginMqttMonitor.zip file | annotate | diff | comparison | revisions
--- 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
 
Binary file MqttMonitor/i18n/mqttmonitor_ru.qm has changed
--- 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>
--- 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"
Binary file PluginMqttMonitor.zip has changed

eric ide

mercurial