refactor(tenants): clean up Visibility tab copy after global-appearance removal
Updates the tenant edit Visibility tab so its labels and helper text
reflect the new tenant-only appearance model. After the global appearance
settings were removed, legends like "Use default color" / "Inherit global
setting" and help texts like "applies the global system appearance" /
"uses its own default theme instead of the global setting" were wrong —
there is no global appearance to inherit from anymore. An empty tenant
field means "use the system default" (hardcoded light theme, no brand
accent, user-theme allowed).
- Info blockquote at the top rewritten.
- "Use default color" → "No brand color" / "Use system default (no brand
accent)" with updated helper text.
- Default theme placeholder "Inherit global setting" → "Use system default
(light)" + new helper text.
- User-theme policy "Inherit global setting" → "Use system default
(allowed)".
i18n: removed the now-orphaned keys ("Use default color", "Using the
default color applies the global system appearance.", "Be careful - this
resets the tenants color", "Inherit global setting", "If set, this tenant
uses its own default theme instead of the global setting."). Added the
new keys in de + en.
No behavior change — only copy. PHPStan, PHPUnit green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -425,14 +425,18 @@
|
||||
"Appearance": "Darstellung",
|
||||
"API docs": "API-Doku",
|
||||
"Can view API documentation": "Kann API-Dokumentation anzeigen",
|
||||
"Use default color": "Standardfarbe verwenden",
|
||||
"Using the default color applies the global system appearance.": "Standardfarbe verwenden heißt: Es werden die globalen Systemeinstellungen für die Darstellung genutzt.",
|
||||
"Appearance is controlled per tenant. If a field is left at the system default, the app renders in light theme without a brand accent.": "Die Darstellung wird pro Mandant gesteuert. Wenn ein Feld auf Systemstandard bleibt, rendert die App im hellen Theme ohne Markenakzent.",
|
||||
"No brand color": "Keine Markenfarbe",
|
||||
"Use system default (no brand accent)": "Systemstandard verwenden (kein Markenakzent)",
|
||||
"When enabled the tenant renders without a brand accent color.": "Wenn aktiv, rendert der Mandant ohne Markenakzent-Farbe.",
|
||||
"Use system default (light)": "Systemstandard verwenden (hell)",
|
||||
"The theme used for users in this tenant who have no personal preference.": "Das Theme für Nutzer dieses Mandanten, die keine persönliche Präferenz gesetzt haben.",
|
||||
"Use system default (allowed)": "Systemstandard verwenden (erlaubt)",
|
||||
"Inactive tenants are excluded from user access and tenant-scoped data.": "Inaktive Mandanten werden vom Benutzerzugriff und mandantenspezifischen Daten ausgeschlossen.",
|
||||
"Status & meta": "Status & Meta",
|
||||
"Audit": "Audit",
|
||||
"Overview": "Übersicht",
|
||||
"Choose color": "Farbe wählen",
|
||||
"Be careful - this resets the tenants color": "Achtung – das setzt die Primärfarbe des Mandanten zurück",
|
||||
"Code": "Code",
|
||||
"Cost center": "Kostenstelle",
|
||||
"Department code already exists": "Abteilungscode existiert bereits",
|
||||
@@ -757,10 +761,8 @@
|
||||
"Default theme is invalid": "Standard-Theme ist ungültig",
|
||||
"User theme policy is invalid": "Benutzer-Theme-Richtlinie ist ungültig",
|
||||
"Theme change is disabled for this tenant": "Theme-Wechsel ist für diesen Mandanten deaktiviert",
|
||||
"Inherit global setting": "Globale Einstellung übernehmen",
|
||||
"Force allow user theme": "Benutzer-Theme erlauben (erzwingen)",
|
||||
"Force disallow user theme": "Benutzer-Theme verbieten (erzwingen)",
|
||||
"If set, this tenant uses its own default theme instead of the global setting.": "Wenn gesetzt, verwendet dieser Mandant sein eigenes Standard-Theme statt der globalen Einstellung.",
|
||||
"Controls whether users in this tenant can choose their own theme.": "Steuert, ob Benutzer in diesem Mandanten ihr eigenes Theme wählen können.",
|
||||
"Tenants can override color and theme behavior in their appearance settings.": "Mandanten können Farbe und Theme-Verhalten in ihren Darstellungs-Einstellungen überschreiben.",
|
||||
"User theme policy": "Benutzer-Theme-Richtlinie",
|
||||
|
||||
Reference in New Issue
Block a user