소스 검색

- finished translation in Romanian

Marius Stanciu 6 년 전
부모
커밋
1c8c973971
9개의 변경된 파일579개의 추가작업 그리고 1074개의 파일을 삭제
  1. 1 0
      README.md
  2. 1 1
      flatcamGUI/FlatCAMGUI.py
  3. 2 2
      flatcamGUI/ObjectUI.py
  4. 1 1
      flatcamTools/ToolDblSided.py
  5. BIN
      locale/en/LC_MESSAGES/en.mo
  6. 191 458
      locale/en/LC_MESSAGES/en.po
  7. BIN
      locale/ro/LC_MESSAGES/strings.mo
  8. 160 160
      locale/ro/LC_MESSAGES/strings.po
  9. 223 452
      locale_template/strings.pot

+ 1 - 0
README.md

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
 - work in progress for translation in Romanian - 91%
 - changed some of the app strings formatting to work better with Poedit translation software
 - fixed bug in Drillcncjob TclCommand
+- finished translation in Romanian
 
 
 16.03.2019

+ 1 - 1
flatcamGUI/FlatCAMGUI.py

@@ -3422,7 +3422,7 @@ class GerberOptPrefGroupUI(OptionsGroupUI):
         overlabel.setToolTip(
             _("How much (fraction) of the tool width to overlap each tool pass.\n"
             "Example:\n"
-            "A value here of 0.25 means an overlap of 25% from the tool diameter found above.")
+            "A value here of 0.25 means an overlap of 25%% from the tool diameter found above.")
         )
         grid0.addWidget(overlabel, 2, 0)
         self.iso_overlap_entry = FloatEntry()

+ 2 - 2
flatcamGUI/ObjectUI.py

@@ -173,7 +173,7 @@ class GerberObjectUI(ObjectUI):
         self.plot_cb.setToolTip(
             _("Plot (show) this object.")
         )
-        self.plot_cb.setFixedWidth(55)
+        self.plot_cb.setFixedWidth(59)
         grid0.addWidget(self.plot_cb, 0, 3)
 
         ## Object name
@@ -355,7 +355,7 @@ class GerberObjectUI(ObjectUI):
         overlabel.setToolTip(
             _("How much (fraction) of the tool width to overlap each tool pass.\n"
             "Example:\n"
-            "A value here of 0.25 means an overlap of 25% from the tool diameter found above.")
+            "A value here of 0.25 means an overlap of 25%% from the tool diameter found above.")
         )
         overlabel.setFixedWidth(90)
         grid1.addWidget(overlabel, 2, 0)

+ 1 - 1
flatcamTools/ToolDblSided.py

@@ -190,7 +190,7 @@ class DblSidedTool(FlatCAMTool):
 
 
         ## Alignment holes
-        self.ah_label = QtWidgets.QLabel("<b%s</b>" % _('>Alignment Drill Coordinates:'))
+        self.ah_label = QtWidgets.QLabel("<b%s</b>" % _('Alignment Drill Coordinates:'))
         self.ah_label.setToolTip(
            _( "Alignment holes (x1, y1), (x2, y2), ... "
             "on one side of the mirror axis. For each set of (x, y) coordinates\n"

BIN
locale/en/LC_MESSAGES/strings.mo → locale/en/LC_MESSAGES/en.mo


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


BIN
locale/ro/LC_MESSAGES/strings.mo


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 223 - 452
locale_template/strings.pot


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