- Add server-side translation for menu labels using user's preferred_language - Replace hardcoded sidebar template with dynamic rendering from menu API - Remove hardcoded section/page mappings in favor of menu discovery - Fix locale file structure (move menu keys to top level to avoid double-nesting) - Sidebar now fully driven by /admin/menu-config/render/admin API endpoint Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"menu": {
|
|
"marketplace": "Marchéplaz",
|
|
"letzshop": "Letzshop",
|
|
"products_inventory": "Produkter & Inventar",
|
|
"marketplace_import": "Marchéplaz Import",
|
|
"sales_orders": "Verkaf & Bestellungen",
|
|
"letzshop_orders": "Letzshop Bestellungen"
|
|
},
|
|
"marketplace": {
|
|
"title": "Marchéplaz",
|
|
"import": "Import",
|
|
"export": "Export",
|
|
"sync": "Synchroniséieren",
|
|
"source": "Quell",
|
|
"source_url": "Quell URL",
|
|
"import_products": "Produkter importéieren",
|
|
"start_import": "Import starten",
|
|
"importing": "Importéieren...",
|
|
"import_complete": "Import fäerdeg",
|
|
"import_failed": "Import feelgeschloen",
|
|
"import_history": "Importgeschicht",
|
|
"job_id": "Job ID",
|
|
"started_at": "Ugefaang um",
|
|
"completed_at": "Fäerdeg um",
|
|
"duration": "Dauer",
|
|
"imported_count": "Importéiert",
|
|
"error_count": "Feeler",
|
|
"total_processed": "Total veraarbecht",
|
|
"progress": "Fortschrëtt",
|
|
"no_import_jobs": "Nach keng Import Jobs",
|
|
"start_first_import": "Start Ären éischten Import mat der Form uewendriwwer"
|
|
},
|
|
"letzshop": {
|
|
"title": "Letzshop Integratioun",
|
|
"connection": "Verbindung",
|
|
"credentials": "Umeldungsdaten",
|
|
"api_key": "API Schlëssel",
|
|
"api_endpoint": "API Endpunkt",
|
|
"auto_sync": "Automatesch Sync",
|
|
"sync_interval": "Sync Intervall",
|
|
"every_hour": "All Stonn",
|
|
"every_day": "All Dag",
|
|
"test_connection": "Verbindung testen",
|
|
"save_credentials": "Umeldungsdaten späicheren",
|
|
"connection_success": "Verbindung erfollegräich",
|
|
"connection_failed": "Verbindung feelgeschloen",
|
|
"last_sync": "Läschte Sync",
|
|
"sync_status": "Sync Status",
|
|
"import_orders": "Bestellungen importéieren",
|
|
"export_products": "Produkter exportéieren",
|
|
"no_credentials": "Konfiguréiert Ären API Schlëssel an den Astellungen fir unzefänken",
|
|
"carriers": {
|
|
"dhl": "DHL",
|
|
"ups": "UPS",
|
|
"fedex": "FedEx",
|
|
"dpd": "DPD",
|
|
"gls": "GLS",
|
|
"post_luxembourg": "Post Lëtzebuerg",
|
|
"other": "Anerer"
|
|
}
|
|
},
|
|
"messages": {
|
|
"no_error_details_available": "No error details available",
|
|
"failed_to_load_error_details": "Failed to load error details",
|
|
"copied_to_clipboard": "Copied to clipboard",
|
|
"failed_to_copy_to_clipboard": "Failed to copy to clipboard"
|
|
}
|
|
}
|