+
+
+ {duration(props.entry.start, props.entry.end)}
+
+
+
{props.entry.title}
+
{props.entry.description}
+
+ {props.entry.applications.slice(0, 3).map((app) => (
+ {shortApp(app)}
+ ))}
+
+
+
+
+ );
+}
+
+type ComputerHistoryCopy = {
+ title: string;
+ subtitle: string;
+ controls: string;
+ enabled: string;
+ refresh: string;
+ permissions: string;
+ pause: string;
+ resume: string;
+ clear: string;
+ clearConfirm: string;
+ empty: string;
+ emptyHelp: string;
+ permissionEmpty: string;
+ addToChat: string;
+ added: string;
+ textOn: string;
+ textOff: string;
+ events(count: number): string;
+ states: Record