i18n: even more things appeared

This commit is contained in:
Ly-sec
2025-09-24 15:31:11 +02:00
parent 24cb5823ee
commit 5de4330199
25 changed files with 402 additions and 298 deletions
@@ -216,7 +216,7 @@ NPanel {
// Summary
NText {
text: model.summary || "No summary"
text: model.summary || I18n.tr("general.no-summary")
font.pointSize: Style.fontSizeM * scaling
font.weight: Font.Medium
color: Color.mOnSurface