Просмотр исходного кода

Update Russian translate.Fix translation string.

camellan 6 лет назад
Родитель
Сommit
ef1ecd3a31
3 измененных файлов с 195 добавлено и 124 удалено
  1. 4 4
      FlatCAMApp.py
  2. BIN
      locale/ru/LC_MESSAGES/strings.mo
  3. 191 120
      locale/ru/LC_MESSAGES/strings.po

+ 4 - 4
FlatCAMApp.py

@@ -6042,7 +6042,7 @@ class App(QtCore.QObject):
                                                                  filter = _filter_)
                                                                  filter = _filter_)
 
 
         if filename == "":
         if filename == "":
-            self.inform.emit(_("[WARNING_NOTCL Open Config cancelled."))
+            self.inform.emit(_("[WARNING_NOTCL] Open Config cancelled."))
         else:
         else:
             self.open_config_file(filename)
             self.open_config_file(filename)
 
 
@@ -8280,8 +8280,8 @@ The normal flow when working in FlatCAM is the following:</span></p>
     '''
     '''
     By default this is not threaded
     By default this is not threaded
     If threaded the app give warnings like this:
     If threaded the app give warnings like this:
-    
-    QObject::connect: Cannot queue arguments of type 'QVector<int>' 
+
+    QObject::connect: Cannot queue arguments of type 'QVector<int>'
     (Make sure 'QVector<int>' is registered using qRegisterMetaType().
     (Make sure 'QVector<int>' is registered using qRegisterMetaType().
     '''
     '''
     def enable_plots(self, objects, threaded=True):
     def enable_plots(self, objects, threaded=True):
@@ -8317,7 +8317,7 @@ The normal flow when working in FlatCAM is the following:</span></p>
     By default this is not threaded
     By default this is not threaded
     If threaded the app give warnings like this:
     If threaded the app give warnings like this:
 
 
-    QObject::connect: Cannot queue arguments of type 'QVector<int>' 
+    QObject::connect: Cannot queue arguments of type 'QVector<int>'
     (Make sure 'QVector<int>' is registered using qRegisterMetaType().
     (Make sure 'QVector<int>' is registered using qRegisterMetaType().
     '''
     '''
     def disable_plots(self, objects, threaded=True):
     def disable_plots(self, objects, threaded=True):

BIN
locale/ru/LC_MESSAGES/strings.mo


Разница между файлами не показана из-за своего большого размера
+ 191 - 120
locale/ru/LC_MESSAGES/strings.po


Некоторые файлы не были показаны из-за большого количества измененных файлов