|
@@ -8,7 +8,9 @@ catalog = i18nCatalog("cura")
|
|
|
|
|
|
intent_translations = collections.OrderedDict() # type: collections.OrderedDict[str, Dict[str, Optional[str]]]
|
|
|
intent_translations["default"] = {
|
|
|
- "name": catalog.i18nc("@label", "Balanced")
|
|
|
+ "name": catalog.i18nc("@label", "Balanced"),
|
|
|
+ "description": catalog.i18nc("@text",
|
|
|
+ "The balanced profile, is designed to strike a balance between productivity, surface quality, mechanical properties and dimensional accuracy.")
|
|
|
}
|
|
|
intent_translations["visual"] = {
|
|
|
"name": catalog.i18nc("@label", "Visual"),
|