feat: add temporal context and contextual help

This commit is contained in:
2026-08-05 00:03:31 +02:00
parent 982ef636b8
commit add7a99f6d
43 changed files with 1878 additions and 167 deletions
+42 -2
View File
@@ -637,7 +637,27 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-core.enter_a_valid_http_https_mail_or_phone_link.45447137": "Enter a valid HTTP, HTTPS, mail or phone link.",
"i18n:govoplan-core.enter_a_valid_http_https_cid_or_raster_data_image.2cec4b3c": "Enter a valid HTTP, HTTPS, CID or raster data image.",
"i18n:govoplan-core.this_html_uses_markup_outside_the_visual_editor.5adb2a3c": "This HTML uses markup outside the visual editor. Use HTML source mode to preserve it.",
"i18n:govoplan-core.zip_archive.5a2430dd": "ZIP archive"
"i18n:govoplan-core.zip_archive.5a2430dd": "ZIP archive",
"i18n:govoplan-core.data_state": "Data state",
"i18n:govoplan-core.validity": "Validity",
"i18n:govoplan-core.current": "Current",
"i18n:govoplan-core.at_time": "At time",
"i18n:govoplan-core.all": "All",
"i18n:govoplan-core.current_data": "Current data",
"i18n:govoplan-core.historical_data_state": "Historical data state",
"i18n:govoplan-core.historical_recorded_state": "Historical recorded state",
"i18n:govoplan-core.all_validity_periods": "All validity periods",
"i18n:govoplan-core.valid_at": "Valid at",
"i18n:govoplan-core.valid_at_help": "Select when the data was valid in the represented domain.",
"i18n:govoplan-core.recorded_state": "Recorded state",
"i18n:govoplan-core.recorded_state_help": "Optionally limit results to what the system had recorded by a point in time.",
"i18n:govoplan-core.latest_recorded_state": "Latest recorded state",
"i18n:govoplan-core.recorded_by_time": "State recorded by a point in time",
"i18n:govoplan-core.recorded_by": "Recorded by",
"i18n:govoplan-core.temporal_data_explanation": "Validity controls when a fact applies. Recorded state controls what the system knew. Access permissions are always evaluated now.",
"i18n:govoplan-core.apply_data_state": "Apply data state",
"i18n:govoplan-core.select_valid_date_time": "Select a valid date and time.",
"i18n:govoplan-core.temporal_selection_invalid": "The selected data state is invalid."
},
"de": {
"i18n:govoplan-core.generate_password.bd5bede8": "Passwort generieren",
@@ -1275,6 +1295,26 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-core.enter_a_valid_http_https_mail_or_phone_link.45447137": "Geben Sie einen gültigen HTTP-, HTTPS-, E-Mail- oder Telefon-Link ein.",
"i18n:govoplan-core.enter_a_valid_http_https_cid_or_raster_data_image.2cec4b3c": "Geben Sie eine gültige HTTP-, HTTPS-, CID- oder Rasterdaten-Bildadresse ein.",
"i18n:govoplan-core.this_html_uses_markup_outside_the_visual_editor.5adb2a3c": "Dieses HTML verwendet Markup außerhalb des visuellen Editors. Verwenden Sie den HTML-Quelltextmodus, um es zu erhalten.",
"i18n:govoplan-core.zip_archive.5a2430dd": "ZIP archive"
"i18n:govoplan-core.zip_archive.5a2430dd": "ZIP archive",
"i18n:govoplan-core.data_state": "Datenstand",
"i18n:govoplan-core.validity": "Gültigkeit",
"i18n:govoplan-core.current": "Aktuell",
"i18n:govoplan-core.at_time": "Zeitpunkt",
"i18n:govoplan-core.all": "Alle",
"i18n:govoplan-core.current_data": "Aktuell gültige Daten",
"i18n:govoplan-core.historical_data_state": "Historischer Datenstand",
"i18n:govoplan-core.historical_recorded_state": "Historischer Erfassungsstand",
"i18n:govoplan-core.all_validity_periods": "Alle Gültigkeitszeiträume",
"i18n:govoplan-core.valid_at": "Gültig am",
"i18n:govoplan-core.valid_at_help": "Wählen Sie, wann die Daten im dargestellten Sachverhalt gültig waren.",
"i18n:govoplan-core.recorded_state": "Erfassungsstand",
"i18n:govoplan-core.recorded_state_help": "Begrenzt die Ergebnisse optional auf den Stand, den das System bis zu einem Zeitpunkt erfasst hatte.",
"i18n:govoplan-core.latest_recorded_state": "Neuester Erfassungsstand",
"i18n:govoplan-core.recorded_by_time": "Bis zu einem Zeitpunkt erfasster Stand",
"i18n:govoplan-core.recorded_by": "Erfasst bis",
"i18n:govoplan-core.temporal_data_explanation": "Die Gültigkeit bestimmt, wann ein Sachverhalt gilt. Der Erfassungsstand bestimmt, was das System wusste. Berechtigungen werden immer aktuell geprüft.",
"i18n:govoplan-core.apply_data_state": "Datenstand anwenden",
"i18n:govoplan-core.select_valid_date_time": "Wählen Sie ein gültiges Datum und eine Uhrzeit.",
"i18n:govoplan-core.temporal_selection_invalid": "Der ausgewählte Datenstand ist ungültig."
}
};