Fix stuff

This commit is contained in:
Aviu00
2024-01-26 14:52:14 +03:00
parent f807a5cef0
commit cf8213e6ef
4 changed files with 80 additions and 2 deletions

View File

@@ -5,5 +5,9 @@ lathe-menu-sync = Синхр.
lathe-menu-search-designs = Поиск проектов
lathe-menu-search-filter = Фильтр
lathe-menu-amount = Кол-во:
lathe-menu-material-display = { $material } { $amount } см³
lathe-menu-material-display = { $material } ({ $amount })
lathe-menu-no-materials-message = Материалы не загружены
lathe-menu-material-amount = { $amount ->
[1] {NATURALFIXED($amount, 2)} {$unit}
*[other] {NATURALFIXED($amount, 2)} {$unit}
}