{% extends "base.html" %} {% block title %}{{ translations.subtitle_toolkit if translations else 'Subtitle Toolkit' }} - Home{% endblock %} {% block content %}
{{ translations.subtitle_manipulation if translations else 'A modern, simple, fast, and secure web interface for subtitle manipulation and translation tools.' }}
{{ translations.time_shift_desc if translations else 'Shift timestamps in subtitle files to fix synchronization issues with videos.' }}
{{ translations.auto_sync_desc if translations else 'Fix subtitle drift by applying time-varying offset correction for frame rate issues.' }}
{{ translations.mkv_to_srt_desc if translations else 'Extract subtitles from MKV files and convert them to SRT format.' }}
{{ translations.translate_desc if translations else 'Translate subtitle files using AI models with customizable instructions.' }}
{{ translations.convert_desc if translations else 'Convert subtitle files between different formats (SRT, VTT, ASS, TTML, and more).' }}
{{ translations.select_tool_desc if translations else 'Choose the subtitle tool you want to use from the navigation menu or cards above.' }}
{{ translations.upload_file_desc if translations else 'Upload your subtitle or video file and configure the tool settings.' }}
{{ translations.get_results_desc if translations else 'Download your processed subtitle file with the results.' }}