komplette überarbeitung des Gäste-Hilfebereichs und Ergänzung eines One-Time-Containers zum Aktualisieren der Hilfedokumente

This commit is contained in:
Codex Agent
2025-12-24 16:23:55 +01:00
parent 3ef2fc5dc1
commit efc173cf5d
27 changed files with 840 additions and 173 deletions

View File

@@ -33,6 +33,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
online: 'online',
tasksSolved: 'Aufgaben gelöst',
},
helpGallery: 'Hilfe zu Galerie & Teilen',
notifications: {
tabStatus: 'Upload-Status',
},
},
eventAccess: {
loading: {
@@ -659,10 +663,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
clear: 'Cache leeren',
clearing: 'Leere Cache...',
cleared: 'Cache gelöscht.',
note: 'Dies betrifft nur diesen Browser und muss pro Gerät erneut ausgeführt werden.',
note: 'Dies betrifft nur diesen Browser. Wartende Uploads können verloren gehen.',
},
help: {
title: 'Hilfe & Support',
title: 'Hilfecenter',
description: 'Öffne das Hilfecenter mit Schritt-für-Schritt-Anleitungen.',
cta: 'Hilfecenter öffnen',
},
@@ -677,7 +681,7 @@ export const messages: Record<LocaleCode, NestedMessages> = {
},
help: {
center: {
title: 'Hilfe & Tipps',
title: 'Hilfecenter',
subtitle: 'Antworten für Gäste nach dem ersten Laden auch offline verfügbar.',
searchPlaceholder: 'Suche nach Thema oder Stichwort',
offlineBadge: 'Offline-Version',
@@ -716,6 +720,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
online: 'online',
tasksSolved: 'tasks solved',
},
helpGallery: 'Help: Gallery & sharing',
notifications: {
tabStatus: 'Upload status',
},
},
eventAccess: {
loading: {
@@ -1339,10 +1347,10 @@ export const messages: Record<LocaleCode, NestedMessages> = {
clear: 'Clear cache',
clearing: 'Clearing cache...',
cleared: 'Cache cleared.',
note: 'This only affects this browser and must be repeated per device.',
note: 'This only affects this browser. Pending uploads may be lost.',
},
help: {
title: 'Help & support',
title: 'Help Center',
description: 'Open the help center for guides and quick answers.',
cta: 'Open help center',
},
@@ -1357,7 +1365,7 @@ export const messages: Record<LocaleCode, NestedMessages> = {
},
help: {
center: {
title: 'Help & tips',
title: 'Help Center',
subtitle: 'Guides for guests available offline after the first sync.',
searchPlaceholder: 'Search by topic or keyword',
offlineBadge: 'Offline copy',