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>
94 lines
3.7 KiB
JSON
94 lines
3.7 KiB
JSON
{
|
|
"products": {
|
|
"title": "Produkter",
|
|
"product": "Produkt",
|
|
"add_product": "Produkt derbäisetzen",
|
|
"edit_product": "Produkt änneren",
|
|
"delete_product": "Produkt läschen",
|
|
"product_name": "Produktnumm",
|
|
"product_code": "Produktcode",
|
|
"sku": "SKU",
|
|
"price": "Präis",
|
|
"sale_price": "Verkafspräis",
|
|
"cost": "Käschten",
|
|
"stock": "Lager",
|
|
"in_stock": "Op Lager",
|
|
"out_of_stock": "Net op Lager",
|
|
"low_stock": "Niddregen Stock",
|
|
"availability": "Disponibilitéit",
|
|
"available": "Disponibel",
|
|
"unavailable": "Net disponibel",
|
|
"brand": "Mark",
|
|
"category": "Kategorie",
|
|
"categories": "Kategorien",
|
|
"image": "Bild",
|
|
"images": "Biller",
|
|
"main_image": "Haaptbild",
|
|
"gallery": "Galerie",
|
|
"weight": "Gewiicht",
|
|
"dimensions": "Dimensiounen",
|
|
"color": "Faarf",
|
|
"size": "Gréisst",
|
|
"material": "Material",
|
|
"condition": "Zoustand",
|
|
"new": "Nei",
|
|
"used": "Gebraucht",
|
|
"refurbished": "Iwwerholl",
|
|
"no_products": "Keng Produkter fonnt",
|
|
"search_products": "Produkter sichen...",
|
|
"filter_by_category": "No Kategorie filteren",
|
|
"filter_by_status": "No Status filteren",
|
|
"sort_by": "Sortéieren no",
|
|
"sort_newest": "Neisten",
|
|
"sort_oldest": "Eelsten",
|
|
"sort_price_low": "Präis: Niddreg op Héich",
|
|
"sort_price_high": "Präis: Héich op Niddreg",
|
|
"sort_name_az": "Numm: A-Z",
|
|
"sort_name_za": "Numm: Z-A"
|
|
},
|
|
"messages": {
|
|
"product_deleted_successfully": "Product deleted successfully",
|
|
"please_fill_in_all_required_fields": "Please fill in all required fields",
|
|
"product_updated_successfully": "Product updated successfully",
|
|
"failed_to_load_media_library": "Failed to load media library",
|
|
"no_store_associated_with_this_product": "No store associated with this product",
|
|
"please_select_an_image_file": "Please select an image file",
|
|
"image_must_be_less_than_10mb": "Image must be less than 10MB",
|
|
"image_uploaded_successfully": "Image uploaded successfully",
|
|
"product_removed_from_store_catalog": "Product removed from store catalog.",
|
|
"please_select_a_store": "Please select a store",
|
|
"please_enter_a_product_title_english": "Please enter a product title (English)",
|
|
"product_created_successfully": "Product created successfully",
|
|
"please_select_a_store_first": "Please select a store first"
|
|
},
|
|
"features": {
|
|
"products_limit": {
|
|
"name": "Produkter",
|
|
"description": "Maximal Unzuel vu Produkter am Katalog",
|
|
"unit": "Produkter"
|
|
},
|
|
"product_import_export": {
|
|
"name": "Import/Export",
|
|
"description": "Mass-Import an -Export vu Produkter"
|
|
}
|
|
},
|
|
"menu": {
|
|
"products_inventory": "Produkter & Inventar",
|
|
"all_products": "All Produkter"
|
|
},
|
|
"permissions": {
|
|
"products_view": "Produiten kucken",
|
|
"products_view_desc": "Produitkatalog kucken",
|
|
"products_create": "Produiten erstellen",
|
|
"products_create_desc": "Nei Produiten an de Katalog derbäisetzen",
|
|
"products_edit": "Produiten änneren",
|
|
"products_edit_desc": "Bestoend Produitdetailer änneren",
|
|
"products_delete": "Produiten läschen",
|
|
"products_delete_desc": "Produiten aus dem Katalog ewechhuelen",
|
|
"products_import": "Produiten importéieren",
|
|
"products_import_desc": "Massenimport vu Produiten",
|
|
"products_export": "Produiten exportéieren",
|
|
"products_export_desc": "Produitdaten exportéieren"
|
|
}
|
|
}
|