You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text:i18n("Use an integer when using <strong>Widget Islands</strong> to avoid rendering issues! <a href=\"https://github.com/luisbocanegra/plasma-panel-colorizer/issues/64\">See #64</a>")
64
+
text:i18n("Use an integer when using <strong>Widget Islands</strong> to avoid rendering issues! See <a href=\"%1\">#64</a>.", "https://github.com/luisbocanegra/plasma-panel-colorizer/issues/64")
Copy file name to clipboardExpand all lines: package/contents/ui/components/SupportMe.qml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ColumnLayout {
14
14
}
15
15
16
16
Label {
17
-
text:i18n("If you enjoy using the plugin please consider sponsoring or donating so I can dedicate more time to maintain and improve this and <a href=\"https://github.com/luisbocanegra?tab=repositories&q=&type=source&language=&sort=stargazers\">my other projects</a>.")
17
+
text:i18n("If you enjoy using the plugin please consider sponsoring or donating so I can dedicate more time to maintain and improve this and <a href=\"%1\">my other projects</a>.", "https://github.com/luisbocanegra?tab=repositories&q=&type=source&language=&sort=stargazers")
Copy file name to clipboardExpand all lines: package/contents/ui/configAppearance.qml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ KCM.SimpleKCM {
66
66
67
67
Kirigami.InlineMessage {
68
68
Layout.fillWidth:true
69
-
text:i18n("Not getting the expected result? Make sure you're editing the correct element.<br>Custom blur not working? Try reinstalling/rebuilding the C++ plugin using the latest source, <a href=\"https://github.com/luisbocanegra/plasma-panel-colorizer#build-from-source-with-c-plugin\">see instructions</a>.")
69
+
text:i18n("Not getting the expected result? Make sure you're editing the correct element.<br>Custom blur not working? Try reinstalling/rebuilding the C++ plugin using the latest source, <a href=\"%1\">see instructions</a>.", "https://github.com/luisbocanegra/plasma-panel-colorizer#build-from-source-with-c-plugin")
text:i18n("Replace System Tray icons with icons from the current icon theme or a local file. The built-in rules icons are part of <a href=\"https://github.com/PapirusDevelopmentTeam/papirus-icon-theme\">Papirus icon theme</a>.")
113
+
text:i18n("Replace System Tray icons with icons from the current icon theme or a local file. The built-in rules icons are part of <a href=\"%1\">Papirus icon theme</a>.", "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
115
114
visible:true
116
115
type:Kirigami.MessageType.Information
117
116
spacing:0
118
117
Layout.margins:Kirigami.Units.mediumSpacing
119
118
}
120
119
Kirigami.InlineMessage {
121
120
Layout.fillWidth:true
122
-
text:i18n("C++ plugin not found, this feature will not work. Install the plugin and reboot or restart plasmashell to be able to use it <a href=\"https://github.com/luisbocanegra/plasma-panel-colorizer?tab=readme-ov-file#manually\">Install instructions</a>.")
121
+
text:i18n("C++ plugin not found, this feature will not work. Install the plugin and reboot or restart plasmashell to be able to use it <a href=\"%1\">Install instructions</a>.", "https://github.com/luisbocanegra/plasma-panel-colorizer?tab=readme-ov-file#manually")
123
122
visible:root.panelColorizer===null
124
123
type:Kirigami.MessageType.Error
125
124
spacing:0
126
125
Layout.margins:Kirigami.Units.mediumSpacing
127
126
}
128
127
Kirigami.InlineMessage {
129
128
Layout.fillWidth:true
130
-
text:i18n("The installed version of the C++ plugin doesn't support this feature, update the plugin and reboot or restart plasmashell to be able to use it <a href=\"https://github.com/luisbocanegra/plasma-panel-colorizer?tab=readme-ov-file#manually\">Install instructions</a>.")
129
+
text:i18n("The installed version of the C++ plugin doesn't support this feature, update the plugin and reboot or restart plasmashell to be able to use it <a href=\"%1\">Install instructions</a>.", "https://github.com/luisbocanegra/plasma-panel-colorizer?tab=readme-ov-file#manually")
text:"1. Enable <b>Log icon changes</b> above<br>2. Run <b>journalctl -f</b> from terminal<br>3. Hover the System tray entry or trigger an icon change<br>4. Copy any of the properties: icon SHA1/name, title or name <br>5. Add a new rule with the SHA1/icon name/title/name you choose and specify the custom icon name or file"
175
+
text:i18n("1. Enable <b>Log icon changes</b> above<br>2. Run <b>journalctl -f</b> from terminal<br>3. Hover the System tray entry or trigger an icon change<br>4. Copy any of the properties: icon SHA1/name, title or name <br>5. Add a new rule with the SHA1/icon name/title/name you choose and specify the custom icon name or file")
177
176
wrapMode:Label.WordWrap
178
177
font.features: {
179
178
"tnum":1
@@ -183,28 +182,28 @@ KCM.ScrollViewKCM {
183
182
Layout.fillWidth:true
184
183
}
185
184
Label {
186
-
text:"<b>Note</b>: There are some rules without icon as there was no matching one in Papirus, you can override those with your own icons by copying the rule to <b>User Replacements</b>"
185
+
text:i18n("<b>Note</b>: There are some rules without icon as there was no matching one in Papirus, you can override those with your own icons by copying the rule to <b>User Replacements</b>")
187
186
wrapMode:Label.WordWrap
188
187
visible:showHowToLabel.checked
189
188
Layout.margins:Kirigami.Units.mediumSpacing
190
189
Layout.fillWidth:true
191
190
}
192
191
Label {
193
-
text:"<b>Note</b>: Some applications like Signal are missing accumulated notification icons, contribution of missing icons via GitHub pull request or issue is very welcome, please do so by providing the the description + SHA1/title/name + icon-name from Papirus (panel/status icons only if no matching icon exists, otherwise it can be omitted)"
192
+
text:i18n("<b>Note</b>: Some applications like Signal are missing accumulated notification icons, contribution of missing icons via GitHub pull request or issue is very welcome, please do so by providing the the description + SHA1/title/name + icon-name from Papirus (panel/status icons only if no matching icon exists, otherwise it can be omitted)")
194
193
wrapMode:Label.WordWrap
195
194
visible:showHowToLabel.checked
196
195
Layout.margins:Kirigami.Units.mediumSpacing
197
196
Layout.fillWidth:true
198
197
}
199
198
Label {
200
-
text:"<b>Note</b>: Matching properties (especially the SHA1) may change when applications get updated, rules will need to be updated when that happens."
199
+
text:i18n("<b>Note</b>: Matching properties (especially the SHA1) may change when applications get updated, rules will need to be updated when that happens.")
201
200
wrapMode:Label.WordWrap
202
201
visible:showHowToLabel.checked
203
202
Layout.margins:Kirigami.Units.mediumSpacing
204
203
Layout.fillWidth:true
205
204
}
206
205
Label {
207
-
text:"<b>Note</b>: Plasma widgets in the system tray are not supported by this feature as widgets provide their own visual content and logic."
206
+
text:i18n("<b>Note</b>: Plasma widgets in the system tray are not supported by this feature as widgets provide their own visual content and logic.")
208
207
wrapMode:Label.WordWrap
209
208
visible:showHowToLabel.checked
210
209
Layout.margins:Kirigami.Units.mediumSpacing
@@ -407,7 +406,7 @@ KCM.ScrollViewKCM {
407
406
}
408
407
hoverEnabled:true
409
408
ToolTip.delay:Kirigami.Units.toolTipDelay
410
-
ToolTip.text:showBuiltInRules.checked?i18n("Copy to User Rules") :i18n("Copy rule")
409
+
ToolTip.text:showBuiltInRules.checked?i18n("Copy to User Rules") :i18n("Duplicate rule")
0 commit comments