Files
orion/app/modules/inventory/locales/de.json
Samir Boulahtit f95db7c0b1
Some checks failed
CI / ruff (push) Successful in 9s
CI / validate (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / pytest (push) Has started running
feat(roles): add admin store roles page, permission i18n, and menu integration
- Add admin store roles page with merchant→store cascading for superadmin
  and store-only selection for platform admin
- Add permission catalog API with translated labels/descriptions (en/fr/de/lb)
- Add permission translations to all 15 module locale files (60 files total)
- Add info icon tooltips for permission descriptions in role editor
- Add store roles menu item and admin menu item in module definition
- Fix store-selector.js URL construction bug when apiEndpoint has query params
- Add admin store roles API (CRUD + platform scoping)
- Add integration tests for admin store roles and permission catalog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 23:31:27 +01:00

55 lines
2.0 KiB
JSON

{
"inventory": {
"title": "Inventar",
"stock_level": "Lagerbestand",
"quantity": "Menge",
"reorder_point": "Nachbestellpunkt",
"adjust_stock": "Bestand anpassen",
"stock_in": "Wareneingang",
"stock_out": "Warenausgang",
"transfer": "Transfer",
"history": "Verlauf",
"low_stock_alert": "Warnung bei geringem Bestand",
"out_of_stock_alert": "Warnung bei Ausverkauf"
},
"messages": {
"stock_adjusted_successfully": "Stock adjusted successfully",
"quantity_set_successfully": "Quantity set successfully",
"inventory_entry_deleted": "Inventory entry deleted.",
"please_select_a_store_and_file": "Please select a store and file",
"import_completed_with_errors": "Import completed with errors"
},
"features": {
"inventory_basic": {
"name": "Basis-Inventar",
"description": "Grundlegende Lagerverwaltung"
},
"inventory_locations": {
"name": "Mehrere Standorte",
"description": "Inventar an mehreren Standorten verwalten"
},
"inventory_purchase_orders": {
"name": "Bestellungen",
"description": "Bestellungen erstellen und verwalten"
},
"low_stock_alerts": {
"name": "Niedrigbestandswarnungen",
"description": "Automatische Benachrichtigungen bei niedrigem Lagerbestand"
}
},
"menu": {
"store_operations": "Shop-Betrieb",
"products_inventory": "Produkte & Inventar",
"products": "Produkte",
"inventory": "Inventar"
},
"permissions": {
"stock_view": "Inventar anzeigen",
"stock_view_desc": "Bestände und Inventardaten anzeigen",
"stock_edit": "Inventar bearbeiten",
"stock_edit_desc": "Bestände und Mengen anpassen",
"stock_transfer": "Bestand transferieren",
"stock_transfer_desc": "Bestand zwischen Standorten transferieren"
}
}