fix(power): alignment of remaining battery
This commit is contained in:
parent
090efbfad7
commit
97bcbc64ec
6 changed files with 121 additions and 35 deletions
|
|
@ -156,8 +156,8 @@ panel-style = Style
|
|||
.background-opacity = Background opacity
|
||||
|
||||
panel-applets = Configuration
|
||||
.dock-desc = Configure dock applets.
|
||||
.desc = Configure panel applets.
|
||||
.dock-desc = Configure dock applets
|
||||
.desc = Configure panel applets
|
||||
|
||||
panel-missing = Panel Configuration is Missing
|
||||
.desc = The panel configuration file is missing due to use of a custom configuration or it is corrupted.
|
||||
|
|
@ -304,7 +304,24 @@ power = Power & Battery
|
|||
.desc = Manage power settings
|
||||
|
||||
battery = Battery
|
||||
.remaining-time = ({ $time } left)
|
||||
.minute = { $value } { $value ->
|
||||
[one] minute
|
||||
*[other] minutes
|
||||
}
|
||||
.hour = { $value } { $value ->
|
||||
[one] hour
|
||||
*[other] hours
|
||||
}
|
||||
.day = { $value } { $value ->
|
||||
[one] day
|
||||
*[other] days
|
||||
}
|
||||
.less-than-minute = Less than a minute
|
||||
.and = and
|
||||
.remaining-time = ({ $time } until { $action ->
|
||||
[full] full
|
||||
*[other] empty
|
||||
})
|
||||
|
||||
power-mode = Power Mode
|
||||
.battery = Extended battery life
|
||||
|
|
|
|||
|
|
@ -156,8 +156,8 @@ panel-style = Style
|
|||
.background-opacity = Opacité de l'arrière-plan
|
||||
|
||||
panel-applets = Configuration
|
||||
.dock-desc = Configuration des applets du dock.
|
||||
.desc = Configuration des applets du panneau.
|
||||
.dock-desc = Configuration des applets du dock
|
||||
.desc = Configuration des applets du panneau
|
||||
|
||||
panel-missing = La configuration du panneau est manquante
|
||||
.desc = Le fichier de configuration du panneau est manquant à cause d'une configuration personnalisée ou il est corrompu.
|
||||
|
|
@ -294,7 +294,24 @@ power = Énergie
|
|||
.desc = Gérer les paramètres d'alimentation
|
||||
|
||||
battery = Batterie
|
||||
.remaining-time = ({ $time } restant)
|
||||
.minute = { $value } { $value ->
|
||||
[one] minute
|
||||
*[other] minutes
|
||||
}
|
||||
.hour = { $value } { $value ->
|
||||
[one] heure
|
||||
*[other] heures
|
||||
}
|
||||
.day = { $value } { $value ->
|
||||
[one] jour
|
||||
*[other] jours
|
||||
}
|
||||
.less-than-minute = Moins d'une minute
|
||||
.and = et
|
||||
.remaining-time = ({ $time } jusqu'à la { $action ->
|
||||
[full] charge
|
||||
*[other] decharge
|
||||
} complète)
|
||||
|
||||
power-profiles = Modes d'énergie
|
||||
.battery = Économie d'énergie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue