Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fox
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 committed Apr 25, 2024
1 parent 720bfe6 commit be2a859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/lathe/ui/lathe-menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ lathe-menu-material-amount =
[1] { NATURALFIXED($amount, 2) } ({ $unit })
*[other] { NATURALFIXED($amount, 2) } ({ $unit })
}
lathe-menu-material-amount-missing =
{ $amount ->
[1] { NATURALFIXED($amount, 2) } { $unit } { $material } ([color=red]{ NATURALFIXED($missingAmount, 2) } { $unit } не хватает[/color])
*[other] { NATURALFIXED($amount, 2) } { $unit } { $material } ([color=red]{ NATURALFIXED($missingAmount, 2) } { $unit } не хватает[/color])
}
lathe-menu-no-materials-message = Материалы не загружены
lathe-menu-fabricating-message = Производится...
lathe-menu-materials-title = Материалы
Expand Down

0 comments on commit be2a859

Please sign in to comment.