-
-
- - {$t('matches').toUpperCase()} - {matches.length > 0 ? `(${matches.length.toLocaleString($locale)})` : ''} - -{$t('admin.these_files_matched_by_checksum')} - |
- |
---|---|
- {match.orphan.pathValue} => - {match.extra.filename} - | -- ({match.orphan.entityType}/{match.orphan.pathType}) - | -
-
-
- - {$t('admin.offline_paths').toUpperCase()} - {orphans.length > 0 ? `(${orphans.length.toLocaleString($locale)})` : ''} - -- {$t('admin.offline_paths_description')} - - |
- ||
---|---|---|
copyToClipboard(orphan.pathValue)}>
- |
- - {orphan.pathValue} - | -- ({orphan.entityType}) - | -
-
-
- - {$t('admin.untracked_files').toUpperCase()} - {extras.length > 0 ? `(${extras.length.toLocaleString($locale)})` : ''} - -- {$t('admin.untracked_files_description')} - - |
- |
---|---|
copyToClipboard(extra.filename)}>
- |
- - {extra.filename} - - {#if extra.checksum} - [sha1:{extra.checksum}] - {/if} - - | -