Power switchable refactor (#20419)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-10-25 13:57:23 +01:00
committed by GitHub
parent 9025ccaa9d
commit b6a8f5e780
11 changed files with 332 additions and 230 deletions

View File

@@ -22,19 +22,16 @@ portable-generator-ui-clogged = Contaminants detected in fuel tank!
portable-generator-ui-eject = Eject
portable-generator-ui-eta = (~{ $minutes } min)
portable-generator-ui-unanchored = Unanchored
portable-generator-ui-current-output = Current output: {$voltage}
power-switchable-generator-examine = The power output is set to { $output ->
[HV] [color=orange]HV[/color]
*[MV] [color=yellow]MV[/color]
}.
power-switchable-generator-examine = The power output is set to {$voltage}.
power-switchable-generator-switched = Switched output to {$voltage}!
portable-generator-ui-switch-hv = Current output: HV
portable-generator-ui-switch-mv = Current output: MV
power-switchable-voltage = { $voltage ->
[HV] [color=orange]HV[/color]
[MV] [color=yellow]MV[/color]
*[LV] [color=green]LV[/color]
}
power-switchable-switch-voltage = Switch to {$voltage}
portable-generator-ui-switch-to-hv = Switch to HV
portable-generator-ui-switch-to-mv = Switch to MV
power-switchable-generator-verb-hv = Switch output to HV
power-switchable-generator-verb-mv = Switch output to MV
power-switchable-generator-verb-disable-on = Turn the generator off first!
power-switchable-generator-switched-output = Output switched!
fuel-generator-verb-disable-on = Turn the generator off first!