Откат переводов (#428)

* Revert "fix: fix translation bugs (#425)"

This reverts commit 9d74370e

* Revert "МЕГАпереводы (#418)"

This reverts commit 8fb2cc946d.

* add: add translation for accents
This commit is contained in:
ThereDrD0
2024-07-07 12:35:08 +03:00
committed by GitHub
parent 0a30fb0409
commit 72a2d75590
1594 changed files with 12195 additions and 17533 deletions

View File

@@ -1,8 +1,8 @@
drain-component-empty-verb-using-is-empty-message = В { $object } пусто!
drain-component-empty-verb-target-is-full-message = Устройство { $object } переполнилось!
drain-component-empty-verb-inhand = Вылить { $object }
drain-component-examine-hint-full = [color=cyan]Заполнено до краёв. Может, вантуз поможет?[/color]
drain-component-examine-volume = [color=cyan]Доступный объём - { $volume } ед.[/color]
drain-component-unclog-fail = Устройство { $object } всё ещё переполнено.
drain-component-unclog-success = Устройство { $object } было прочищено.
drain-component-unclog-notapplicable = Это не переполнено.
drain-component-empty-verb-using-is-empty-message = { CAPITALIZE($object) } пусто!
drain-component-empty-verb-target-is-full-message = { CAPITALIZE($object) } полный!
drain-component-empty-verb-inhand = Пустой { $object }
drain-component-examine-hint-full = [color="blue"]Он наполнен до краев. Может вантуз поможет?[/color]
drain-component-examine-volume = [color="blue"]Оставшееся место - { $volume }ед.[/color]
drain-component-unclog-fail = { CAPITALIZE($object) } все еще полон.
drain-component-unclog-success = { CAPITALIZE($object) } очищается.
drain-component-unclog-notapplicable = { CAPITALIZE($object) } не забит.