Фикс the стакан пива (#178)
* fix: fix "the" in russian locale * missing file
This commit is contained in:
@@ -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) } не забит.
|
||||
|
||||
Reference in New Issue
Block a user