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

- updated the language translation strings (and Google_Translated some of them)

Marius Stanciu 5 лет назад
Родитель
Сommit
bbf878bebb

+ 1 - 0
CHANGELOG.md

@@ -19,6 +19,7 @@ CHANGELOG for FlatCAM beta
 - fixed the issue with factory_defaults being saved every time the app start
 - fixed the issue with factory_defaults being saved every time the app start
 - fixed the preferences not being saved to a file when the Save button is pressed in Edit -> Preferences
 - fixed the preferences not being saved to a file when the Save button is pressed in Edit -> Preferences
 - fixed and updated the Transform Tools in the Editors
 - fixed and updated the Transform Tools in the Editors
+- updated the language translation strings (and Google_Translated some of them)
 
 
 2.06.2020
 2.06.2020
 
 

+ 2 - 2
appEditors/FlatCAMGeoEditor.py

@@ -720,7 +720,7 @@ class TransformEditorTool(AppTool):
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setToolTip(
         self.skew_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.skew_link_cb, 9, 2)
         grid0.addWidget(self.skew_link_cb, 9, 2)
@@ -782,7 +782,7 @@ class TransformEditorTool(AppTool):
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setToolTip(
         self.scale_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.scale_link_cb, 15, 2)
         grid0.addWidget(self.scale_link_cb, 15, 2)

+ 3 - 3
appEditors/FlatCAMGrbEditor.py

@@ -4193,7 +4193,7 @@ class FlatCAMGrbEditor(QtCore.QObject):
 
 
     def on_multiprocessing_finished(self):
     def on_multiprocessing_finished(self):
         self.app.proc_container.update_view_text(' %s' % _("Setting up the UI"))
         self.app.proc_container.update_view_text(' %s' % _("Setting up the UI"))
-        self.app.inform.emit('[success] %s.' % _("Adding geometry finished. Preparing the appGUI"))
+        self.app.inform.emit('[success] %s.' % _("Adding geometry finished. Preparing the GUI"))
         self.set_ui()
         self.set_ui()
         self.build_ui(first_run=True)
         self.build_ui(first_run=True)
         self.plot_all()
         self.plot_all()
@@ -5414,7 +5414,7 @@ class TransformEditorTool(AppTool):
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setToolTip(
         self.skew_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.skew_link_cb, 9, 2)
         grid0.addWidget(self.skew_link_cb, 9, 2)
@@ -5476,7 +5476,7 @@ class TransformEditorTool(AppTool):
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setToolTip(
         self.scale_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.scale_link_cb, 15, 2)
         grid0.addWidget(self.scale_link_cb, 15, 2)

+ 2 - 2
appGUI/preferences/general/GeneralAPPSetGroupUI.py

@@ -193,7 +193,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
         self.notebook_font_size_label = QtWidgets.QLabel('%s:' % _('Notebook'))
         self.notebook_font_size_label = QtWidgets.QLabel('%s:' % _('Notebook'))
         self.notebook_font_size_label.setToolTip(
         self.notebook_font_size_label.setToolTip(
             _("This sets the font size for the elements found in the Notebook.\n"
             _("This sets the font size for the elements found in the Notebook.\n"
-              "The notebook is the collapsible area in the left side of the appGUI,\n"
+              "The notebook is the collapsible area in the left side of the GUI,\n"
               "and include the Project, Selected and Tool tabs.")
               "and include the Project, Selected and Tool tabs.")
         )
         )
 
 
@@ -232,7 +232,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
         # TextBox Font Size
         # TextBox Font Size
         self.textbox_font_size_label = QtWidgets.QLabel('%s:' % _('Textbox'))
         self.textbox_font_size_label = QtWidgets.QLabel('%s:' % _('Textbox'))
         self.textbox_font_size_label.setToolTip(
         self.textbox_font_size_label.setToolTip(
-            _("This sets the font size for the Textbox appGUI\n"
+            _("This sets the font size for the Textbox GUI\n"
               "elements that are used in the application.")
               "elements that are used in the application.")
         )
         )
 
 

+ 2 - 2
appGUI/preferences/tools/ToolsTransformPrefGroupUI.py

@@ -111,7 +111,7 @@ class ToolsTransformPrefGroupUI(OptionsGroupUI):
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setToolTip(
         self.skew_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.skew_link_cb, 8, 1)
         grid0.addWidget(self.skew_link_cb, 8, 1)
@@ -150,7 +150,7 @@ class ToolsTransformPrefGroupUI(OptionsGroupUI):
         # ## Link Scale factors
         # ## Link Scale factors
         self.scale_link_cb = FCCheckBox(_("Link"))
         self.scale_link_cb = FCCheckBox(_("Link"))
         self.scale_link_cb.setToolTip(
         self.scale_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
         grid0.addWidget(self.scale_link_cb, 12, 1)
         grid0.addWidget(self.scale_link_cb, 12, 1)
 
 

+ 2 - 2
appTools/ToolTransform.py

@@ -167,7 +167,7 @@ class ToolTransform(AppTool):
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb = FCCheckBox()
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setText(_("Link"))
         self.skew_link_cb.setToolTip(
         self.skew_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.skew_link_cb, 9, 2)
         grid0.addWidget(self.skew_link_cb, 9, 2)
@@ -229,7 +229,7 @@ class ToolTransform(AppTool):
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb = FCCheckBox()
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setText(_("Link"))
         self.scale_link_cb.setToolTip(
         self.scale_link_cb.setToolTip(
-            _("Link the Y entry to X entry and copy it's content.")
+            _("Link the Y entry to X entry and copy its content.")
         )
         )
 
 
         grid0.addWidget(self.scale_link_cb, 15, 2)
         grid0.addWidget(self.scale_link_cb, 15, 2)

+ 2 - 2
app_Main.py

@@ -9240,9 +9240,9 @@ class App(QtCore.QObject):
             s1=_("The normal flow when working with the application is the following:"),
             s1=_("The normal flow when working with the application is the following:"),
             s2=_("Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into the application "
             s2=_("Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into the application "
                  "using either the toolbars, key shortcuts or even dragging and dropping the "
                  "using either the toolbars, key shortcuts or even dragging and dropping the "
-                 "files on the appGUI."),
+                 "files on the GUI."),
             s3=_("You can also load a project by double clicking on the project file, "
             s3=_("You can also load a project by double clicking on the project file, "
-                 "drag and drop of the file into the appGUI or through the menu (or toolbar) "
+                 "drag and drop of the file into the GUI or through the menu (or toolbar) "
                  "actions offered within the app."),
                  "actions offered within the app."),
             s4=_("Once an object is available in the Project Tab, by selecting it and then focusing "
             s4=_("Once an object is available in the Project Tab, by selecting it and then focusing "
                  "on SELECTED TAB (more simpler is to double click the object name in the Project Tab, "
                  "on SELECTED TAB (more simpler is to double click the object name in the Project Tab, "

BIN
locale/de/LC_MESSAGES/strings.mo


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


BIN
locale/en/LC_MESSAGES/strings.mo


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


BIN
locale/es/LC_MESSAGES/strings.mo


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


BIN
locale/fr/LC_MESSAGES/strings.mo


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


BIN
locale/hu/LC_MESSAGES/strings.mo


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


BIN
locale/it/LC_MESSAGES/strings.mo


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


BIN
locale/pt_BR/LC_MESSAGES/strings.mo


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


BIN
locale/ro/LC_MESSAGES/strings.mo


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


BIN
locale/ru/LC_MESSAGES/strings.mo


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


Разница между файлами не показана из-за своего большого размера
+ 381 - 228
locale_template/strings.pot


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