From 9eace13dc92ccae2b6d4bc98d153d858def9d598 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Mon, 11 Mar 2024 09:04:39 +0100 Subject: [PATCH 01/10] Update version to 5.8 alpha --- conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conandata.yml b/conandata.yml index fdfc2dec11..24f9abf294 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,4 +1,4 @@ -version: "5.7.0-alpha.1" +version: "5.8.0-alpha.0" requirements: - "uranium/(latest)@ultimaker/testing" - "curaengine/(latest)@ultimaker/testing" From 20cc036b619d6c0ec07952c626e4a21109941f72 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Tue, 12 Mar 2024 14:32:48 +0100 Subject: [PATCH 02/10] Save as UCP text corrected CURA-11715 --- plugins/3MFWriter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3MFWriter/__init__.py b/plugins/3MFWriter/__init__.py index 0b2976c386..8cc9e4feba 100644 --- a/plugins/3MFWriter/__init__.py +++ b/plugins/3MFWriter/__init__.py @@ -39,7 +39,7 @@ def getMetaData(): "output": [ { "extension": workspace_extension, - "description": i18n_catalog.i18nc("@item:inlistbox", "Cura Project 3MF file"), + "description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project (UCP) file"), "mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml", "mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode } From 52a303e977dc909ed7de942d4e0e86fdb2ad3c08 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 12 Mar 2024 14:54:22 +0100 Subject: [PATCH 03/10] Slightly reformulate brim_inside_margin description --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4e10dfbee3..3f8bc0d061 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6089,7 +6089,7 @@ "brim_inside_margin": { "label": "Brim Avoid Margin", - "description": "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces.", + "description": "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models.", "unit": "mm", "type": "float", "value": "line_width * 4", From e1bfb2a60d67098963c0be2cb97ba4248eddfc70 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 12 Mar 2024 15:11:23 +0100 Subject: [PATCH 04/10] Update translation files with the brim_inside_margin description --- resources/i18n/cs_CZ/fdmprinter.def.json.po | 4 ++-- resources/i18n/de_DE/fdmprinter.def.json.po | 4 ++-- resources/i18n/es_ES/fdmprinter.def.json.po | 4 ++-- resources/i18n/fdmprinter.def.json.pot | 4 ++-- resources/i18n/fi_FI/fdmprinter.def.json.po | 4 ++-- resources/i18n/fr_FR/fdmprinter.def.json.po | 4 ++-- resources/i18n/hu_HU/fdmprinter.def.json.po | 4 ++-- resources/i18n/it_IT/fdmprinter.def.json.po | 4 ++-- resources/i18n/ja_JP/fdmprinter.def.json.po | 4 ++-- resources/i18n/ko_KR/fdmprinter.def.json.po | 4 ++-- resources/i18n/nl_NL/fdmprinter.def.json.po | 4 ++-- resources/i18n/pl_PL/fdmprinter.def.json.po | 4 ++-- resources/i18n/pt_BR/fdmprinter.def.json.po | 4 ++-- resources/i18n/pt_PT/fdmprinter.def.json.po | 4 ++-- resources/i18n/ru_RU/fdmprinter.def.json.po | 4 ++-- resources/i18n/tr_TR/fdmprinter.def.json.po | 4 ++-- resources/i18n/zh_CN/fdmprinter.def.json.po | 4 ++-- resources/i18n/zh_TW/fdmprinter.def.json.po | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/i18n/cs_CZ/fdmprinter.def.json.po b/resources/i18n/cs_CZ/fdmprinter.def.json.po index 763b2ee5b2..5fd9a10ebe 100644 --- a/resources/i18n/cs_CZ/fdmprinter.def.json.po +++ b/resources/i18n/cs_CZ/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2023-02-16 20:35+0100\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -22,7 +22,7 @@ msgid "How to generate the prime tower:
  • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/de_DE/fdmprinter.def.json.po b/resources/i18n/de_DE/fdmprinter.def.json.po index e998361d7d..2f3306c16b 100644 --- a/resources/i18n/de_DE/fdmprinter.def.json.po +++ b/resources/i18n/de_DE/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
    • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/es_ES/fdmprinter.def.json.po b/resources/i18n/es_ES/fdmprinter.def.json.po index e2a3e229f6..960d5d4524 100644 --- a/resources/i18n/es_ES/fdmprinter.def.json.po +++ b/resources/i18n/es_ES/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
      • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/fdmprinter.def.json.pot b/resources/i18n/fdmprinter.def.json.pot index b1d0e5bc02..3a9c03d6f8 100644 --- a/resources/i18n/fdmprinter.def.json.pot +++ b/resources/i18n/fdmprinter.def.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -4037,7 +4037,7 @@ msgid "Brim Avoid Margin" msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "brim_smart_ordering label" diff --git a/resources/i18n/fi_FI/fdmprinter.def.json.po b/resources/i18n/fi_FI/fdmprinter.def.json.po index 4f969ab9af..2c63a641f5 100644 --- a/resources/i18n/fi_FI/fdmprinter.def.json.po +++ b/resources/i18n/fi_FI/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2022-07-15 11:17+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -21,7 +21,7 @@ msgid "How to generate the prime tower:
        • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/fr_FR/fdmprinter.def.json.po b/resources/i18n/fr_FR/fdmprinter.def.json.po index 16a9e79223..0752768473 100644 --- a/resources/i18n/fr_FR/fdmprinter.def.json.po +++ b/resources/i18n/fr_FR/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
          • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/hu_HU/fdmprinter.def.json.po b/resources/i18n/hu_HU/fdmprinter.def.json.po index 6e3d42800a..8fb0801e5d 100644 --- a/resources/i18n/hu_HU/fdmprinter.def.json.po +++ b/resources/i18n/hu_HU/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2020-03-24 09:43+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: AT-VLOG\n" @@ -22,7 +22,7 @@ msgid "How to generate the prime tower:
            • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/it_IT/fdmprinter.def.json.po b/resources/i18n/it_IT/fdmprinter.def.json.po index 73453ed1e7..b09b7acc0d 100644 --- a/resources/i18n/it_IT/fdmprinter.def.json.po +++ b/resources/i18n/it_IT/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
              • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/ja_JP/fdmprinter.def.json.po b/resources/i18n/ja_JP/fdmprinter.def.json.po index 43eb55cdbd..17b5651ac2 100644 --- a/resources/i18n/ja_JP/fdmprinter.def.json.po +++ b/resources/i18n/ja_JP/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/ko_KR/fdmprinter.def.json.po b/resources/i18n/ko_KR/fdmprinter.def.json.po index e7fce4a0b2..ac5bd603dc 100644 --- a/resources/i18n/ko_KR/fdmprinter.def.json.po +++ b/resources/i18n/ko_KR/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                  • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/nl_NL/fdmprinter.def.json.po b/resources/i18n/nl_NL/fdmprinter.def.json.po index ba1cf6c1ea..fc48cceed6 100644 --- a/resources/i18n/nl_NL/fdmprinter.def.json.po +++ b/resources/i18n/nl_NL/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                    • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/pl_PL/fdmprinter.def.json.po b/resources/i18n/pl_PL/fdmprinter.def.json.po index 9326647094..9e2c0dda30 100644 --- a/resources/i18n/pl_PL/fdmprinter.def.json.po +++ b/resources/i18n/pl_PL/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2019-11-15 15:34+0100\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -21,7 +21,7 @@ msgid "How to generate the prime tower:
                      • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/pt_BR/fdmprinter.def.json.po b/resources/i18n/pt_BR/fdmprinter.def.json.po index 67f5bcbca3..1fe85a5738 100644 --- a/resources/i18n/pt_BR/fdmprinter.def.json.po +++ b/resources/i18n/pt_BR/fdmprinter.def.json.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2023-11-22 17:17+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -22,7 +22,7 @@ msgid "How to generate the prime tower:
                        • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/pt_PT/fdmprinter.def.json.po b/resources/i18n/pt_PT/fdmprinter.def.json.po index 66badba160..6a0a73b91e 100644 --- a/resources/i18n/pt_PT/fdmprinter.def.json.po +++ b/resources/i18n/pt_PT/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                          • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/ru_RU/fdmprinter.def.json.po b/resources/i18n/ru_RU/fdmprinter.def.json.po index ddb6dcef99..3c22b34d23 100644 --- a/resources/i18n/ru_RU/fdmprinter.def.json.po +++ b/resources/i18n/ru_RU/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                            • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/tr_TR/fdmprinter.def.json.po b/resources/i18n/tr_TR/fdmprinter.def.json.po index 5f22acc725..dd35f09d61 100644 --- a/resources/i18n/tr_TR/fdmprinter.def.json.po +++ b/resources/i18n/tr_TR/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                              • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/zh_CN/fdmprinter.def.json.po b/resources/i18n/zh_CN/fdmprinter.def.json.po index 1f3813f455..fb5d1f4a01 100644 --- a/resources/i18n/zh_CN/fdmprinter.def.json.po +++ b/resources/i18n/zh_CN/fdmprinter.def.json.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgid "How to generate the prime tower:
                                • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" diff --git a/resources/i18n/zh_TW/fdmprinter.def.json.po b/resources/i18n/zh_TW/fdmprinter.def.json.po index be8a1cf103..347b24aacc 100644 --- a/resources/i18n/zh_TW/fdmprinter.def.json.po +++ b/resources/i18n/zh_TW/fdmprinter.def.json.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: plugins@ultimaker.com\n" -"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"POT-Creation-Date: 2024-03-12 15:10+0000\n" "PO-Revision-Date: 2022-01-02 20:24+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -22,7 +22,7 @@ msgid "How to generate the prime tower:
                                  • Normal: create a buc msgstr "" msgctxt "brim_inside_margin description" -msgid "A brim around a surface may touch an other surface where brim is not expected. This removes all brim within this distance from brimless surfaces." +msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models." msgstr "" msgctxt "ironing_inset description" From 5824cf5414346d1c069fcdeb63a0b0466d095473 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Tue, 12 Mar 2024 16:02:10 +0100 Subject: [PATCH 05/10] Both Project and UCP has same text CURA-11715 --- plugins/3MFWriter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3MFWriter/__init__.py b/plugins/3MFWriter/__init__.py index 8cc9e4feba..7fc750fccd 100644 --- a/plugins/3MFWriter/__init__.py +++ b/plugins/3MFWriter/__init__.py @@ -39,7 +39,7 @@ def getMetaData(): "output": [ { "extension": workspace_extension, - "description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project (UCP) file"), + "description": i18n_catalog.i18nc("@item:inlistbox", "3MF Project file"), "mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml", "mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode } From b06805dd8523cada74d0704bbc18ed1946ff03d4 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Tue, 12 Mar 2024 16:30:19 +0100 Subject: [PATCH 06/10] Mimetype introduction for ucp CURA-11715 --- plugins/3MFWriter/UCPDialog.py | 4 ++-- plugins/3MFWriter/__init__.py | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/plugins/3MFWriter/UCPDialog.py b/plugins/3MFWriter/UCPDialog.py index bedfb4d0da..8f38f0bd0a 100644 --- a/plugins/3MFWriter/UCPDialog.py +++ b/plugins/3MFWriter/UCPDialog.py @@ -75,9 +75,9 @@ class UCPDialog(QObject): device.requestWrite( nodes, file_name, - ["application/vnd.ms-package.3dmanufacturing-3dmodel+xml"], + ["application/x-ucp"], workspace_handler, - preferred_mimetype_list="application/vnd.ms-package.3dmanufacturing-3dmodel+xml" + preferred_mimetype_list="application/x-ucp" ) except OutputDeviceError.UserCanceledError: self._onRejected() diff --git a/plugins/3MFWriter/__init__.py b/plugins/3MFWriter/__init__.py index 7fc750fccd..1cecf4c3f8 100644 --- a/plugins/3MFWriter/__init__.py +++ b/plugins/3MFWriter/__init__.py @@ -32,6 +32,12 @@ def getMetaData(): "description": i18n_catalog.i18nc("@item:inlistbox", "3MF file"), "mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml", "mode": ThreeMFWriter.ThreeMFWriter.OutputMode.BinaryMode + }, + { + "extension": "3mf", + "description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project"), + "mime_type": "application/x-ucp", + "mode": ThreeMFWriter.ThreeMFWriter.OutputMode.BinaryMode } ] } @@ -39,9 +45,15 @@ def getMetaData(): "output": [ { "extension": workspace_extension, - "description": i18n_catalog.i18nc("@item:inlistbox", "3MF Project file"), + "description": i18n_catalog.i18nc("@item:inlistbox", "Cura Project 3MF file"), "mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml", "mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode + }, + { + "extension": "3mf", + "description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project"), + "mime_type": "application/x-ucp", + "mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode } ] } From 2048b040241e91cea6c8d6c722255e3712bae6f2 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:03:55 +0100 Subject: [PATCH 07/10] Remove solid intent mode for SR-30 (support material) PP-447 --- ...methodx_2xa_um-sr30-175_0.2mm_solid.inst.cfg | 17 ----------------- ...ethodxl_2xa_um-sr30-175_0.2mm_solid.inst.cfg | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 resources/intent/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm_solid.inst.cfg delete mode 100644 resources/intent/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm_solid.inst.cfg diff --git a/resources/intent/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm_solid.inst.cfg deleted file mode 100644 index a833556bd8..0000000000 --- a/resources/intent/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm_solid.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_methodx -name = Solid -version = 4 - -[metadata] -intent_category = solid -is_experimental = True -material = ultimaker_sr30_175 -quality_type = draft -setting_version = 22 -type = intent -variant = 2XA - -[values] -infill_sparse_density = 100 - diff --git a/resources/intent/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm_solid.inst.cfg b/resources/intent/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm_solid.inst.cfg deleted file mode 100644 index 01a55c85a4..0000000000 --- a/resources/intent/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm_solid.inst.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[general] -definition = ultimaker_methodxl -name = Solid -version = 4 - -[metadata] -intent_category = solid -is_experimental = True -material = ultimaker_sr30_175 -quality_type = draft -setting_version = 22 -type = intent -variant = 2XA - -[values] -infill_sparse_density = 100 - From 406a238d96dbc3307c6078f16ba8c05ce8b9a948 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 13 Mar 2024 09:03:20 +0100 Subject: [PATCH 08/10] Update translation files with UCP file type --- resources/i18n/cs_CZ/cura.po | 6 +++++- resources/i18n/cura.pot | 6 +++++- resources/i18n/de_DE/cura.po | 6 +++++- resources/i18n/es_ES/cura.po | 6 +++++- resources/i18n/fi_FI/cura.po | 6 +++++- resources/i18n/fr_FR/cura.po | 6 +++++- resources/i18n/hu_HU/cura.po | 6 +++++- resources/i18n/it_IT/cura.po | 6 +++++- resources/i18n/ja_JP/cura.po | 6 +++++- resources/i18n/ko_KR/cura.po | 6 +++++- resources/i18n/nl_NL/cura.po | 6 +++++- resources/i18n/pl_PL/cura.po | 6 +++++- resources/i18n/pt_BR/cura.po | 6 +++++- resources/i18n/pt_PT/cura.po | 6 +++++- resources/i18n/ru_RU/cura.po | 6 +++++- resources/i18n/tr_TR/cura.po | 6 +++++- resources/i18n/zh_CN/cura.po | 6 +++++- resources/i18n/zh_TW/cura.po | 6 +++++- 18 files changed, 90 insertions(+), 18 deletions(-) diff --git a/resources/i18n/cs_CZ/cura.po b/resources/i18n/cs_CZ/cura.po index 7a842ac480..035f893405 100644 --- a/resources/i18n/cs_CZ/cura.po +++ b/resources/i18n/cs_CZ/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2023-09-03 18:15+0200\n" "Last-Translator: Miroslav Šustek \n" "Language-Team: DenyCZ \n" @@ -5112,6 +5112,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Jednotka" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index 09565a411d..ecf7cf0b3c 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -4731,6 +4731,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index c45016081f..a04b7e5964 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5096,6 +5096,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Einheit" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index d1331d9c06..48e3e99205 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5097,6 +5097,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Unidad" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/fi_FI/cura.po b/resources/i18n/fi_FI/cura.po index ddb1c5866c..f8a0313836 100644 --- a/resources/i18n/fi_FI/cura.po +++ b/resources/i18n/fi_FI/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2022-07-15 10:53+0200\n" "Last-Translator: Bothof \n" "Language-Team: Finnish\n" @@ -5065,6 +5065,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index 199f796993..bc58fb9ca8 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5094,6 +5094,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Unité" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/hu_HU/cura.po b/resources/i18n/hu_HU/cura.po index 8e94f1077e..c3b1de85aa 100644 --- a/resources/i18n/hu_HU/cura.po +++ b/resources/i18n/hu_HU/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2020-03-24 09:36+0100\n" "Last-Translator: Nagy Attila \n" "Language-Team: ATI-SZOFT\n" @@ -5079,6 +5079,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 1f21b8339a..15a7a1c88f 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5097,6 +5097,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Unità" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/ja_JP/cura.po b/resources/i18n/ja_JP/cura.po index c34720f0c2..c9e40dee25 100644 --- a/resources/i18n/ja_JP/cura.po +++ b/resources/i18n/ja_JP/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5080,6 +5080,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "ユニット" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/ko_KR/cura.po b/resources/i18n/ko_KR/cura.po index 4d686f6cd6..21641fa7ea 100644 --- a/resources/i18n/ko_KR/cura.po +++ b/resources/i18n/ko_KR/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5083,6 +5083,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "단위" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index e14f718628..c046657690 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5091,6 +5091,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Eenheid" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/pl_PL/cura.po b/resources/i18n/pl_PL/cura.po index b21f42ed6e..2261bb2de0 100644 --- a/resources/i18n/pl_PL/cura.po +++ b/resources/i18n/pl_PL/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2021-09-07 08:02+0200\n" "Last-Translator: Mariusz Matłosz \n" "Language-Team: Mariusz Matłosz , reprapy.pl\n" @@ -5082,6 +5082,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index cced0fec02..50157a02e3 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2023-11-19 19:51+0100\n" "Last-Translator: Cláudio Sampaio \n" "Language-Team: Cláudio Sampaio \n" @@ -5108,6 +5108,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Unidade" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/pt_PT/cura.po b/resources/i18n/pt_PT/cura.po index 8c19bee65c..e3ddb9e868 100644 --- a/resources/i18n/pt_PT/cura.po +++ b/resources/i18n/pt_PT/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5098,6 +5098,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Unidade" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/ru_RU/cura.po b/resources/i18n/ru_RU/cura.po index eed66872d2..238063e01e 100644 --- a/resources/i18n/ru_RU/cura.po +++ b/resources/i18n/ru_RU/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5121,6 +5121,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Единица" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/tr_TR/cura.po b/resources/i18n/tr_TR/cura.po index d55b7a0d7d..60e8538594 100644 --- a/resources/i18n/tr_TR/cura.po +++ b/resources/i18n/tr_TR/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5097,6 +5097,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "Birim" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 13fa048673..300d25211a 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5085,6 +5085,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "单位" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" diff --git a/resources/i18n/zh_TW/cura.po b/resources/i18n/zh_TW/cura.po index cc09d840ce..241a1f1f5d 100644 --- a/resources/i18n/zh_TW/cura.po +++ b/resources/i18n/zh_TW/cura.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Cura 5.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-11 12:52+0100\n" +"POT-Creation-Date: 2024-03-13 09:02+0100\n" "PO-Revision-Date: 2022-01-02 19:59+0800\n" "Last-Translator: Valen Chang \n" "Language-Team: Valen Chang \n" @@ -5077,6 +5077,10 @@ msgctxt "@title:column Unit of measurement" msgid "Unit" msgstr "" +msgctxt "@item:inlistbox" +msgid "Universal Cura Project" +msgstr "" + msgctxt "@action:description Don't translate 'Universal Cura Project'" msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing." msgstr "" From a67a61298e63540b4c80a1879fc78db1fb7ea896 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:22:49 +0100 Subject: [PATCH 09/10] Apply suggestions from code review Undo changes to conandata.yml Co-authored-by: HellAholic --- conandata.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conandata.yml b/conandata.yml index 24f9abf294..0d0452ebbe 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1,14 +1,14 @@ -version: "5.8.0-alpha.0" +version: "5.7.0-beta.0" requirements: - - "uranium/(latest)@ultimaker/testing" - - "curaengine/(latest)@ultimaker/testing" - - "cura_binary_data/(latest)@ultimaker/testing" - - "fdm_materials/(latest)@ultimaker/testing" + - "uranium/(latest)@ultimaker/stable" + - "curaengine/(latest)@ultimaker/stable" + - "cura_binary_data/(latest)@ultimaker/stable" + - "fdm_materials/(latest)@ultimaker/stable" - "curaengine_plugin_gradual_flow/0.1.0-beta.3" - "dulcificum/latest@ultimaker/testing" - "pysavitar/5.3.0" - "pynest2d/5.3.0" - - "curaengine_grpc_definitions/(latest)@ultimaker/testing" + - "curaengine_grpc_definitions/0.2.0" requirements_internal: - "fdm_materials/(latest)@internal/testing" - "cura_private_data/(latest)@internal/testing" From 4e564c7eb55c851671f0b57099b2718ce27859c2 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 13 Mar 2024 09:25:32 +0100 Subject: [PATCH 10/10] Add gradual flow plugin translations --- .../cs_CZ/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../de_DE/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../es_ES/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../fi_FI/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../fr_FR/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../i18n/gradual_flow_settings.def.json.pot | 58 +++++++++++++++++++ .../hu_HU/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../it_IT/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../ja_JP/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../ko_KR/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../nl_NL/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../pl_PL/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../pt_BR/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../pt_PT/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../ru_RU/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../tr_TR/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../zh_CN/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ .../zh_TW/gradual_flow_settings.def.json.po | 54 +++++++++++++++++ 18 files changed, 976 insertions(+) create mode 100644 resources/i18n/cs_CZ/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/de_DE/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/es_ES/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/fi_FI/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/fr_FR/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/gradual_flow_settings.def.json.pot create mode 100644 resources/i18n/hu_HU/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/it_IT/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/ja_JP/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/ko_KR/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/nl_NL/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/pl_PL/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/pt_BR/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/pt_PT/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/ru_RU/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/tr_TR/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/zh_CN/gradual_flow_settings.def.json.po create mode 100644 resources/i18n/zh_TW/gradual_flow_settings.def.json.po diff --git a/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po b/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/cs_CZ/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/de_DE/gradual_flow_settings.def.json.po b/resources/i18n/de_DE/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/de_DE/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/es_ES/gradual_flow_settings.def.json.po b/resources/i18n/es_ES/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/es_ES/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/fi_FI/gradual_flow_settings.def.json.po b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/fi_FI/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/fr_FR/gradual_flow_settings.def.json.po b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/fr_FR/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/gradual_flow_settings.def.json.pot b/resources/i18n/gradual_flow_settings.def.json.pot new file mode 100644 index 0000000000..7d9afba68f --- /dev/null +++ b/resources/i18n/gradual_flow_settings.def.json.pot @@ -0,0 +1,58 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + + + + + + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "" + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "" + diff --git a/resources/i18n/hu_HU/gradual_flow_settings.def.json.po b/resources/i18n/hu_HU/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/hu_HU/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/it_IT/gradual_flow_settings.def.json.po b/resources/i18n/it_IT/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/it_IT/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/ja_JP/gradual_flow_settings.def.json.po b/resources/i18n/ja_JP/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/ja_JP/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/ko_KR/gradual_flow_settings.def.json.po b/resources/i18n/ko_KR/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/ko_KR/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/nl_NL/gradual_flow_settings.def.json.po b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/nl_NL/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/pl_PL/gradual_flow_settings.def.json.po b/resources/i18n/pl_PL/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/pl_PL/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/pt_BR/gradual_flow_settings.def.json.po b/resources/i18n/pt_BR/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/pt_BR/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/pt_PT/gradual_flow_settings.def.json.po b/resources/i18n/pt_PT/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/pt_PT/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/ru_RU/gradual_flow_settings.def.json.po b/resources/i18n/ru_RU/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/ru_RU/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/tr_TR/gradual_flow_settings.def.json.po b/resources/i18n/tr_TR/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/tr_TR/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/zh_CN/gradual_flow_settings.def.json.po b/resources/i18n/zh_CN/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/zh_CN/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration" diff --git a/resources/i18n/zh_TW/gradual_flow_settings.def.json.po b/resources/i18n/zh_TW/gradual_flow_settings.def.json.po new file mode 100644 index 0000000000..363b0994aa --- /dev/null +++ b/resources/i18n/zh_TW/gradual_flow_settings.def.json.po @@ -0,0 +1,54 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: Uranium json setting files\n" +"Report-Msgid-Bugs-To: plugins@ultimaker.com\n" +"POT-Creation-Date: 2024-03-11 11:28+0000\n" +"PO-Revision-Date: 2024-03-11 11:28+0000\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "gradual_flow_discretisation_step_size description" +msgid "Duration of each step in the gradual flow change" +msgstr "Duration of each step in the gradual flow change" + +msgctxt "gradual_flow_enabled description" +msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." +msgstr "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops." + +msgctxt "reset_flow_duration description" +msgid "For any travel move longer than this value, the material flow is reset to the paths target flow" +msgstr "For any travel move longer than this value, the material flow is reset to the paths target flow" + +msgctxt "gradual_flow_discretisation_step_size label" +msgid "Gradual flow discretisation step size" +msgstr "Gradual flow discretisation step size" + +msgctxt "gradual_flow_enabled label" +msgid "Gradual flow enabled" +msgstr "Gradual flow enabled" + +msgctxt "max_flow_acceleration label" +msgid "Gradual flow max acceleration" +msgstr "Gradual flow max acceleration" + +msgctxt "layer_0_max_flow_acceleration label" +msgid "Initial layer max flow acceleration" +msgstr "Initial layer max flow acceleration" + +msgctxt "max_flow_acceleration description" +msgid "Maximum acceleration for gradual flow changes" +msgstr "Maximum acceleration for gradual flow changes" + +msgctxt "layer_0_max_flow_acceleration description" +msgid "Minimum speed for gradual flow changes for the first layer" +msgstr "Minimum speed for gradual flow changes for the first layer" + +msgctxt "reset_flow_duration label" +msgid "Reset flow duration" +msgstr "Reset flow duration"