new logo + localization pack (до speech) (#5)

* new logo + localization pack (до speech)

* template rsi

* fix meta
This commit is contained in:
Ed
2024-03-30 01:17:43 +03:00
committed by GitHub
parent 0646bf1c72
commit 17184ef1dd
60 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
### UI
# Shown when a stack is examined in details range
comp-stack-examine-detail-count =
В стопке [color={ $markupCountColor }]{ $count }[/color] { $count ->
[one] предмет
[few] предмета
*[other] предметов
}.
# Stack status control
comp-stack-status = Количество: [color=white]{ $count }[/color]
### Interaction Messages
# Shown when attempting to add to a stack that is full
comp-stack-already-full = Стопка уже заполнена.
# Shown when a stack becomes full
comp-stack-becomes-full = Стопка теперь заполнена.
# Text related to splitting a stack
comp-stack-split = Вы разделили стопку.
comp-stack-split-halve = Разделить пополам
comp-stack-split-too-small = Стопка слишком мала для разделения.