Add CalDAV outbox recovery UI

This commit is contained in:
2026-08-02 15:57:01 +02:00
parent 4e05ab2c3e
commit 77a40ec2f9
14 changed files with 737 additions and 14 deletions
+34
View File
@@ -193,6 +193,23 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-calendar.week.f82be68a": "Week",
"i18n:govoplan-calendar.whole_day.951c82d1": "Whole day",
"i18n:govoplan-calendar.working.049ac820": "Working...",
"i18n:govoplan-calendar.all_history.8829c44e": "All history",
"i18n:govoplan-calendar.attempts.448fa12e": "Attempts",
"i18n:govoplan-calendar.available.17bc146b": "Available",
"i18n:govoplan-calendar.conflicts_dead.31252c3a": "Conflicts / dead",
"i18n:govoplan-calendar.discard.23a76911": "Discard",
"i18n:govoplan-calendar.discard_change.85474ec4": "Discard change",
"i18n:govoplan-calendar.discard_local_desired_state.952f3be1": "Discard local desired state?",
"i18n:govoplan-calendar.discarding_cancels_this_local_outbound_change_and_its.0ed7148d": "Discarding cancels this local outbound change and its unresolved predecessors. The next full sync accepts the remote state, so local changes may be lost.",
"i18n:govoplan-calendar.loading_outbound_changes.3fc59656": "Loading outbound changes...",
"i18n:govoplan-calendar.no_outbound_changes_match_this_filter.43d3aa64": "No outbound changes match this filter.",
"i18n:govoplan-calendar.only_the_100_most_recent_outbound_changes_are_shown.94bd8365": "Only the 100 most recent outbound changes are shown.",
"i18n:govoplan-calendar.outbound_changes.7038a839": "Outbound changes",
"i18n:govoplan-calendar.outbox_filter.8305af40": "Outbound change filter",
"i18n:govoplan-calendar.reconcile.6c595f64": "Reconcile",
"i18n:govoplan-calendar.retry.3fda8f1c": "Retry",
"i18n:govoplan-calendar.shown.498e85a1": "Shown",
"i18n:govoplan-calendar.unresolved.11c41de4": "Unresolved",
"i18n:govoplan-calendar.workweek.2fef6ea4": "Workweek"
},
"de": {
@@ -387,6 +404,23 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-calendar.week.f82be68a": "Woche",
"i18n:govoplan-calendar.whole_day.951c82d1": "Whole day",
"i18n:govoplan-calendar.working.049ac820": "Working...",
"i18n:govoplan-calendar.all_history.8829c44e": "Gesamter Verlauf",
"i18n:govoplan-calendar.attempts.448fa12e": "Versuche",
"i18n:govoplan-calendar.available.17bc146b": "Verfügbar",
"i18n:govoplan-calendar.conflicts_dead.31252c3a": "Konflikte / endgültig fehlgeschlagen",
"i18n:govoplan-calendar.discard.23a76911": "Verwerfen",
"i18n:govoplan-calendar.discard_change.85474ec4": "Änderung verwerfen",
"i18n:govoplan-calendar.discard_local_desired_state.952f3be1": "Lokalen Sollzustand verwerfen?",
"i18n:govoplan-calendar.discarding_cancels_this_local_outbound_change_and_its.0ed7148d": "Das Verwerfen bricht diese lokale ausgehende Änderung und ihre ungelösten Vorgänger ab. Die nächste vollständige Synchronisierung übernimmt den entfernten Stand; lokale Änderungen können verloren gehen.",
"i18n:govoplan-calendar.loading_outbound_changes.3fc59656": "Ausgehende Änderungen werden geladen...",
"i18n:govoplan-calendar.no_outbound_changes_match_this_filter.43d3aa64": "Keine ausgehenden Änderungen entsprechen diesem Filter.",
"i18n:govoplan-calendar.only_the_100_most_recent_outbound_changes_are_shown.94bd8365": "Es werden nur die 100 neuesten ausgehenden Änderungen angezeigt.",
"i18n:govoplan-calendar.outbound_changes.7038a839": "Ausgehende Änderungen",
"i18n:govoplan-calendar.outbox_filter.8305af40": "Filter für ausgehende Änderungen",
"i18n:govoplan-calendar.reconcile.6c595f64": "Abgleichen",
"i18n:govoplan-calendar.retry.3fda8f1c": "Erneut versuchen",
"i18n:govoplan-calendar.shown.498e85a1": "Angezeigt",
"i18n:govoplan-calendar.unresolved.11c41de4": "Ungelöst",
"i18n:govoplan-calendar.workweek.2fef6ea4": "Workweek"
}
};