Skip to content

Commit

Permalink
Add subtitles feature (#39)
Browse files Browse the repository at this point in the history
* feat: Add subtitles to video
  • Loading branch information
KyleKun authored Dec 22, 2022
1 parent 9d3452b commit 37a72b1
Show file tree
Hide file tree
Showing 10 changed files with 344 additions and 268 deletions.
8 changes: 4 additions & 4 deletions lib/lang/de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ const Map<String, String> de = {
'introTitle2': 'Erstelle den Film Deines Lebens',
'introDesc2': 'Kreiere eine Zusammenstellung Deiner schönsten Momente.',
'introTitle3': 'Keine Werbung und kostenlos',
'introDesc3':
'Wenn Du die App magst, freuen wir uns auf eine Spende.',
'introDesc3': 'Wenn Du die App magst, freuen wir uns auf eine Spende.',
'skip': 'Überspringen',
'done': 'Fertig',
'futureUpdates': 'Zukünftige Updates',
Expand Down Expand Up @@ -83,12 +82,13 @@ const Map<String, String> de = {
'allTime': 'Alle zeit',
'last7Days': 'Letzten 7 tage',
'last30Days': 'Letzte 30 tage',
'last60Days':'Letzte 60 tage',
'last90Days':'Letzte 90 tage',
'last60Days': 'Letzte 60 tage',
'last90Days': 'Letzte 90 tage',
'thisMonth': 'Diesen monat',
'thisYear': 'Dieses jahr',
'lastYear': 'Letztes jahr',
'custom': 'Brauch',
'dateRange': 'Datumsbereich',
'clipsFound': 'Clips gefunden',
'enterSubtitles': 'Untertitel eingeben',
};
5 changes: 3 additions & 2 deletions lib/lang/en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ const Map<String, String> en = {
'allTime': 'All Time',
'last7Days': 'Last 7 days',
'last30Days': 'Last 30 days',
'last60Days':'Last 60 days',
'last90Days':'Last 90 days',
'last60Days': 'Last 60 days',
'last90Days': 'Last 90 days',
'thisMonth': 'This month',
'thisYear': 'This year',
'lastYear': 'Last year',
'custom': 'Custom',
'dateRange': 'Date Range',
'clipsFound': 'Clips Found',
'enterSubtitles': 'Enter subtitles',
};
5 changes: 3 additions & 2 deletions lib/lang/es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ const Map<String, String> es = {
'allTime': 'Todo el tiempo',
'last7Days': 'Los últimos 7 días',
'last30Days': 'Últimos 30 días',
'last60Days':'Últimos 60 días',
'last90Days':'Últimos 90 días',
'last60Days': 'Últimos 60 días',
'last90Days': 'Últimos 90 días',
'thisMonth': 'Este mes',
'thisYear': 'Este año',
'lastYear': 'El año pasado',
'custom': 'Disfraz',
'dateRange': 'Rango de fechas',
'clipsFound': 'Clips encontrados',
'enterSubtitles': 'Introducir subtítulos',
};
5 changes: 3 additions & 2 deletions lib/lang/fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ const Map<String, String> fr = {
'allTime': 'Tout le temps',
'last7Days': 'Les 7 derniers jours',
'last30Days': 'Les 30 derniers jours',
'last60Days':'60 derniers jours',
'last90Days':'90 derniers jours',
'last60Days': '60 derniers jours',
'last90Days': '90 derniers jours',
'thisMonth': 'Ce mois-ci',
'thisYear': 'Cette année',
'lastYear': 'L\'année dernière',
'custom': 'Personnalisé',
'dateRange': 'Date Range',
'clipsFound': 'Clips trouvés',
'enterSubtitles': 'Entrer le sous-titre',
};
11 changes: 6 additions & 5 deletions lib/lang/id.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const Map<String, String> id = {
'movieInsufficientVideos':
'Anda harus memiliki lebih 2 rekaman video untuk bisa membuat video gabungan',
'movieCreatedTitle': 'Video dibuat!',
'movieCreatedDesc': 'Video disimpan ke dalam penyimpanan di dalam folder OSD-Movies folder',
'movieCreatedDesc':
'Video disimpan ke dalam penyimpanan di dalam folder OSD-Movies folder',
'movieError': 'Gagal menyimpan video!',
'tryAgainMsg':
'Coba beberapa saaat lagi. Jika masalah masih tetap ada, hubungi pengembang.',
Expand All @@ -26,8 +27,7 @@ const Map<String, String> id = {
'tapBelowToGenerate':
'Tekan tombol di bawah untuk menghasilkan\n satu file video single video file:',
'editQuestionTitle': 'Ubah video?',
'editQuestion':
'Rekaman sebelumnya akan dihapus, apakah Anda yakin?',
'editQuestion': 'Rekaman sebelumnya akan dihapus, apakah Anda yakin?',
'yes': 'Ya',
'no': 'Tidak',
'edit': 'Ubah',
Expand Down Expand Up @@ -83,12 +83,13 @@ const Map<String, String> id = {
'allTime': 'Sepanjang waktu',
'last7Days': '7 hari terakhir',
'last30Days': '30 hari terakhir',
'last60Days':'60 hari terakhir',
'last90Days':'90 hari terakhir',
'last60Days': '60 hari terakhir',
'last90Days': '90 hari terakhir',
'thisMonth': 'Bulan ini',
'thisYear': 'Tahun ini',
'lastYear': 'Tahun lalu',
'custom': 'Kebiasaan',
'dateRange': 'Rentang tanggal',
'clipsFound': 'Klip ditemukan',
'enterSubtitles': 'Masukkan subjudul',
};
9 changes: 5 additions & 4 deletions lib/lang/pt.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,13 @@ const Map<String, String> pt = {
'allTime': 'Tempo todo',
'last7Days': 'Últimos 7 dias',
'last30Days': 'Últimos 30 dias',
'last60Days':'Últimos 60 dias',
'last90Days':'Últimos 90 dias',
'last60Days': 'Últimos 60 dias',
'last90Days': 'Últimos 90 dias',
'thisMonth': 'Este mês',
'thisYear': 'Este ano',
'lastYear': 'Ano passado',
'custom': 'Personalizada',
'dateRange': 'DATA DE DATA',
'custom': 'Personalizado',
'dateRange': 'Período',
'clipsFound': 'Clipes encontrados',
'enterSubtitles': 'Digite uma legenda',
};
5 changes: 3 additions & 2 deletions lib/lang/zh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ const Map<String, String> zh = {
'allTime': '整天',
'last7Days': '最近7天',
'last30Days': '最近30天',
'last60Days':'最近60天',
'last90Days':'最近90天',
'last60Days': '最近60天',
'last90Days': '最近90天',
'thisMonth': '这个月',
'thisYear': '今年',
'lastYear': '去年',
'custom': '风俗',
'dateRange': '日期范围',
'clipsFound': '找到夹子',
'enterSubtitles': '输入字幕',
};
Loading

0 comments on commit 37a72b1

Please sign in to comment.