feat: редактирование видосов + hero анимация при переходах и зум при кадрировании

This commit is contained in:
Jganenokk
2026-08-16 21:23:56 +07:00
parent 53f0587c31
commit 3e6254bc5d
25 changed files with 6372 additions and 2261 deletions
+24
View File
@@ -2652,4 +2652,28 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get blacklistLoadError => 'Failed to load the blacklist';
@override
String get videoEditorQualityLow => 'Small size';
@override
String get videoEditorQualityHigh => 'High quality';
@override
String get videoEditorCaptionHint => 'Add a caption...';
@override
String get videoEditorMuteTooltip => 'Send without sound';
@override
String get videoEditorProcessing => 'Processing video…';
@override
String get videoEditorExportFailed => 'Failed to process the video';
@override
String get videoEditorFrameFailed => 'Failed to grab a frame';
@override
String get videoEditorQualityTooltip => 'Quality';
}