refactor(orders): rename OrdersReceived to ReceivedOrders; add warehouse module label

Renames the received-orders page for naming consistency, updates the Orders tab
import and the issued-order create button label, and adds the Sklad module
label to role management.
This commit is contained in:
BOHA
2026-06-09 21:20:50 +02:00
parent d445384408
commit cb82349c86
3 changed files with 3 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ const MODULE_LABELS: Record<string, string> = {
orders: "Objednávky",
projects: "Projekty",
invoices: "Faktury",
warehouse: "Sklad",
customers: "Zákazníci",
users: "Uživatelé",
settings: "Nastavení",