diff --git a/application/qml/pages/SettingsPage.qml b/application/qml/pages/SettingsPage.qml index 040f479..7e71107 100644 --- a/application/qml/pages/SettingsPage.qml +++ b/application/qml/pages/SettingsPage.qml @@ -374,7 +374,7 @@ Page { color: Theme.highlightColor } Label { - text: qsTr("Display visual and audible notifications about battery health, when the battery temperature is below or above safe values.") + text: qsTr("Display visual and audible notifications about battery health, when the battery status exceeds safe values.
This usually means high temperature but can be affected by other factors depending on the hardware.") anchors { left: parent.left right: parent.right @@ -386,15 +386,15 @@ Page { wrapMode: Text.Wrap } - SectionHeader { text: qsTr("Battery health notification") } + SectionHeader { text: qsTr("Health notification") } ComboBox { id: healthSelector width: parent.width - label: qsTr("Warn on Health status" + ":") + label: qsTr("Notify on Health status" + ":") currentIndex: settings.healthAlert menu: ContextMenu { - MenuItem { text: qsTr("None") } + MenuItem { text: qsTr("Never") } MenuItem { text: qsTr("Warning") } MenuItem { text: qsTr("Critical") } } @@ -404,7 +404,7 @@ Page { } } - SectionHeader { text: qsTr("Battery health warning interval") } + SectionHeader { text: qsTr("Health notification interval") } MySlider { id: healthIntervalSlider diff --git a/application/translations/harbour-batterybuddy-de_DE.ts b/application/translations/harbour-batterybuddy-de_DE.ts index 0bb3030..758b046 100644 --- a/application/translations/harbour-batterybuddy-de_DE.ts +++ b/application/translations/harbour-batterybuddy-de_DE.ts @@ -395,19 +395,19 @@ Display visual and audible notifications about battery health, when the battery temperature is below or above safe values. - Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald die Temperatur über gewissen Schwellwerten liegt. + Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald die Temperatur über gewissen Schwellwerten liegt. Battery health notification - Zustandsbenachrichtigung + Zustandsbenachrichtigung Warn on Health status: - Benachrichtigung bei Zustand: + Benachrichtigung bei Zustand: None - Keine + Keine Warning @@ -419,6 +419,22 @@ Battery health warning interval + Zustandsbenachrichtigungsintervall + + + Display visual and audible notifications about battery health, when the battery status exceeds safe values.<br />This usually means high temperature but can be affected by other factors depending on the hardware. + Visuelle und akustische Benachrichtigungen zum Batteriezustand anzeigen, sobald gewisse Schwellwerte erreicht werden.<br />Das betrifft meist die Temperatur, kann aber je nach Hardware auch andere Faktoren beinhalten. + + + Health notification + Zustandsbenachrichtigung + + + Notify on Health status: + Benachrichtigung zum Zustand: + + + Health notification interval Zustandsbenachrichtigungsintervall