diff --git a/appObjects/AppObject.py b/appObjects/AppObject.py index c7560abf..994c2d3a 100644 --- a/appObjects/AppObject.py +++ b/appObjects/AppObject.py @@ -168,7 +168,7 @@ class AppObject(QtCore.QObject): return "fail" t2 = time.time() - msg = "New object with name: %s. %f seconds executing initialize()." % (name, (t2 - t1)) + msg = "%s %s. %f seconds executing initialize()." % (_("New object with name:"), name, (t2 - t1)) log.debug(msg) self.app.inform_shell.emit(msg) diff --git a/locale/de/LC_MESSAGES/strings.mo b/locale/de/LC_MESSAGES/strings.mo index 09993a3e..86fd37e1 100644 Binary files a/locale/de/LC_MESSAGES/strings.mo and b/locale/de/LC_MESSAGES/strings.mo differ diff --git a/locale/de/LC_MESSAGES/strings.po b/locale/de/LC_MESSAGES/strings.po index d2216b05..a60c3737 100644 --- a/locale/de/LC_MESSAGES/strings.po +++ b/locale/de/LC_MESSAGES/strings.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:25+0200\n" -"PO-Revision-Date: 2020-11-05 16:25+0200\n" +"POT-Creation-Date: 2020-11-05 16:40+0200\n" +"PO-Revision-Date: 2020-11-05 16:45+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: de\n" @@ -13231,6 +13231,10 @@ msgstr "" "Objekt ({kind}) gescheitert weil: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Neues Objekt mit Namen:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Einheiten umrechnen in " diff --git a/locale/en/LC_MESSAGES/strings.mo b/locale/en/LC_MESSAGES/strings.mo index 74fff9a1..d2a41147 100644 Binary files a/locale/en/LC_MESSAGES/strings.mo and b/locale/en/LC_MESSAGES/strings.mo differ diff --git a/locale/en/LC_MESSAGES/strings.po b/locale/en/LC_MESSAGES/strings.po index 2d7138da..c9f74965 100644 --- a/locale/en/LC_MESSAGES/strings.po +++ b/locale/en/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:26+0200\n" +"POT-Creation-Date: 2020-11-05 16:40+0200\n" +"PO-Revision-Date: 2020-11-05 16:40+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: en\n" @@ -12767,6 +12767,11 @@ msgstr "" "Object ({kind}) failed because: {error} \n" "\n" +#: appObjects/AppObject.py:171 +#| msgid "New Project - Not saved" +msgid "New object with name:" +msgstr "New object with name:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Converting units to " diff --git a/locale/es/LC_MESSAGES/strings.mo b/locale/es/LC_MESSAGES/strings.mo index 7895bbda..bf7f977c 100644 Binary files a/locale/es/LC_MESSAGES/strings.mo and b/locale/es/LC_MESSAGES/strings.mo differ diff --git a/locale/es/LC_MESSAGES/strings.po b/locale/es/LC_MESSAGES/strings.po index d321e87b..7a035365 100644 --- a/locale/es/LC_MESSAGES/strings.po +++ b/locale/es/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:26+0200\n" +"POT-Creation-Date: 2020-11-05 16:45+0200\n" +"PO-Revision-Date: 2020-11-05 16:45+0200\n" "Last-Translator: Marius Stanciu - Google Translate\n" "Language-Team: \n" "Language: es\n" @@ -12933,6 +12933,10 @@ msgid "" "\n" msgstr "El objeto ({kind}) falló porque: {error}\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Nuevo objeto con nombre:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Convertir unidades a " diff --git a/locale/fr/LC_MESSAGES/strings.mo b/locale/fr/LC_MESSAGES/strings.mo index d7620486..a9652e18 100644 Binary files a/locale/fr/LC_MESSAGES/strings.mo and b/locale/fr/LC_MESSAGES/strings.mo differ diff --git a/locale/fr/LC_MESSAGES/strings.po b/locale/fr/LC_MESSAGES/strings.po index edb291bb..10af1741 100644 --- a/locale/fr/LC_MESSAGES/strings.po +++ b/locale/fr/LC_MESSAGES/strings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:26+0200\n" +"POT-Creation-Date: 2020-11-05 16:44+0200\n" +"PO-Revision-Date: 2020-11-05 16:44+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: fr\n" @@ -13067,6 +13067,10 @@ msgid "" "\n" msgstr "L'objet ({kind}) a échoué car: {error}\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Nouvel objet avec nom:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Conversion de l'unités en " diff --git a/locale/it/LC_MESSAGES/strings.mo b/locale/it/LC_MESSAGES/strings.mo index 65e4f949..93df9ed2 100644 Binary files a/locale/it/LC_MESSAGES/strings.mo and b/locale/it/LC_MESSAGES/strings.mo differ diff --git a/locale/it/LC_MESSAGES/strings.po b/locale/it/LC_MESSAGES/strings.po index d7132518..f1db46af 100644 --- a/locale/it/LC_MESSAGES/strings.po +++ b/locale/it/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:26+0200\n" +"POT-Creation-Date: 2020-11-05 16:43+0200\n" +"PO-Revision-Date: 2020-11-05 16:44+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: it\n" @@ -12980,6 +12980,10 @@ msgstr "" "Oggetto ({kind}) fallito a causa di: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Nuovo oggetto con nome:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Converti unità in " diff --git a/locale/pt_BR/LC_MESSAGES/strings.mo b/locale/pt_BR/LC_MESSAGES/strings.mo index 2fccd499..66229df3 100644 Binary files a/locale/pt_BR/LC_MESSAGES/strings.mo and b/locale/pt_BR/LC_MESSAGES/strings.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/strings.po b/locale/pt_BR/LC_MESSAGES/strings.po index 6a948a1f..2b81ccda 100644 --- a/locale/pt_BR/LC_MESSAGES/strings.po +++ b/locale/pt_BR/LC_MESSAGES/strings.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:26+0200\n" +"POT-Creation-Date: 2020-11-05 16:41+0200\n" +"PO-Revision-Date: 2020-11-05 16:43+0200\n" "Last-Translator: Carlos Stein \n" "Language-Team: \n" "Language: pt_BR\n" @@ -12799,6 +12799,10 @@ msgstr "" "Objeto ({kind}) falhou porque: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Novo objeto com nome:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Convertendo unidades para " diff --git a/locale/ro/LC_MESSAGES/strings.mo b/locale/ro/LC_MESSAGES/strings.mo index 792bb864..547f1812 100644 Binary files a/locale/ro/LC_MESSAGES/strings.mo and b/locale/ro/LC_MESSAGES/strings.mo differ diff --git a/locale/ro/LC_MESSAGES/strings.po b/locale/ro/LC_MESSAGES/strings.po index 8b678059..8a2401de 100644 --- a/locale/ro/LC_MESSAGES/strings.po +++ b/locale/ro/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:26+0200\n" -"PO-Revision-Date: 2020-11-05 16:32+0200\n" +"POT-Creation-Date: 2020-11-05 16:41+0200\n" +"PO-Revision-Date: 2020-11-05 16:43+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: ro\n" @@ -12937,6 +12937,10 @@ msgstr "" "Obiectul ({kind}) a eșuat din cauza: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Obiect nou cu numele:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Se convertesc unitătile la " diff --git a/locale/ru/LC_MESSAGES/strings.mo b/locale/ru/LC_MESSAGES/strings.mo index 54e3de8c..69188d75 100644 Binary files a/locale/ru/LC_MESSAGES/strings.mo and b/locale/ru/LC_MESSAGES/strings.mo differ diff --git a/locale/ru/LC_MESSAGES/strings.po b/locale/ru/LC_MESSAGES/strings.po index 351d6828..386fa491 100644 --- a/locale/ru/LC_MESSAGES/strings.po +++ b/locale/ru/LC_MESSAGES/strings.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:27+0200\n" +"POT-Creation-Date: 2020-11-05 16:41+0200\n" "PO-Revision-Date: \n" "Last-Translator: Andrey Kultyapov \n" "Language-Team: \n" @@ -12861,6 +12861,10 @@ msgstr "" "Объект ({kind}) не выполнен, потому что: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Новый объект с именем:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Конвертирование единиц в " diff --git a/locale/tr/LC_MESSAGES/strings.mo b/locale/tr/LC_MESSAGES/strings.mo index 410dbb49..c019afcd 100644 Binary files a/locale/tr/LC_MESSAGES/strings.mo and b/locale/tr/LC_MESSAGES/strings.mo differ diff --git a/locale/tr/LC_MESSAGES/strings.po b/locale/tr/LC_MESSAGES/strings.po index 843b6038..ba33b017 100644 --- a/locale/tr/LC_MESSAGES/strings.po +++ b/locale/tr/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:27+0200\n" -"PO-Revision-Date: 2020-11-05 16:30+0200\n" +"POT-Creation-Date: 2020-11-05 16:42+0200\n" +"PO-Revision-Date: 2020-11-05 16:47+0200\n" "Last-Translator: \n" "Language-Team: \n" "Language: tr_TR\n" @@ -12801,6 +12801,10 @@ msgstr "" "Nesne ({kind}) başarısız oldu çünkü: {error} \n" "\n" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "Adı olan yeni nesne:" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr "Birimler şuna dönüştürülüyor " diff --git a/locale_template/strings.pot b/locale_template/strings.pot index 2ede056c..c871d111 100644 --- a/locale_template/strings.pot +++ b/locale_template/strings.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2020-11-05 16:25+0200\n" +"POT-Creation-Date: 2020-11-05 16:46+0200\n" "PO-Revision-Date: 2019-03-25 15:08+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -11060,6 +11060,10 @@ msgid "" "\n" msgstr "" +#: appObjects/AppObject.py:171 +msgid "New object with name:" +msgstr "" + #: appObjects/AppObject.py:184 msgid "Converting units to " msgstr ""