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>
93 lines
3.5 KiB
JSON
93 lines
3.5 KiB
JSON
{
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"welcome": "Wëllkomm zréck",
|
|
"overview": "Iwwersiicht",
|
|
"quick_stats": "Séier Statistiken",
|
|
"recent_activity": "Rezent Aktivitéit",
|
|
"total_products": "Produkter insgesamt",
|
|
"total_orders": "Bestellungen insgesamt",
|
|
"total_customers": "Clienten insgesamt",
|
|
"total_revenue": "Ëmsaz insgesamt",
|
|
"active_products": "Aktiv Produkter",
|
|
"pending_orders": "Aussteesend Bestellungen",
|
|
"new_customers": "Nei Clienten",
|
|
"today": "Haut",
|
|
"this_week": "Dës Woch",
|
|
"this_month": "Dëse Mount",
|
|
"this_year": "Dëst Joer",
|
|
"error_loading": "Feeler beim Lueden vum Dashboard",
|
|
"no_data": "Keng Donnéeën disponibel"
|
|
},
|
|
"settings": {
|
|
"title": "Astellungen",
|
|
"general": "Allgemeng",
|
|
"store": "Buttek",
|
|
"store_name": "Butteknumm",
|
|
"store_description": "Buttekbeschreiwung",
|
|
"contact_email": "Kontakt E-Mail",
|
|
"contact_phone": "Kontakt Telefon",
|
|
"business_address": "Geschäftsadress",
|
|
"tax_number": "Steiernummer",
|
|
"currency": "Wärung",
|
|
"timezone": "Zäitzon",
|
|
"language": "Sprooch",
|
|
"language_settings": "Sproochastellungen",
|
|
"default_language": "Standard Sprooch",
|
|
"dashboard_language": "Dashboard Sprooch",
|
|
"storefront_language": "Buttek Sprooch",
|
|
"enabled_languages": "Aktivéiert Sproochen",
|
|
"notifications": "Notifikatiounen",
|
|
"email_notifications": "E-Mail Notifikatiounen",
|
|
"integrations": "Integratiounen",
|
|
"api_keys": "API Schlësselen",
|
|
"webhooks": "Webhooks",
|
|
"save_settings": "Astellunge späicheren",
|
|
"settings_saved": "Astellungen erfollegräich gespäichert"
|
|
},
|
|
"profile": {
|
|
"title": "Profil",
|
|
"my_profile": "Mäi Profil",
|
|
"edit_profile": "Profil änneren",
|
|
"personal_info": "Perséinlech Informatiounen",
|
|
"first_name": "Virnumm",
|
|
"last_name": "Nonumm",
|
|
"email": "E-Mail",
|
|
"phone": "Telefon",
|
|
"avatar": "Avatar",
|
|
"change_avatar": "Avatar änneren",
|
|
"security": "Sécherheet",
|
|
"two_factor": "Zwee-Faktor Authentifikatioun",
|
|
"sessions": "Aktiv Sessiounen",
|
|
"preferences": "Astellungen",
|
|
"language_preference": "Sproochpräferenz",
|
|
"save_profile": "Profil späicheren",
|
|
"profile_updated": "Profil erfollegräich aktualiséiert"
|
|
},
|
|
"messages": {
|
|
"failed_to_load_dashboard_data": "Failed to load dashboard data",
|
|
"dashboard_refreshed": "Dashboard refreshed"
|
|
},
|
|
"menu": {
|
|
"dashboard": "Dashboard",
|
|
"platform_settings": "Plattform-Astellungen",
|
|
"general": "Allgemeng",
|
|
"my_menu": "Mäi Menü",
|
|
"account_settings": "Kont-Astellungen",
|
|
"profile": "Profil",
|
|
"settings": "Astellungen"
|
|
},
|
|
"permissions": {
|
|
"dashboard_view": "Dashboard kucken",
|
|
"dashboard_view_desc": "Zougang zum Dashboard an der Iwwersiicht",
|
|
"settings_view": "Astellungen kucken",
|
|
"settings_view_desc": "Buttek-Konfiguratioun kucken",
|
|
"settings_edit": "Astellungen änneren",
|
|
"settings_edit_desc": "Buttek-Konfiguratioun änneren",
|
|
"settings_theme": "Theme verwalten",
|
|
"settings_theme_desc": "Buttek-Theme an Ausgesinn upassen",
|
|
"settings_domains": "Domänen verwalten",
|
|
"settings_domains_desc": "Personaliséiert Domäne konfiguréieren"
|
|
}
|
|
}
|