fix(store,audit,workspace): usertest low-findings tail (0.72.1)
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
- Store hero: 'TODAY' badge only for an operator-accepted story; the rotating compiled-in fallback deck now says 'FEATURED' (no false freshness claim). Policy as a top-level function with unit tests. - Audit filter chips: standard label typography instead of mono — mono stays reserved for paths and identifiers. - DE chain wording: 'Hash-Kette geprüft' as the one confirmation term (audit header now matches the doctor pill); 'intakt' stays the state headline. EN was already consistent. - Workspace switcher: contrast bump for the sealed-area 'stopped' label. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
6152c80c84
commit
ae8fdcc762
12 changed files with 69 additions and 9 deletions
|
|
@ -374,6 +374,7 @@
|
|||
"storesManagerNotAvailableHint": "Der Anbieter hat diesen Store-Index noch nicht veröffentlicht. Sobald er das tut, ist er installierbar.",
|
||||
"storesSuggestedReclaimDesc": "Recl∆Im — Module für Rechts- und Pflichten-Reform-Mapping",
|
||||
"storeTodayBadge": "HEUTE",
|
||||
"storeFeaturedBadge": "EMPFOHLEN",
|
||||
"storeTodayDeck": "Von der Ch∆In-Redaktion",
|
||||
"storeTodayDismissTooltip": "Für diese Sitzung ausblenden",
|
||||
"storePillInstalled": "installiert",
|
||||
|
|
@ -629,7 +630,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"auditHashChainVerified": "Hash-Kette verifiziert",
|
||||
"auditHashChainVerified": "Hash-Kette geprüft",
|
||||
"auditDetailHeader": "DETAIL",
|
||||
"auditAskingFull": "Frage an die konfigurierte System-AI läuft…",
|
||||
"auditFixLabel": "FIX",
|
||||
|
|
|
|||
|
|
@ -392,6 +392,7 @@
|
|||
"storesManagerNotAvailableHint": "The provider hasn't published this store index yet. It will become installable once they do.",
|
||||
"storesSuggestedReclaimDesc": "Recl∆Im — modules for law & duty reform-mapping",
|
||||
"storeTodayBadge": "TODAY",
|
||||
"storeFeaturedBadge": "FEATURED",
|
||||
"storeTodayDeck": "From the Ch∆In editor",
|
||||
"storeTodayDismissTooltip": "Hide for this session",
|
||||
"storePillInstalled": "installed",
|
||||
|
|
|
|||
|
|
@ -1766,6 +1766,12 @@ abstract class AppLocalizations {
|
|||
/// **'TODAY'**
|
||||
String get storeTodayBadge;
|
||||
|
||||
/// No description provided for @storeFeaturedBadge.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'FEATURED'**
|
||||
String get storeFeaturedBadge;
|
||||
|
||||
/// No description provided for @storeTodayDeck.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
|
|
|||
|
|
@ -957,6 +957,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
@override
|
||||
String get storeTodayBadge => 'HEUTE';
|
||||
|
||||
@override
|
||||
String get storeFeaturedBadge => 'EMPFOHLEN';
|
||||
|
||||
@override
|
||||
String get storeTodayDeck => 'Von der Ch∆In-Redaktion';
|
||||
|
||||
|
|
@ -1275,7 +1278,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get auditHashChainVerified => 'Hash-Kette verifiziert';
|
||||
String get auditHashChainVerified => 'Hash-Kette geprüft';
|
||||
|
||||
@override
|
||||
String get auditDetailHeader => 'DETAIL';
|
||||
|
|
|
|||
|
|
@ -974,6 +974,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
@override
|
||||
String get storeTodayBadge => 'TODAY';
|
||||
|
||||
@override
|
||||
String get storeFeaturedBadge => 'FEATURED';
|
||||
|
||||
@override
|
||||
String get storeTodayDeck => 'From the Ch∆In editor';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue