mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:45:55 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
9ede831cd6
71
.github/ISSUE_TEMPLATE/SlicingCrash.yaml
vendored
Normal file
71
.github/ISSUE_TEMPLATE/SlicingCrash.yaml
vendored
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
name: ❌ Slicing Failed
|
||||||
|
description: When you see the message Slicing failed with an unexpected error
|
||||||
|
labels: ["Type: Bug", "Status: Triage", "Slicing Error :collision:"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
### Project File
|
||||||
|
**⚠️ Before you continue, we need your project file to troubleshoot a slicing crash.**
|
||||||
|
It contains the printer and settings we need for troubleshooting.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
To save a project file go to File -> Save project.
|
||||||
|
Please make sure to .zip your project file.
|
||||||
|
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
|
||||||
|
|
||||||
|
🤔 Before you share, please think to yourself. Is this a model that can be shared?
|
||||||
|
Unfortunately we cannot help if this file is missing.
|
||||||
|
Do you have the project file? Than let's continue ⬇️
|
||||||
|
|
||||||
|
### Questions
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Cura Version
|
||||||
|
placeholder: 5.3.1
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
We work hard on improving our slicing crashes. Our most recent release is 5.3.1.
|
||||||
|
If you are not on the latest version of Cura, [you can download it here](https://github.com/Ultimaker/Cura/releases/tag/5.3.1)
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
|
||||||
|
placeholder: Windows 11 / MacOS Catalina / MX Linux
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Printer
|
||||||
|
description: Which printer was selected in Cura?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Name abnormal settings
|
||||||
|
description: Are there any settings that you might have changed that caused the crash? Does your model slice when you select the default profiles?
|
||||||
|
placeholder:
|
||||||
|
validations:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Describe model location
|
||||||
|
description: Does your model slice if you rotate the model 90 degrees or if you move it away from the center of the buildplate?
|
||||||
|
placeholder:
|
||||||
|
validations:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Describe your model
|
||||||
|
description: Have you sliced your model succesfully before? Is it watertight? Have you tried doing a quick [Mesh Fix with the Meshtools Plugin](https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MeshTools)?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Add your .zip here ⬇️
|
||||||
|
description: You can add the zip file and additional information that is relevant to the issue in the comments below.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
21
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
21
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Bug Report
|
name: 🪲 Bug Report
|
||||||
description: Create a report to help us fix issues.
|
description: Create a report to help us fix issues.
|
||||||
labels: ["Type: Bug", "Status: Triage"]
|
labels: ["Type: Bug", "Status: Triage"]
|
||||||
body:
|
body:
|
||||||
@ -7,28 +7,29 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
**Thank you for using Cura and wanting to report a bug.**
|
**Thank you for using Cura and wanting to report a bug.**
|
||||||
|
|
||||||
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment.
|
Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page.
|
||||||
|
If it does, comment there. Even if it's closed, we can reopen it based on your comment.
|
||||||
|
|
||||||
Also, please note the application version in the title of the issue "For example (3.2.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
|
Also, please note the application version in the title of the issue "For example (5.3.1) Cannot connect to 3rd-party printer". Please do not write things like **Request** or **BUG** in the title, this is what labels are for.
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Application Version
|
label: Application Version
|
||||||
description: The version of Cura this issue occurs with.
|
description: The version of Cura this issue occurs with.
|
||||||
placeholder: 5.0.0
|
placeholder: 5.3.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform
|
label: Operating System
|
||||||
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
|
description: Information about the operating system the issue occurs on. Include at least the operating system and maybe GPU.
|
||||||
placeholder: Windows 10
|
placeholder: Windows 11 / MacOS Catalina / MX Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Printer
|
label: Printer
|
||||||
description: Which printer was selected in Cura?
|
description: Which printer was selected in Cura?
|
||||||
placeholder: Ultimaker S5
|
placeholder: Ultimaker S7
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -56,9 +57,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Please be sure to add the following files:
|
Please be sure to add the following files:
|
||||||
* For slicing issues, upload a **project file** that clearly shows the bug.
|
* To save a project file go to File -> Save project.
|
||||||
To save a project file go to `File -> Save project`. Please make sure to .zip your project file. For big files you may need to use WeTransfer or similar file sharing sites.
|
Please make sure to .zip your project file.
|
||||||
|
For big files, you may need to use [WeTransfer](https://wetransfer.com/) or similar file-sharing sites.
|
||||||
G-code files are not project files!
|
G-code files are not project files!
|
||||||
|
Before you share, please think to yourself. Is this a model that can be shared?
|
||||||
* **Screenshots** of showing the problem, perhaps before/after images.
|
* **Screenshots** of showing the problem, perhaps before/after images.
|
||||||
* A **log file** for crashes and similar issues.
|
* A **log file** for crashes and similar issues.
|
||||||
You can find your log file here:
|
You can find your log file here:
|
||||||
|
2
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
2
.github/ISSUE_TEMPLATE/featurerequest.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Feature Request
|
name: 💡 Feature Request
|
||||||
description: Suggest an idea for this project.
|
description: Suggest an idea for this project.
|
||||||
labels: ["Type: New Feature", "Status: Triage"]
|
labels: ["Type: New Feature", "Status: Triage"]
|
||||||
body:
|
body:
|
||||||
|
37
.github/workflows/stale.yml
vendored
Normal file
37
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
name: 'Close stale issues and PRs'
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 9-17/4 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v8
|
||||||
|
with:
|
||||||
|
days-before-pr-close: -1
|
||||||
|
days-before-stale: 365
|
||||||
|
days-before-close: 14
|
||||||
|
operations-per-run: 3000
|
||||||
|
ascending: true
|
||||||
|
exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
|
||||||
|
stale-issue-label: 'Status: Stale :hourglass:'
|
||||||
|
labels-to-add-when-unstale: 'Status: Triage'
|
||||||
|
only-labels: "Type: Bug,Status: Deferred"
|
||||||
|
stale-issue-message: |
|
||||||
|
Hi 👋,
|
||||||
|
We are cleaning our list of issues to improve our focus.
|
||||||
|
This bug seems to be older than a year, which is at least three major Cura releases ago.
|
||||||
|
It also received the label Deferred indicating that we did not have time to work on it back then and haven't found time to work on it since.
|
||||||
|
|
||||||
|
If this is still a problem for you in the current version of Cura, can you please leave a comment?
|
||||||
|
We will have a fresh set of eyes to look at it.
|
||||||
|
|
||||||
|
If it is not a problem anymore, you don't have to do anything, and this issue will be automatically closed in 14 days.
|
||||||
|
close-issue-message: |
|
||||||
|
This issue was closed because it has been inactive for 14 days since being marked as stale.
|
||||||
|
If you encounter this issue and still experience this to be a problem, you are welcome to make a fresh new issue with an updated description and screenshots.
|
||||||
|
permissions:
|
||||||
|
contents: write # only for delete-branch option
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
@ -1,10 +1,3 @@
|
|||||||
|
|
||||||
> # Work with us!
|
|
||||||
> If you're interested in working with us on Cura and Thingiverse, please apply to one of the open positions below.
|
|
||||||
> - [Software Engineer C++ & Python](https://www.linkedin.com/jobs/view/3516545085) for [Cura](https://github.com/Ultimaker/Cura)
|
|
||||||
> - [DevOps Engineer Community Software](https://www.linkedin.com/jobs/view/3516542580) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
|
|
||||||
> - [QA / Test Engineer Cura (3D printing)](https://www.linkedin.com/jobs/view/3516538895) for [Cura](https://github.com/Ultimaker/Cura) and [Thingiverse](https://www.thingiverse.com/)
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div align = center>
|
<div align = center>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2021 Ultimaker B.V.
|
# Copyright (c) 2023 Ultimaker B.V.
|
||||||
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
# Modification 06.09.2020
|
# Modification 06.09.2020
|
||||||
@ -199,7 +199,7 @@ class FilamentChange(Script):
|
|||||||
if enable_before_macro:
|
if enable_before_macro:
|
||||||
color_change = color_change + before_macro + "\n"
|
color_change = color_change + before_macro + "\n"
|
||||||
|
|
||||||
color_change = color_change + "M600\n"
|
color_change = color_change + "M600"
|
||||||
|
|
||||||
if not firmware_config:
|
if not firmware_config:
|
||||||
if initial_retract is not None and initial_retract > 0.:
|
if initial_retract is not None and initial_retract > 0.:
|
||||||
@ -220,6 +220,8 @@ class FilamentChange(Script):
|
|||||||
if z_pos is not None and z_pos > 0.:
|
if z_pos is not None and z_pos > 0.:
|
||||||
color_change = color_change + (" Z%.2f" % z_pos)
|
color_change = color_change + (" Z%.2f" % z_pos)
|
||||||
|
|
||||||
|
color_change = color_change + "\n"
|
||||||
|
|
||||||
if enable_after_macro:
|
if enable_after_macro:
|
||||||
color_change = color_change + after_macro + "\n"
|
color_change = color_change + after_macro + "\n"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2023-02-16 20:28+0100\n"
|
"PO-Revision-Date: 2023-02-16 20:28+0100\n"
|
||||||
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
|
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
|
||||||
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
|
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
|
||||||
@ -3689,17 +3689,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Odstranit tiskárnu"
|
msgstr "Odstranit tiskárnu"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Tisk přes síť"
|
msgstr "Tisk přes síť"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Tisk přes síť"
|
msgstr "Tisk přes síť"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Připojeno přes síť"
|
msgstr "Připojeno přes síť"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Drucker entfernen"
|
msgstr "Drucker entfernen"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Drucken über Netzwerk"
|
msgstr "Drucken über Netzwerk"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Drücken über Netzwerk"
|
msgstr "Drücken über Netzwerk"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Über Netzwerk verbunden"
|
msgstr "Über Netzwerk verbunden"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.3\n"
|
"Project-Id-Version: Cura 5.3\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3675,17 +3675,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Eliminar impresoras"
|
msgstr "Eliminar impresoras"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimir a través de la red"
|
msgstr "Imprimir a través de la red"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprime a través de la red"
|
msgstr "Imprime a través de la red"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Conectado a través de la red"
|
msgstr "Conectado a través de la red"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
|
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
|
||||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
@ -3650,17 +3650,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Tulosta verkon kautta"
|
msgstr "Tulosta verkon kautta"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Tulosta verkon kautta"
|
msgstr "Tulosta verkon kautta"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Supprimer des imprimantes"
|
msgstr "Supprimer des imprimantes"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimer sur le réseau"
|
msgstr "Imprimer sur le réseau"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimer sur le réseau"
|
msgstr "Imprimer sur le réseau"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Connecté sur le réseau"
|
msgstr "Connecté sur le réseau"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2020-03-24 09:36+0100\n"
|
"PO-Revision-Date: 2020-03-24 09:36+0100\n"
|
||||||
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
|
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
|
||||||
"Language-Team: ATI-SZOFT\n"
|
"Language-Team: ATI-SZOFT\n"
|
||||||
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Hálózati nyomtatás"
|
msgstr "Hálózati nyomtatás"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Hálózati nyomtatás"
|
msgstr "Hálózati nyomtatás"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Csatlakozva hálózaton keresztül"
|
msgstr "Csatlakozva hálózaton keresztül"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Rimuovere le stampanti"
|
msgstr "Rimuovere le stampanti"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Stampa sulla rete"
|
msgstr "Stampa sulla rete"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Stampa sulla rete"
|
msgstr "Stampa sulla rete"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Collegato alla rete"
|
msgstr "Collegato alla rete"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3666,17 +3666,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "プリンターを取り除く"
|
msgstr "プリンターを取り除く"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "ネットワーク上のプリント"
|
msgstr "ネットワーク上のプリント"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "ネットワークのプリント"
|
msgstr "ネットワークのプリント"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "ネットワーク上で接続"
|
msgstr "ネットワーク上で接続"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3665,17 +3665,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "프린터 제거"
|
msgstr "프린터 제거"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "네트워크를 통해 프린팅"
|
msgstr "네트워크를 통해 프린팅"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "네트워크를 통해 프린팅"
|
msgstr "네트워크를 통해 프린팅"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "네트워크를 통해 연결됨"
|
msgstr "네트워크를 통해 연결됨"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Printers verwijderen"
|
msgstr "Printers verwijderen"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Printen via netwerk"
|
msgstr "Printen via netwerk"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Printen via netwerk"
|
msgstr "Printen via netwerk"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Via het netwerk verbonden"
|
msgstr "Via het netwerk verbonden"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2021-09-07 08:02+0200\n"
|
"PO-Revision-Date: 2021-09-07 08:02+0200\n"
|
||||||
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
|
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
|
||||||
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
|
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
|
||||||
@ -3667,17 +3667,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Drukuj przez sieć"
|
msgstr "Drukuj przez sieć"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Drukuj przez sieć"
|
msgstr "Drukuj przez sieć"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Połączone przez sieć"
|
msgstr "Połączone przez sieć"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.0\n"
|
"Project-Id-Version: Cura 5.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:37+0100\n"
|
"PO-Revision-Date: 2023-02-17 17:37+0100\n"
|
||||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||||
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Remover impressoras"
|
msgstr "Remover impressoras"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimir pela rede"
|
msgstr "Imprimir pela rede"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprime pela rede"
|
msgstr "Imprime pela rede"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Conectado pela rede"
|
msgstr "Conectado pela rede"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3676,17 +3676,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Remover impressoras"
|
msgstr "Remover impressoras"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimir através da rede"
|
msgstr "Imprimir através da rede"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Imprimir através da rede"
|
msgstr "Imprimir através da rede"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Ligado através da rede"
|
msgstr "Ligado através da rede"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3687,17 +3687,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Удалить принтеры"
|
msgstr "Удалить принтеры"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Печать через сеть"
|
msgstr "Печать через сеть"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Печать через сеть"
|
msgstr "Печать через сеть"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Подключен по сети"
|
msgstr "Подключен по сети"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3678,17 +3678,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "Yazıcıları kaldır"
|
msgstr "Yazıcıları kaldır"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Ağ üzerinden yazdır"
|
msgstr "Ağ üzerinden yazdır"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "Ağ üzerinden yazdır"
|
msgstr "Ağ üzerinden yazdır"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "Ağ üzerinden bağlandı"
|
msgstr "Ağ üzerinden bağlandı"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
|
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -3667,17 +3667,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "删除打印机"
|
msgstr "删除打印机"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "通过网络打印"
|
msgstr "通过网络打印"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "通过网络打印"
|
msgstr "通过网络打印"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "已通过网络连接"
|
msgstr "已通过网络连接"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cura 5.1\n"
|
"Project-Id-Version: Cura 5.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
"POT-Creation-Date: 2023-05-15 14:32+0000\n"
|
||||||
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
|
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
|
||||||
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
|
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
|
||||||
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
|
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
|
||||||
@ -3668,17 +3668,17 @@ msgctxt "@action:button"
|
|||||||
msgid "Remove printers"
|
msgid "Remove printers"
|
||||||
msgstr "移除印表機"
|
msgstr "移除印表機"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:62
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
||||||
msgctxt "@action:button Preceded by 'Ready to'."
|
msgctxt "@action:button Preceded by 'Ready to'."
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "網路連線列印"
|
msgstr "網路連線列印"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:63
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
||||||
msgctxt "@properties:tooltip"
|
msgctxt "@properties:tooltip"
|
||||||
msgid "Print over network"
|
msgid "Print over network"
|
||||||
msgstr "網路連線列印"
|
msgstr "網路連線列印"
|
||||||
|
|
||||||
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:64
|
#: plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDevice.py:65
|
||||||
msgctxt "@info:status"
|
msgctxt "@info:status"
|
||||||
msgid "Connected over the network"
|
msgid "Connected over the network"
|
||||||
msgstr "透過網路連接"
|
msgstr "透過網路連接"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2022 Ultimaker B.V.
|
// Copyright (c) 2023 UltiMaker
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.15
|
import QtQuick 2.15
|
||||||
@ -69,6 +69,8 @@ Item
|
|||||||
const initialSection = "Ultimaker B.V.";
|
const initialSection = "Ultimaker B.V.";
|
||||||
base.currentSections.add(initialSection);
|
base.currentSections.add(initialSection);
|
||||||
updateCurrentItemUponSectionChange(initialSection);
|
updateCurrentItemUponSectionChange(initialSection);
|
||||||
|
// Trigger update on base.currentSections
|
||||||
|
base.currentSections = base.currentSections;
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
@ -81,9 +81,9 @@
|
|||||||
"text_detail": [255, 255, 255, 172],
|
"text_detail": [255, 255, 255, 172],
|
||||||
"text_link": "accent_1",
|
"text_link": "accent_1",
|
||||||
"text_inactive": [118, 118, 118, 255],
|
"text_inactive": [118, 118, 118, 255],
|
||||||
"text_hover": [255, 255, 255, 204],
|
"text_hover": [255, 255, 255, 255],
|
||||||
"text_scene": [255, 255, 255, 162],
|
"text_scene": [250, 250, 250, 255],
|
||||||
"text_scene_hover": [255, 255, 255, 204],
|
"text_scene_hover": [255, 255, 255, 255],
|
||||||
|
|
||||||
"printer_type_label_background": [95, 95, 95, 255],
|
"printer_type_label_background": [95, 95, 95, 255],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user