mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 00:27:50 +03:00
* refactor-locale+translation
* more
* and fucking more
* conflict-resolve
* Revert "conflict-resolve"
This reverts commit f8a58ed640.
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
### 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
|
||
|
||
# Stack status control
|
||
comp-stack-status = Количество: [color=white]{ $count }[/color]
|
||
|
||
### Interaction Messages
|
||
|
||
# Shown when attempting to add to a stack that is full
|
||
### Interaction Messages
|
||
|
||
# Shown when attempting to add to a stack that is full
|
||
comp-stack-already-full = Стопка уже заполнена.
|
||
# Shown when a stack becomes full
|
||
# Shown when a stack becomes full
|
||
comp-stack-becomes-full = Стопка теперь заполнена.
|
||
# Text related to splitting a stack
|
||
# Text related to splitting a stack
|
||
comp-stack-split = Вы разделили стопку.
|
||
comp-stack-split-halve = Разделить пополам
|
||
comp-stack-split-too-small = Стопка слишком мала для разделения.
|