feat: govern effective appearance defaults
This commit is contained in:
@@ -2,6 +2,13 @@ import type { PlatformTranslations } from "../types";
|
||||
|
||||
export const generatedTranslations: PlatformTranslations = {
|
||||
"en": {
|
||||
"i18n:govoplan-core.inherit_governed_palette": "Inherit governed default",
|
||||
"i18n:govoplan-core.effective_source": "Effective source",
|
||||
"i18n:govoplan-core.appearance_source_user": "Personal preference",
|
||||
"i18n:govoplan-core.appearance_source_tenant": "Tenant default",
|
||||
"i18n:govoplan-core.appearance_source_system": "System default",
|
||||
"i18n:govoplan-core.appearance_source_tenant_lock": "Tenant policy lock",
|
||||
"i18n:govoplan-core.appearance_source_system_lock": "System policy lock",
|
||||
"i18n:govoplan-core.color_palette": "Color palette",
|
||||
"i18n:govoplan-core.color_palette_help": "Choose a validated accent palette. It applies to every module through shared semantic tokens.",
|
||||
"i18n:govoplan-core.palette_default": "GovOPlaN default",
|
||||
@@ -701,6 +708,13 @@ export const generatedTranslations: PlatformTranslations = {
|
||||
"i18n:govoplan-core.temporal_selection_invalid": "The selected data state is invalid."
|
||||
},
|
||||
"de": {
|
||||
"i18n:govoplan-core.inherit_governed_palette": "Verwalteten Standard übernehmen",
|
||||
"i18n:govoplan-core.effective_source": "Wirksame Quelle",
|
||||
"i18n:govoplan-core.appearance_source_user": "Persönliche Einstellung",
|
||||
"i18n:govoplan-core.appearance_source_tenant": "Mandantenstandard",
|
||||
"i18n:govoplan-core.appearance_source_system": "Systemstandard",
|
||||
"i18n:govoplan-core.appearance_source_tenant_lock": "Mandantenrichtlinie",
|
||||
"i18n:govoplan-core.appearance_source_system_lock": "Systemrichtlinie",
|
||||
"i18n:govoplan-core.color_palette": "Farbpalette",
|
||||
"i18n:govoplan-core.color_palette_help": "Wählen Sie eine geprüfte Akzentpalette. Sie gilt über gemeinsame semantische Tokens für alle Module.",
|
||||
"i18n:govoplan-core.palette_default": "GovOPlaN-Standard",
|
||||
|
||||
Reference in New Issue
Block a user