소스 검색

Update Russian translate.Fix translation string.

camellan 6 년 전
부모
커밋
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_)
 
         if filename == "":
-            self.inform.emit(_("[WARNING_NOTCL Open Config cancelled."))
+            self.inform.emit(_("[WARNING_NOTCL] Open Config cancelled."))
         else:
             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
     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().
     '''
     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
     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().
     '''
     def disable_plots(self, objects, threaded=True):

BIN
locale/ru/LC_MESSAGES/strings.mo


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 191 - 120
locale/ru/LC_MESSAGES/strings.po


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.