mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n: Large refactor of all translations keys to prepare the move to our new translation web platform.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user