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>
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"analytics": {
|
|
"page_title": "Analysen",
|
|
"dashboard_title": "Analyse-Dashboard",
|
|
"dashboard_subtitle": "Sehen Sie Ihre Shop-Leistungskennzahlen und Einblicke",
|
|
"period_7d": "Letzte 7 Tage",
|
|
"period_30d": "Letzte 30 Tage",
|
|
"period_90d": "Letzte 90 Tage",
|
|
"period_1y": "Letztes Jahr",
|
|
"imports_count": "Importe",
|
|
"products_added": "Hinzugefügte Produkte",
|
|
"inventory_locations": "Lagerstandorte",
|
|
"data_since": "Daten seit",
|
|
"loading": "Analysen werden geladen...",
|
|
"error_loading": "Analysedaten konnten nicht geladen werden"
|
|
},
|
|
"menu": {
|
|
"analytics": "Analytik"
|
|
},
|
|
"permissions": {
|
|
"view": "Analytik anzeigen",
|
|
"view_desc": "Zugriff auf Analytik-Dashboards und Berichte",
|
|
"export": "Analytik exportieren",
|
|
"export_desc": "Analytikdaten und Berichte exportieren",
|
|
"manage_dashboards": "Dashboards verwalten",
|
|
"manage_dashboards_desc": "Analytik-Dashboards erstellen und konfigurieren"
|
|
}
|
|
}
|