Skip to content

Commit

Permalink
updated & builded
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Sep 4, 2024
1 parent 652a989 commit 74ae663
Show file tree
Hide file tree
Showing 68 changed files with 417 additions and 129 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- Добавлена возможность использования автоматически переведенных субтитров с YouTube. Язык, на который переводятся субтитры, выбирается согласно языку интерфейса расширения. Если язык интерфейса и язык автосгенерированных субтитров совпадают, то субтитры не будут показаны (#537)
- Добавлена возможность выбрать формат загружаемых субтитров
- Добавлено округление до целого процента в слайдере "Уменьшить громкость видео до"
- Добавлена возможность включить загрузку аудио дорожки и субтитров с названием видео, если расширение его нашло (#791)
- Добавлено автоопределение возвращаемого типа данных из LocalStorage, если присутствует стандартное значение
- Автосгенериванные субтитры с YouTube, теперь, используют уже существующие токены, а не генерируют новые
- В субтитрах от самого веб-сайта, теперь, показывается полный домен сайта, а не его внутреннее название
- Изменена логика работы субтитров на "кастомных" сайтах. Теперь, вместо ошибки, возвращаются пустые данные
Expand All @@ -24,6 +26,7 @@
- Исправлена ошибка из-за которой кнопка перевода могла не появляться до первичного получения субтитров или завершения автоперевода
- Исправлена ошибка из-за которой при смене адреса worker прокси-сервера домен сразу применялся, даже, если проксирование аудио выключено
- Исправлена ошибка из-за которой при запросе субтитров не учитывался выбранный язык видео
- Исправлена ошибка из-за которой для определения языка видео на ютубе использовалось локализованное название видео
- Исправлено появление значка загрузки при переводе на "кастомных" сайтах
- Исправлено появление кнопки в Rumble (#784)
- Исправлен жирный размер текста в меню и кнопке перевода на некоторых сайтах
Expand Down
47 changes: 26 additions & 21 deletions dist/vot-min.user.js

Large diffs are not rendered by default.

299 changes: 258 additions & 41 deletions dist/vot.user.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default [
// IMPORTED SCRIPTS
protobuf: "readonly",
Hls: "readonly",
anime: "readonly",
// WEBPACK ENVIRONMENT
BUILD_MODE: "readonly",
DEBUG_MODE: "readonly",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"bun-types": "^1.1.26",
"eslint": "^9.9.1",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-oxlint": "^0.9.1",
"eslint-plugin-oxlint": "^0.9.2",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-webpack-plugin": "^4.2.0",
"husky": "^9.1.5",
"lightningcss": "^1.26.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"oxlint": "^0.9.1",
"oxlint": "^0.9.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"sass": "^1.77.8",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"webpack-monkey": "^0.2.1"
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/localization/locales/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Druk die nuwe sneltoets...",
"VOTCreateTranslationHotkey": "Skep Sneltoets Vir Vertaling",
"VOTChangeHotkeyWithCurrent": "Verander Sneltoets (Huidige: {0})",
"VOTSubtitlesDownloadFormat": "Die formaat vir die aflaai van onderskrifte"
"VOTSubtitlesDownloadFormat": "Die formaat vir die aflaai van onderskrifte",
"VOTDownloadWithName": "Laai lêers af met die video naam"
}
3 changes: 2 additions & 1 deletion src/localization/locales/am.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "አዲሱን ሆትኪይ ይጫኑ።..",
"VOTCreateTranslationHotkey": "ለትርጉም ሆትኪይ ይፍጠሩ",
"VOTChangeHotkeyWithCurrent": "ሆትኪይ ለውጥ (የአሁኑ: {0})",
"VOTSubtitlesDownloadFormat": "ንዑስ ርዕሶችን ለማውረድ ቅርጸት"
"VOTSubtitlesDownloadFormat": "ንዑስ ርዕሶችን ለማውረድ ቅርጸት",
"VOTDownloadWithName": "ፋይሎችን በቪዲዮ ስም ያውርዱ"
}
3 changes: 2 additions & 1 deletion src/localization/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "اضغط على مفتاح الاختصار الجديد...",
"VOTCreateTranslationHotkey": "إنشاء هوتكي للترجمة",
"VOTChangeHotkeyWithCurrent": "تغيير هوتكي (الحالي: {0})",
"VOTSubtitlesDownloadFormat": "تنسيق تنزيل الترجمة"
"VOTSubtitlesDownloadFormat": "تنسيق تنزيل الترجمة",
"VOTDownloadWithName": "تحميل الملفات مع اسم الفيديو"
}
3 changes: 2 additions & 1 deletion src/localization/locales/az.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Yeni isti düyməni basın...",
"VOTCreateTranslationHotkey": "Tərcümə üçün qısa düymə yaradın",
"VOTChangeHotkeyWithCurrent": "Qısayol düyməsini dəyişdirin (cari: {0})",
"VOTSubtitlesDownloadFormat": "Altyazıları yükləmək üçün format"
"VOTSubtitlesDownloadFormat": "Altyazıları yükləmək üçün format",
"VOTDownloadWithName": "Video adı ilə faylları yükləyin"
}
3 changes: 2 additions & 1 deletion src/localization/locales/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Натисни новата клавишна комбинация...",
"VOTCreateTranslationHotkey": "Създаване на клавиш за превод",
"VOTChangeHotkeyWithCurrent": "Промяна На Клавишната Комбинация (Текуща: {0})",
"VOTSubtitlesDownloadFormat": "Формат за изтегляне на субтитри"
"VOTSubtitlesDownloadFormat": "Формат за изтегляне на субтитри",
"VOTDownloadWithName": "Изтегляне на файлове с името на видеото"
}
3 changes: 2 additions & 1 deletion src/localization/locales/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "নতুন হটকি টিপুন...",
"VOTCreateTranslationHotkey": "অনুবাদের জন্য হটকি তৈরি করুন",
"VOTChangeHotkeyWithCurrent": "হটকি পরিবর্তন করুন (বর্তমান: {0})",
"VOTSubtitlesDownloadFormat": "সাবটাইটেল ডাউনলোড করার জন্য ফর্ম্যাট"
"VOTSubtitlesDownloadFormat": "সাবটাইটেল ডাউনলোড করার জন্য ফর্ম্যাট",
"VOTDownloadWithName": "ভিডিও নাম সহ ফাইলগুলি ডাউনলোড করুন"
}
3 changes: 2 additions & 1 deletion src/localization/locales/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Pritisnite novi hotkey...",
"VOTCreateTranslationHotkey": "Kreirajte interventni taster za prevod",
"VOTChangeHotkeyWithCurrent": "Promijeni Interventni Taster (Trenutno: {0})",
"VOTSubtitlesDownloadFormat": "Format za preuzimanje titlova"
"VOTSubtitlesDownloadFormat": "Format za preuzimanje titlova",
"VOTDownloadWithName": "Preuzmite datoteke sa imenom video zapisa"
}
3 changes: 2 additions & 1 deletion src/localization/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Premeu la nova tecla d'accés ràpid...",
"VOTCreateTranslationHotkey": "Crea Una Tecla D'Accés Ràpid Per A La Traducció",
"VOTChangeHotkeyWithCurrent": "Canvia La Tecla D'Accés Ràpid (Actual: {0})",
"VOTSubtitlesDownloadFormat": "El format per descarregar subtítols"
"VOTSubtitlesDownloadFormat": "El format per descarregar subtítols",
"VOTDownloadWithName": "Baixeu fitxers amb el nom del vídeo"
}
3 changes: 2 additions & 1 deletion src/localization/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Stiskněte novou klávesovou zkratku...",
"VOTCreateTranslationHotkey": "Vytvořit klávesovou zkratku pro překlad",
"VOTChangeHotkeyWithCurrent": "Změnit Klávesovou Zkratku (Aktuální: {0})",
"VOTSubtitlesDownloadFormat": "Formát pro stahování titulků"
"VOTSubtitlesDownloadFormat": "Formát pro stahování titulků",
"VOTDownloadWithName": "Stahujte soubory s názvem videa"
}
3 changes: 2 additions & 1 deletion src/localization/locales/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Pwyswch y hotkey newydd...",
"VOTCreateTranslationHotkey": "Creu Hotkey Ar Gyfer Cyfieithu",
"VOTChangeHotkeyWithCurrent": "Newid Hotkey (Cyfredol: {0})",
"VOTSubtitlesDownloadFormat": "Y fformat ar gyfer lawrlwytho isdeitlau"
"VOTSubtitlesDownloadFormat": "Y fformat ar gyfer lawrlwytho isdeitlau",
"VOTDownloadWithName": "Lawrlwytho ffeiliau gydag enw'r fideo"
}
3 changes: 2 additions & 1 deletion src/localization/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Tryk på den nye genvejstast...",
"VOTCreateTranslationHotkey": "Opret genvejstast til oversættelse",
"VOTChangeHotkeyWithCurrent": "Skift Genvejstast (Current: {0})",
"VOTSubtitlesDownloadFormat": "Formatet til hentning af undertekster"
"VOTSubtitlesDownloadFormat": "Formatet til hentning af undertekster",
"VOTDownloadWithName": "Hent filer med videonavnet"
}
3 changes: 2 additions & 1 deletion src/localization/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Drücken Sie den neuen Hotkey...",
"VOTCreateTranslationHotkey": "Hotkey für Übersetzung erstellen",
"VOTChangeHotkeyWithCurrent": "Hotkey ändern (Aktuell: {0})",
"VOTSubtitlesDownloadFormat": "Das Format zum Herunterladen von Untertiteln"
"VOTSubtitlesDownloadFormat": "Das Format zum Herunterladen von Untertiteln",
"VOTDownloadWithName": "Laden Sie Dateien mit dem Videonamen herunter"
}
3 changes: 2 additions & 1 deletion src/localization/locales/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Πατήστε το νέο πλήκτρο πρόσβασης...",
"VOTCreateTranslationHotkey": "Δημιουργία πλήκτρου πρόσβασης για μετάφραση",
"VOTChangeHotkeyWithCurrent": "Αλλαγή Πλήκτρου Πρόσβασης (Τρέχον: {0})",
"VOTSubtitlesDownloadFormat": "Η μορφή λήψης υπότιτλων"
"VOTSubtitlesDownloadFormat": "Η μορφή λήψης υπότιτλων",
"VOTDownloadWithName": "Λήψη αρχείων με το όνομα του βίντεο"
}
3 changes: 2 additions & 1 deletion src/localization/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Press the new hotkey...",
"VOTCreateTranslationHotkey": "Create Hotkey for Translation",
"VOTChangeHotkeyWithCurrent": "Change Hotkey (Current: {0})",
"VOTSubtitlesDownloadFormat": "The format for downloading subtitles"
"VOTSubtitlesDownloadFormat": "The format for downloading subtitles",
"VOTDownloadWithName": "Download files with the video name"
}
3 changes: 2 additions & 1 deletion src/localization/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Presione la nueva tecla de acceso rápido...",
"VOTCreateTranslationHotkey": "Crear Tecla de acceso rápido para la Traducción",
"VOTChangeHotkeyWithCurrent": "Cambiar tecla de acceso rápido (Actual: {0})",
"VOTSubtitlesDownloadFormat": "El formato para descargar subtítulos"
"VOTSubtitlesDownloadFormat": "El formato para descargar subtítulos",
"VOTDownloadWithName": "Descargar archivos con el nombre del video"
}
3 changes: 2 additions & 1 deletion src/localization/locales/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Vajutage uut kiirklahvi...",
"VOTCreateTranslationHotkey": "Looge tõlkimiseks kiirklahv",
"VOTChangeHotkeyWithCurrent": "Muuda Kiirklahvi (Praegune: {0})",
"VOTSubtitlesDownloadFormat": "Subtiitrite allalaadimise vorming"
"VOTSubtitlesDownloadFormat": "Subtiitrite allalaadimise vorming",
"VOTDownloadWithName": "Laadige alla video nimega failid"
}
3 changes: 2 additions & 1 deletion src/localization/locales/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Sakatu laster-tekla berria...",
"VOTCreateTranslationHotkey": "Sortu Laster-Tekla Itzulpenerako",
"VOTChangeHotkeyWithCurrent": "Aldatu Laster-Tekla (Unekoa: {0})",
"VOTSubtitlesDownloadFormat": "Azpitituluak deskargatzeko formatua"
"VOTSubtitlesDownloadFormat": "Azpitituluak deskargatzeko formatua",
"VOTDownloadWithName": "Deskargatu bideoaren izena duten fitxategiak"
}
3 changes: 2 additions & 1 deletion src/localization/locales/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "کلید میانبر جدید را فشار دهید...",
"VOTCreateTranslationHotkey": "ایجاد کلید میانبر برای ترجمه",
"VOTChangeHotkeyWithCurrent": "کلید میانبر تغییر (در حال حاضر: {0})",
"VOTSubtitlesDownloadFormat": "فرمت دانلود زیرنویس"
"VOTSubtitlesDownloadFormat": "فرمت دانلود زیرنویس",
"VOTDownloadWithName": "دانلود فایل با نام تصویری"
}
3 changes: 2 additions & 1 deletion src/localization/locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Paina uutta pikanäppäintä...",
"VOTCreateTranslationHotkey": "Luo Pikanäppäin kääntämistä varten",
"VOTChangeHotkeyWithCurrent": "Vaihda Pikanäppäintä (Nykyinen: {0})",
"VOTSubtitlesDownloadFormat": "Tekstityksen lataamisen muoto"
"VOTSubtitlesDownloadFormat": "Tekstityksen lataamisen muoto",
"VOTDownloadWithName": "Lataa tiedostoja videon nimellä"
}
3 changes: 2 additions & 1 deletion src/localization/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Appuyez sur la nouvelle touche de raccourci...",
"VOTCreateTranslationHotkey": "Créer un raccourci clavier pour la traduction",
"VOTChangeHotkeyWithCurrent": "Modifier le raccourci clavier (Actuel: {0})",
"VOTSubtitlesDownloadFormat": "Le format de téléchargement des sous-titres"
"VOTSubtitlesDownloadFormat": "Le format de téléchargement des sous-titres",
"VOTDownloadWithName": "Télécharger des fichiers avec le nom de la vidéo"
}
3 changes: 2 additions & 1 deletion src/localization/locales/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Preme na nova tecla...",
"VOTCreateTranslationHotkey": "Crear Hotkey Para A Tradución",
"VOTChangeHotkeyWithCurrent": "Cambiar A Tecla Quente (Actual: {0})",
"VOTSubtitlesDownloadFormat": "O formato para descargar subtítulos"
"VOTSubtitlesDownloadFormat": "O formato para descargar subtítulos",
"VOTDownloadWithName": "Descargar ficheiros co nome do vídeo"
}
3 changes: 2 additions & 1 deletion src/localization/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "नई हॉटकी दबाएं।..",
"VOTCreateTranslationHotkey": "अनुवाद के लिए हॉटकी बनाएं",
"VOTChangeHotkeyWithCurrent": "हॉटकी बदलें (वर्तमान: {0})",
"VOTSubtitlesDownloadFormat": "उपशीर्षक डाउनलोड करने का प्रारूप"
"VOTSubtitlesDownloadFormat": "उपशीर्षक डाउनलोड करने का प्रारूप",
"VOTDownloadWithName": "वीडियो नाम के साथ फ़ाइलें डाउनलोड करें"
}
3 changes: 2 additions & 1 deletion src/localization/locales/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Pritisnite novu tipku prečaca...",
"VOTCreateTranslationHotkey": "Stvorite prečac za prijevod",
"VOTChangeHotkeyWithCurrent": "Promijenite prečac (trenutni: {0})",
"VOTSubtitlesDownloadFormat": "Format za preuzimanje titlova"
"VOTSubtitlesDownloadFormat": "Format za preuzimanje titlova",
"VOTDownloadWithName": "Prenesite datoteke s nazivom videozapisa"
}
3 changes: 2 additions & 1 deletion src/localization/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Nyomja meg az új gyorsbillentyűt...",
"VOTCreateTranslationHotkey": "Gyorsbillentyű létrehozása a fordításhoz",
"VOTChangeHotkeyWithCurrent": "Gyorsbillentyű Módosítása (Aktuális: {0})",
"VOTSubtitlesDownloadFormat": "A feliratok letöltésének formátuma"
"VOTSubtitlesDownloadFormat": "A feliratok letöltésének formátuma",
"VOTDownloadWithName": "Töltsön le fájlokat a videó nevével"
}
3 changes: 2 additions & 1 deletion src/localization/locales/hy.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Սեղմեք նոր թեժ ստեղնը:..",
"VOTCreateTranslationHotkey": "Թարգմանության համար Ստեղծեք թեժ ստեղն",
"VOTChangeHotkeyWithCurrent": "Փոխել թեժ ստեղնը (Ընթացիկ ՝ {0})",
"VOTSubtitlesDownloadFormat": "Ձևաչափ ՝ ենթագրերը ներբեռնելու համար"
"VOTSubtitlesDownloadFormat": "Ձևաչափ ՝ ենթագրերը ներբեռնելու համար",
"VOTDownloadWithName": "Վերբեռնեք ֆայլեր տեսանյութի անունով"
}
3 changes: 2 additions & 1 deletion src/localization/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Tekan tombol pintas baru...",
"VOTCreateTranslationHotkey": "Buat Hotkey untuk Terjemahan",
"VOTChangeHotkeyWithCurrent": "Ubah Tombol Pintas (Saat ini: {0})",
"VOTSubtitlesDownloadFormat": "Format untuk mengunduh subtitle"
"VOTSubtitlesDownloadFormat": "Format untuk mengunduh subtitle",
"VOTDownloadWithName": "Unduh file dengan nama video"
}
3 changes: 2 additions & 1 deletion src/localization/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Premere il nuovo tasto di scelta rapida...",
"VOTCreateTranslationHotkey": "Crea Hotkey per la traduzione",
"VOTChangeHotkeyWithCurrent": "Cambia tasto di scelta rapida (Corrente: {0})",
"VOTSubtitlesDownloadFormat": "Il formato per scaricare i sottotitoli"
"VOTSubtitlesDownloadFormat": "Il formato per scaricare i sottotitoli",
"VOTDownloadWithName": "Scarica i file con il nome del video"
}
3 changes: 2 additions & 1 deletion src/localization/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "新しいホットキーを押します。..",
"VOTCreateTranslationHotkey": "翻訳用のホットキーを作成する",
"VOTChangeHotkeyWithCurrent": "ホットキーの変更(現在:{0})",
"VOTSubtitlesDownloadFormat": "字幕をダウンロードするためのフォーマット"
"VOTSubtitlesDownloadFormat": "字幕をダウンロードするためのフォーマット",
"VOTDownloadWithName": "ビデオ名のファイルをダウンロードする"
}
3 changes: 2 additions & 1 deletion src/localization/locales/jv.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Pencet tombol anyar...",
"VOTCreateTranslationHotkey": "Nggawe Hotkey Kanggo Terjemahan",
"VOTChangeHotkeyWithCurrent": "Ganti Tombol (Saiki: {0})",
"VOTSubtitlesDownloadFormat": "Format kanggo ngundhuh subtitles"
"VOTSubtitlesDownloadFormat": "Format kanggo ngundhuh subtitles",
"VOTDownloadWithName": "Ngundhuh file kanthi jeneng video"
}
3 changes: 2 additions & 1 deletion src/localization/locales/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "Жаңа жылдам пернені басыңыз...",
"VOTCreateTranslationHotkey": "Аударма Үшін Жылдам Перне жасаңыз",
"VOTChangeHotkeyWithCurrent": "Жылдам Пернені Өзгерту (Ағымдағы: {0})",
"VOTSubtitlesDownloadFormat": "Субтитрлерді жүктеу форматы"
"VOTSubtitlesDownloadFormat": "Субтитрлерді жүктеу форматы",
"VOTDownloadWithName": "Бейне атауы бар файлдарды жүктеңіз"
}
3 changes: 2 additions & 1 deletion src/localization/locales/km.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "ចុចគ្រាប់ចុចចងថ្មី...",
"VOTCreateTranslationHotkey": "បង្កើតគ្រាប់ចុចចងសម្រាប់ការបកប្រែ",
"VOTChangeHotkeyWithCurrent": "ផ្លាស់ប្តូរគ្រាប់ចុចចង(បច្ចុប្បន្ន:{0})",
"VOTSubtitlesDownloadFormat": "ទ្រង់ទ្រាយសម្រាប់ទាញយកចំណងជើងរង"
"VOTSubtitlesDownloadFormat": "ទ្រង់ទ្រាយសម្រាប់ទាញយកចំណងជើងរង",
"VOTDownloadWithName": "ទាញយកឯកសារដែលមានឈ្មោះវីដេអូ"
}
3 changes: 2 additions & 1 deletion src/localization/locales/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,6 @@
"VOTPressNewHotkey": "ಹೊಸ ಹಾಟ್ಕೀ ಒತ್ತಿರಿ...",
"VOTCreateTranslationHotkey": "ಅನುವಾದಕ್ಕಾಗಿ Hotkey ರಚಿಸಿ",
"VOTChangeHotkeyWithCurrent": "ಹಾಟ್ಕೀ ಬದಲಾಯಿಸಿ (ಪ್ರಸ್ತುತ: {0})",
"VOTSubtitlesDownloadFormat": "ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ಡೌನ್ಲೋಡ್ ಮಾಡುವ ಸ್ವರೂಪ"
"VOTSubtitlesDownloadFormat": "ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ಡೌನ್ಲೋಡ್ ಮಾಡುವ ಸ್ವರೂಪ",
"VOTDownloadWithName": "ವೀಡಿಯೊ ಹೆಸರಿನೊಂದಿಗೆ ಫೈಲ್ಗಳನ್ನು ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
}
Loading

0 comments on commit 74ae663

Please sign in to comment.