📋 {{ tl('fileInfo.title') }}
{{ tl('fileInfo.fileName') }}
{{ fileName }}
{{ tl('fileInfo.fileSize') }}
{{ formattedFileSize }}
{{ tl('fileInfo.schematicName') }}
{{ schematicName || tl('fileInfo.unnamed') }}
{{ tl('fileInfo.author') }}
{{ author || tl('fileInfo.unknown') }}
{{ tl('fileInfo.dimensions') }}
{{ enclosingSize.x }} × {{ enclosingSize.y }} × {{ enclosingSize.z }}
{{ tl('fileInfo.totalBlocks') }}
{{ totalBlocks.toLocaleString() }} / {{ regionCount }}
{{ tl('fileInfo.description') }}
{{ description }}
{{ tl('fileInfo.dataVersion') }}
{{ dataVersion || tl('fileInfo.unknownVersion') }}
{{ tl('regions.title', { count: regions.length }) }}
| {{ tl('regions.name') }} | {{ tl('regions.position') }} | {{ tl('regions.size') }} | {{ tl('regions.blocks') }} |
| {{ r.name }} |
{{ r.position.x }}, {{ r.position.y }}, {{ r.position.z }} |
{{ r.size.x }} × {{ r.size.y }} × {{ r.size.z }} |
{{ r.volume.toLocaleString() }} |
{{ tl('warnings.single', { message: warnings[0] }) }}
{{ tl('warnings.prefix', { count: warnings.length }) }}:{{ warnings[0] }}
🔄 {{ tl('blockReplace.title', { count: blockReplaceList.length }) }}
{{ tl('blockReplace.hint') }}
✅ {{ tl('result.title') }}
🟫 {{ tl('result.blocks', { count: stats.totalBlocks.toLocaleString() }) }}
🎨 {{ tl('result.palette', { count: stats.paletteSize }) }}
📐 {{ tl('result.dimensions', { x: stats.sizeX, y: stats.sizeY, z: stats.sizeZ }) }}
📦 {{ formattedOutputSize }}
📝 {{ tl('result.tileEntities', { count: stats.tileEntities }) }}
🐄 {{ tl('result.entities', { count: stats.entities }) }}
💡 {{ tl('result.tip') }} {{ tl('result.tipDir') }} {{ tl('result.tipUse') }}