{{ t("torrents.showing_x_of_y_files", { x: dataSource.result.totalCount | number, y: torrent.filesCount == null ? "?" : (torrent.filesCount | number), }) }}
}| {{ t("torrents.file_index") }} | {{ item(i).index }} | {{ t("torrents.file_path") }} | {{ item(i).path }} | {{ t("torrents.file_type") }} | {{ t("file_types." + (item(i).fileType ?? "unknown")) }} | {{ t("torrents.file_size") }} | {{ item(i).size | filesize }} |
|---|