Replace notes column with FPS in format table
The format table now displays FPS (frame rate) instead of notes in both playlist and normal modes. All translations were updated to remove the 'notes' and related size/quality fields, replacing them with 'fps'. The table column widths were adjusted for better visibility, and FPS values are color-coded based on their value. The obsolete _get_format_notes method was removed.
This commit is contained in:
+2
-7
@@ -39,16 +39,11 @@
|
||||
"file_size": "Размер файла",
|
||||
"codec": "Кодек",
|
||||
"audio": "Аудио",
|
||||
"notes": "Заметки",
|
||||
"fps": "Кадр/с",
|
||||
"will_merge_audio": "Объединит аудио",
|
||||
"has_audio": "✓ Есть аудио",
|
||||
"audio_only": "Только аудио",
|
||||
"large_size": "Большой размер",
|
||||
"medium_size": "Средний размер",
|
||||
"standard_size": "Стандартный размер",
|
||||
"compatible": "Совместимый",
|
||||
"efficient": "Эффективный",
|
||||
"high_quality": "Высокое качество",
|
||||
|
||||
"best_4k": "Лучшее (4K)",
|
||||
"best_2k": "Лучшее (2K)",
|
||||
"high_1080p": "Высокое (1080p)",
|
||||
|
||||
Reference in New Issue
Block a user