Revert "Update battery charge rate to % #156"
This reverts commit dc014ca1c7
.
This commit is contained in:
parent
d7489d5d04
commit
83983a111d
8 changed files with 15 additions and 15 deletions
|
@ -85,7 +85,7 @@ export class Battery extends Component<backend.IdcProps> {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{ get_value(CHARGE_RATE_BATT) != null && <SliderField
|
{ get_value(CHARGE_RATE_BATT) != null && <SliderField
|
||||||
label={tr("Maximum (%)")}
|
label={tr("Maximum (mA)")}
|
||||||
value={get_value(CHARGE_RATE_BATT)}
|
value={get_value(CHARGE_RATE_BATT)}
|
||||||
max={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.max}
|
max={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.max}
|
||||||
min={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.min}
|
min={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.min}
|
||||||
|
|
|
@ -73,8 +73,8 @@ msgstr "Control de carga de la batería mientras está encendido"
|
||||||
|
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "Máximo (%)"
|
msgstr "Máximo (mA)"
|
||||||
|
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
|
|
|
@ -92,8 +92,8 @@ msgstr "Contrôler le taux de charge quand actif"
|
||||||
|
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "Maximum (%)"
|
msgstr "Maximum (mA)"
|
||||||
|
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
|
|
|
@ -76,8 +76,8 @@ msgstr "Controlla la velocità di ricarica quando il Deck è attivo"
|
||||||
|
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "Massimo (%)"
|
msgstr "Massimo (mA)"
|
||||||
|
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
|
|
|
@ -81,8 +81,8 @@ msgstr "Контролируйте уровень тока заряда бата
|
||||||
|
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "Максимум (%)"
|
msgstr "Максимум (mA)"
|
||||||
|
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
|
|
|
@ -81,8 +81,8 @@ msgstr "Контролюйте рівень струму заряджання б
|
||||||
|
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "Максимум (%)"
|
msgstr "Максимум (mA)"
|
||||||
|
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
|
|
|
@ -67,8 +67,8 @@ msgstr "控制电池充电效率"
|
||||||
|
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "最大 (%)"
|
msgstr "最大 (mA)"
|
||||||
|
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
|
|
|
@ -68,8 +68,8 @@ msgstr "控制電池充電效率"
|
||||||
|
|
||||||
#: components/battery.tsx:74
|
#: components/battery.tsx:74
|
||||||
# (Battery maximum input current with unit)
|
# (Battery maximum input current with unit)
|
||||||
msgid "Maximum (%)"
|
msgid "Maximum (mA)"
|
||||||
msgstr "最大 (%)"
|
msgstr "最大 (mA)"
|
||||||
|
|
||||||
#: components/battery.tsx:97,115
|
#: components/battery.tsx:97,115
|
||||||
# (Battery charge mode override toggle)
|
# (Battery charge mode override toggle)
|
||||||
|
|
Loading…
Reference in a new issue