i18n: Large refactor of all translations keys to prepare the move to our new translation web platform.

This commit is contained in:
Lemmy
2026-01-05 22:03:09 -05:00
parent f3b9472d8b
commit 138e5a50af
207 changed files with 20575 additions and 41077 deletions
+3 -3
View File
@@ -182,8 +182,8 @@ NBox {
model: availableWidgets ?? null
label: ""
description: ""
placeholder: I18n.tr("bar.widget-settings.section-editor.placeholder")
searchPlaceholder: I18n.tr("bar.widget-settings.section-editor.search-placeholder")
placeholder: I18n.tr("bar.section-editor.placeholder")
searchPlaceholder: I18n.tr("bar.section-editor.search-placeholder")
onSelected: key => comboBox.currentKey = key
popupHeight: 300 * Style.uiScaleRatio
minimumWidth: 200 * Style.uiScaleRatio
@@ -408,7 +408,7 @@ NBox {
active: root.widgetHasSettings(modelData.id)
sourceComponent: NIconButton {
icon: "settings"
tooltipText: I18n.tr("tooltips.widget-settings")
tooltipText: I18n.tr("actions.widget-settings")
baseSize: miniButtonSize
colorBorder: Qt.alpha(Color.mOutline, Style.opacityLight)
colorBg: Color.mOnSurface