{% extends "base.html" %} {% block title %}{{ translations.batch_translate if translations else 'Batch Subtitle Translation' }}{% endblock %} {% block content %}

{{ translations.batch_translate if translations else 'Batch Subtitle Translation' }}

{{ translations.batch_translate_desc if translations else 'Translate multiple subtitle files at once. Only files without target language versions will be translated.' }}

{{ translations.back_to_home if translations else 'Back to Home' }}
{% if error %}

{{ error }}

{% endif %} {% if warning %}

{{ warning }}

{% endif %}

{{ translations.source_language_desc if translations else 'Language code of source subtitles' }}

{{ translations.target_language_desc if translations else 'Language code for translation' }}

{{ translations.file_extensions_desc if translations else 'Comma-separated list (e.g., .srt,.vtt)' }}

{{ translations.upload_files_desc if translations else 'Select multiple subtitle files. Files with target language already present will be skipped.' }}

{{ translations.no_file_chosen if translations else 'No file chosen' }}

{{ translations.instructions_help if translations else 'Choose one option: select from dropdown, upload a file, or paste text.' }}

{{ translations.api_settings if translations else 'API Settings' }}

{% endblock %}