Fix translate string,edit Russian translation.

This commit is contained in:
camellan
2019-12-27 22:57:06 +04:00
parent 9fc0d64806
commit a196140942
3 changed files with 3618 additions and 3188 deletions

View File

@@ -323,7 +323,7 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("GUI Preferences"))) self.setTitle(str(_("GUI Preferences")))
self.decimals = decimals self.decimals = decimals
# Create a grid layout for the Application general settings # Create a grid layout for the Application general settings
grid0 = QtWidgets.QGridLayout() grid0 = QtWidgets.QGridLayout()
self.layout.addLayout(grid0) self.layout.addLayout(grid0)
@@ -1299,7 +1299,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
grid0.addWidget(self.open_style_cb, 31, 0, 1, 2) grid0.addWidget(self.open_style_cb, 31, 0, 1, 2)
# Enable/Disable ToolTips globally # Enable/Disable ToolTips globally
self.toggle_tooltips_cb = FCCheckBox(label='Enable ToolTips') self.toggle_tooltips_cb = FCCheckBox(label=_('Enable ToolTips'))
self.toggle_tooltips_cb.setToolTip( self.toggle_tooltips_cb.setToolTip(
_("Check this box if you want to have toolTips displayed\n" _("Check this box if you want to have toolTips displayed\n"
"when hovering with mouse over items throughout the App.") "when hovering with mouse over items throughout the App.")
@@ -1394,7 +1394,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("App Preferences"))) self.setTitle(str(_("App Preferences")))
self.decimals = decimals self.decimals = decimals
# Create a form layout for the Application general settings # Create a form layout for the Application general settings
grid0 = QtWidgets.QGridLayout() grid0 = QtWidgets.QGridLayout()
self.layout.addLayout(grid0) self.layout.addLayout(grid0)
@@ -1425,7 +1425,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
grid0.addWidget(self.precision_metric_label, 1, 0) grid0.addWidget(self.precision_metric_label, 1, 0)
grid0.addWidget(self.precision_metric_entry, 1, 1) grid0.addWidget(self.precision_metric_entry, 1, 1)
# Precision Inch # Precision Inch
self.precision_inch_label = QtWidgets.QLabel('%s:' % _('Precision INCH')) self.precision_inch_label = QtWidgets.QLabel('%s:' % _('Precision INCH'))
self.precision_inch_label.setToolTip( self.precision_inch_label.setToolTip(
@@ -1439,7 +1439,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
grid0.addWidget(self.precision_inch_label, 2, 0) grid0.addWidget(self.precision_inch_label, 2, 0)
grid0.addWidget(self.precision_inch_entry, 2, 1) grid0.addWidget(self.precision_inch_entry, 2, 1)
# Graphic Engine for FlatCAM # Graphic Engine for FlatCAM
self.ge_label = QtWidgets.QLabel('<b>%s:</b>' % _('Graphic Engine')) self.ge_label = QtWidgets.QLabel('<b>%s:</b>' % _('Graphic Engine'))
self.ge_label.setToolTip(_("Choose what graphic engine to use in FlatCAM.\n" self.ge_label.setToolTip(_("Choose what graphic engine to use in FlatCAM.\n"
@@ -1757,7 +1757,7 @@ class GerberGenPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("Gerber General"))) self.setTitle(str(_("Gerber General")))
self.decimals = decimals self.decimals = decimals
# ## Plot options # ## Plot options
self.plot_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Plot Options")) self.plot_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Plot Options"))
self.layout.addWidget(self.plot_options_label) self.layout.addWidget(self.plot_options_label)
@@ -2671,7 +2671,7 @@ class ExcellonGenPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("Excellon General"))) self.setTitle(str(_("Excellon General")))
self.decimals = decimals self.decimals = decimals
# Plot options # Plot options
self.plot_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Plot Options")) self.plot_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Plot Options"))
self.layout.addWidget(self.plot_options_label) self.layout.addWidget(self.plot_options_label)
@@ -3047,7 +3047,7 @@ class ExcellonOptPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("Excellon Options"))) self.setTitle(str(_("Excellon Options")))
self.decimals = decimals self.decimals = decimals
# ## Create CNC Job # ## Create CNC Job
self.cncjob_label = QtWidgets.QLabel('<b>%s</b>' % _('Create CNC Job')) self.cncjob_label = QtWidgets.QLabel('<b>%s</b>' % _('Create CNC Job'))
self.cncjob_label.setToolTip( self.cncjob_label.setToolTip(
@@ -3265,7 +3265,7 @@ class ExcellonAdvOptPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("Excellon Adv. Options"))) self.setTitle(str(_("Excellon Adv. Options")))
self.decimals = decimals self.decimals = decimals
# ####################### # #######################
# ## ADVANCED OPTIONS ### # ## ADVANCED OPTIONS ###
# ####################### # #######################
@@ -3399,7 +3399,7 @@ class ExcellonExpPrefGroupUI(OptionsGroupUI):
self.setTitle(str(_("Excellon Export"))) self.setTitle(str(_("Excellon Export")))
self.decimals = decimals self.decimals = decimals
# Plot options # Plot options
self.export_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Export Options")) self.export_options_label = QtWidgets.QLabel("<b>%s:</b>" % _("Export Options"))
self.export_options_label.setToolTip( self.export_options_label.setToolTip(

Binary file not shown.

File diff suppressed because it is too large Load Diff