forked from NG-SD-Plugins/PowerTools
Make Stanto happy #152
This commit is contained in:
parent
83983a111d
commit
2b3fb4ac9a
4 changed files with 18 additions and 2 deletions
|
@ -85,7 +85,7 @@ export class Battery extends Component<backend.IdcProps> {
|
|||
}}
|
||||
/>
|
||||
{ get_value(CHARGE_RATE_BATT) != null && <SliderField
|
||||
label={tr("Maximum (mA)")}
|
||||
label={tr("Maximum (%)")}
|
||||
value={get_value(CHARGE_RATE_BATT)}
|
||||
max={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.max}
|
||||
min={(get_value(LIMITS_INFO) as backend.SettingsLimits).battery.charge_current!.min}
|
||||
|
|
BIN
translations/en-US.mo
Normal file
BIN
translations/en-US.mo
Normal file
Binary file not shown.
16
translations/en-US.po
Normal file
16
translations/en-US.po
Normal file
|
@ -0,0 +1,16 @@
|
|||
# TEMPLATE TITLE.
|
||||
# Copyright (C) 2024 NGnius
|
||||
# This file is distributed under the same license as the PowerTools package.
|
||||
# NGnius (Graham) <ngniusness@gmail.com>, 2024.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: v1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://git.ngni.us/NG-SD-Plugins/PowerTools/PowerTools/issues\n"
|
||||
"POT-Creation-Date: 2023-01-09 19:52-0500\n"
|
||||
"PO-Revision-Date: 2024-05-07 18:42-0500\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en-US\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: v1.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/NGnius/PowerTools/issues\n"
|
||||
"Report-Msgid-Bugs-To: https://git.ngni.us/NG-SD-Plugins/PowerTools/issues\n"
|
||||
"POT-Creation-Date: 2023-01-09 19:52-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
|
|
Loading…
Reference in a new issue