translate (#57)

This commit is contained in:
HitPanda
2023-05-15 23:05:10 +03:00
committed by Aviu00
parent abe94a23f2
commit 25dc8d33b3
155 changed files with 1112 additions and 408 deletions

View File

@@ -0,0 +1,11 @@
limited-charges-charges-remaining =
{ $charges ->
[one] Оно имеет [color=fuchsia]{ $charges }[/color] оставшийся заряд.
*[other] Оно имеет [color=fuchsia]{ $charges }[/color] оставшихся зарядов.
}
limited-charges-max-charges = Оно на [color=green]максимуме[/color] зарядов.
limited-charges-recharging =
{ $seconds ->
[one] Осталось [color=yellow]{ $seconds }[/color] секунда до получения заряда.
*[other] Осталось [color=yellow]{ $seconds }[/color] секунд до получения заряда.
}