34 | 1 / {searchResults.length} 35 |
36 | )} 37 | {searchResults.length > 1 && ( 38 | <> 39 | 46 |34 | Your project specified {invalidIdentifierCount} card version 35 | {invalidIdentifierCount != 1 ? "s" : ""} which couldn't be found. 36 |
37 |21 | Your project contains {projectSize} card 22 | {projectSize !== 1 && "s"}, belongs in the bracket of up to{" "} 23 | {bracket(projectSize)} cards, and is{" "} 24 | {imageSizeToMBString(projectFileSize, 0)} in total. 25 |
26 | {projectSize >= ProjectMaxSize && ( 27 |
4 |
5 |