Add battery part

This commit is contained in:
MM20
2022-02-28 22:48:36 +01:00
parent c1b0c49cc2
commit 345f5eff92
4 changed files with 740 additions and 5 deletions
+6
View File
@@ -540,4 +540,10 @@
<string name="no_account_google">You haven\'t connected a Google account yet</string>
<!-- Used in info banners that indicate that an account is required to enable a certain feature -->
<string name="connect_account">Connect account</string>
<string name="battery_part_charging">Charging</string>
<plurals name="battery_part_remaining_charge_time">
<item quantity="one">Full in %1$s minute</item>
<item quantity="other">Full in %1$s minutes</item>
</plurals>
</resources>