Update pot. Edit Russian.
This commit is contained in:
@@ -3277,7 +3277,7 @@ class App(QtCore.QObject):
|
||||
layout3 = QtWidgets.QHBoxLayout()
|
||||
layout1.addLayout(layout3)
|
||||
layout3.addStretch()
|
||||
okbtn = QtWidgets.QPushButton("Close")
|
||||
okbtn = QtWidgets.QPushButton(_("Close"))
|
||||
layout3.addWidget(okbtn)
|
||||
|
||||
okbtn.clicked.connect(self.accept)
|
||||
@@ -8332,7 +8332,7 @@ class App(QtCore.QObject):
|
||||
|
||||
This behavior works only within main thread,
|
||||
errors with promissed tasks can be catched and detected only with log.
|
||||
TODO: this problem have to be addressed somehow, maybe rewrite promissing to be blocking somehow for
|
||||
TODO: this problem have to be addressed somehow, maybe rewrite promissing to be blocking somehow for
|
||||
TCL shell.
|
||||
|
||||
Kamil's comment: I will rewrite existing TCL commands from time to time to follow this rules.
|
||||
|
||||
Binary file not shown.
@@ -200,6 +200,10 @@ msgstr ""
|
||||
"a><BR>ЗАГРУЗИТЬ можно <a href = \"https://bitbucket.org/jpcgt/flatcam/"
|
||||
"downloads/\">отсюда.</a><BR>"
|
||||
|
||||
#: FlatCAMApp.py:3280
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
|
||||
#: FlatCAMApp.py:3400 FlatCAMApp.py:5284
|
||||
msgid "[success] Defaults saved."
|
||||
msgstr "[success] Значения по умолчанию сохранены."
|
||||
|
||||
@@ -181,6 +181,10 @@ msgid ""
|
||||
"downloads/\">here.</a><BR>"
|
||||
msgstr ""
|
||||
|
||||
#: FlatCAMApp.py:3280
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: FlatCAMApp.py:3400 FlatCAMApp.py:5284
|
||||
msgid "[success] Defaults saved."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user