Фикс the стакан пива (#178)

* fix: fix "the" in russian locale

* missing file
This commit is contained in:
ThereDrD0
2024-03-06 21:06:28 +03:00
committed by GitHub
parent 052c5d53e6
commit ae7665fe9f
25 changed files with 58 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
drain-component-empty-verb-using-is-empty-message = { CAPITALIZE(THE($object)) } пусто!
drain-component-empty-verb-target-is-full-message = { CAPITALIZE(THE($object)) } полный!
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(THE($object)) } все еще полон.
drain-component-unclog-success = { CAPITALIZE(THE($object)) } очищается.
drain-component-unclog-notapplicable = { CAPITALIZE(THE($object)) } не забит.
drain-component-unclog-fail = { CAPITALIZE($object) } все еще полон.
drain-component-unclog-success = { CAPITALIZE($object) } очищается.
drain-component-unclog-notapplicable = { CAPITALIZE($object) } не забит.