From be5ee6ccd9b29c9d5ca59e4a3d4adf53bac6bc8d Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Tue, 29 Sep 2020 10:49:56 +0200 Subject: [PATCH] New upstream version 3.6.1 --- empty.ts | 152 +++++++++++++++++++++++--- lib/http/src/cachedhttp.cpp | 30 ++++-- lib/http/src/cachedhttp.h | 6 +- lib/http/src/localcache.cpp | 17 ++- lib/http/src/localcache.h | 1 + locale/ar.ts | 156 +++++++++++++++++++++++---- locale/ast.ts | 156 +++++++++++++++++++++++---- locale/be.ts | 156 +++++++++++++++++++++++---- locale/bg_BG.ts | 156 +++++++++++++++++++++++---- locale/ca.ts | 156 +++++++++++++++++++++++---- locale/ca_ES.ts | 156 +++++++++++++++++++++++---- locale/cs_CZ.ts | 156 +++++++++++++++++++++++---- locale/da.ts | 156 +++++++++++++++++++++++---- locale/de_DE.ts | 156 +++++++++++++++++++++++---- locale/el.ts | 156 +++++++++++++++++++++++---- locale/en.ts | 41 +++---- locale/en_GB.ts | 156 +++++++++++++++++++++++---- locale/es.ts | 156 +++++++++++++++++++++++---- locale/es_AR.ts | 156 +++++++++++++++++++++++---- locale/es_ES.ts | 156 +++++++++++++++++++++++---- locale/es_MX.ts | 156 +++++++++++++++++++++++---- locale/fi.ts | 156 +++++++++++++++++++++++---- locale/fi_FI.ts | 156 +++++++++++++++++++++++---- locale/fr.ts | 156 +++++++++++++++++++++++---- locale/gl.ts | 156 +++++++++++++++++++++++---- locale/he_IL.ts | 156 +++++++++++++++++++++++---- locale/hr.ts | 156 +++++++++++++++++++++++---- locale/hu.ts | 156 +++++++++++++++++++++++---- locale/id.ts | 156 +++++++++++++++++++++++---- locale/it.ts | 156 +++++++++++++++++++++++---- locale/ja_JP.ts | 156 +++++++++++++++++++++++---- locale/ko_KR.ts | 156 +++++++++++++++++++++++---- locale/ky.ts | 156 +++++++++++++++++++++++---- locale/ms_MY.ts | 156 +++++++++++++++++++++++---- locale/nb.ts | 156 +++++++++++++++++++++++---- locale/nl.ts | 156 +++++++++++++++++++++++---- locale/nn.ts | 156 +++++++++++++++++++++++---- locale/pl.ts | 156 +++++++++++++++++++++++---- locale/pl_PL.ts | 156 +++++++++++++++++++++++---- locale/pt.ts | 156 +++++++++++++++++++++++---- locale/pt_BR.ts | 166 +++++++++++++++++++++++++---- locale/pt_PT.ts | 156 +++++++++++++++++++++++---- locale/ro.ts | 156 +++++++++++++++++++++++---- locale/ru.ts | 156 +++++++++++++++++++++++---- locale/sk.ts | 156 +++++++++++++++++++++++---- locale/sl.ts | 156 +++++++++++++++++++++++---- locale/sq.ts | 156 +++++++++++++++++++++++---- locale/sr.ts | 156 +++++++++++++++++++++++---- locale/sv_SE.ts | 156 +++++++++++++++++++++++---- locale/th.ts | 156 +++++++++++++++++++++++---- locale/tr.ts | 156 +++++++++++++++++++++++---- locale/uk.ts | 156 +++++++++++++++++++++++---- locale/uk_UA.ts | 156 +++++++++++++++++++++++---- locale/vi.ts | 156 +++++++++++++++++++++++---- locale/zh_CN.ts | 156 +++++++++++++++++++++++---- locale/zh_TW.ts | 156 +++++++++++++++++++++++---- minitube.pro | 2 +- src/datautils.cpp | 5 +- src/playlistmodel.cpp | 3 +- src/video.cpp | 10 +- src/video.h | 1 + src/ytjs/ytjs.cpp | 6 +- src/ytjs/ytjschannelsource.cpp | 29 ++--- src/ytjs/ytjssearch.cpp | 31 ++++++ src/ytjs/ytjssinglevideosource.cpp | 4 - src/ytjs/ytjsvideo.cpp | 11 +- 66 files changed, 7176 insertions(+), 983 deletions(-) diff --git a/empty.ts b/empty.ts index 4ba2dd1..2fbdbf6 100644 --- a/empty.ts +++ b/empty.ts @@ -233,6 +233,12 @@ + + %n year(s) ago + + + + DownloadItem @@ -798,18 +804,6 @@ Downloads complete - - %1 version %2 is now available. - - - - Remind me later - - - - Update - - You can still access the menu bar by pressing the ALT key @@ -1055,15 +1049,23 @@ - High Definition + Done + + + + This year - 720p or higher + HD - Done + 4K + + + + HDR @@ -1123,6 +1125,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1175,6 +1181,26 @@ Most Popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1187,6 +1213,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + + + YTRegions @@ -1389,4 +1473,42 @@ + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + + + + %1 %2 is now available. You have %3. + + + + Would you like to download it now? + + + + Remind Me Later + + + + Download Update + + + diff --git a/lib/http/src/cachedhttp.cpp b/lib/http/src/cachedhttp.cpp index 2b29fda..ad213b3 100644 --- a/lib/http/src/cachedhttp.cpp +++ b/lib/http/src/cachedhttp.cpp @@ -2,9 +2,9 @@ #include "localcache.h" #include -CachedHttpReply::CachedHttpReply(const QByteArray &body, const HttpRequest &req) - : bytes(body), req(req) { - QTimer::singleShot(0, this, SLOT(emitSignals())); +CachedHttpReply::CachedHttpReply(const QByteArray &body, const QUrl &url, bool autoSignals) + : bytes(body), requestUrl(url) { + if (autoSignals) QTimer::singleShot(0, this, SLOT(emitSignals())); } QByteArray CachedHttpReply::body() const { @@ -22,15 +22,26 @@ WrappedHttpReply::WrappedHttpReply(CachedHttp &cachedHttp, const QByteArray &key, HttpReply *httpReply) : HttpReply(httpReply), cachedHttp(cachedHttp), cache(cache), key(key), httpReply(httpReply) { - connect(httpReply, SIGNAL(data(QByteArray)), SIGNAL(data(QByteArray))); - connect(httpReply, SIGNAL(error(QString)), SIGNAL(error(QString))); connect(httpReply, SIGNAL(finished(HttpReply)), SLOT(originFinished(HttpReply))); } void WrappedHttpReply::originFinished(const HttpReply &reply) { qDebug() << reply.statusCode() << reply.url(); - bool doCache = reply.isSuccessful(); + bool success = reply.isSuccessful(); + if (!success) { + // Fallback to stale cached data on HTTP error + const QByteArray value = cache->possiblyStaleValue(key); + if (!value.isNull()) { + qDebug() << "Using stale cache value" << reply.url(); + emit data(value); + auto replyFromCache = new CachedHttpReply(value, reply.url(), false); + emit finished(*replyFromCache); + replyFromCache->deleteLater(); + return; + } + } + bool doCache = success; if (doCache) { const auto &validators = cachedHttp.getValidators(); if (!validators.isEmpty()) { @@ -54,6 +65,11 @@ void WrappedHttpReply::originFinished(const HttpReply &reply) { else qDebug() << "Not caching" << reply.statusCode() << reply.url(); + if (success) { + emit data(reply.body()); + } else { + emit error(reply.reasonPhrase()); + } emit finished(reply); } @@ -79,7 +95,7 @@ HttpReply *CachedHttp::request(const HttpRequest &req) { const QByteArray value = cache->value(key); if (!value.isNull()) { qDebug() << "HIT" << key << req.url; - return new CachedHttpReply(value, req); + return new CachedHttpReply(value, req.url); } qDebug() << "MISS" << key << req.url; return new WrappedHttpReply(*this, cache, key, http.request(req)); diff --git a/lib/http/src/cachedhttp.h b/lib/http/src/cachedhttp.h index 4ce5e12..61e8f1b 100644 --- a/lib/http/src/cachedhttp.h +++ b/lib/http/src/cachedhttp.h @@ -32,8 +32,8 @@ class CachedHttpReply : public HttpReply { Q_OBJECT public: - CachedHttpReply(const QByteArray &body, const HttpRequest &req); - QUrl url() const { return req.url; } + CachedHttpReply(const QByteArray &body, const QUrl &url, bool autoSignals = true); + QUrl url() const { return requestUrl; } int statusCode() const { return 200; } QByteArray body() const; @@ -42,7 +42,7 @@ private slots: private: const QByteArray bytes; - const HttpRequest req; + const QUrl requestUrl; }; class WrappedHttpReply : public HttpReply { diff --git a/lib/http/src/localcache.cpp b/lib/http/src/localcache.cpp index 99b9315..d4c0bb1 100644 --- a/lib/http/src/localcache.cpp +++ b/lib/http/src/localcache.cpp @@ -56,7 +56,22 @@ QByteArray LocalCache::value(const QByteArray &key) { QFile file(path); if (!file.open(QIODevice::ReadOnly)) { - qWarning() << __PRETTY_FUNCTION__ << file.fileName() << file.errorString(); + qWarning() << file.fileName() << file.errorString(); +#ifndef QT_NO_DEBUG_OUTPUT + misses++; +#endif + return QByteArray(); + } +#ifndef QT_NO_DEBUG_OUTPUT + hits++; +#endif + return file.readAll(); +} + +QByteArray LocalCache::possiblyStaleValue(const QByteArray &key) { + const QString path = cachePath(key); + QFile file(path); + if (!file.open(QIODevice::ReadOnly)) { #ifndef QT_NO_DEBUG_OUTPUT misses++; #endif diff --git a/lib/http/src/localcache.h b/lib/http/src/localcache.h index 90725e1..7888171 100644 --- a/lib/http/src/localcache.h +++ b/lib/http/src/localcache.h @@ -18,6 +18,7 @@ public: void setMaxSize(uint value) { maxSize = value; } QByteArray value(const QByteArray &key); + QByteArray possiblyStaleValue(const QByteArray &key); void insert(const QByteArray &key, const QByteArray &value); void clear(); diff --git a/locale/ar.ts b/locale/ar.ts index 033e961..6fe886c 100644 --- a/locale/ar.ts +++ b/locale/ar.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete التحميل انتهى - - %1 version %2 is now available. - %1 الإصدار %2 متوفر الآن. - - - Remind me later - ذكرني لاحقا - - - Update - تحديث - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ الجودة - High Definition - دقة عالية + Done + إنتهي - 720p or higher - 720 أو أعلي + This year + - Done - إنتهي + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular الأكثر شهرة + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + يتم الآن تحميل التحديث + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + لا يمكن الحصول على دفق الفيديو %1 + + YTRegions @@ -1375,4 +1457,42 @@ لا يمكن الحصول على دفق الفيديو %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + يتوقّر إصدار جديد من %1! + + + %1 %2 is now available. You have %3. + 1% %2 متوفر الآن. لديك 3%. + + + Would you like to download it now? + أتريد تنزيله الآن؟ + + + Remind Me Later + ذكرني لاحقا + + + Download Update + + + \ No newline at end of file diff --git a/locale/ast.ts b/locale/ast.ts index aa95dcd..30fbf89 100644 --- a/locale/ast.ts +++ b/locale/ast.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descargues completes - - %1 version %2 is now available. - %1 versión %2 yá ta disponible. - - - Remind me later - Avisame más sero - - - Update - Anovar - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Calidá - High Definition - Alta definición + Done + Fecho - 720p or higher - 720p o mayor + This year + - Done - Fecho + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Más populares + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando anovamientu... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nun pue obtenese'l fluxu de videu pa %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nun pue obtenese'l fluxu de videu pa %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Hai disponible una versión nueva de %1. + + + %1 %2 is now available. You have %3. + %1 %2 yá ta disponible. Tienes %3. + + + Would you like to download it now? + ¿Quies descargala agora? + + + Remind Me Later + Recordámelo más sero + + + Download Update + + + \ No newline at end of file diff --git a/locale/be.ts b/locale/be.ts index 8e87e6d..5894436 100644 --- a/locale/be.ts +++ b/locale/be.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Сцягванне завершанае - - %1 version %2 is now available. - %1 версіі %2 ужо даступны. - - - Remind me later - Напомніць пазней - - - Update - Абнаўленне - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Якасць - High Definition - High Definition + Done + Гатова - 720p or higher - 720p і лепей + This year + - Done - Гатова + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Папулярныя + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Сцягваецца абнаўленне... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Не ўдалося атрымаць відэа-паток для %1 + + YTRegions @@ -1375,4 +1457,42 @@ Не ўдалося атрымаць відэа-паток для %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Даступна новая версія %1! + + + %1 %2 is now available. You have %3. + Ужо даступны %1 %2. У вас — %3. + + + Would you like to download it now? + Сцягнуць зараз? + + + Remind Me Later + Напомніць пазней + + + Download Update + + + \ No newline at end of file diff --git a/locale/bg_BG.ts b/locale/bg_BG.ts index 5a644e5..911aa7d 100644 --- a/locale/bg_BG.ts +++ b/locale/bg_BG.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Изтеглянето е завършено - - %1 version %2 is now available. - %1 версия %2 е достъпна. - - - Remind me later - Напомни ми по късно - - - Update - Обнови - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Качество - High Definition - Високо качество + Done + Готово - 720p or higher - 720p или по голямо + This year + - Done - Готово + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Най-популярни + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Изтегляне на обновяване... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + + + YTRegions @@ -1375,4 +1457,42 @@ + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Достъпна е нова версия на %1 + + + %1 %2 is now available. You have %3. + %1 %2 е достъпна сега. Вие имате %$3 + + + Would you like to download it now? + Бихте ли искали да го изтеглите сега? + + + Remind Me Later + Напомни ми по-късно + + + Download Update + + + \ No newline at end of file diff --git a/locale/ca.ts b/locale/ca.ts index 7b93839..d64049e 100644 --- a/locale/ca.ts +++ b/locale/ca.ts @@ -221,6 +221,10 @@ %n week(s) ago fa %n setmanesfa %n setmanes + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Baixades completes - - %1 version %2 is now available. - %1 versió %2 ja està disponible. - - - Remind me later - Recorda-m'ho més tard - - - Update - Actualitza - You can still access the menu bar by pressing the ALT key Encara podreu accedir a les opcions del menú mitjançant la tecla ALT @@ -1041,16 +1033,24 @@ Qualitat - High Definition - Alta Definició + Done + Fet - 720p or higher - 720p o major + This year + - Done - Fet + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Més popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descarregant %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descarregant actualitzacions... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No es pot obtenir flux de vídeo per %1 + + YTRegions @@ -1375,4 +1457,42 @@ No es pot obtenir flux de vídeo per %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Una nova versió de %1 està disponible + + + %1 %2 is now available. You have %3. + %1 %2 està disponible. Tu tens %3. + + + Would you like to download it now? + T'agradaria descarregar-ho ara? + + + Remind Me Later + Recorda-m'ho després + + + Download Update + + + \ No newline at end of file diff --git a/locale/ca_ES.ts b/locale/ca_ES.ts index f7f6315..1909958 100644 --- a/locale/ca_ES.ts +++ b/locale/ca_ES.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Baixades completes - - %1 version %2 is now available. - %1 versió %2 ja està disponible. - - - Remind me later - Recorda-m'ho més tard - - - Update - Actualitza - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Qualitat - High Definition - Alta Definició + Done + Fet - 720p or higher - 720p o major + This year + - Done - Fet + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Més popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descarregant %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descarregant actualitzacions... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No es pot obtenir flux de vídeo per %1 + + YTRegions @@ -1375,4 +1457,42 @@ No es pot obtenir flux de vídeo per %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Una nova versió de %1 està disponible + + + %1 %2 is now available. You have %3. + %1 %2 està disponible. Tu tens %3. + + + Would you like to download it now? + T'agradaria descarregar-ho ara? + + + Remind Me Later + Recorda-m'ho després + + + Download Update + + + \ No newline at end of file diff --git a/locale/cs_CZ.ts b/locale/cs_CZ.ts index 0978140..da7a904 100644 --- a/locale/cs_CZ.ts +++ b/locale/cs_CZ.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Všechna stahování byla dokončena - - %1 version %2 is now available. - %1 verze %2 je nyní dostupná. - - - Remind me later - Připomenout později - - - Update - Aktualizovat - You can still access the menu bar by pressing the ALT key Stále ještě můžete přistupovat k pruhu s nabídkou stisknutím klávesy Alt @@ -1041,16 +1033,24 @@ Kvalita - High Definition - Vysoké rozlišení + Done + Hotovo - 720p or higher - 720p nebo vyšší + This year + - Done - Hotovo + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Nejoblíbenější + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Stahování %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Stahuje se aktualizace... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nelze získat video stream pro %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nelze získat video stream pro %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Nová verze %1 je k dispozici! + + + %1 %2 is now available. You have %3. + %1 %2 je nyní k dispozici. Vy máte %3. + + + Would you like to download it now? + Chcete ji nyní stáhnout? + + + Remind Me Later + Připomenout později + + + Download Update + + + \ No newline at end of file diff --git a/locale/da.ts b/locale/da.ts index 784eb39..c55af31 100644 --- a/locale/da.ts +++ b/locale/da.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Kopiér &URL'en til videostrømmen Downloads complete Downloads færdig - - %1 version %2 is now available. - %1 version %2 er nu tilgængelig. - - - Remind me later - Påmind mig senere - - - Update - Opdatér - You can still access the menu bar by pressing the ALT key @@ -1042,16 +1034,24 @@ Kopiér &URL'en til videostrømmen Kvalitet - High Definition - High Definition + Done + Afsluttet - 720p or higher - 720p eller højere + This year + - Done - Afsluttet + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ Kopiér &URL'en til videostrømmen I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Kopiér &URL'en til videostrømmen Most Popular Mest populære + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ Kopiér &URL'en til videostrømmen Henter %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Henter opdatering... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Kan ikke hente videostrøm for %1 + + YTRegions @@ -1376,4 +1458,42 @@ Kopiér &URL'en til videostrømmen Kan ikke hente videostrøm for %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + En ny version af %1 er tilgængelig! + + + %1 %2 is now available. You have %3. + %1 %2 er tilgængelig. Du har %3. + + + Would you like to download it now? + Ønsker du at hente den nu? + + + Remind Me Later + Påmind mig senere + + + Download Update + + + \ No newline at end of file diff --git a/locale/de_DE.ts b/locale/de_DE.ts index f0d494e..4b85013 100644 --- a/locale/de_DE.ts +++ b/locale/de_DE.ts @@ -221,6 +221,10 @@ %n week(s) ago vor %n Wochevor %n Wochen + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Herunterladen vollständig - - %1 version %2 is now available. - %1 Version %2 ist jetzt verfügbar. - - - Remind me later - Erinnere mich später - - - Update - Aktualisierung - You can still access the menu bar by pressing the ALT key Sie können die Menüleiste weiterhin durch Drücken der ALT-Taste erreichen @@ -1041,16 +1033,24 @@ Qualität - High Definition - Hochauflösend + Done + Erledigt - 720p or higher - 720p oder höher + This year + - Done - Erledigt + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Beliebteste + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ heruntergeladen %1 + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Lade Aktualisierung herunter... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Videostream für %1 konnte nicht geöffnet werden + + YTRegions @@ -1375,4 +1457,42 @@ Videostream für %1 konnte nicht geöffnet werden + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Eine neue Version von %1 ist verfügbar! + + + %1 %2 is now available. You have %3. + %1 %2 ist jetzt verfügbar. Sie haben %3. + + + Would you like to download it now? + Möchten Sie sie jetzt herunterladen? + + + Remind Me Later + Später erinnern + + + Download Update + + + \ No newline at end of file diff --git a/locale/el.ts b/locale/el.ts index 5ee3822..5e3588c 100644 --- a/locale/el.ts +++ b/locale/el.ts @@ -221,6 +221,10 @@ %n week(s) ago πριν %n εβδομάδαπριν %n εβδομάδες + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Οι λήψεις ολοκληρώθηκαν - - %1 version %2 is now available. - Η έκδοση %2 του %1 έχει γίνει διαθέσιμη. - - - Remind me later - Υπενθύμιση αργότερα - - - Update - Ενημέρωση - You can still access the menu bar by pressing the ALT key Μπορείτε να εμφανίσετε τη γραμμή μενού με το πλήκτρο ALT @@ -1041,16 +1033,24 @@ Ποιότητα - High Definition - Υψηλή Ανάλυση + Done + Έγινε - 720p or higher - 720p και μεγαλύτερη + This year + - Done - Έγινε + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Πιο δημοφιλή + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Λήψη %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Λήψη ενημερώσεων... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Αδυναμία λήψης της ροής βίντεο για το %1 + + YTRegions @@ -1375,4 +1457,42 @@ Αδυναμία λήψης της ροής βίντεο για το %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Μια νέα έκδοση του %1 είναι διαθέσιμη! + + + %1 %2 is now available. You have %3. + Η %1 %2 είναι διαθέσιμη. Έχετε την %3. + + + Would you like to download it now? + Θα θέλατε να την κατεβάσετε τώρα; + + + Remind Me Later + Υπενθύμισε το μου αργότερα + + + Download Update + + + \ No newline at end of file diff --git a/locale/en.ts b/locale/en.ts index 9e662e3..f30d57b 100644 --- a/locale/en.ts +++ b/locale/en.ts @@ -4,9 +4,8 @@ ChannelAggregator - You have %n new video(s) - + You have a new video You have %n new videos @@ -15,52 +14,46 @@ DataUtils - - %n minute(s) ago - - A minute ago - %n minutes ago - - - - %n hour(s) ago - + An hour ago %n hours ago - %n day(s) ago - + Yesterday %n days ago - - %n weeks(s) ago - + %n month(s) ago + + A month ago + %n months ago + + + + %n week(s) ago + A week ago %n weeks ago - - %n month(s) ago - - A month ago - %n months ago + %n year(s) ago + + 1 year ago + %n years ago DownloadManager - %n Download(s) - + 1 Download %n Downloads diff --git a/locale/en_GB.ts b/locale/en_GB.ts index 869b254..18714aa 100644 --- a/locale/en_GB.ts +++ b/locale/en_GB.ts @@ -221,6 +221,10 @@ %n week(s) ago A week ago%n weeks ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Downloads complete - - %1 version %2 is now available. - %1 version %2 is now available. - - - Remind me later - Remind me later - - - Update - Update - You can still access the menu bar by pressing the ALT key You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Quality - High Definition - High Definition + Done + Done - 720p or higher - 720p or higher + This year + - Done - Done + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Most Popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Downloading %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Downloading update... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Cannot retrieve video stream for %1 + + YTRegions @@ -1375,4 +1457,42 @@ Cannot retrieve video stream for %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + A new version of %1 is available! + + + %1 %2 is now available. You have %3. + %1 %2 is now available. You have %3. + + + Would you like to download it now? + Would you like to download it now? + + + Remind Me Later + Remind Me Later + + + Download Update + + + \ No newline at end of file diff --git a/locale/es.ts b/locale/es.ts index f42e849..0dc6946 100644 --- a/locale/es.ts +++ b/locale/es.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Downloads complete Descargas completas - - %1 version %2 is now available. - %1 versión %2 ya está disponible. - - - Remind me later - Recordarme después - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key Por abrir la barra de menú puede presionar la tecla Alt. @@ -1042,16 +1034,24 @@ Calidad - High Definition - Alta definición + Done + Hecho - 720p or higher - 720p o mayor + This year + - Done - Hecho + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Most Popular Más populares + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ Descargando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando actualización… + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No se puede obtener el stream de vídeo para %1 + + YTRegions @@ -1376,4 +1458,42 @@ No se puede obtener el stream de vídeo para %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + ¡Una nueva versión de %1 está disponible! + + + %1 %2 is now available. You have %3. + %1 %2 se encuentra disponible. Su versión es %3. + + + Would you like to download it now? + ¿Quiere descargarla ahora? + + + Remind Me Later + Recordarme después + + + Download Update + + + \ No newline at end of file diff --git a/locale/es_AR.ts b/locale/es_AR.ts index 8f37a26..36b1c69 100644 --- a/locale/es_AR.ts +++ b/locale/es_AR.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descarga completa - - %1 version %2 is now available. - %1 versión %2 está ahora disponible - - - Remind me later - Recordármelo después - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Calidad - High Definition - Alta Definición + Done + Finalizado - 720p or higher - 720p o mayor + This year + - Done - Finalizado + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Más populares + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descargando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando actualización… + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No puedo obtener el stream de video de %1 + + YTRegions @@ -1375,4 +1457,42 @@ No puedo obtener el stream de video de %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Está disponible una nueva versión de %1. + + + %1 %2 is now available. You have %3. + %1 %2 está disponible ahora. Ud. tiene %3. + + + Would you like to download it now? + ¿Quiere descargarla ahora? + + + Remind Me Later + Recordarme después + + + Download Update + + + \ No newline at end of file diff --git a/locale/es_ES.ts b/locale/es_ES.ts index 1cb756e..8c36fc6 100644 --- a/locale/es_ES.ts +++ b/locale/es_ES.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descargas completadas - - %1 version %2 is now available. - La versión %2 de %1 ya está disponible. - - - Remind me later - Recordarme después - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Calidad - High Definition - Alta definición + Done + Finalizado - 720p or higher - 720p o mayor + This year + - Done - Finalizado + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Más popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descargando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando actualización... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No se puede obtener el flujo de vídeo para %1 + + YTRegions @@ -1375,4 +1457,42 @@ No se puede obtener el flujo de vídeo para %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + ¡Una nueva versión de %1 ya se encuentra disponible! + + + %1 %2 is now available. You have %3. + %1 %2 ya se encuentra disponible. Su versión es la %3. + + + Would you like to download it now? + ¿Desea descargarla ahora? + + + Remind Me Later + Recordarme después + + + Download Update + + + \ No newline at end of file diff --git a/locale/es_MX.ts b/locale/es_MX.ts index 506786a..dff0cc9 100644 --- a/locale/es_MX.ts +++ b/locale/es_MX.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descarga completa - - %1 version %2 is now available. - Está disponible %1 versión %2. - - - Remind me later - Recordarme después - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Calidad - High Definition - Alta definición + Done + Hecho - 720p or higher - 720p o mayor + This year + - Done - Hecho + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Más populares + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descargando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando actualización... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + No se puede obtener el vídeo para %1 + + YTRegions @@ -1375,4 +1457,42 @@ No se puede obtener el vídeo para %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Una versión nueva de %1 está disponible!. + + + %1 %2 is now available. You have %3. + %1 %2 está disponible. Tú tienes %3 + + + Would you like to download it now? + Te gustaría descargarla ahora? + + + Remind Me Later + Recordarme despúes + + + Download Update + + + \ No newline at end of file diff --git a/locale/fi.ts b/locale/fi.ts index 79a5340..7c204af 100644 --- a/locale/fi.ts +++ b/locale/fi.ts @@ -221,6 +221,10 @@ %n week(s) ago %n viikko sitten%n viikkoa sitten + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Lataukset ovat valmistuneet - - %1 version %2 is now available. - %1 versio %2 on nyt saatavilla. - - - Remind me later - Muistuta myöhemmin - - - Update - Päivitä - You can still access the menu bar by pressing the ALT key Saat valikkopalkin näkyviin painamalla ALT-näppäintä @@ -1041,16 +1033,24 @@ Laatu - High Definition - Teräväpiirto + Done + Valmis - 720p or higher - 720p tai tarkempi + This year + - Done - Valmis + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! Jatkan %1 :n parantamista tehdäkseni siitä niin hyvän kuin kykenen. Tue tätä työtä! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Suosituimmat + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Ladataan %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Ladataan päivitystä... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Videostriimiä ei saada kohteelle %1 + + YTRegions @@ -1375,4 +1457,42 @@ Videostriimiä ei saada kohteelle %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Uusi versio sovelluksesta %1 on saatavilla! + + + %1 %2 is now available. You have %3. + %1 %2 on nyt saatavilla. Sinulla on %3. + + + Would you like to download it now? + Haluatko ladata sen nyt? + + + Remind Me Later + Muistuta minua myöhemmin + + + Download Update + + + \ No newline at end of file diff --git a/locale/fi_FI.ts b/locale/fi_FI.ts index d41f8b3..9dc5887 100644 --- a/locale/fi_FI.ts +++ b/locale/fi_FI.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Lataukset ovat valmistuneet - - %1 version %2 is now available. - %1 versio %2 on nyt saatavilla. - - - Remind me later - Muistuta myöhemmin - - - Update - Päivitä - You can still access the menu bar by pressing the ALT key Saat valikkopalkin näkyviin painamalla ALT-näppäintä @@ -1041,16 +1033,24 @@ Laatu - High Definition - Teräväpiirto + Done + Valmis - 720p or higher - 720p tai tarkempi + This year + - Done - Valmis + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Suosituimmat + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Ladataan %1... + + Updater + + Check for Updates... + Tarkista päivitykset... + + + Version %1 is available... + Versio %1 on saatavilla... + + + Downloading version %1... + Ladataan versiota %1... + + + Restart to Update + Uudelleenkäynnistä päivittääksesi + + + Version %1 download failed + Version %1 lataaminen epäonnistui + + + Check for Updates + Tarkista päivitykset + + + Download Update + Lataa päivitys + + + Downloading update... + Ladataan päivitystä... + + + Retry Update Download + Yritä päivityksen lataamista uudelleen + + + You have the latest version. + Käytössäsi on viimeisin versio. + + + Version %1 is available. + Versio %1 on saatavilla. + + + An update has been downloaded and is ready to be installed. + Päivitys on ladattu ja valmiina asennettavaksi. + + + + YTJSVideo + + Cannot get video stream for %1 + Videostriimiä ei saada kohteelle %1 + + YTRegions @@ -1375,4 +1457,42 @@ Videostriimiä ei saada kohteelle %1 + + updater::DefaultUpdater + + There are currently no updates available. + Päivityksiä ei tällä hetkellä ole saatavilla. + + + + updater::Dialog + + You already have the latest version + Käytössäsi on jo viimeisin versio. + + + Downloading %1 %2... + Ladataan %1 %2... + + + A new version of %1 is available! + Uusi versio sovelluksesta %1 on saatavilla! + + + %1 %2 is now available. You have %3. + %1 %2 on nyt saatavilla. Sinulla on %3. + + + Would you like to download it now? + Haluatko ladata sen nyt? + + + Remind Me Later + Muistuta minua myöhemmin + + + Download Update + Lataa päivitys + + \ No newline at end of file diff --git a/locale/fr.ts b/locale/fr.ts index 49aa1c0..8bcdae6 100644 --- a/locale/fr.ts +++ b/locale/fr.ts @@ -221,6 +221,10 @@ %n week(s) ago Il y a %n semaineIl y a %n semaines + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Téléchargements terminés - - %1 version %2 is now available. - %1 version %2 est maintenant disponible - - - Remind me later - Me rappeler plus tard - - - Update - Mettre à jour - You can still access the menu bar by pressing the ALT key Vous pouvez continuer d'accéder à la barre de menu en appuyant sur la touche ALT @@ -1041,16 +1033,24 @@ Qualité - High Definition - Haute définition + Done + Terminer - 720p or higher - 720p ou plus + This year + - Done - Terminer + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Les plus populaires + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Téléchargement de %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Téléchargement de la mise à jour... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Impossible d'obtenir le flux vidéo de %1 + + YTRegions @@ -1375,4 +1457,42 @@ Impossible d'obtenir le flux vidéo de %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Une nouvelle version de %1 est disponible ! + + + %1 %2 is now available. You have %3. + %1 %2 est maintenant disponible. Vous avez %3. + + + Would you like to download it now? + Voulez-vous la télécharger maintenant ? + + + Remind Me Later + Me le rappeler plus tard + + + Download Update + + + \ No newline at end of file diff --git a/locale/gl.ts b/locale/gl.ts index 399a69a..88f99ae 100644 --- a/locale/gl.ts +++ b/locale/gl.ts @@ -221,6 +221,10 @@ %n week(s) ago Hai %n semanaHai %n semanas + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descargas completadas - - %1 version %2 is now available. - %1 versión %2 xa está dispoñíbel. - - - Remind me later - Lembrar máis adiante - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key Aínda pode acceder á barra de menús premendo a tecla ALT @@ -1041,16 +1033,24 @@ Calidade - High Definition - Alta definición + Done + Feito - 720p or higher - 720p ou máis + This year + - Done - Feito + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Máis popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Descargando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descargando a actualización... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Non é posíbel obter o fluxo de vídeo de %1 + + YTRegions @@ -1375,4 +1457,42 @@ Non é posíbel obter o fluxo de vídeo de %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Hai unha nova versión de %1 dispoñible! + + + %1 %2 is now available. You have %3. + %1 %2 está agora dispoñible. Tes %3. + + + Would you like to download it now? + Quere descargala agora? + + + Remind Me Later + Lembremo máis adiante + + + Download Update + + + \ No newline at end of file diff --git a/locale/he_IL.ts b/locale/he_IL.ts index 0a25261..5415644 100644 --- a/locale/he_IL.ts +++ b/locale/he_IL.ts @@ -221,6 +221,10 @@ %n week(s) ago לפני שבועלפני שבועייםלפני %n שבועותלפני %n שבועות + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete ההורדות הושלמו - - %1 version %2 is now available. - %1 בגרסה %2 זמין כעת. - - - Remind me later - להזכיר לי מאוחר יותר - - - Update - עדכון - You can still access the menu bar by pressing the ALT key עדיין ניתן לגשת לסרגל התפריט עם לחיצה על ALT @@ -1041,16 +1033,24 @@ איכות - High Definition - אבחנה גבוהה (HD) + Done + הסתיים - 720p or higher - 720p ומעלה + This year + - Done - הסתיים + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular הכי פופולאריים + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ מוריד %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + העדכון מתקבל... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + לא ניתן לקבל את תזרים הווידאו עבור %1 + + YTRegions @@ -1375,4 +1457,42 @@ לא ניתן לקבל את תזרים הווידאו עבור %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + גירסה חדשה של %1 זמינה להורדה! + + + %1 %2 is now available. You have %3. + %1 %2 זמין כעת. לך יש %3. + + + Would you like to download it now? + האם ברצונך להוריד זאת כעת? + + + Remind Me Later + להזכיר לי מאוחר יותר + + + Download Update + + + \ No newline at end of file diff --git a/locale/hr.ts b/locale/hr.ts index 59f7225..640db2b 100644 --- a/locale/hr.ts +++ b/locale/hr.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Preuzimanja završena - - %1 version %2 is now available. - %1 verzija %2 je dostupna. - - - Remind me later - Podsjeti me kasnije - - - Update - Ažuriraj - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvaliteta - High Definition - Visoka razlučivost + Done + Gotovo - 720p or higher - 720p ili više + This year + - Done - Gotovo + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Najpopularnije + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Preuzimam ažuriranja... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Ne mogu naći video stream za %1 + + YTRegions @@ -1375,4 +1457,42 @@ Ne mogu naći video stream za %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Dostupan je nova verzija %1 + + + %1 %2 is now available. You have %3. + %1 %2 verzija je sad dostupna. Vi imate %3. + + + Would you like to download it now? + Želite li sada započeti preuzimanje? + + + Remind Me Later + Podsjeti me kasnije + + + Download Update + + + \ No newline at end of file diff --git a/locale/hu.ts b/locale/hu.ts index a49a4a3..62cde13 100644 --- a/locale/hu.ts +++ b/locale/hu.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete A letöltések befejeződtek - - %1 version %2 is now available. - A %1 program %2 verziója elérhető. - - - Remind me later - Figyelmeztetés később - - - Update - Frissítés - You can still access the menu bar by pressing the ALT key A menüt az ALT gomb lenyomásával továbbra is eléred @@ -1041,16 +1033,24 @@ Minőség - High Definition - Nagyfelbontású + Done + Kész - 720p or higher - 720p vagy nagyobb + This year + - Done - Kész + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Legnépszerübb + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Letöltés %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Frissítés letöltése... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nem található videó adatfolyam a következőhöz: %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nem található videó adatfolyam a következőhöz: %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + %1 új verziója elérhető! + + + %1 %2 is now available. You have %3. + A %1 program %2 verziója elérhető. Neked %3 van. + + + Would you like to download it now? + Szeretné letölteni most? + + + Remind Me Later + Emlékeztessen később + + + Download Update + + + \ No newline at end of file diff --git a/locale/id.ts b/locale/id.ts index c988bb5..ce3ee9c 100644 --- a/locale/id.ts +++ b/locale/id.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Unduhan-unduhan komplit - - %1 version %2 is now available. - %1 versi %2 sekarang telah tersedia. - - - Remind me later - Beritahu saya lagi nanti - - - Update - Pembaruan data - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kualitas - High Definition - HD + Done + Selesai - 720p or higher - 720p atau lebih + This year + - Done - Selesai + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Paling populer + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Mengunduh %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Mengunduh pembaruan... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Tidak bisa mendapatkan video stream untuk %1 + + YTRegions @@ -1375,4 +1457,42 @@ Tidak bisa mendapatkan video stream untuk %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Versi baru %1 tersedia! + + + %1 %2 is now available. You have %3. + %1 %2 tersedia. Kamu punya %3 + + + Would you like to download it now? + Apakah Anda ingin mengunduhnya sekarang? + + + Remind Me Later + Ingatkan Nanti + + + Download Update + + + \ No newline at end of file diff --git a/locale/it.ts b/locale/it.ts index 8539f94..49f2aa7 100644 --- a/locale/it.ts +++ b/locale/it.ts @@ -221,6 +221,10 @@ %n week(s) ago Una settimana fa%n settimane fa + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete I download sono completi - - %1 version %2 is now available. - E' disponibile %1 versione %2 - - - Remind me later - Ricordamelo più tardi - - - Update - Aggiorna - You can still access the menu bar by pressing the ALT key Puoi accedere di nuovo al menu premendo ALT @@ -1041,16 +1033,24 @@ Qualità - High Definition - Alta definizione + Done + Fatto - 720p or higher - 720p o maggiore + This year + - Done - Fatto + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Più popolari + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Download di %1 + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Download dell'aggiornamento in corso... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Impossibile ottenere il flusso video per %1 + + YTRegions @@ -1375,4 +1457,42 @@ Impossibile ottenere il flusso video per %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Una nuova versione di %1 è disponibile! + + + %1 %2 is now available. You have %3. + %1 %2 è ora disponibile. Tu hai la %3. + + + Would you like to download it now? + Vuoi scaricare ora? + + + Remind Me Later + Ricordamelo più tardi + + + Download Update + + + \ No newline at end of file diff --git a/locale/ja_JP.ts b/locale/ja_JP.ts index 32e3234..c75e281 100644 --- a/locale/ja_JP.ts +++ b/locale/ja_JP.ts @@ -221,6 +221,10 @@ %n week(s) ago %n 週間前 + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete ダウンロード完了 - - %1 version %2 is now available. - %1 バージョン %2 が利用可能です。 - - - Remind me later - あとで通知する - - - Update - 更新 - You can still access the menu bar by pressing the ALT key ALTキーを押すことでメニューバーにアクセスできます @@ -1041,16 +1033,24 @@ 画質 - High Definition - 高画質 + Done + 完了 - 720p or higher - 720pまたは最高画質 + This year + - Done - 完了 + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular とても人気 + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ %1 をダウンロードしています... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + アップデートをダウンロード中... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + %1の動画を取得できませんでした + + YTRegions @@ -1375,4 +1457,42 @@ %1の動画を取得できませんでした + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + 新しいバージョンの%1があります! + + + %1 %2 is now available. You have %3. + %1 %2があります。あなたは%3です。 + + + Would you like to download it now? + 今すぐダウンロードしますか? + + + Remind Me Later + 後で通知 + + + Download Update + + + \ No newline at end of file diff --git a/locale/ko_KR.ts b/locale/ko_KR.ts index 1bfb777..80d027f 100644 --- a/locale/ko_KR.ts +++ b/locale/ko_KR.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete 다운로드 완료 - - %1 version %2 is now available. - %1 version %2이(가) 사용 가능 합니다. - - - Remind me later - 다음에 알리기 - - - Update - 업데이트 - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ 품질 - High Definition - HD + Done + 마침 - 720p or higher - 720p 이상 + This year + - Done - 마침 + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular 가장 유명 + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ %1 다운로드중 + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + 업데이트 다운로드... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + %1의 비디오 가져올수 없음 + + YTRegions @@ -1375,4 +1457,42 @@ %1의 비디오 가져올수 없음 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + %1의 새 버전이 존재 합니다! + + + %1 %2 is now available. You have %3. + %1 %2이(가) 존재 합니다. 사용자의 사용 버전은 %3 입니다. + + + Would you like to download it now? + 지금 다운로드 할까요? + + + Remind Me Later + 다음에 알리기 + + + Download Update + + + \ No newline at end of file diff --git a/locale/ky.ts b/locale/ky.ts index 7a31971..fe453d5 100644 --- a/locale/ky.ts +++ b/locale/ky.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Жүктөлөр аякталды - - %1 version %2 is now available. - %1 версия %2 азыр жеткиликтүү. - - - Remind me later - Кечирээк эске салуу - - - Update - Жаңылоо - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Сапат - High Definition - Жогорку чечим + Done + Даяр - 720p or higher - 720p же жогору + This year + - Done - Даяр + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Эң популярдуу + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Жаңылоолор жүктөп алынууда... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + %1 үчүн видео агымын алуу мүмкүн эмес + + YTRegions @@ -1375,4 +1457,42 @@ %1 үчүн видео агымын алуу мүмкүн эмес + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + %1'тин жаңы версиясы жеткиликтүү! + + + %1 %2 is now available. You have %3. + %1 %2 азыр жеткиликтүү. Сизде %3. + + + Would you like to download it now? + Азыр жүктөп алгыңыз келеби? + + + Remind Me Later + Кечирээк эске салдыруу + + + Download Update + + + \ No newline at end of file diff --git a/locale/ms_MY.ts b/locale/ms_MY.ts index 02f626c..dcd53c2 100644 --- a/locale/ms_MY.ts +++ b/locale/ms_MY.ts @@ -221,6 +221,10 @@ %n week(s) ago %n minggu yang lalu + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Muat turun selesai - - %1 version %2 is now available. - %1 versi %2 kini sudah tersedia. - - - Remind me later - Maklum saya kemudian - - - Update - Kemaskini - You can still access the menu bar by pressing the ALT key Anda masih boleh mencapai palang menu dengan menekan kekunci ALT @@ -1041,16 +1033,24 @@ Kualiti - High Definition - Definasi Tinggi + Done + Selesai - 720p or higher - 720p atau lebih tinggi + This year + - Done - Selesai + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Paling Popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Memuat turun %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Memuat turun kemaskini... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Tidak dapat strim video untuk %1 + + YTRegions @@ -1375,4 +1457,42 @@ Tidak dapat strim video untuk %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Versi baru %1 tersedia! + + + %1 %2 is now available. You have %3. + %1 %2 kini tersedia. Anda mempunyai %3. + + + Would you like to download it now? + Anda hendak muat turun ia sekarang? + + + Remind Me Later + Maklum Saya Kemudian + + + Download Update + + + \ No newline at end of file diff --git a/locale/nb.ts b/locale/nb.ts index 7081fe5..71cedea 100644 --- a/locale/nb.ts +++ b/locale/nb.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Nedlastinger fullført - - %1 version %2 is now available. - Versjon %2 av %1 er nå tilgjengelig. - - - Remind me later - Minn meg på det senere - - - Update - Oppdater - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvalitet - High Definition - Høy Definisjon + Done + Ferdig - 720p or higher - 720p eller høyere + This year + - Done - Ferdig + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Mest Populære + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Laster ned %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Laster ned oppdatering... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Kan ikke hente mediastrøm for %1 + + YTRegions @@ -1375,4 +1457,42 @@ Kan ikke hente mediastrøm for %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + En ny versjon av %1 er tilgjengelig! + + + %1 %2 is now available. You have %3. + %1 %2 er nå tilgjengelig. Du har %3. + + + Would you like to download it now? + Vil du last den ned nå? + + + Remind Me Later + Minn meg på det senere + + + Download Update + + + \ No newline at end of file diff --git a/locale/nl.ts b/locale/nl.ts index 4ccee44..a8b4737 100644 --- a/locale/nl.ts +++ b/locale/nl.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Downloads afgerond - - %1 version %2 is now available. - %1 versie %2 nu beschikbaar. - - - Remind me later - Herinner mij later - - - Update - Werk bij - You can still access the menu bar by pressing the ALT key U kunt de menubalk nog steeds benaderen door op ALT te drukken @@ -1041,16 +1033,24 @@ Kwaliteit - High Definition - HD Resolutie + Done + Klaar - 720p or higher - 720p of hover + This year + - Done - Klaar + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Meest populair + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Downloaden van %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Bezig met downloaden van update... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Kan de videostream niet verkrijgen voor %1 + + YTRegions @@ -1375,4 +1457,42 @@ Kan de videostream niet verkrijgen voor %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Een nieuwe versie van %1 is beschikbaar! + + + %1 %2 is now available. You have %3. + %1 %2 is nu beschikbaar. U heeft %3. + + + Would you like to download it now? + Wilt u deze nu downloaden? + + + Remind Me Later + Herinner me later + + + Download Update + + + \ No newline at end of file diff --git a/locale/nn.ts b/locale/nn.ts index ac1f51d..df640ee 100644 --- a/locale/nn.ts +++ b/locale/nn.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Nedlastingar fullførde - - %1 version %2 is now available. - Versjon %2 av %1 er no tilgjengeleg. - - - Remind me later - Minn meg på det seinare - - - Update - Oppdater - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvalitet - High Definition - Høy oppløysing + Done + Ferdig - 720p or higher - 720p eller høgare + This year + - Done - Ferdig + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Mest populære + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Lastar ned oppdatering … + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Kan ikkje henta videostraumen til %1 + + YTRegions @@ -1375,4 +1457,42 @@ Kan ikkje henta videostraumen til %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Ny utgåve av %1 tilgjengeleg! + + + %1 %2 is now available. You have %3. + %1 %2 er no tilgjengeleg. Du har %3. + + + Would you like to download it now? + Vil du lasta ned no? + + + Remind Me Later + Minn på meg seinare + + + Download Update + + + \ No newline at end of file diff --git a/locale/pl.ts b/locale/pl.ts index 68434c6..b4d683f 100644 --- a/locale/pl.ts +++ b/locale/pl.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Pobieranie ukończone - - %1 version %2 is now available. - %1 wersja %2 jest teraz dostępna. - - - Remind me later - Przypomnij mi później - - - Update - Aktualizuj - You can still access the menu bar by pressing the ALT key Wciąz masz dostęp do paska menu poprzez przyciśnięcie klawisza ALT @@ -1041,16 +1033,24 @@ Jakość - High Definition - Wysoka rozdzielczość + Done + Ukończono - 720p or higher - 720p lub lepsza + This year + - Done - Ukończono + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Najpopularniejsze + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Pobieranie %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Ściąganie aktualizacji... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nie można uzyskać dostępu do %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nie można uzyskać dostępu do %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Nowa wersja %1 jest dostępna! + + + %1 %2 is now available. You have %3. + %1 %2 jest już dostępny, Ty masz %3. + + + Would you like to download it now? + Czy chcesz to teraz pobrać? + + + Remind Me Later + Przypomnij mi później + + + Download Update + + + \ No newline at end of file diff --git a/locale/pl_PL.ts b/locale/pl_PL.ts index 94a243e..e5ecdd4 100644 --- a/locale/pl_PL.ts +++ b/locale/pl_PL.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Pobieranie ukończone - - %1 version %2 is now available. - Wersja %1 %2 jest dostępna - - - Remind me later - Przypomnij później - - - Update - Zaktualizuj - You can still access the menu bar by pressing the ALT key Dostęp do paska menu można uzyskać naciskając klawisz ALT @@ -1041,16 +1033,24 @@ Jakość - High Definition - Jakość HD + Done + Zrobione - 720p or higher - 720p lub wyższa + This year + - Done - Zrobione + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Najpopularniejsze + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Pobieranie %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Pobieranie aktualizacji... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nie można uzyskać dostępu do %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nie można uzyskać dostępu do %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Nowa wersja %1 jest dostępna! + + + %1 %2 is now available. You have %3. + %1 %2 jest dostępna. Aktualnie posiadasz %3. + + + Would you like to download it now? + Chcesz pobrać teraz? + + + Remind Me Later + Przypomnij mi później + + + Download Update + + + \ No newline at end of file diff --git a/locale/pt.ts b/locale/pt.ts index a431276..d286f4a 100644 --- a/locale/pt.ts +++ b/locale/pt.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Transferências terminadas - - %1 version %2 is now available. - Está disponível o %1 %2. - - - Remind me later - Lembrar mais tarde - - - Update - Atualizar - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Qualidade - High Definition - Alta definição + Done + Terminado - 720p or higher - 720p ou mais + This year + - Done - Terminado + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Mais populares + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Transferência da atualizaçao... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Não é possível obter a emissão de %1 + + YTRegions @@ -1375,4 +1457,42 @@ Não é possível obter a emissão de %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Está disponível uma nova versão do %1! + + + %1 %2 is now available. You have %3. + O %1 %2 está disponível. A sua versão é a %3. + + + Would you like to download it now? + Gostaria de transferir a nova versão? + + + Remind Me Later + Lembrar mais tarde + + + Download Update + + + \ No newline at end of file diff --git a/locale/pt_BR.ts b/locale/pt_BR.ts index fe5d0a0..04cc35e 100644 --- a/locale/pt_BR.ts +++ b/locale/pt_BR.ts @@ -221,6 +221,10 @@ %n week(s) ago %n semana(s) atrás%n semana(s) atrás + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Downloads finalizados - - %1 version %2 is now available. - %1 versão %2 já está disponível. - - - Remind me later - Lembrar mais tarde - - - Update - Atualizar - You can still access the menu bar by pressing the ALT key Você ainda pode acessar a barra de menu pressionando a tecla ALT @@ -860,15 +852,15 @@ Rewind %1 seconds - + Retroceder %1 segundos Fast forward %1 seconds - + Avançar %1 segundos channel - + canal @@ -1041,16 +1033,24 @@ Qualidade - High Definition - Alta Definição + Done + Feito - 720p or higher - 720p ou superior + This year + - Done - Feito + HD + + + + 4K + + + + HDR + @@ -1099,14 +1099,18 @@ Remove - + Remover Need a remote control for %1? Try %2! - + Precisa de um controle remoto para %1? Experimente %2! I keep improving %1 to make it the best I can. Support this work! + Continuo aprimorando %1 para torná-lo o melhor que posso. Apoie este trabalho! + + + An update is ready to be installed. Quit and install update. @@ -1161,6 +1165,26 @@ Most Popular Mais Popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Baixando %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Baixando atualização... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Não foi possível obter stream de vídeo de %1 + + YTRegions @@ -1375,4 +1457,42 @@ Não foi possível obter stream de vídeo de %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Uma nova versão do %1 está disponível! + + + %1 %2 is now available. You have %3. + %1 %2 já está disponível. Você está usando %3. + + + Would you like to download it now? + Gostaria de fazer o download agora? + + + Remind Me Later + Me Lembre Mais Tarde + + + Download Update + + + \ No newline at end of file diff --git a/locale/pt_PT.ts b/locale/pt_PT.ts index 548010b..f4ad724 100644 --- a/locale/pt_PT.ts +++ b/locale/pt_PT.ts @@ -221,6 +221,10 @@ %n week(s) ago há %n semanashá %n semanas + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Transferência completa - - %1 version %2 is now available. - %1 versão %2 está agora disponível. - - - Remind me later - Relembrar-me mais tarde - - - Update - Actualizar - You can still access the menu bar by pressing the ALT key Podes sempre obter a barra de menu com a tecla ALT @@ -1041,16 +1033,24 @@ Qualidade - High Definition - Alta-Definição + Done + Feito - 720p or higher - 720p ou mais alto + This year + - Done - Feito + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Mais Popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ A transferir %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + A transferir actualização... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Não é possível obter a stream do video para %1 + + YTRegions @@ -1375,4 +1457,42 @@ Não é possível obter a stream do video para %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Uma nova versão do %1 está disponível! + + + %1 %2 is now available. You have %3. + %1 %2 está agora disponível. Você tem %3. + + + Would you like to download it now? + Gostaria de descarregar agora? + + + Remind Me Later + Relembrar-me Mais Tarde + + + Download Update + + + \ No newline at end of file diff --git a/locale/ro.ts b/locale/ro.ts index 6c5bdac..389af36 100644 --- a/locale/ro.ts +++ b/locale/ro.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Descărcări complete - - %1 version %2 is now available. - Versiunea %1 a %2 este acum disponibilă. - - - Remind me later - Reamintește-mi mai târziu - - - Update - Actualizează - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Calitate - High Definition - Înaltă Definiție HD + Done + Terminat - 720p or higher - 720p sau definiție mai mare + This year + - Done - Terminat + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Cel mai popular + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Se descarcă %1 + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Descărcare actualizări... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nu poate fi accesat fluxul video pentru %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nu poate fi accesat fluxul video pentru %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + O nouă versiune %1 este disponibilă! + + + %1 %2 is now available. You have %3. + %1 %2 este acum disponibilă. Tu ai %3. + + + Would you like to download it now? + Dorești descărcarea ei acum? + + + Remind Me Later + Amintește-mi Mai Târziu + + + Download Update + + + \ No newline at end of file diff --git a/locale/ru.ts b/locale/ru.ts index 1803b88..93fc4f9 100644 --- a/locale/ru.ts +++ b/locale/ru.ts @@ -222,6 +222,10 @@ %n week(s) ago %n неделю назад ()%n недель назад ()%n недель назад ()%n неделя назад () + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Downloads complete Загрузка завершена - - %1 version %2 is now available. - %1 версия %2 теперь доступна. - - - Remind me later - Напомнить позже - - - Update - Обновление - You can still access the menu bar by pressing the ALT key Открыть меню можно нажатием ALT @@ -1042,16 +1034,24 @@ Качество - High Definition - Высокое разрешение + Done + Готово - 720p or higher - 720p или больше + This year + - Done - Готово + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Most Popular Самые популярные + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ Загрузка %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Загрузка обновления.... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Не удалось получить видео поток для %1 + + YTRegions @@ -1376,4 +1458,42 @@ Не удалось получить видео поток для %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Новая версия приложения %1 уже доступна! + + + %1 %2 is now available. You have %3. + %1 %2 уже доступна. У вас %3. + + + Would you like to download it now? + Хотите загрузить сейчас? + + + Remind Me Later + Напомнить позже + + + Download Update + + + \ No newline at end of file diff --git a/locale/sk.ts b/locale/sk.ts index 5a82304..0d97fcf 100644 --- a/locale/sk.ts +++ b/locale/sk.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Sťahovanie kompletné - - %1 version %2 is now available. - %1 verzie %2 je k dispozícii. - - - Remind me later - Pripomenúť neskôr - - - Update - Aktualizácia - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvalita - High Definition - Vysoké rozlíšenie + Done + Hotovo - 720p or higher - 720p alebo vyššie + This year + - Done - Hotovo + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Najpopulárnejšie + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Sťahujem aktualizáciu... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nedostupný video stream pre %1 + + YTRegions @@ -1375,4 +1457,42 @@ Nedostupný video stream pre %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Nová verzia %1 je práve dostupná! + + + %1 %2 is now available. You have %3. + %1 %2 je práve dostupná. Máš %3. + + + Would you like to download it now? + Chceš ju stiahnuť? + + + Remind Me Later + Pripomenúť mi neskôr + + + Download Update + + + \ No newline at end of file diff --git a/locale/sl.ts b/locale/sl.ts index b9e6221..53e5c85 100644 --- a/locale/sl.ts +++ b/locale/sl.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Prenosi so končani - - %1 version %2 is now available. - Na voljo je %1 različica %2. - - - Remind me later - Opozori me kasneje - - - Update - Posodobitev - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvaliteta - High Definition - Visoka ločljivost + Done + Narejeno - 720p or higher - 720p in višje + This year + - Done - Narejeno + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Najbolj popularno + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ Prenašanje %1 ... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Prenos posodobitve ... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Za %1 ni mogoče pridobiti video pretoka + + YTRegions @@ -1375,4 +1457,42 @@ Za %1 ni mogoče pridobiti video pretoka + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Nova različica %1 je na voljo! + + + %1 %2 is now available. You have %3. + %1 %2 je sedaj na voljo. Vi imate %3. + + + Would you like to download it now? + Bi jo radi prenesli sedaj? + + + Remind Me Later + Opomni me kasneje + + + Download Update + + + \ No newline at end of file diff --git a/locale/sq.ts b/locale/sq.ts index 1750165..a8529ac 100644 --- a/locale/sq.ts +++ b/locale/sq.ts @@ -222,6 +222,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Downloads complete Shkarkimet jan kompletuar - - %1 version %2 is now available. - %1 versioni %2 eshte i gatshem - - - Remind me later - Me rikujto me von - - - Update - Arrnim - You can still access the menu bar by pressing the ALT key @@ -1042,16 +1034,24 @@ Kualiteti - High Definition - Definicion i lartë + Done + Kry - 720p or higher - 720p ose më i lartë + This year + - Done - Kry + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Most Popular Me i përhapuri + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Duke shkarkuar përditësimet + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Nuk mund te merr rrjedhen e videos per %1 + + YTRegions @@ -1376,4 +1458,42 @@ Nuk mund te merr rrjedhen e videos per %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Një version i %1 është i gatshëm + + + %1 %2 is now available. You have %3. + %1 %2 është i gatshëm . Ju keni %3. + + + Would you like to download it now? + Dëshiron që ta shkarkoni tani? + + + Remind Me Later + Ma rikujtoni më vonë + + + Download Update + + + \ No newline at end of file diff --git a/locale/sr.ts b/locale/sr.ts index 9505ceb..5b5d443 100644 --- a/locale/sr.ts +++ b/locale/sr.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Преузимања су завршена - - %1 version %2 is now available. - Доступан је %1 верзије %2. - - - Remind me later - Подести ме касније - - - Update - Ажурирај - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Квалитет - High Definition - Високо Дефинисано + Done + Довршено - 720p or higher - 720p или више + This year + - Done - Довршено + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Најпопуларније + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Преузимам надоградњу... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + не могу да добавим видео ток за %1 + + YTRegions @@ -1375,4 +1457,42 @@ не могу да добавим видео ток за %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Ново издање %1 је доступно! + + + %1 %2 is now available. You have %3. + %1 %2 је сад доступан! Ви имате %3. + + + Would you like to download it now? + Желите ли да га преузмете одмах? + + + Remind Me Later + Касније + + + Download Update + + + \ No newline at end of file diff --git a/locale/sv_SE.ts b/locale/sv_SE.ts index 69975d1..2aac18b 100644 --- a/locale/sv_SE.ts +++ b/locale/sv_SE.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Nedladdningar klara - - %1 version %2 is now available. - %1 version %2 är nu tillgänglig - - - Remind me later - Påminn mig senare - - - Update - Uppdatera - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Kvalitet - High Definition - Hög Upplösning + Done + Färdig - 720p or higher - 720p eller högre + This year + - Done - Färdig + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Mest Populär + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Laddar ner uppdatering... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Kan inte få videoström för %1 + + YTRegions @@ -1375,4 +1457,42 @@ Kan inte få videoström för %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + En ny version av %1 Finns tillgänglig! + + + %1 %2 is now available. You have %3. + %1 %2 är nu tillgänglig. Du har %3. + + + Would you like to download it now? + Vill du ladda ner den nu? + + + Remind Me Later + Påminn mig senare + + + Download Update + + + \ No newline at end of file diff --git a/locale/th.ts b/locale/th.ts index 00b0ddd..0c6b3b6 100644 --- a/locale/th.ts +++ b/locale/th.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete ดาวน์โหลดเสร็จ - - %1 version %2 is now available. - %1 เวอร์ชั่น %2 ตอนนี้มีพร้อมใช้ - - - Remind me later - แจ้งฉันภายหลัง - - - Update - อัพเดต - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ คุณภาพ - High Definition - ความละเอียดสูง + Done + เสร็จแล้ว - 720p or higher - 720p หรือสูงกว่า + This year + - Done - เสร็จแล้ว + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular ยอดนิยม + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + กำลังดาวน์โหลดอัพเดต... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + ไม่สามารถรับกระแสวิดีโอของ %1 + + YTRegions @@ -1375,4 +1457,42 @@ ไม่สามารถรับกระแสวิดีโอของ %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + เวอร์ชั่นใหม่ของ %1 มีพร้อมแล้ว! + + + %1 %2 is now available. You have %3. + %1 %2 ตอนนี้มีพร้อมแล้ว คุณมี %3 + + + Would you like to download it now? + คุณอยากจะดาวน์โหลดตอนนี้หรือไม่? + + + Remind Me Later + แจ้งฉันภายหลัง + + + Download Update + + + \ No newline at end of file diff --git a/locale/tr.ts b/locale/tr.ts index a96c9ad..f04da13 100644 --- a/locale/tr.ts +++ b/locale/tr.ts @@ -221,6 +221,10 @@ %n week(s) ago &n hafta önce&n hafta önce + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete İndirme tamamlandı - - %1 version %2 is now available. - %1 sürüm %2 kullanılabilir durumda. - - - Remind me later - Daha sonra hatırlat - - - Update - Güncelle - You can still access the menu bar by pressing the ALT key ALT tuşuna basarak hala menü çubuğuna erişebilirsiniz @@ -1041,16 +1033,24 @@ Kalite - High Definition - Yüksek Kalite + Done + Bitti - 720p or higher - 720p veya daha yüksek + This year + - Done - Bitti + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! %1 iyileştirmek için sürekli devam ediyorum. Bu çalışmayı destekleyin! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular En popülerler + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ %1 indiriliyor... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Güncelleme indiriliyor... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + %1 için video akışı alınamıyor. + + YTRegions @@ -1375,4 +1457,42 @@ %1 için video akışı alınamıyor. + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + %1 e ait yeni sürüm kullanılabilir. + + + %1 %2 is now available. You have %3. + %1 %2 şimdi kullanılabilir. Siz %3 + + + Would you like to download it now? + Bunu şimdi indirmek istiyor musunuz? + + + Remind Me Later + Daha sonra Hatırlat + + + Download Update + + + \ No newline at end of file diff --git a/locale/uk.ts b/locale/uk.ts index 36b9cd4..41591c5 100644 --- a/locale/uk.ts +++ b/locale/uk.ts @@ -222,6 +222,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Downloads complete Завантаження завершено - - %1 version %2 is now available. - %1 версія %2 доступна. - - - Remind me later - Нагадати мені пізніше - - - Update - Оновлення - You can still access the menu bar by pressing the ALT key @@ -1042,16 +1034,24 @@ Якість - High Definition - Висока роздільна здатність + Done + Готово - 720p or higher - 720p або більше + This year + - Done - Готово + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Most Popular Найпопулярніші + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ Завантаження %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Завантаження оновлення... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Не вдалося отримати видиво потік для %1 + + YTRegions @@ -1376,4 +1458,42 @@ Не вдалося отримати видиво потік для %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Доступна нова версія %1! + + + %1 %2 is now available. You have %3. + %1 %2 доступна. Ви маєте %3. + + + Would you like to download it now? + Бажаєте завантажити це зараз? + + + Remind Me Later + Нагадати пізніше + + + Download Update + + + \ No newline at end of file diff --git a/locale/uk_UA.ts b/locale/uk_UA.ts index 0eba359..79a6639 100644 --- a/locale/uk_UA.ts +++ b/locale/uk_UA.ts @@ -222,6 +222,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -785,18 +789,6 @@ Downloads complete Завантаження завершено - - %1 version %2 is now available. - %1 версія %2 доступна. - - - Remind me later - Нагадати мені пізніше - - - Update - Оновлення - You can still access the menu bar by pressing the ALT key @@ -1042,16 +1034,24 @@ Якість - High Definition - Висока роздільна здатність + Done + Готово - 720p or higher - 720p або більше + This year + - Done - Готово + HD + + + + 4K + + + + HDR + @@ -1110,6 +1110,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1162,6 +1166,26 @@ Most Popular Найпопулярніші + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1174,6 +1198,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Завантаження оновлення... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Не вдалося отримати видивопотік для %1 + + YTRegions @@ -1376,4 +1458,42 @@ Не вдалося отримати видивопотік для %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Доступна нова версія %1! + + + %1 %2 is now available. You have %3. + %1 %2 доступна. Ви маєте %3. + + + Would you like to download it now? + Бажаєте завантажити це зараз? + + + Remind Me Later + Нагадати пізніше + + + Download Update + + + \ No newline at end of file diff --git a/locale/vi.ts b/locale/vi.ts index c29e039..e5019ef 100644 --- a/locale/vi.ts +++ b/locale/vi.ts @@ -221,6 +221,10 @@ %n week(s) ago + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete Tiến Trình Tải Về Đã Hoàn Tất - - %1 version %2 is now available. - %1 phiên bản %2 hiện vừa mới được phát hành. - - - Remind me later - Thông báo cho tôi sau - - - Update - Cập nhật - You can still access the menu bar by pressing the ALT key @@ -1041,16 +1033,24 @@ Chất lượng - High Definition - Độ phân giải cao + Done + Đã hoàn tất - 720p or higher - 720p hoặc cao hơn + This year + - Done - Đã hoàn tất + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular Phổ biến nhất + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + Đang tải về phần cập nhật... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + Không thể tiếp nhận luồng video từ %1 + + YTRegions @@ -1375,4 +1457,42 @@ Không thể tiếp nhận luồng video từ %1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + Hiện đã phát hành một phiên bản mới của %1! + + + %1 %2 is now available. You have %3. + %1 %2 hiện đã được phát hành. Phiên bản hiện tại bạn đang sở hữu %3. + + + Would you like to download it now? + Bạn có muốn tải về phần này không? + + + Remind Me Later + Thông báo cho tôi sau + + + Download Update + + + \ No newline at end of file diff --git a/locale/zh_CN.ts b/locale/zh_CN.ts index ff7cabb..9c8a76c 100644 --- a/locale/zh_CN.ts +++ b/locale/zh_CN.ts @@ -221,6 +221,10 @@ %n week(s) ago %n 周前 + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete 下载完成 - - %1 version %2 is now available. - %1 版本 %2 现在可用。 - - - Remind me later - 稍后提醒我 - - - Update - 更新 - You can still access the menu bar by pressing the ALT key 按住 ALT 键以访问菜单栏 @@ -1041,16 +1033,24 @@ 质量 - High Definition - 高分辨率 + Done + 完成 - 720p or higher - 720p 或更高 + This year + - Done - 完成 + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! 我一直在尽力改进 %1。请支持这个作品! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular 最流行 + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ 正在下载 %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + 正在下载更新... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + 无法获得视频流。可能原因:%1 + + YTRegions @@ -1375,4 +1457,42 @@ 无法获得视频流。可能原因:%1 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + 发现新版本的 %1 ! + + + %1 %2 is now available. You have %3. + %1 %2 已经可用。您现拥有 %3。 + + + Would you like to download it now? + 您想现在下载吗? + + + Remind Me Later + 稍后提醒我 + + + Download Update + + + \ No newline at end of file diff --git a/locale/zh_TW.ts b/locale/zh_TW.ts index 94154ae..0e6644f 100644 --- a/locale/zh_TW.ts +++ b/locale/zh_TW.ts @@ -221,6 +221,10 @@ %n week(s) ago %n 週前 + + %n year(s) ago + + DownloadItem @@ -784,18 +788,6 @@ Downloads complete 下載完成 - - %1 version %2 is now available. - 現在有 %1 版本 %2 可用。 - - - Remind me later - 稍候提醒我 - - - Update - 更新 - You can still access the menu bar by pressing the ALT key 您還是可以透過按下 ALT 鍵存取選單列 @@ -1041,16 +1033,24 @@ 品質 - High Definition - 高畫質 + Done + 完成 - 720p or higher - 720p或更高 + This year + - Done - 完成 + HD + + + + 4K + + + + HDR + @@ -1109,6 +1109,10 @@ I keep improving %1 to make it the best I can. Support this work! 我會不斷改善 %1,讓它變得更好。請支持我的努力! + + An update is ready to be installed. Quit and install update. + + SidebarHeader @@ -1161,6 +1165,26 @@ Most Popular 最熱門 + + Trending + + + + Music + + + + News + + + + Movies + + + + Gaming + + UpdateDialog @@ -1173,6 +1197,64 @@ 正在下載 %1... + + Updater + + Check for Updates... + + + + Version %1 is available... + + + + Downloading version %1... + + + + Restart to Update + + + + Version %1 download failed + + + + Check for Updates + + + + Download Update + + + + Downloading update... + 正在下載更新... + + + Retry Update Download + + + + You have the latest version. + + + + Version %1 is available. + + + + An update has been downloaded and is ready to be installed. + + + + + YTJSVideo + + Cannot get video stream for %1 + 無法為 %1 取得影片串流 + + YTRegions @@ -1375,4 +1457,42 @@ 無法為 %1 取得影片串流 + + updater::DefaultUpdater + + There are currently no updates available. + + + + + updater::Dialog + + You already have the latest version + + + + Downloading %1 %2... + + + + A new version of %1 is available! + 一個新版的 %1 可用! + + + %1 %2 is now available. You have %3. + %1 %2 現在可用。您有 %3. + + + Would you like to download it now? + 您想現在就下載嗎? + + + Remind Me Later + 稍後提醒我 + + + Download Update + + + \ No newline at end of file diff --git a/minitube.pro b/minitube.pro index c07090c..e75a41d 100644 --- a/minitube.pro +++ b/minitube.pro @@ -1,7 +1,7 @@ CONFIG += c++17 exceptions_off rtti_off optimize_full object_parallel_to_source TEMPLATE = app -VERSION = 3.6 +VERSION = 3.6.1 DEFINES += APP_VERSION="$$VERSION" APP_NAME = Minitube diff --git a/src/datautils.cpp b/src/datautils.cpp index 3101880..1de28d5 100644 --- a/src/datautils.cpp +++ b/src/datautils.cpp @@ -57,7 +57,7 @@ uint DataUtils::parseIsoPeriod(const QString &isoPeriod) { } QString DataUtils::formatDateTime(const QDateTime &dt) { - const qint64 seconds = dt.secsTo(QDateTime::currentDateTime()); + const qint64 seconds = dt.secsTo(QDateTime::currentDateTimeUtc()); QString s; int f = 60; if (seconds < f) { @@ -77,7 +77,8 @@ QString DataUtils::formatDateTime(const QDateTime &dt) { int n = seconds / (60 * 60 * 24 * 30); s = QCoreApplication::translate("DataUtils", "%n month(s) ago", Q_NULLPTR, n); } else { - s = dt.date().toString(Qt::DefaultLocaleShortDate); + int n = seconds / (60 * 60 * 24 * 30 * 12); + s = QCoreApplication::translate("DataUtils", "%n year(s) ago", Q_NULLPTR, n); } return s; } diff --git a/src/playlistmodel.cpp b/src/playlistmodel.cpp index 81a16c2..1ddc1de 100644 --- a/src/playlistmodel.cpp +++ b/src/playlistmodel.cpp @@ -263,7 +263,8 @@ void PlaylistModel::handleFirstVideo(Video *video) { auto clazz = videoSource->metaObject()->className(); if (clazz == QLatin1String("YTSearch") || clazz == QLatin1String("IVSearch") || - clazz == QLatin1String("IVChannelSource")) { + clazz == QLatin1String("IVChannelSource") || clazz == QLatin1String("YTJSSearch") || + clazz == QLatin1String("YTJSChannelSource")) { static const int maxRecentElements = 10; SearchParams *searchParams; diff --git a/src/video.cpp b/src/video.cpp index 6df9fd8..40ed56f 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -138,16 +138,14 @@ void Video::loadStreamUrlJS() { ytjsVideo = new YTJSVideo(id, this); connect(ytjsVideo, &YTJSVideo::gotStreamUrl, this, &Video::streamUrlLoaded); connect(ytjsVideo, &YTJSVideo::errorStreamUrl, this, [this](const QString &msg) { - emit errorStreamUrl(msg); ytjsVideo->deleteLater(); ytjsVideo = nullptr; + loadStreamUrlYT(); }); ytjsVideo->loadStreamUrl(); } -void Video::loadStreamUrl() { - loadStreamUrlJS(); - return; +void Video::loadStreamUrlYT() { if (ytVideo) { qDebug() << "Already loading" << id; return; @@ -162,6 +160,10 @@ void Video::loadStreamUrl() { ytVideo->loadStreamUrl(); } +void Video::loadStreamUrl() { + loadStreamUrlJS(); +} + void Video::abortLoadStreamUrl() { if (ytVideo) { ytVideo->disconnect(this); diff --git a/src/video.h b/src/video.h index 100ce8c..f94186e 100644 --- a/src/video.h +++ b/src/video.h @@ -103,6 +103,7 @@ private slots: private: void loadStreamUrlJS(); + void loadStreamUrlYT(); QString title; QString description; diff --git a/src/ytjs/ytjs.cpp b/src/ytjs/ytjs.cpp index 0863741..7153ef9 100644 --- a/src/ytjs/ytjs.cpp +++ b/src/ytjs/ytjs.cpp @@ -31,6 +31,8 @@ Http &YTJS::cachedHttp() { static Http *h = [] { CachedHttp *cachedHttp = new CachedHttp(http(), "ytjs"); cachedHttp->setMaxSeconds(3600 * 6); + // Avoid expiring the cached js + cachedHttp->setMaxSize(0); cachedHttp->setIgnoreHostname(true); cachedHttp->getValidators().insert("application/javascript", [](const auto &reply) -> bool { @@ -77,12 +79,14 @@ void YTJS::initialize() { connect(cachedHttp().get(ytJs), &HttpReply::finished, this, [this](auto &reply) { if (!reply.isSuccessful()) { - emit initFailed("Cannot load " + ytJs); + emit initFailed("Cannot load JS"); + qDebug() << "Cannot load JS"; return; } evaluate(reply.body()); ready = true; initializing = false; + qDebug() << "Initialized"; emit initialized(); }); } diff --git a/src/ytjs/ytjschannelsource.cpp b/src/ytjs/ytjschannelsource.cpp index f0862ef..c8e2d57 100644 --- a/src/ytjs/ytjschannelsource.cpp +++ b/src/ytjs/ytjschannelsource.cpp @@ -20,21 +20,26 @@ QString parseChannelId(const QString &channelUrl) { return QString(); } -quint64 parsePublishedText(const QString &s) { - int pos = s.indexOf(' '); - if (pos <= 0) return 0; - auto num = s.leftRef(pos); - auto now = QDateTime::currentSecsSinceEpoch(); +QDateTime parsePublishedText(const QString &s) { + int num = 0; + const auto parts = s.splitRef(' '); + for (const auto &part : parts) { + num = part.toInt(); + if (num > 0) break; + } + if (num == 0) return QDateTime(); + + auto now = QDateTime::currentDateTimeUtc(); if (s.contains("day")) { - return now - num.toInt() * 86400; + return now.addDays(-num); } else if (s.contains("week")) { - return now - num.toInt() * 86400 * 7; + return now.addDays(-num * 7); } else if (s.contains("month")) { - return now - num.toInt() * 86400 * 30; + return now.addMonths(-num); } else if (s.contains("year")) { - return now - num.toInt() * 86400 * 365; + return now.addDays(-num * 365); } - return 0; + return QDateTime(); } } // namespace @@ -123,8 +128,8 @@ void YTJSChannelSource::loadVideos(int max, int startIndex) { int duration = i["lengthSeconds"].toInt(); video->setDuration(duration); - int published = parsePublishedText(i["publishedText"].toString()); - if (published) video->setPublished(QDateTime::fromSecsSinceEpoch(published)); + auto published = parsePublishedText(i["publishedText"].toString()); + if (published.isValid()) video->setPublished(published); QString channelName = i["author"].toString(); if (channelName != name) { diff --git a/src/ytjs/ytjssearch.cpp b/src/ytjs/ytjssearch.cpp index c5a5031..b6413e3 100644 --- a/src/ytjs/ytjssearch.cpp +++ b/src/ytjs/ytjssearch.cpp @@ -31,6 +31,28 @@ QString parseChannelId(const QString &channelUrl) { return QString(); } +QDateTime parsePublishedText(const QString &s) { + int num = 0; + const auto parts = s.splitRef(' '); + for (const auto &part : parts) { + num = part.toInt(); + if (num > 0) break; + } + if (num == 0) return QDateTime(); + + auto now = QDateTime::currentDateTimeUtc(); + if (s.contains("day")) { + return now.addDays(-num); + } else if (s.contains("week")) { + return now.addDays(-num * 7); + } else if (s.contains("month")) { + return now.addMonths(-num); + } else if (s.contains("year")) { + return now.addDays(-num * 365); + } + return QDateTime(); +} + } // namespace YTJSSearch::YTJSSearch(SearchParams *searchParams, QObject *parent) @@ -141,6 +163,12 @@ void YTJSSearch::loadVideos(int max, int startIndex) { auto obj = doc.object(); + /* + QFile jsonFile("/Users/flavio/test.json"); + jsonFile.open(QFile::WriteOnly); + jsonFile.write(doc.toJson()); + */ + nextpageRef = obj["nextpageRef"].toString(); const auto items = obj["items"].toArray(); @@ -171,6 +199,9 @@ void YTJSSearch::loadVideos(int max, int startIndex) { int duration = parseDuration(i["duration"].toString()); video->setDuration(duration); + auto published = parsePublishedText(i["uploaded_at"].toString()); + if (published.isValid()) video->setPublished(published); + auto authorObj = i["author"]; QString channelName = authorObj["name"].toString(); video->setChannelTitle(channelName); diff --git a/src/ytjs/ytjssinglevideosource.cpp b/src/ytjs/ytjssinglevideosource.cpp index b63a133..8adcb54 100644 --- a/src/ytjs/ytjssinglevideosource.cpp +++ b/src/ytjs/ytjssinglevideosource.cpp @@ -41,10 +41,6 @@ void YTJSSingleVideoSource::loadVideos(int max, int startIndex) { auto obj = doc.object(); - QFile jsonFile("/Users/flavio/test.json"); - jsonFile.open(QFile::WriteOnly); - jsonFile.write(doc.toJson()); - const auto items = obj["related_videos"].toArray(); QVector