{$t('info')}
{#if $user?.isAdmin} {$t('admin.asset_offline_description')} {:else} {$t('asset_offline_description')} {/if}
{asset.originalPath}
{person.name}
{#if ageInMonths <= 11} {$t('age_months', { values: { months: ageInMonths } })} {:else if ageInMonths > 12 && ageInMonths <= 23} {$t('age_year_months', { values: { months: ageInMonths - 12 } })} {:else} {$t('age_years', { values: { years: age } })} {/if}
{$t('no_exif_info_available')}
{dateTime.toLocaleString( { month: 'short', day: 'numeric', year: 'numeric', }, { locale: $locale }, )}
{dateTime.toLocaleString( { weekday: 'short', hour: 'numeric', minute: '2-digit', timeZoneName: timeZone ? 'longOffset' : undefined, }, { locale: $locale }, )}
{asset.originalFileName} {#if isOwner} {/if}
{getMegapixel(asset.exifInfo.exifImageHeight, asset.exifInfo.exifImageWidth)} MP
{width} x {height}
{getByteUnitString(asset.exifInfo.fileSizeInByte, $locale)}
{asset.exifInfo.make || ''} {asset.exifInfo.model || ''}
{asset.exifInfo.lensModel}
ƒ/{asset.exifInfo.fNumber.toLocaleString($locale)}
{`${asset.exifInfo.exposureTime} s`}
{`${asset.exifInfo.focalLength.toLocaleString($locale)} mm`}
{`ISO ${asset.exifInfo.iso}`}
{#if latlng && $featureFlags.loaded && $featureFlags.map}
{lat.toPrecision(6)}, {lon.toPrecision(6)}
{$t('shared_by')}
{asset.owner.name}
{$t('appears_in')}
{album.albumName}