Remove download started toast notifications (#143)

* Remove download started toast notifications

Remove the "download started" toast notifications from single video and playlist downloads, keeping only the one-click download notification. Also remove the corresponding unused translation strings from all 13 locale files.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* Restore oneClickDownloadStarted translation key in all locales

The oneClickDownloadStarted key is still referenced in the code when one-click downloads start, so it must be kept in all locale files.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* Translate feedback.title in all non-English locales

The feedback.title field was showing English text in all locale files. Updated to proper translations for each language.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Nexmoe
2026-01-17 17:27:11 +08:00
committed by GitHub
parent 129899ed61
commit cab86fe71c
14 changed files with 60 additions and 101 deletions

View File

@@ -665,7 +665,6 @@ export function DownloadDialog({
addDownload(downloadItem)
})
toast.success(t('playlist.downloadStarted', { count: result.totalCount }))
setOpen(false) // Close dialog after download starts
} catch (error) {
console.error('Failed to start playlist download:', error)
@@ -748,7 +747,6 @@ export function DownloadDialog({
createdAt: Date.now()
})
toast.success(t('notifications.downloadStarted'))
setOpen(false) // Close dialog after download starts
} catch (error) {
console.error('Failed to start download:', error)

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "البحث عن التحديثات...",
"downloadError": "فشل في تنزيل التحديث",
"downloadStarted": "بدأ التحميل...",
"downloadUpdate": "تنزيل وتثبيت التحديث {{version}}؟",
"manualDownloadAction": "تنزيل الآن",
"noUpdatesAvailable": "أنت تستخدم أحدث إصدار",
@@ -130,6 +129,10 @@
"error": "خطأ",
"fetch": "جلب",
"fetchingVideoInfo": "جلب معلومات الفيديو...",
"feedback": {
"title": "أبلغ عن هذا الخطأ:",
"githubUrlTooLong": "رابط GitHub هذا طويل جدًا. إذا لم يفتح، فالرجاء فتح صفحة المشكلة ولصق السجلات يدويًا."
},
"history": "السجل",
"imageLoadError": "فشل تحميل الصورة",
"imagePlaceholder": "لا توجد صورة متاحة",
@@ -195,10 +198,6 @@
"formatNote": "ملاحظة التنسيق",
"protocol": "البروتوكول",
"subscription": "الاشتراك"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "رابط GitHub هذا طويل جدًا. إذا لم يفتح، فالرجاء فتح صفحة المشكلة ولصق السجلات يدويًا."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "فشل في النسخ إلى الحافظة",
"downloadCompleted": "اكتمل التحميل",
"downloadFailed": "فشل التحميل",
"downloadStarted": "بدأ التحميل",
"historyCleared": "تم مسح السجل",
"historyClearFailed": "فشل مسح السجل",
"itemRemoved": "تم إزالة العنصر",
@@ -327,7 +325,6 @@
"description": "تحميل جميع الفيديوهات من قائمة تشغيل أو قناة YouTube",
"downloadFailed": "فشل في بدء تحميل قائمة التشغيل",
"downloadPlaylist": "تحميل قائمة التشغيل",
"downloadStarted": "بدأ تحميل {{count}} فيديو من قائمة التشغيل",
"downloadType": "نوع التحميل",
"downloading": "جاري تحميل قائمة التشغيل:",
"endIndex": "النهاية",
@@ -663,4 +660,4 @@
"popularSection": "المنصات الرئيسية",
"viewAll": "عرض جميع المواقع المدعومة"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Suche nach Updates...",
"downloadError": "Update konnte nicht heruntergeladen werden",
"downloadStarted": "Download gestartet...",
"downloadUpdate": "Update {{version}} herunterladen und installieren?",
"manualDownloadAction": "Jetzt herunterladen",
"noUpdatesAvailable": "Sie verwenden die neueste Version",
@@ -130,6 +129,10 @@
"error": "Fehler",
"fetch": "Abrufen",
"fetchingVideoInfo": "Video-Informationen werden abgerufen...",
"feedback": {
"title": "Fehler melden:",
"githubUrlTooLong": "Dieser GitHub-Link ist sehr lang. Wenn er sich nicht öffnet, öffnen Sie bitte die Issue-Seite und fügen Sie die Logs manuell ein."
},
"history": "Verlauf",
"imageLoadError": "Bild konnte nicht geladen werden",
"imagePlaceholder": "Kein Bild verfügbar",
@@ -195,10 +198,6 @@
"formatNote": "Format-Hinweis",
"protocol": "Protokoll",
"subscription": "Abonnement"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Dieser GitHub-Link ist sehr lang. Wenn er sich nicht öffnet, öffnen Sie bitte die Issue-Seite und fügen Sie die Logs manuell ein."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Kopieren in Zwischenablage fehlgeschlagen",
"downloadCompleted": "Download abgeschlossen",
"downloadFailed": "Download fehlgeschlagen",
"downloadStarted": "Download gestartet",
"historyCleared": "Verlauf gelöscht",
"historyClearFailed": "Verlauf konnte nicht gelöscht werden",
"itemRemoved": "Element entfernt",
@@ -327,7 +325,6 @@
"description": "Alle Videos aus einer YouTube-Playlist oder einem Kanal herunterladen",
"downloadFailed": "Playlist-Download konnte nicht gestartet werden",
"downloadPlaylist": "Playlist herunterladen",
"downloadStarted": "Download von {{count}} Videos aus Playlist gestartet",
"downloadType": "Download-Typ",
"downloading": "Playlist wird heruntergeladen:",
"endIndex": "Ende",
@@ -663,4 +660,4 @@
"popularSection": "Hauptplattformen",
"viewAll": "Alle unterstützten Websites anzeigen"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Looking for updates...",
"downloadError": "Failed to download update",
"downloadStarted": "Download started...",
"downloadUpdate": "Download and install update {{version}}?",
"manualDownloadAction": "Download now",
"noUpdatesAvailable": "You're using the latest version",
@@ -303,7 +302,6 @@
"copyFailed": "Failed to copy to clipboard",
"downloadCompleted": "Download completed",
"downloadFailed": "Download failed",
"downloadStarted": "Download started",
"historyCleared": "History cleared",
"historyClearFailed": "Failed to clear history",
"itemRemoved": "Item removed",
@@ -327,7 +325,6 @@
"description": "Download all videos from a YouTube playlist or channel",
"downloadFailed": "Failed to start playlist download",
"downloadPlaylist": "Download Playlist",
"downloadStarted": "Started downloading {{count}} videos from playlist",
"downloadType": "Download Type",
"downloading": "Downloading playlist:",
"endIndex": "End",

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Buscando actualizaciones...",
"downloadError": "Error al descargar la actualización",
"downloadStarted": "Descarga iniciada...",
"downloadUpdate": "¿Descargar e instalar la actualización {{version}}?",
"manualDownloadAction": "Descargar ahora",
"noUpdatesAvailable": "Estás usando la última versión",
@@ -130,6 +129,10 @@
"error": "Error",
"fetch": "Obtener",
"fetchingVideoInfo": "Obteniendo información del video...",
"feedback": {
"title": "Informe este error:",
"githubUrlTooLong": "Este enlace de GitHub es muy largo. Si no se abre, abre la página de la incidencia y pega los registros manualmente."
},
"history": "Historial",
"imageLoadError": "Error al cargar la imagen",
"imagePlaceholder": "No hay imagen disponible",
@@ -195,10 +198,6 @@
"formatNote": "Nota de formato",
"protocol": "Protocolo",
"subscription": "Suscripción"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Este enlace de GitHub es muy largo. Si no se abre, abre la página de la incidencia y pega los registros manualmente."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Error al copiar al portapapeles",
"downloadCompleted": "Descarga completada",
"downloadFailed": "Error en la descarga",
"downloadStarted": "Descarga iniciada",
"historyCleared": "Historial borrado",
"historyClearFailed": "No se pudo borrar el historial",
"itemRemoved": "Elemento eliminado",
@@ -327,7 +325,6 @@
"description": "Descarga todos los videos de una lista de reproducción o canal de YouTube",
"downloadFailed": "Error al iniciar la descarga de la lista de reproducción",
"downloadPlaylist": "Descargar Lista de Reproducción",
"downloadStarted": "Comenzó la descarga de {{count}} videos de la lista de reproducción",
"downloadType": "Tipo de Descarga",
"downloading": "Descargando lista de reproducción:",
"endIndex": "Fin",
@@ -663,4 +660,4 @@
"popularSection": "Plataformas principales",
"viewAll": "Ver todos los sitios soportados"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Recherche de mises à jour...",
"downloadError": "Échec du téléchargement de la mise à jour",
"downloadStarted": "Téléchargement démarré...",
"downloadUpdate": "Télécharger et installer la mise à jour {{version}} ?",
"manualDownloadAction": "Téléchargez maintenant",
"noUpdatesAvailable": "Vous utilisez la dernière version",
@@ -130,6 +129,10 @@
"error": "Erreur",
"fetch": "Récupérer",
"fetchingVideoInfo": "Récupération des informations vidéo...",
"feedback": {
"title": "Signalez cette erreur :",
"githubUrlTooLong": "Ce lien GitHub est très long. S'il ne s'ouvre pas, ouvrez la page de l'issue et collez les logs manuellement."
},
"history": "Historique",
"imageLoadError": "Échec du chargement de l'image",
"imagePlaceholder": "Aucune image disponible",
@@ -195,10 +198,6 @@
"formatNote": "Remarque sur le format",
"protocol": "Protocole",
"subscription": "Abonnement"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Ce lien GitHub est très long. S'il ne s'ouvre pas, ouvrez la page de l'issue et collez les logs manuellement."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Échec de la copie dans le presse-papiers",
"downloadCompleted": "Téléchargement terminé",
"downloadFailed": "Échec du téléchargement",
"downloadStarted": "Téléchargement démarré",
"historyCleared": "Historique effacé",
"historyClearFailed": "Échec de l'effacement de l'historique",
"itemRemoved": "Élément supprimé",
@@ -327,7 +325,6 @@
"description": "Télécharger toutes les vidéos d'une playlist ou chaîne YouTube",
"downloadFailed": "Échec du démarrage du téléchargement de playlist",
"downloadPlaylist": "Télécharger la Playlist",
"downloadStarted": "Démarré le téléchargement de {{count}} vidéos de la playlist",
"downloadType": "Type de Téléchargement",
"downloading": "Téléchargement de la playlist :",
"endIndex": "Fin",
@@ -663,4 +660,4 @@
"popularSection": "Plateformes principales",
"viewAll": "Voir tous les sites supportés"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Mencari pembaruan...",
"downloadError": "Gagal mengunduh pembaruan",
"downloadStarted": "Unduhan dimulai...",
"downloadUpdate": "Unduh dan instal pembaruan {{version}}?",
"manualDownloadAction": "Unduh sekarang",
"noUpdatesAvailable": "Anda menggunakan versi terbaru",
@@ -130,6 +129,10 @@
"error": "Kesalahan",
"fetch": "Ambil",
"fetchingVideoInfo": "Mengambil info video...",
"feedback": {
"title": "Laporkan kesalahan ini:",
"githubUrlTooLong": "Tautan GitHub ini sangat panjang. Jika tidak terbuka, buka halaman issue dan tempel log secara manual."
},
"history": "Riwayat",
"imageLoadError": "Gagal memuat gambar",
"imagePlaceholder": "Tidak ada gambar tersedia",
@@ -195,10 +198,6 @@
"formatNote": "Catatan format",
"protocol": "Protokol",
"subscription": "Berlangganan"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Tautan GitHub ini sangat panjang. Jika tidak terbuka, buka halaman issue dan tempel log secara manual."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Gagal menyalin ke clipboard",
"downloadCompleted": "Unduhan selesai",
"downloadFailed": "Unduhan gagal",
"downloadStarted": "Unduhan dimulai",
"historyCleared": "Riwayat dihapus",
"historyClearFailed": "Gagal menghapus riwayat",
"itemRemoved": "Item dihapus",
@@ -327,7 +325,6 @@
"description": "Unduh semua video dari playlist atau saluran YouTube",
"downloadFailed": "Gagal memulai unduhan playlist",
"downloadPlaylist": "Unduh Playlist",
"downloadStarted": "Mulai mengunduh {{count}} video dari playlist",
"downloadType": "Jenis Unduhan",
"downloading": "Mengunduh playlist:",
"endIndex": "Akhir",
@@ -663,4 +660,4 @@
"popularSection": "Platform utama",
"viewAll": "Lihat semua situs yang didukung"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Ricerca aggiornamenti...",
"downloadError": "Errore nel download dell'aggiornamento",
"downloadStarted": "Download iniziato...",
"downloadUpdate": "Scarica e installa l'aggiornamento {{version}}?",
"manualDownloadAction": "Scarica ora",
"noUpdatesAvailable": "Stai usando l'ultima versione",
@@ -130,6 +129,10 @@
"error": "Errore",
"fetch": "Recupera",
"fetchingVideoInfo": "Recupero informazioni video...",
"feedback": {
"title": "Segnala questo errore:",
"githubUrlTooLong": "Questo link GitHub è molto lungo. Se non si apre, apri la pagina dell'issue e incolla i log manualmente."
},
"history": "Cronologia",
"imageLoadError": "Errore nel caricamento dell'immagine",
"imagePlaceholder": "Nessuna immagine disponibile",
@@ -195,10 +198,6 @@
"formatNote": "Nota sul formato",
"protocol": "Protocollo",
"subscription": "Sottoscrizione"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Questo link GitHub è molto lungo. Se non si apre, apri la pagina dell'issue e incolla i log manualmente."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Errore nella copia negli appunti",
"downloadCompleted": "Download completato",
"downloadFailed": "Download fallito",
"downloadStarted": "Download iniziato",
"historyCleared": "Cronologia cancellata",
"historyClearFailed": "Impossibile cancellare la cronologia",
"itemRemoved": "Elemento rimosso",
@@ -327,7 +325,6 @@
"description": "Scarica tutti i video da una playlist o canale YouTube",
"downloadFailed": "Errore nell'avvio del download playlist",
"downloadPlaylist": "Scarica Playlist",
"downloadStarted": "Iniziato download di {{count}} video dalla playlist",
"downloadType": "Tipo Download",
"downloading": "Scaricando playlist:",
"endIndex": "Fine",
@@ -663,4 +660,4 @@
"popularSection": "Piattaforme principali",
"viewAll": "Visualizza tutti i siti supportati"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "アップデートを検索中...",
"downloadError": "アップデートのダウンロードに失敗",
"downloadStarted": "ダウンロード開始...",
"downloadUpdate": "アップデート{{version}}をダウンロードしてインストールしますか?",
"manualDownloadAction": "今すぐダウンロード",
"noUpdatesAvailable": "最新バージョンを使用しています",
@@ -130,6 +129,10 @@
"error": "エラー",
"fetch": "取得",
"fetchingVideoInfo": "ビデオ情報を取得中...",
"feedback": {
"title": "このエラーを報告:",
"githubUrlTooLong": "このGitHubリンクは非常に長いです。開けない場合は、issueページを開いてログを手動で貼り付けてください。"
},
"history": "履歴",
"imageLoadError": "画像の読み込みに失敗",
"imagePlaceholder": "利用可能な画像なし",
@@ -195,10 +198,6 @@
"formatNote": "メモのフォーマット",
"protocol": "プロトコル",
"subscription": "サブスクリプション"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "このGitHubリンクは非常に長いです。開けない場合は、issueページを開いてログを手動で貼り付けてください。"
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "クリップボードへのコピーに失敗",
"downloadCompleted": "ダウンロード完了",
"downloadFailed": "ダウンロードに失敗",
"downloadStarted": "ダウンロード開始",
"historyCleared": "履歴をクリアしました",
"historyClearFailed": "履歴のクリアに失敗しました",
"itemRemoved": "アイテムが削除されました",
@@ -327,7 +325,6 @@
"description": "YouTubeプレイリストまたはチャンネルからすべてのビデオをダウンロード",
"downloadFailed": "プレイリストダウンロードの開始に失敗",
"downloadPlaylist": "プレイリストをダウンロード",
"downloadStarted": "プレイリストから{{count}}個のビデオのダウンロードを開始",
"downloadType": "ダウンロードタイプ",
"downloading": "プレイリストをダウンロード中:",
"endIndex": "終了",
@@ -663,4 +660,4 @@
"popularSection": "主要プラットフォーム",
"viewAll": "サポートされているすべてのサイトを表示"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "업데이트 검색 중...",
"downloadError": "업데이트 다운로드 실패",
"downloadStarted": "다운로드 시작...",
"downloadUpdate": "업데이트 {{version}}을(를) 다운로드하고 설치하시겠습니까?",
"manualDownloadAction": "지금 다운로드",
"noUpdatesAvailable": "최신 버전을 사용 중입니다",
@@ -130,6 +129,10 @@
"error": "오류",
"fetch": "가져오기",
"fetchingVideoInfo": "비디오 정보 가져오는 중...",
"feedback": {
"title": "이 오류를 보고:",
"githubUrlTooLong": "이 GitHub 링크가 매우 깁니다. 열리지 않으면 이슈 페이지를 열고 로그를 수동으로 붙여 넣어 주세요."
},
"history": "기록",
"imageLoadError": "이미지 로드 실패",
"imagePlaceholder": "사용 가능한 이미지 없음",
@@ -195,10 +198,6 @@
"formatNote": "메모 형식",
"protocol": "규약",
"subscription": "신청"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "이 GitHub 링크가 매우 깁니다. 열리지 않으면 이슈 페이지를 열고 로그를 수동으로 붙여 넣어 주세요."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "클립보드에 복사 실패",
"downloadCompleted": "다운로드 완료",
"downloadFailed": "다운로드 실패",
"downloadStarted": "다운로드 시작됨",
"historyCleared": "기록이 지워졌습니다",
"historyClearFailed": "기록을 지우지 못했습니다",
"itemRemoved": "항목 제거됨",
@@ -327,7 +325,6 @@
"description": "YouTube 재생목록 또는 채널의 모든 비디오 다운로드",
"downloadFailed": "재생목록 다운로드 시작 실패",
"downloadPlaylist": "재생목록 다운로드",
"downloadStarted": "재생목록에서 {{count}}개 비디오 다운로드 시작됨",
"downloadType": "다운로드 유형",
"downloading": "재생목록 다운로드 중:",
"endIndex": "끝",
@@ -663,4 +660,4 @@
"popularSection": "주요 플랫폼",
"viewAll": "지원되는 모든 사이트 보기"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Procurando atualizações...",
"downloadError": "Falha ao baixar atualização",
"downloadStarted": "Download iniciado...",
"downloadUpdate": "Baixar e instalar atualização {{version}}?",
"manualDownloadAction": "Baixe agora",
"noUpdatesAvailable": "Você está usando a versão mais recente",
@@ -130,6 +129,10 @@
"error": "Erro",
"fetch": "Buscar",
"fetchingVideoInfo": "Buscando informações do vídeo...",
"feedback": {
"title": "Relatar este erro:",
"githubUrlTooLong": "Este link do GitHub é muito longo. Se não abrir, abra a página da issue e cole os logs manualmente."
},
"history": "Histórico",
"imageLoadError": "Falha ao carregar imagem",
"imagePlaceholder": "Nenhuma imagem disponível",
@@ -195,10 +198,6 @@
"formatNote": "Formatar nota",
"protocol": "Protocolo",
"subscription": "Subscrição"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Este link do GitHub é muito longo. Se não abrir, abra a página da issue e cole os logs manualmente."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Falha ao copiar para área de transferência",
"downloadCompleted": "Download concluído",
"downloadFailed": "Download falhou",
"downloadStarted": "Download iniciado",
"historyCleared": "Histórico limpo",
"historyClearFailed": "Falha ao limpar histórico",
"itemRemoved": "Item removido",
@@ -327,7 +325,6 @@
"description": "Baixar todos os vídeos de uma playlist ou canal do YouTube",
"downloadFailed": "Falha ao iniciar download da playlist",
"downloadPlaylist": "Baixar Playlist",
"downloadStarted": "Iniciado download de {{count}} vídeos da playlist",
"downloadType": "Tipo de Download",
"downloading": "Baixando playlist:",
"endIndex": "Fim",
@@ -663,4 +660,4 @@
"popularSection": "Plataformas principais",
"viewAll": "Ver todos os sites suportados"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "Поиск обновлений...",
"downloadError": "Не удалось загрузить обновление",
"downloadStarted": "Загрузка началась...",
"downloadUpdate": "Загрузить и установить обновление {{version}}?",
"manualDownloadAction": "Скачать сейчас",
"noUpdatesAvailable": "Вы используете последнюю версию",
@@ -130,6 +129,10 @@
"error": "Ошибка",
"fetch": "Получить",
"fetchingVideoInfo": "Получение информации о видео...",
"feedback": {
"title": "Сообщить об этой ошибке:",
"githubUrlTooLong": "Эта ссылка GitHub очень длинная. Если она не открывается, откройте страницу issue и вставьте логи вручную."
},
"history": "История",
"imageLoadError": "Не удалось загрузить изображение",
"imagePlaceholder": "Изображение недоступно",
@@ -195,10 +198,6 @@
"formatNote": "Примечание формата",
"protocol": "Протокол",
"subscription": "Подписка"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "Эта ссылка GitHub очень длинная. Если она не открывается, откройте страницу issue и вставьте логи вручную."
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "Не удалось скопировать в буфер обмена",
"downloadCompleted": "Загрузка завершена",
"downloadFailed": "Загрузка не удалась",
"downloadStarted": "Загрузка началась",
"historyCleared": "История очищена",
"historyClearFailed": "Не удалось очистить историю",
"itemRemoved": "Элемент удалён",
@@ -327,7 +325,6 @@
"description": "Загрузить все видео из плейлиста или канала YouTube",
"downloadFailed": "Не удалось начать загрузку плейлиста",
"downloadPlaylist": "Загрузить плейлист",
"downloadStarted": "Начата загрузка {{count}} видео из плейлиста",
"downloadType": "Тип загрузки",
"downloading": "Загрузка плейлиста:",
"endIndex": "Конец",
@@ -663,4 +660,4 @@
"popularSection": "Основные платформы",
"viewAll": "Просмотреть все поддерживаемые сайты"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "正在搜尋更新...",
"downloadError": "下載更新失敗",
"downloadStarted": "開始下載...",
"downloadUpdate": "下載並安裝更新 {{version}}",
"manualDownloadAction": "立即下載",
"noUpdatesAvailable": "您正在使用最新版本",
@@ -130,6 +129,10 @@
"error": "錯誤",
"fetch": "取得",
"fetchingVideoInfo": "正在取得影片資訊...",
"feedback": {
"title": "報告此錯誤:",
"githubUrlTooLong": "這個 GitHub 連結很長。如果無法開啟,請開啟 issue 頁面並手動貼上日誌。"
},
"history": "歷史",
"imageLoadError": "圖片載入失敗",
"imagePlaceholder": "暫無圖片",
@@ -195,10 +198,6 @@
"formatNote": "格式註釋",
"protocol": "協定",
"subscription": "訂閱"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "這個 GitHub 連結很長。如果無法開啟,請開啟 issue 頁面並手動貼上日誌。"
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "複製到剪貼簿失敗",
"downloadCompleted": "下載完成",
"downloadFailed": "下載失敗",
"downloadStarted": "下載已開始",
"historyCleared": "歷史紀錄已清除",
"historyClearFailed": "清除歷史紀錄失敗",
"itemRemoved": "項目已移除",
@@ -327,7 +325,6 @@
"description": "下載 YouTube 播放清單或頻道中的全部影片",
"downloadFailed": "啟動播放清單下載失敗",
"downloadPlaylist": "下載播放清單",
"downloadStarted": "已開始下載播放清單中的 {{count}} 個影片",
"downloadType": "下載類型",
"downloading": "正在下載播放清單:",
"endIndex": "結束",
@@ -663,4 +660,4 @@
"popularSection": "主流平台",
"viewAll": "檢視全部支援的網站"
}
}
}

View File

@@ -27,7 +27,6 @@
"notifications": {
"checkingUpdates": "正在查找更新...",
"downloadError": "下载更新失败",
"downloadStarted": "开始下载...",
"downloadUpdate": "下载并安装更新 {{version}}",
"manualDownloadAction": "立即下载",
"noUpdatesAvailable": "您正在使用最新版本",
@@ -130,6 +129,10 @@
"error": "错误",
"fetch": "获取",
"fetchingVideoInfo": "正在获取视频信息...",
"feedback": {
"title": "报告此错误:",
"githubUrlTooLong": "这个 GitHub 链接很长。如果无法打开,请打开 issue 页面并手动粘贴日志。"
},
"history": "历史",
"imageLoadError": "图像加载失败",
"imagePlaceholder": "暂无图像",
@@ -195,10 +198,6 @@
"formatNote": "格式注释",
"protocol": "协议",
"subscription": "订阅"
},
"feedback": {
"title": "Report this error:",
"githubUrlTooLong": "这个 GitHub 链接很长。如果无法打开,请打开 issue 页面并手动粘贴日志。"
}
},
"error": {
@@ -303,7 +302,6 @@
"copyFailed": "复制到剪贴板失败",
"downloadCompleted": "下载完成",
"downloadFailed": "下载失败",
"downloadStarted": "下载已开始",
"historyCleared": "历史记录已清除",
"historyClearFailed": "清除历史记录失败",
"itemRemoved": "项目已移除",
@@ -327,7 +325,6 @@
"description": "下载 YouTube 播放列表或频道中的全部视频",
"downloadFailed": "启动播放列表下载失败",
"downloadPlaylist": "下载播放列表",
"downloadStarted": "已开始下载播放列表中的 {{count}} 个视频",
"downloadType": "下载类型",
"downloading": "正在下载播放列表:",
"endIndex": "结束",
@@ -663,4 +660,4 @@
"popularSection": "主流平台",
"viewAll": "查看全部支持的网站"
}
}
}