* Revert "fix: fix translation bugs (#425)" This reverts commit9d74370e* Revert "МЕГАпереводы (#418)" This reverts commit8fb2cc946d. * add: add translation for accents
12 lines
657 B
Plaintext
12 lines
657 B
Plaintext
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] секунд до получения заряда.
|
|
}
|