diff --git a/src/NzbDrone.Core/Localization/Core/ar.json b/src/NzbDrone.Core/Localization/Core/ar.json index e43ce0f76..b7f7b5070 100644 --- a/src/NzbDrone.Core/Localization/Core/ar.json +++ b/src/NzbDrone.Core/Localization/Core/ar.json @@ -360,5 +360,6 @@ "ProxyValidationBadRequest": "فشل اختبار الوكيل. رمز الحالة: {statusCode}", "Script": "النصي", "BuiltIn": "مدمج", - "PublishedDate": "تاريخ النشر" + "PublishedDate": "تاريخ النشر", + "AllSearchResultsHiddenByFilter": "يتم إخفاء جميع النتائج بواسطة عامل التصفية المطبق" } diff --git a/src/NzbDrone.Core/Localization/Core/bg.json b/src/NzbDrone.Core/Localization/Core/bg.json index c6e2ebddf..386cb33bd 100644 --- a/src/NzbDrone.Core/Localization/Core/bg.json +++ b/src/NzbDrone.Core/Localization/Core/bg.json @@ -360,5 +360,6 @@ "ProxyValidationBadRequest": "Неуспешно тестване на прокси. Код на състоянието: {statusCode}", "BuiltIn": "Вграден", "Script": "Сценарий", - "PublishedDate": "Дата на публикуване" + "PublishedDate": "Дата на публикуване", + "AllSearchResultsHiddenByFilter": "Всички резултати са скрити от приложения филтър" } diff --git a/src/NzbDrone.Core/Localization/Core/ca.json b/src/NzbDrone.Core/Localization/Core/ca.json index 87abc91c6..02fb32eaa 100644 --- a/src/NzbDrone.Core/Localization/Core/ca.json +++ b/src/NzbDrone.Core/Localization/Core/ca.json @@ -483,5 +483,6 @@ "Script": "Script", "InfoUrl": "URL d'informació", "PublishedDate": "Data de publicació", - "Redirected": "Redirecció" + "Redirected": "Redirecció", + "AllSearchResultsHiddenByFilter": "Tots els resultats estan ocults pel filtre aplicat" } diff --git a/src/NzbDrone.Core/Localization/Core/cs.json b/src/NzbDrone.Core/Localization/Core/cs.json index f803650f6..2fff9c764 100644 --- a/src/NzbDrone.Core/Localization/Core/cs.json +++ b/src/NzbDrone.Core/Localization/Core/cs.json @@ -422,5 +422,6 @@ "Any": "Jakákoliv", "BuiltIn": "Vestavěný", "Script": "Skript", - "PublishedDate": "Datum zveřejnění" + "PublishedDate": "Datum zveřejnění", + "AllSearchResultsHiddenByFilter": "Všechny výsledky jsou schovány použitým filtrem" } diff --git a/src/NzbDrone.Core/Localization/Core/da.json b/src/NzbDrone.Core/Localization/Core/da.json index 9cf1db814..b730163b9 100644 --- a/src/NzbDrone.Core/Localization/Core/da.json +++ b/src/NzbDrone.Core/Localization/Core/da.json @@ -397,5 +397,6 @@ "GrabRelease": "Grab Release", "Script": "Manuskript", "BuiltIn": "Indbygget", - "PublishedDate": "Udgivelsesdato" + "PublishedDate": "Udgivelsesdato", + "AllSearchResultsHiddenByFilter": "Alle resultater skjules af det anvendte filter" } diff --git a/src/NzbDrone.Core/Localization/Core/de.json b/src/NzbDrone.Core/Localization/Core/de.json index 28bdffa40..b06202153 100644 --- a/src/NzbDrone.Core/Localization/Core/de.json +++ b/src/NzbDrone.Core/Localization/Core/de.json @@ -611,5 +611,6 @@ "Any": "Beliebig", "BuiltIn": "Eingebaut", "PublishedDate": "Veröffentlichungsdatum", - "Redirected": "Umleiten" + "Redirected": "Umleiten", + "AllSearchResultsHiddenByFilter": "Alle Ergebnisse werden durch den angewendeten Filter ausgeblendet" } diff --git a/src/NzbDrone.Core/Localization/Core/el.json b/src/NzbDrone.Core/Localization/Core/el.json index fc1ad8603..909b181f0 100644 --- a/src/NzbDrone.Core/Localization/Core/el.json +++ b/src/NzbDrone.Core/Localization/Core/el.json @@ -528,5 +528,6 @@ "Script": "Γραφή", "BuiltIn": "Ενσωματωμένο", "PublishedDate": "Ημερομηνία δημοσίευσης", - "Redirected": "Διευθύνω πάλιν" + "Redirected": "Διευθύνω πάλιν", + "AllSearchResultsHiddenByFilter": "Όλα τα αποτελέσματα αποκρύπτονται από το εφαρμοσμένο φίλτρο" } diff --git a/src/NzbDrone.Core/Localization/Core/es.json b/src/NzbDrone.Core/Localization/Core/es.json index f059fbe78..df6d43c6d 100644 --- a/src/NzbDrone.Core/Localization/Core/es.json +++ b/src/NzbDrone.Core/Localization/Core/es.json @@ -768,5 +768,6 @@ "InfoUrl": "Información de la URL", "PublishedDate": "Fecha de publicación", "AverageQueries": "Promedio de peticiones", - "AverageGrabs": "Promedio de capturas" + "AverageGrabs": "Promedio de capturas", + "AllSearchResultsHiddenByFilter": "Todos los resultados estan ocultos por el filtro aplicado" } diff --git a/src/NzbDrone.Core/Localization/Core/fi.json b/src/NzbDrone.Core/Localization/Core/fi.json index d73ccca38..57b96a417 100644 --- a/src/NzbDrone.Core/Localization/Core/fi.json +++ b/src/NzbDrone.Core/Localization/Core/fi.json @@ -696,5 +696,6 @@ "Script": "Skripti", "InfoUrl": "Tietojen URL", "PublishedDate": "Julkaisupäivä", - "Redirected": "Uudelleenohjaus" + "Redirected": "Uudelleenohjaus", + "AllSearchResultsHiddenByFilter": "Aktiivinen suodatin piilottaa kaikki tulokset." } diff --git a/src/NzbDrone.Core/Localization/Core/fr.json b/src/NzbDrone.Core/Localization/Core/fr.json index c1964cf4c..2da3a7ba1 100644 --- a/src/NzbDrone.Core/Localization/Core/fr.json +++ b/src/NzbDrone.Core/Localization/Core/fr.json @@ -766,5 +766,6 @@ "Script": "Script", "InfoUrl": "URL d'informations", "Redirected": "Rediriger", - "PublishedDate": "Date de publication" + "PublishedDate": "Date de publication", + "AllSearchResultsHiddenByFilter": "Tous les résultats sont masqués par le filtre appliqué" } diff --git a/src/NzbDrone.Core/Localization/Core/he.json b/src/NzbDrone.Core/Localization/Core/he.json index f38398d92..4e1b1f593 100644 --- a/src/NzbDrone.Core/Localization/Core/he.json +++ b/src/NzbDrone.Core/Localization/Core/he.json @@ -414,5 +414,9 @@ "GrabRelease": "שחרור תפוס", "BuiltIn": "נִבנָה בְּ", "Script": "תַסרִיט", - "PublishedDate": "תאריך פרסום" + "PublishedDate": "תאריך פרסום", + "AddCategory": "הוסף קטגוריה", + "ActiveApps": "אפליקציות פעילות", + "ActiveIndexers": "אינדקסרים פעילים", + "AllSearchResultsHiddenByFilter": "כל התוצאות מוסתרות על ידי המסנן שהוחל" } diff --git a/src/NzbDrone.Core/Localization/Core/hi.json b/src/NzbDrone.Core/Localization/Core/hi.json index 0fc043c98..584b502bc 100644 --- a/src/NzbDrone.Core/Localization/Core/hi.json +++ b/src/NzbDrone.Core/Localization/Core/hi.json @@ -359,5 +359,6 @@ "GrabRelease": "पकड़ो रिलीज", "BuiltIn": "में निर्मित", "Script": "लिपि", - "PublishedDate": "प्रकाशित तिथि" + "PublishedDate": "प्रकाशित तिथि", + "AllSearchResultsHiddenByFilter": "सभी परिणाम लागू फ़िल्टर द्वारा छिपे हुए हैं" } diff --git a/src/NzbDrone.Core/Localization/Core/hr.json b/src/NzbDrone.Core/Localization/Core/hr.json index 32a974fdf..f22a2b6ad 100644 --- a/src/NzbDrone.Core/Localization/Core/hr.json +++ b/src/NzbDrone.Core/Localization/Core/hr.json @@ -180,5 +180,6 @@ "IndexerHDBitsSettingsCodecs": "Kodek", "Directory": "Direktorij", "BuiltIn": "Ugrađeno", - "Redirected": "Preusmjeri" + "Redirected": "Preusmjeri", + "AllSearchResultsHiddenByFilter": "Svi rezultati su skriveni zbog primjenjenog filtera" } diff --git a/src/NzbDrone.Core/Localization/Core/hu.json b/src/NzbDrone.Core/Localization/Core/hu.json index 13160244b..c187c5fbe 100644 --- a/src/NzbDrone.Core/Localization/Core/hu.json +++ b/src/NzbDrone.Core/Localization/Core/hu.json @@ -580,5 +580,6 @@ "Script": "Szkript", "Any": "Bármi", "PublishedDate": "Közzététel dátuma", - "Redirected": "Átirányítás" + "Redirected": "Átirányítás", + "AllSearchResultsHiddenByFilter": "Az alkalmazott szűrők miatt, az összes keresési eredmény rejtve marad" } diff --git a/src/NzbDrone.Core/Localization/Core/id.json b/src/NzbDrone.Core/Localization/Core/id.json index a2c84f956..b4461de26 100644 --- a/src/NzbDrone.Core/Localization/Core/id.json +++ b/src/NzbDrone.Core/Localization/Core/id.json @@ -84,5 +84,6 @@ "Link": "Tautan", "Id": "ID", "IndexerHDBitsSettingsCodecs": "Codec", - "ProxyValidationBadRequest": "Gagal menguji proxy. Kode Status: {statusCode}" + "ProxyValidationBadRequest": "Gagal menguji proxy. Kode Status: {statusCode}", + "AllSearchResultsHiddenByFilter": "Seluruh hasil disembunyikan karena penyaringan yang diterapkan" } diff --git a/src/NzbDrone.Core/Localization/Core/is.json b/src/NzbDrone.Core/Localization/Core/is.json index 4ba014aa4..9cbacfc2e 100644 --- a/src/NzbDrone.Core/Localization/Core/is.json +++ b/src/NzbDrone.Core/Localization/Core/is.json @@ -360,5 +360,6 @@ "GrabRelease": "Grípa losun", "BuiltIn": "Innbyggð", "Script": "Handrit", - "PublishedDate": "Útgáfudagur" + "PublishedDate": "Útgáfudagur", + "AllSearchResultsHiddenByFilter": "Allar niðurstöður eru faldar af beittu síunni" } diff --git a/src/NzbDrone.Core/Localization/Core/it.json b/src/NzbDrone.Core/Localization/Core/it.json index 6cc68d4fb..747811a94 100644 --- a/src/NzbDrone.Core/Localization/Core/it.json +++ b/src/NzbDrone.Core/Localization/Core/it.json @@ -645,5 +645,6 @@ "Script": "Script", "InfoUrl": "URL Info", "PublishedDate": "Data Pubblicazione", - "Redirected": "Reindirizzamento" + "Redirected": "Reindirizzamento", + "AllSearchResultsHiddenByFilter": "Tutti i risultati sono nascosti dal filtro" } diff --git a/src/NzbDrone.Core/Localization/Core/ja.json b/src/NzbDrone.Core/Localization/Core/ja.json index 260261452..33db1b688 100644 --- a/src/NzbDrone.Core/Localization/Core/ja.json +++ b/src/NzbDrone.Core/Localization/Core/ja.json @@ -360,5 +360,6 @@ "GrabRelease": "グラブリリース", "Script": "脚本", "BuiltIn": "ビルトイン", - "PublishedDate": "公開日" + "PublishedDate": "公開日", + "AllSearchResultsHiddenByFilter": "すべての結果は、適用されたフィルターによって非表示になります" } diff --git a/src/NzbDrone.Core/Localization/Core/ko.json b/src/NzbDrone.Core/Localization/Core/ko.json index 70ea1fafe..410849045 100644 --- a/src/NzbDrone.Core/Localization/Core/ko.json +++ b/src/NzbDrone.Core/Localization/Core/ko.json @@ -359,5 +359,6 @@ "GrabRelease": "그랩 릴리스", "ProxyValidationBadRequest": "프록시를 테스트하지 못했습니다. StatusCode : {statusCode}", "BuiltIn": "내장", - "PublishedDate": "발행일" + "PublishedDate": "발행일", + "AllSearchResultsHiddenByFilter": "적용된 필터에 의해 모든 결과가 숨겨집니다." } diff --git a/src/NzbDrone.Core/Localization/Core/nb_NO.json b/src/NzbDrone.Core/Localization/Core/nb_NO.json index fb0197f92..8b969f146 100644 --- a/src/NzbDrone.Core/Localization/Core/nb_NO.json +++ b/src/NzbDrone.Core/Localization/Core/nb_NO.json @@ -155,5 +155,6 @@ "UnableToAddANewApplicationPleaseTryAgain": "Ikke mulig å legge til ny betingelse, vennligst prøv igjen", "EditIndexerProxyImplementation": "Legg til betingelse - {implementationName}", "UnableToAddANewAppProfilePleaseTryAgain": "Ikke mulig å legge til ny betingelse, vennligst prøv igjen", - "BuiltIn": "Bygget inn" + "BuiltIn": "Bygget inn", + "AllSearchResultsHiddenByFilter": "Alle resultatene er skjult av det anvendte filteret" } diff --git a/src/NzbDrone.Core/Localization/Core/nl.json b/src/NzbDrone.Core/Localization/Core/nl.json index 8372f1adb..99d7d5022 100644 --- a/src/NzbDrone.Core/Localization/Core/nl.json +++ b/src/NzbDrone.Core/Localization/Core/nl.json @@ -497,5 +497,6 @@ "BuiltIn": "Ingebouwd", "Script": "Script", "PublishedDate": "Publicatie Datum", - "Redirected": "Omleiden" + "Redirected": "Omleiden", + "AllSearchResultsHiddenByFilter": "Alle resultaten zijn verborgen door het toegepaste filter" } diff --git a/src/NzbDrone.Core/Localization/Core/pl.json b/src/NzbDrone.Core/Localization/Core/pl.json index 4237bbbd2..32a1cf339 100644 --- a/src/NzbDrone.Core/Localization/Core/pl.json +++ b/src/NzbDrone.Core/Localization/Core/pl.json @@ -396,5 +396,6 @@ "GrabRelease": "Pobierz Wydanie", "Script": "Scenariusz", "BuiltIn": "Wbudowany", - "PublishedDate": "Data publikacji" + "PublishedDate": "Data publikacji", + "AllSearchResultsHiddenByFilter": "Wszystkie wyniki są ukrywane przez zastosowany filtr" } diff --git a/src/NzbDrone.Core/Localization/Core/pt_BR.json b/src/NzbDrone.Core/Localization/Core/pt_BR.json index 41a1e0ebb..5d2733fa8 100644 --- a/src/NzbDrone.Core/Localization/Core/pt_BR.json +++ b/src/NzbDrone.Core/Localization/Core/pt_BR.json @@ -768,5 +768,6 @@ "PublishedDate": "Data de Publicação", "Redirected": "Redirecionar", "AverageQueries": "Média de Consultas", - "AverageGrabs": "Média de Capturas" + "AverageGrabs": "Média de Capturas", + "AllSearchResultsHiddenByFilter": "Todos os resultados estão ocultos pelo filtro aplicado" } diff --git a/src/NzbDrone.Core/Localization/Core/ro.json b/src/NzbDrone.Core/Localization/Core/ro.json index 7ed888b5e..2ce62b210 100644 --- a/src/NzbDrone.Core/Localization/Core/ro.json +++ b/src/NzbDrone.Core/Localization/Core/ro.json @@ -475,5 +475,6 @@ "BuiltIn": "Incorporat", "Script": "Script", "InfoUrl": "URL informații", - "PublishedDate": "Data publicării" + "PublishedDate": "Data publicării", + "AllSearchResultsHiddenByFilter": "Toate rezultatele sunt ascunse de filtrul aplicat" } diff --git a/src/NzbDrone.Core/Localization/Core/ru.json b/src/NzbDrone.Core/Localization/Core/ru.json index b9fb5a41a..48b178c2b 100644 --- a/src/NzbDrone.Core/Localization/Core/ru.json +++ b/src/NzbDrone.Core/Localization/Core/ru.json @@ -530,5 +530,6 @@ "ProxyValidationUnableToConnect": "Невозможно подключиться к индексатору: {exceptionMessage}. Подробности см. в журнале этой ошибки", "Script": "Скрипт", "InfoUrl": "URL-адрес информации", - "PublishedDate": "Дата публикации" + "PublishedDate": "Дата публикации", + "AllSearchResultsHiddenByFilter": "Все результаты скрыты фильтром" } diff --git a/src/NzbDrone.Core/Localization/Core/sk.json b/src/NzbDrone.Core/Localization/Core/sk.json index 073668214..40a035a93 100644 --- a/src/NzbDrone.Core/Localization/Core/sk.json +++ b/src/NzbDrone.Core/Localization/Core/sk.json @@ -144,5 +144,6 @@ "EditIndexerProxyImplementation": "Pridať Indexer - {implementationName}", "EditApplicationImplementation": "Pridať podmienku - {implementationName}", "UnableToAddANewAppProfilePleaseTryAgain": "Nie je možné pridať novú podmienku, skúste to znova.", - "BuiltIn": "Vstavaný" + "BuiltIn": "Vstavaný", + "AllSearchResultsHiddenByFilter": "Použitý filter skryje všetky výsledky" } diff --git a/src/NzbDrone.Core/Localization/Core/sv.json b/src/NzbDrone.Core/Localization/Core/sv.json index e78d6ea2d..3f077c61e 100644 --- a/src/NzbDrone.Core/Localization/Core/sv.json +++ b/src/NzbDrone.Core/Localization/Core/sv.json @@ -448,5 +448,6 @@ "BuiltIn": "Inbyggd", "Script": "Skript", "PublishedDate": "Publiceringsdatum", - "Redirected": "Omdirigera" + "Redirected": "Omdirigera", + "AllSearchResultsHiddenByFilter": "Alla resultat döljs av det tillämpade filtret" } diff --git a/src/NzbDrone.Core/Localization/Core/th.json b/src/NzbDrone.Core/Localization/Core/th.json index 3a224b894..e4959e9ab 100644 --- a/src/NzbDrone.Core/Localization/Core/th.json +++ b/src/NzbDrone.Core/Localization/Core/th.json @@ -363,5 +363,6 @@ "GrabRelease": "คว้ารีลีส", "Script": "สคริปต์", "BuiltIn": "สร้างขึ้นใน", - "PublishedDate": "วันที่เผยแพร่" + "PublishedDate": "วันที่เผยแพร่", + "AllSearchResultsHiddenByFilter": "ผลลัพธ์ทั้งหมดถูกซ่อนโดยตัวกรองที่ใช้" } diff --git a/src/NzbDrone.Core/Localization/Core/tr.json b/src/NzbDrone.Core/Localization/Core/tr.json index a307db664..0df25d1db 100644 --- a/src/NzbDrone.Core/Localization/Core/tr.json +++ b/src/NzbDrone.Core/Localization/Core/tr.json @@ -531,5 +531,6 @@ "Script": "Hazır Metin", "InfoUrl": "Bilgi URL'si", "PublishedDate": "Yayınlanma Tarihi", - "Any": "Herhangi" + "Any": "Herhangi", + "AllSearchResultsHiddenByFilter": "Tüm sonuçlar, uygulanan filtre tarafından gizlenir" } diff --git a/src/NzbDrone.Core/Localization/Core/uk.json b/src/NzbDrone.Core/Localization/Core/uk.json index fc8ec06e7..951921a05 100644 --- a/src/NzbDrone.Core/Localization/Core/uk.json +++ b/src/NzbDrone.Core/Localization/Core/uk.json @@ -426,5 +426,6 @@ "Script": "Сценарій", "Any": "Будь-який", "BuiltIn": "Вбудований", - "PublishedDate": "Дата публікації" + "PublishedDate": "Дата публікації", + "AllSearchResultsHiddenByFilter": "Всі результати приховані фільтром" } diff --git a/src/NzbDrone.Core/Localization/Core/vi.json b/src/NzbDrone.Core/Localization/Core/vi.json index 38230e418..d4ee1c338 100644 --- a/src/NzbDrone.Core/Localization/Core/vi.json +++ b/src/NzbDrone.Core/Localization/Core/vi.json @@ -362,5 +362,6 @@ "GrabRelease": "Lấy bản phát hành", "BuiltIn": "Được xây dựng trong", "Script": "Kịch bản", - "PublishedDate": "Ngày xuất bản" + "PublishedDate": "Ngày xuất bản", + "AllSearchResultsHiddenByFilter": "Tất cả kết quả bị ẩn bởi bộ lọc được áp dụng" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json index ff8fdb16a..baf55ccff 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_CN.json +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -694,5 +694,6 @@ "Script": "脚本", "InfoUrl": "信息 URL", "PublishedDate": "发布日期", - "Redirected": "重定向" + "Redirected": "重定向", + "AllSearchResultsHiddenByFilter": "根据过滤条件所有结果已隐藏" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_TW.json b/src/NzbDrone.Core/Localization/Core/zh_TW.json index b583aa898..fd3a5480b 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_TW.json +++ b/src/NzbDrone.Core/Localization/Core/zh_TW.json @@ -134,5 +134,6 @@ "Docker": "Docker", "IndexerHDBitsSettingsCodecs": "編解碼器", "Directory": "目錄", - "BuiltIn": "內建的" + "BuiltIn": "內建的", + "AllSearchResultsHiddenByFilter": "根據所使用的篩選器已將所有結果隱藏" }