Откат переводов (#428)
* Revert "fix: fix translation bugs (#425)" This reverts commit9d74370e* Revert "МЕГАпереводы (#418)" This reverts commit8fb2cc946d. * add: add translation for accents
This commit is contained in:
@@ -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) } не забит.
|
||||
|
||||
Reference in New Issue
Block a user