feat: add autoplay switch

This commit is contained in:
codytseng 2025-05-08 23:24:57 +08:00
parent aa24ad83e5
commit 7b882c72cb
21 changed files with 228 additions and 81 deletions

View file

@ -224,6 +224,9 @@ export default {
'no bookmarks found': 'لم يتم العثور على إشارات',
'no more bookmarks': 'لا مزيد من الإشارات',
Bookmarks: 'الإشارات المرجعية',
'Show more': 'عرض المزيد'
'Show more': 'عرض المزيد',
General: 'عام',
Autoplay: 'التشغيل التلقائي',
'Enable video autoplay on this device': 'تمكين التشغيل التلقائي للفيديو على هذا الجهاز'
}
}

View file

@ -228,6 +228,10 @@ export default {
'no bookmarks found': 'Keine Lesezeichen gefunden',
'no more bookmarks': 'Keine weiteren Lesezeichen',
Bookmarks: 'Lesezeichen',
'Show more': 'Mehr anzeigen'
'Show more': 'Mehr anzeigen',
General: 'Allgemein',
Autoplay: 'Automatische Wiedergabe',
'Enable video autoplay on this device':
'Aktiviere die automatische Video-Wiedergabe auf diesem Gerät'
}
}

View file

@ -224,6 +224,9 @@ export default {
'no bookmarks found': 'no bookmarks found',
'no more bookmarks': 'no more bookmarks',
Bookmarks: 'Bookmarks',
'Show more': 'Show more'
'Show more': 'Show more',
General: 'General',
Autoplay: 'Autoplay',
'Enable video autoplay on this device': 'Enable video autoplay on this device'
}
}

View file

@ -228,6 +228,10 @@ export default {
'no bookmarks found': 'No se encontraron marcadores',
'no more bookmarks': 'No hay más marcadores',
Bookmarks: 'Marcadores',
'Show more': 'Mostrar más'
'Show more': 'Mostrar más',
General: 'General',
Autoplay: 'Reproducción automática',
'Enable video autoplay on this device':
'Habilitar reproducción automática de video en este dispositivo'
}
}

View file

@ -227,6 +227,10 @@ export default {
'no bookmarks found': 'Aucun favori trouvé',
'no more bookmarks': 'Plus de favoris',
Bookmarks: 'Favoris',
'Show more': 'Afficher plus'
'Show more': 'Afficher plus',
General: 'Général',
Autoplay: 'Lecture automatique',
'Enable video autoplay on this device':
'Activer la lecture automatique des vidéos sur cet appareil'
}
}

View file

@ -227,6 +227,10 @@ export default {
'no bookmarks found': 'Nessun segnalibro trovato',
'no more bookmarks': 'Nessun altro segnalibro',
Bookmarks: 'Segnalibri',
'Show more': 'Mostra di più'
'Show more': 'Mostra di più',
General: 'Generale',
Autoplay: 'Riproduzione automatica',
'Enable video autoplay on this device':
'Abilita riproduzione automatica video su questo dispositivo'
}
}

View file

@ -225,6 +225,9 @@ export default {
'no bookmarks found': 'ブックマークが見つかりません',
'no more bookmarks': 'これ以上ブックマークはありません',
Bookmarks: 'ブックマーク一覧',
'Show more': 'もっと見る'
'Show more': 'もっと見る',
General: '一般',
Autoplay: '自動再生',
'Enable video autoplay on this device': 'このデバイスでのビデオ自動再生を有効にする'
}
}

View file

@ -226,6 +226,9 @@ export default {
'no bookmarks found': 'Nie znaleziono zakładek',
'no more bookmarks': 'Koniec zakładek',
Bookmarks: 'Zakładki',
'Show more': 'Pokaż więcej'
'Show more': 'Pokaż więcej',
General: 'Ogólne',
Autoplay: 'Autoodtwarzanie',
'Enable video autoplay on this device': 'Włącz automatyczne odtwarzanie wideo na tym urządzeniu'
}
}

View file

@ -226,6 +226,10 @@ export default {
'no bookmarks found': 'Nenhum favorito encontrado',
'no more bookmarks': 'Sem mais favoritos',
Bookmarks: 'Favoritos',
'Show more': 'Mostrar mais'
'Show more': 'Mostrar mais',
General: 'Geral',
Autoplay: 'Reprodução automática',
'Enable video autoplay on this device':
'Habilitar reprodução automática de vídeo neste dispositivo'
}
}

View file

@ -227,6 +227,10 @@ export default {
'no bookmarks found': 'Nenhum favorito encontrado',
'no more bookmarks': 'Sem mais favoritos',
Bookmarks: 'Favoritos',
'Show more': 'Mostrar mais'
'Show more': 'Mostrar mais',
General: 'Geral',
Autoplay: 'Reprodução Automática',
'Enable video autoplay on this device':
'Habilitar reprodução automática de vídeo neste dispositivo'
}
}

View file

@ -228,6 +228,9 @@ export default {
'no bookmarks found': 'Закладки не найдены',
'no more bookmarks': 'Больше нет закладок',
Bookmarks: 'Закладки',
'Show more': 'Показать больше'
'Show more': 'Показать больше',
General: 'Общие',
Autoplay: 'Автовоспроизведение',
'Enable video autoplay on this device': 'Включить автовоспроизведение видео на этом устройстве'
}
}

View file

@ -225,6 +225,9 @@ export default {
'no bookmarks found': '暂无收藏',
'no more bookmarks': '到底了',
Bookmarks: '收藏',
'Show more': '显示更多'
'Show more': '显示更多',
General: '常规',
Autoplay: '自动播放',
'Enable video autoplay on this device': '在此设备上启用视频自动播放'
}
}