diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3ce1f9..55df5a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -255,7 +255,7 @@ ### Added - Battery charging options for a number of devices - Choose one of three "charging profiles" to influence peak charge and charging time - - Choose whether to priorize charging or performance when on USB-C PD + - Choose whether to prioritize charging or performance when on USB-C PD - For now available through "Settings" => "Battery charging options" (for devices with this feature) - Tray shortcut coming soon diff --git a/src/ng-app/app/charging-settings/charging-settings.component.ts b/src/ng-app/app/charging-settings/charging-settings.component.ts index 191015b4..8102c9d2 100644 --- a/src/ng-app/app/charging-settings/charging-settings.component.ts +++ b/src/ng-app/app/charging-settings/charging-settings.component.ts @@ -102,11 +102,11 @@ export class ChargingSettingsComponent implements OnInit, OnDestroy { this.chargingProfileDescriptions.set('balanced', $localize `:@@chargingProfileBalancedDescription:Reduced charging speed and battery capacity (~90 %) for better battery lifespan.`); this.chargingProfileDescriptions.set('stationary', $localize `:@@chargingProfileStationaryDescription:Very significant reduced charging speed and battery capacity (~80 %) for best possible battery lifespan. This is recommended if you use your TUXEDO almost only stationary connected to a wall outlet.`); - this.chargingPriorityLabels.set('charge_battery', $localize `:@@chargingPriorityChargeBatteryLabel:Priorize battery charging speed`); - this.chargingPriorityLabels.set('performance', $localize `:@@chargingPriorityPerformanceLabel:Priorize performance`); + this.chargingPriorityLabels.set('charge_battery', $localize `:@@chargingPriorityChargeBatteryLabel:Prioritize battery charging speed`); + this.chargingPriorityLabels.set('performance', $localize `:@@chargingPriorityPerformanceLabel:Prioritize performance`); - this.chargingPriorityDescriptions.set('charge_battery', $localize `:@@chargingPriorityChargeBatteryDescription:Fast battery charging is priorized at the expense of system performance. Once the battery is charged, full performance is available.`); - this.chargingPriorityDescriptions.set('performance', $localize `:@@chargingPriorityPerformanceDescription:Performance is priorized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available.`); + this.chargingPriorityDescriptions.set('charge_battery', $localize `:@@chargingPriorityChargeBatteryDescription:Fast battery charging is prioritized at the expense of system performance. Once the battery is charged, full performance is available.`); + this.chargingPriorityDescriptions.set('performance', $localize `:@@chargingPriorityPerformanceDescription:Performance is prioritized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available.`); this.thresholdPresets.set(BatteryThresholdOptions.Balanced, new ThresholdPresets(60, 90)); this.thresholdPresets.set(BatteryThresholdOptions.Stationary, new ThresholdPresets(40, 80)); diff --git a/src/ng-app/assets/locale/lang.de.xlf b/src/ng-app/assets/locale/lang.de.xlf index d7c8bb30..90791ae2 100644 --- a/src/ng-app/assets/locale/lang.de.xlf +++ b/src/ng-app/assets/locale/lang.de.xlf @@ -2731,7 +2731,7 @@ Handelsregisternummer HRB 27755 - Priorize battery charging speed + Prioritize battery charging speed Akku schnell laden src/ng-app/app/charging-settings/charging-settings.component.ts @@ -2739,7 +2739,7 @@ Handelsregisternummer HRB 27755 - Priorize performance + Prioritize performance Beste Leistung src/ng-app/app/charging-settings/charging-settings.component.ts @@ -2747,7 +2747,7 @@ Handelsregisternummer HRB 27755 - Fast battery charging is priorized at the expense of system performance. Once the battery is charged, full performance is available. + Fast battery charging is prioritized at the expense of system performance. Once the battery is charged, full performance is available. Die schnelle Aufladung des Akkus hat Vorrang zulasten der Systemleistung. Sobald der Akku aufgeladen ist, steht die volle Systemleistung zur Verfügung. src/ng-app/app/charging-settings/charging-settings.component.ts @@ -2755,7 +2755,7 @@ Handelsregisternummer HRB 27755 - Performance is priorized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. + Performance is prioritized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. Die Leistung des PCs hat Vorrang vor der Aufladegeschwindigkeit. Unter hoher Last ist die Ladegeschwindigkeit zugunsten maximaler Leistung verringert; Bei geringer Last steht die volle Ladegeschwindigkeit zur Verfügung. src/ng-app/app/charging-settings/charging-settings.component.ts diff --git a/src/ng-app/assets/locale/lang.en.xlf b/src/ng-app/assets/locale/lang.en.xlf index b23e7752..3bf02428 100644 --- a/src/ng-app/assets/locale/lang.en.xlf +++ b/src/ng-app/assets/locale/lang.en.xlf @@ -2741,32 +2741,32 @@ Commercial register number - Part B of the commercial register - 27755 - Priorize battery charging speed - Priorize battery charging speed + Prioritize battery charging speed + Prioritize battery charging speed src/ng-app/app/charging-settings/charging-settings.component.ts 105 - Priorize performance - Priorize performance + Prioritize performance + Prioritize performance src/ng-app/app/charging-settings/charging-settings.component.ts 106 - Fast battery charging is priorized at the expense of system performance. Once the battery is charged, full performance is available. - Fast battery charging is priorized at the expense of system performance. Once the battery is charged, full performance is available. + Fast battery charging is prioritized at the expense of system performance. Once the battery is charged, full performance is available. + Fast battery charging is prioritized at the expense of system performance. Once the battery is charged, full performance is available. src/ng-app/app/charging-settings/charging-settings.component.ts 108 - Performance is priorized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. - Performance is priorized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. + Performance is prioritized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. + Performance is prioritized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. src/ng-app/app/charging-settings/charging-settings.component.ts 109 diff --git a/src/ng-app/assets/locale/lang.xlf b/src/ng-app/assets/locale/lang.xlf index fbeaad63..3153c3f6 100644 --- a/src/ng-app/assets/locale/lang.xlf +++ b/src/ng-app/assets/locale/lang.xlf @@ -2386,28 +2386,28 @@ Commercial register number - Part B of the commercial register - 27755 - Priorize battery charging speed + Prioritize battery charging speed src/ng-app/app/charging-settings/charging-settings.component.ts 105 - Priorize performance + Prioritize performance src/ng-app/app/charging-settings/charging-settings.component.ts 106 - Fast battery charging is priorized at the expense of system performance. Once the battery is charged, full performance is available. + Fast battery charging is prioritized at the expense of system performance. Once the battery is charged, full performance is available. src/ng-app/app/charging-settings/charging-settings.component.ts 108 - Performance is priorized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. + Performance is prioritized over battery charging speed. Under high system load charging speed is reduced for best performance. At low loads full charging speed is available. src/ng-app/app/charging-settings/charging-settings.component.ts 109