mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Add TODOs for text to be added after string freeze
We currently have a string freeze, so we can't add these cases here. Contributes to issue CURA-2060.
This commit is contained in:
parent
9e47a87375
commit
22f0a2dabf
@ -99,8 +99,10 @@ Rectangle
|
||||
return catalog.i18nc("@label:MonitorStatus", "Lost connection with the printer");
|
||||
case "printing":
|
||||
return catalog.i18nc("@label:MonitorStatus", "Printing...");
|
||||
//TODO: Add text for case "pausing".
|
||||
case "paused":
|
||||
return catalog.i18nc("@label:MonitorStatus", "Paused");
|
||||
//TODO: Add text for case "resuming".
|
||||
case "pre_print":
|
||||
return catalog.i18nc("@label:MonitorStatus", "Preparing...");
|
||||
case "wait_cleanup":
|
||||
|
Loading…
x
Reference in New Issue
Block a user