{{ t('appDesc') }}
{{ t('richTips') }}
{{ t('strictMode') }}: {{ t('strictDesc') }}
{{ t('smartMode') }}: {{ t('smartDesc') }}
{{ t('profileKey') }} {{ currentProfile?.name }}
{{ t('containerWidth') }} {{ currentProfile?.container_width }}px
{{ t('titleMeasureTitle') }}
{{ t('unconstrainedWidth') }}: {{ titleResult.diagnostics.totalWidth.toFixed(2) }}px
{{ t('isTruncatedLabel') }}: {{ titleResult.diagnostics.isTruncated ? t('yes') : t('no') }}
{{ t('descMeasureTitle') }}
{{ t('unconstrainedWidth') }}: {{ descResult.diagnostics.totalWidth.toFixed(2) }}px
{{ t('availableWidthLabel') }}: {{ descResult.diagnostics.availableWidth }}px
{{ t('isTruncatedLabel') }}: {{ descResult.diagnostics.isTruncated ? t('yes') : t('no') }}