Some checks failed
- 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>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"title": "Shopping Cart",
|
|
"description": "Shopping cart management for customers",
|
|
"cart": {
|
|
"title": "Your Cart",
|
|
"empty": "Your cart is empty",
|
|
"empty_subtitle": "Add items to start shopping",
|
|
"continue_shopping": "Continue Shopping",
|
|
"proceed_to_checkout": "Proceed to Checkout"
|
|
},
|
|
"item": {
|
|
"product": "Product",
|
|
"quantity": "Quantity",
|
|
"price": "Price",
|
|
"total": "Total",
|
|
"remove": "Remove",
|
|
"update": "Update"
|
|
},
|
|
"summary": {
|
|
"title": "Order Summary",
|
|
"subtotal": "Subtotal",
|
|
"shipping": "Shipping",
|
|
"estimated_shipping": "Calculated at checkout",
|
|
"tax": "Tax",
|
|
"total": "Total"
|
|
},
|
|
"validation": {
|
|
"invalid_quantity": "Invalid quantity",
|
|
"min_quantity": "Minimum quantity is {min}",
|
|
"max_quantity": "Maximum quantity is {max}",
|
|
"insufficient_inventory": "Only {available} available"
|
|
},
|
|
"permissions": {
|
|
"view": "View Carts",
|
|
"view_desc": "View customer shopping carts",
|
|
"manage": "Manage Carts",
|
|
"manage_desc": "Modify and manage customer carts"
|
|
},
|
|
"messages": {
|
|
"item_added": "Item added to cart",
|
|
"item_updated": "Cart updated",
|
|
"item_removed": "Item removed from cart",
|
|
"cart_cleared": "Cart cleared",
|
|
"product_not_available": "Product not available",
|
|
"error_adding": "Error adding item to cart",
|
|
"error_updating": "Error updating cart"
|
|
}
|
|
}
|