feat(power): add connected devices section
This commit is contained in:
parent
97bcbc64ec
commit
40d56e6ea7
8 changed files with 293 additions and 75 deletions
|
|
@ -318,10 +318,13 @@ battery = Battery
|
|||
}
|
||||
.less-than-minute = Less than a minute
|
||||
.and = and
|
||||
.remaining-time = ({ $time } until { $action ->
|
||||
.remaining-time = { $time } until { $action ->
|
||||
[full] full
|
||||
*[other] empty
|
||||
})
|
||||
}
|
||||
|
||||
connected-devices = Connected Devices
|
||||
.unknown = Unknown device
|
||||
|
||||
power-mode = Power Mode
|
||||
.battery = Extended battery life
|
||||
|
|
|
|||
|
|
@ -308,10 +308,13 @@ battery = Batterie
|
|||
}
|
||||
.less-than-minute = Moins d'une minute
|
||||
.and = et
|
||||
.remaining-time = ({ $time } jusqu'à la { $action ->
|
||||
.remaining-time = { $time } jusqu'à la { $action ->
|
||||
[full] charge
|
||||
*[other] decharge
|
||||
} complète)
|
||||
} complète
|
||||
|
||||
connected-devices = Périphériques connectés
|
||||
.unknown = Périphériques inconnu
|
||||
|
||||
power-profiles = Modes d'énergie
|
||||
.battery = Économie d'énergie
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ power = Alimentazione e batteria
|
|||
.desc = Gestione impostazioni energetiche
|
||||
|
||||
battery = Batteria
|
||||
.remaining-time = ({ $time } rimasti)
|
||||
.remaining-time = { $time } rimasti
|
||||
|
||||
power-mode = Power Mode
|
||||
.battery = Estendi la vita della batteria
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ power = Zasilanie
|
|||
.desc = Zarządzaj ustawieniami zasilania
|
||||
|
||||
battery = Bateria
|
||||
.remaining-time = ({ $time } pozostało)
|
||||
.remaining-time = { $time } pozostało
|
||||
|
||||
power-mode = Profile Zasilania
|
||||
.performance = Tryb Wysokowydajny
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ power = Energia & Bateria
|
|||
.desc = Gere as configurações da energia
|
||||
|
||||
battery = Bateria
|
||||
.remaining-time = ({ $time } restante/s)
|
||||
.remaining-time = { $time } restante/s
|
||||
|
||||
power-mode = Modo de Energia
|
||||
.battery = Expande a vida da bateria
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue