Some checks failed
Main Confidence / confidence (push) Failing after 56s
## Summary - add the localization v1 foundation with request-time locale resolution and workspace or user preference handling - localize the first-wave platform surfaces for auth, shell, dashboards, findings, baseline compare, and review workspace chrome - add Pest coverage for locale resolution, preference flows, fallback behavior, notifications, and governance surface localization ## Scope - active spec: specs/252-platform-localization-v1 - target branch: dev ## Notes - machine-readable artifacts remain invariant and are not localized in this slice - the branch includes the related spec kit artifacts for the feature Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #293
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'drift' => [
|
|
'rbac_role_definition' => 'Intune-RBAC-Rollendefinitions-Drift',
|
|
],
|
|
'subject_types' => [
|
|
'policy' => 'Policy',
|
|
'intuneRoleDefinition' => 'Intune-RBAC-Rollendefinition',
|
|
],
|
|
'rbac' => [
|
|
'detail_heading' => 'Intune-RBAC-Rollendefinitions-Drift',
|
|
'detail_subheading' => 'Rollenzuweisungen sind nicht enthalten. RBAC-Restore wird nicht unterstützt.',
|
|
'metadata_only' => 'Nur Metadaten geändert',
|
|
'permission_change' => 'Berechtigung geändert',
|
|
'missing' => 'Im aktuellen Tenant fehlend',
|
|
'unexpected' => 'Unerwartet im aktuellen Tenant',
|
|
'changed_fields' => 'Geänderte Felder',
|
|
'baseline' => 'Baseline',
|
|
'current' => 'Aktuell',
|
|
'absent' => 'Nicht vorhanden',
|
|
'role_source' => 'Rollenquelle',
|
|
'permission_blocks' => 'Berechtigungsblöcke',
|
|
'built_in' => 'Integriert',
|
|
'custom' => 'Benutzerdefiniert',
|
|
'assignments_excluded' => 'Rollenzuweisungen sind in diesem Baseline-Compare-Release nicht enthalten.',
|
|
'restore_unsupported' => 'RBAC-Restore wird in diesem Release nicht unterstützt.',
|
|
],
|
|
];
|