e.stopPropagation()}
+ >
+
+
+ {t.dialogTitle}
+
+
+
+
+ {!p ? (
+
{t.empty}
+ ) : (
+ <>
+
{t.intro}
+
+
+
+ {t.mergedTitle}
+
+ {t.mergedCount(p.mergedRecordCount)}
+ {p.fromWurfchronik && (
+ 📖 {t.fromWurfchronik}
+ )}
+
+
+
+
+ {t.sourceFilesTitle} — {t.sourceFilesCount(p.sourceFiles.length)}
+
+ {p.sourceFiles.length === 0 ? (
+ {t.empty}
+ ) : (
+
+ {p.sourceFiles.map((f) => (
+ -
+ {f}
+
+ ))}
+
+ )}
+
+
+ {(method || confidence) && (
+
+ {t.parentsTitle}
+
+ {method && (
+
+
- {t.parentMethodLabel}
+ - {method}
+
+ )}
+ {confidence && (
+
+
- {t.parentConfidenceLabel}
+ - {confidence}
+
+ )}
+
+
+ )}
+
+ {p.notes.length > 0 && (
+
+ {t.notesTitle}
+
+ {p.notes.map((n) => (
+ - {n}
+ ))}
+
+
+ )}
+ >
+ )}
+
+
+
+
+