文件名: {{ translation.original_filename }}
页数: {{ translation.page_count }}
大小: {{ (translation.file_size / 1024)|round(1) }} KB
状态: {{ translation.status }} {% if translation.from_cache %} 来自缓存 {% endif %}
用户: {% if user %}{{ user.username }}{% else %}访客{% endif %}
时间: {{ translation.created_at.strftime('%Y-%m-%d %H:%M:%S') }}
翻译结果
加载中...
{% elif translation.status == 'failed' %}
错误信息: {{ translation.error_message or '未知错误' }}
{% endif %}
{% if translation.translate_params %}
翻译参数
{{ translation.translate_params }}
{% endif %}