mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-28 07:23:14 +08:00
Merge pull request #3342 from probonopd/patch-4
Add AppImageKit to credits
This commit is contained in:
commit
3e7d7c4167
@ -3598,6 +3598,11 @@ msgctxt "@label"
|
||||
msgid "SVG icons"
|
||||
msgstr ""
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:139
|
||||
msgctxt "@label"
|
||||
msgid "Linux cross-distribution application deployment"
|
||||
msgstr ""
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/Settings/SettingView.qml:41
|
||||
msgctxt "@label"
|
||||
msgid "Profile:"
|
||||
|
@ -3485,6 +3485,11 @@ msgctxt "@label"
|
||||
msgid "SVG icons"
|
||||
msgstr "SVG-Symbole"
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/AboutDialog.qml:139
|
||||
msgctxt "@label"
|
||||
msgid "Linux cross-distribution application deployment"
|
||||
msgstr "Distributionsunabhängiges Format für Linux-Anwendungen"
|
||||
|
||||
#: /home/ruben/Projects/Cura/resources/qml/Settings/SettingView.qml:41
|
||||
msgctxt "@label"
|
||||
msgid "Profile:"
|
||||
|
@ -136,6 +136,7 @@ UM.Dialog
|
||||
|
||||
projectsModel.append({ name:"Noto Sans", description: catalog.i18nc("@label", "Font"), license: "Apache 2.0", url: "https://www.google.com/get/noto/" });
|
||||
projectsModel.append({ name:"Font-Awesome-SVG-PNG", description: catalog.i18nc("@label", "SVG icons"), license: "SIL OFL 1.1", url: "https://github.com/encharm/Font-Awesome-SVG-PNG" });
|
||||
projectsModel.append({ name:"AppImageKit", description: catalog.i18nc("@label", "Linux cross-distribution application deployment"), license: "MIT", url: "https://github.com/AppImage/AppImageKit" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user