feat: complete campaign wizards and retention reporting

This commit is contained in:
2026-07-31 04:21:34 +02:00
parent e689fdf495
commit fa4eb39e0b
18 changed files with 785 additions and 55 deletions
+36
View File
@@ -2,6 +2,8 @@ import type { PlatformTranslations } from "@govoplan/core-webui";
export const generatedTranslations: PlatformTranslations = {
"en": {
"i18n:govoplan-campaign.guided_workflows": "Guided workflows",
"i18n:govoplan-campaign.no_guided_workflows": "No guided workflows are available.",
"i18n:govoplan-campaign.1_campaign.ccd70074": "1 campaign",
"i18n:govoplan-campaign.2_campaigns.35b84804": "2 campaigns",
"i18n:govoplan-campaign.appended.979f5a82": "Appended",
@@ -317,6 +319,22 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-campaign.campaign_policies.0b5de1f5": "Campaign policies",
"i18n:govoplan-campaign.campaign_queues.657785f4": "Campaign queues",
"i18n:govoplan-campaign.campaign_retention_policy.fcc9897c": "Campaign retention policy",
"i18n:govoplan-campaign.retention_and_privacy.24418676": "Retention and privacy",
"i18n:govoplan-campaign.retention_information_is_unavailable.f68cc4d1": "Retention information is unavailable.",
"i18n:govoplan-campaign.policy_state.7e955a0d": "Policy state",
"i18n:govoplan-campaign.policy_sources.a592802f": "Policy sources",
"i18n:govoplan-campaign.raw_json_retention.19ea35f7": "Raw JSON retention",
"i18n:govoplan-campaign.generated_message_retention.ce6366ca": "Generated message retention",
"i18n:govoplan-campaign.report_detail_retention.68e30587": "Report detail retention",
"i18n:govoplan-campaign.audit_detail.2a85f905": "Audit detail",
"i18n:govoplan-campaign.raw_campaign_json.53d8522d": "Raw campaign JSON",
"i18n:govoplan-campaign.stored_report_detail.13a437d7": "Stored report detail",
"i18n:govoplan-campaign.generated_message_files.2d86ef64": "Generated message files",
"i18n:govoplan-campaign.postbox_copies.080b404f": "Postbox copies",
"i18n:govoplan-campaign.do_not_retain.9fd25c4d": "Do not retain",
"i18n:govoplan-campaign.no_automatic_expiry.52cb62f8": "No automatic expiry",
"i18n:govoplan-campaign.remove_when_eligible.385ff0eb": "Remove when eligible",
"i18n:govoplan-campaign.value_days.2bf9b447": "{value0} days",
"i18n:govoplan-campaign.campaign_review_and_sending_workflow.e784ea7b": "Campaign review and sending workflow",
"i18n:govoplan-campaign.campaign_root.7eccd949": "Campaign root",
"i18n:govoplan-campaign.campaign_sender.b12e8ae2": "Campaign sender",
@@ -1284,6 +1302,8 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-campaign.zipcrypto.03bf7fb4": "ZipCrypto"
},
"de": {
"i18n:govoplan-campaign.guided_workflows": "Geführte Abläufe",
"i18n:govoplan-campaign.no_guided_workflows": "Es sind keine geführten Abläufe verfügbar.",
"i18n:govoplan-campaign.1_campaign.ccd70074": "1 campaign",
"i18n:govoplan-campaign.2_campaigns.35b84804": "2 campaigns",
"i18n:govoplan-campaign.appended.979f5a82": "Abgelegt",
@@ -1599,6 +1619,22 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-campaign.campaign_policies.0b5de1f5": "Campaign policies",
"i18n:govoplan-campaign.campaign_queues.657785f4": "Campaign queues",
"i18n:govoplan-campaign.campaign_retention_policy.fcc9897c": "Campaign retention policy",
"i18n:govoplan-campaign.retention_and_privacy.24418676": "Aufbewahrung und Datenschutz",
"i18n:govoplan-campaign.retention_information_is_unavailable.f68cc4d1": "Aufbewahrungsinformationen sind nicht verfügbar.",
"i18n:govoplan-campaign.policy_state.7e955a0d": "Richtlinienstatus",
"i18n:govoplan-campaign.policy_sources.a592802f": "Richtlinienquellen",
"i18n:govoplan-campaign.raw_json_retention.19ea35f7": "Aufbewahrung der Rohdaten",
"i18n:govoplan-campaign.generated_message_retention.ce6366ca": "Aufbewahrung erzeugter Nachrichten",
"i18n:govoplan-campaign.report_detail_retention.68e30587": "Aufbewahrung der Berichtsdetails",
"i18n:govoplan-campaign.audit_detail.2a85f905": "Auditdetails",
"i18n:govoplan-campaign.raw_campaign_json.53d8522d": "Kampagnen-Rohdaten",
"i18n:govoplan-campaign.stored_report_detail.13a437d7": "Gespeicherte Berichtsdetails",
"i18n:govoplan-campaign.generated_message_files.2d86ef64": "Erzeugte Nachrichtendateien",
"i18n:govoplan-campaign.postbox_copies.080b404f": "Postfachkopien",
"i18n:govoplan-campaign.do_not_retain.9fd25c4d": "Nicht aufbewahren",
"i18n:govoplan-campaign.no_automatic_expiry.52cb62f8": "Kein automatischer Ablauf",
"i18n:govoplan-campaign.remove_when_eligible.385ff0eb": "Nach Abschluss entfernen",
"i18n:govoplan-campaign.value_days.2bf9b447": "{value0} Tage",
"i18n:govoplan-campaign.campaign_review_and_sending_workflow.e784ea7b": "Campaign review and sending workflow",
"i18n:govoplan-campaign.campaign_root.7eccd949": "Campaign root",
"i18n:govoplan-campaign.campaign_sender.b12e8ae2": "Campaign sender",