From e0236e781a4a8b64c5bafe26dbbbd01ab95f269d Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 16 Jul 2021 11:03:02 +0000 Subject: [PATCH] Translated using Weblate (French) [skip ci] Currently translated at 66.0% (474 of 718 strings) Translated using Weblate (Catalan) [skip ci] Currently translated at 0.2% (2 of 718 strings) Translated using Weblate (Vietnamese) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (Korean) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (Hungarian) [skip ci] Currently translated at 100.0% (718 of 718 strings) Translated using Weblate (Greek) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (German) [skip ci] Currently translated at 73.9% (531 of 718 strings) Translated using Weblate (Danish) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (Czech) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (Bulgarian) [skip ci] Currently translated at 66.2% (476 of 718 strings) Translated using Weblate (Spanish) [skip ci] Currently translated at 66.5% (478 of 718 strings) Translated using Weblate (Dutch) [skip ci] Currently translated at 66.5% (478 of 718 strings) Added translation using Weblate (Catalan) [skip ci] Co-authored-by: Anonymous Co-authored-by: Csaba Co-authored-by: Weblate Co-authored-by: dtalens Co-authored-by: foXaCe Translate-URL: https://translate.servarr.com/projects/servarr/readarr/bg/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/ca/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/cs/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/da/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/de/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/el/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/es/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/fr/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/hu/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/ko/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/nl/ Translate-URL: https://translate.servarr.com/projects/servarr/readarr/vi/ Translation: Servarr/Readarr --- src/NzbDrone.Core/Localization/Core/bg.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/ca.json | 4 ++++ src/NzbDrone.Core/Localization/Core/cs.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/da.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/de.json | 3 ++- src/NzbDrone.Core/Localization/Core/el.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/es.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/fr.json | 2 +- src/NzbDrone.Core/Localization/Core/hu.json | 3 ++- src/NzbDrone.Core/Localization/Core/ko.json | 15 +++++++++++++-- src/NzbDrone.Core/Localization/Core/nl.json | 16 ++++++++++++++-- src/NzbDrone.Core/Localization/Core/vi.json | 15 +++++++++++++-- 12 files changed, 114 insertions(+), 19 deletions(-) create mode 100644 src/NzbDrone.Core/Localization/Core/ca.json diff --git a/src/NzbDrone.Core/Localization/Core/bg.json b/src/NzbDrone.Core/Localization/Core/bg.json index 1d7454b00..aecbafadd 100644 --- a/src/NzbDrone.Core/Localization/Core/bg.json +++ b/src/NzbDrone.Core/Localization/Core/bg.json @@ -391,7 +391,7 @@ "TestAllLists": "Тествайте всички списъци", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Това ще важи за всички индексатори, моля, следвайте правилата, определени от тях", "TimeFormat": "Времеви формат", - "Title": "Изтегляне", + "Title": "Заглавие", "TorrentDelay": "Торент закъснение", "TorrentDelayHelpText": "Забавете за минути, за да изчакате, преди да вземете порой", "Torrents": "Торенти", @@ -463,5 +463,16 @@ "SslPortHelpTextWarning": "Изисква рестартиране, за да влезе в сила", "UnableToLoadMetadataProfiles": "Профилите за забавяне не могат да се заредят", "SslCertPathHelpTextWarning": "Изисква рестартиране, за да влезе в сила", - "DownloadClientCheckDownloadingToRoot": "Клиентът за изтегляне {0} поставя изтеглянията в основната папка {1}. Не трябва да изтегляте в основна папка." + "DownloadClientCheckDownloadingToRoot": "Клиентът за изтегляне {0} поставя изтеглянията в основната папка {1}. Не трябва да изтегляте в основна папка.", + "ReplaceIllegalCharactersHelpText": "Заменете незаконните символи. Ако не е отметнато, Radarr ще ги премахне вместо това", + "UI": "Потребителски интерфейс", + "Actions": "Действия", + "Tomorrow": "Утре", + "Today": "Днес", + "Titles": "Заглавия", + "ReleaseTitle": "Заглавие на изданието", + "Progress": "Напредък", + "OutputPath": "Изходен път", + "Type": "Тип", + "Trigger": "Задействане" } diff --git a/src/NzbDrone.Core/Localization/Core/ca.json b/src/NzbDrone.Core/Localization/Core/ca.json new file mode 100644 index 000000000..b5120d2ce --- /dev/null +++ b/src/NzbDrone.Core/Localization/Core/ca.json @@ -0,0 +1,4 @@ +{ + "Actions": "Accions", + "About": "Quant a" +} diff --git a/src/NzbDrone.Core/Localization/Core/cs.json b/src/NzbDrone.Core/Localization/Core/cs.json index 4f0b5907b..9a533fd5c 100644 --- a/src/NzbDrone.Core/Localization/Core/cs.json +++ b/src/NzbDrone.Core/Localization/Core/cs.json @@ -397,7 +397,7 @@ "TestAllLists": "Vyzkoušejte všechny seznamy", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "To bude platit pro všechny indexery, dodržujte prosím pravidla stanovená nimi", "TimeFormat": "Časový formát", - "Title": "Stahování", + "Title": "Titul", "TorrentDelay": "Torrent Delay", "TorrentDelayHelpText": "Zpoždění v minutách čekání před popadnutím torrentu", "Torrents": "Torrenty", @@ -463,5 +463,16 @@ "WeekColumnHeader": "Záhlaví sloupce týdne", "Year": "Rok", "YesCancel": "Ano, zrušit", - "DownloadClientCheckDownloadingToRoot": "Stahovací klient {0} umístí stažené soubory do kořenové složky {1}. Neměli byste stahovat do kořenové složky." + "DownloadClientCheckDownloadingToRoot": "Stahovací klient {0} umístí stažené soubory do kořenové složky {1}. Neměli byste stahovat do kořenové složky.", + "UI": "UI", + "ReplaceIllegalCharactersHelpText": "Nahraďte nepovolené znaky. Pokud není zaškrtnuto, radarr je místo toho odstraní", + "OutputPath": "Výstupní cesta", + "Actions": "Akce", + "Type": "Typ", + "Trigger": "Spoušť", + "Today": "Dnes", + "Titles": "Tituly", + "ReleaseTitle": "Uvolněte název", + "Progress": "Pokrok", + "Tomorrow": "Zítra" } diff --git a/src/NzbDrone.Core/Localization/Core/da.json b/src/NzbDrone.Core/Localization/Core/da.json index d3073c45d..57e9716f7 100644 --- a/src/NzbDrone.Core/Localization/Core/da.json +++ b/src/NzbDrone.Core/Localization/Core/da.json @@ -394,7 +394,7 @@ "TestAllLists": "Test alle lister", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Dette gælder for alle indeksører. Følg de regler, der er angivet af dem", "TimeFormat": "Tidsformat", - "Title": "Downloader", + "Title": "Titel", "TorrentDelay": "Torrentforsinkelse", "TorrentDelayHelpText": "Forsink i minutter, før du tager fat i en torrent", "Torrents": "Torrenter", @@ -463,5 +463,16 @@ "ProxyPasswordHelpText": "Du skal kun indtaste et brugernavn og en adgangskode, hvis der kræves et. Lad dem være tomme ellers.", "SslCertPathHelpTextWarning": "Kræver genstart for at træde i kraft", "UnableToLoadMetadataProfiles": "Kunne ikke indlæse forsinkelsesprofiler", - "DownloadClientCheckDownloadingToRoot": "Download klient {0} placerer downloads i rodmappen {1}. Du skal ikke downloade til en rodmappe." + "DownloadClientCheckDownloadingToRoot": "Download klient {0} placerer downloads i rodmappen {1}. Du skal ikke downloade til en rodmappe.", + "ReplaceIllegalCharactersHelpText": "Udskift ulovlige tegn. Hvis det ikke er markeret, fjerner Radarr dem i stedet", + "ReleaseTitle": "Udgiv titel", + "Actions": "Handlinger", + "UI": "UI", + "Type": "Type", + "Trigger": "Udløser", + "Tomorrow": "I morgen", + "Today": "I dag", + "Titles": "Titler", + "Progress": "Fremskridt", + "OutputPath": "Outputsti" } diff --git a/src/NzbDrone.Core/Localization/Core/de.json b/src/NzbDrone.Core/Localization/Core/de.json index b49146dcd..7e82c3215 100644 --- a/src/NzbDrone.Core/Localization/Core/de.json +++ b/src/NzbDrone.Core/Localization/Core/de.json @@ -528,5 +528,6 @@ "Titles": "Titel", "Today": "Heute", "Tomorrow": "Morgen", - "HostHelpText": "Calibre-Content-Server" + "HostHelpText": "Calibre-Content-Server", + "PasswordHelpText": "Calibre-Content-Server" } diff --git a/src/NzbDrone.Core/Localization/Core/el.json b/src/NzbDrone.Core/Localization/Core/el.json index bfba8758e..227e4c186 100644 --- a/src/NzbDrone.Core/Localization/Core/el.json +++ b/src/NzbDrone.Core/Localization/Core/el.json @@ -392,7 +392,7 @@ "TestAllLists": "Δοκιμάστε όλες τις λίστες", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Αυτό θα ισχύει για όλους τους δείκτες, ακολουθήστε τους κανόνες που έχουν καθορίσει", "TimeFormat": "Μορφή ώρας", - "Title": "Λήψη", + "Title": "Τίτλος", "TorrentDelay": "Καθυστέρηση Torrent", "TorrentDelayHelpText": "Καθυστέρηση σε λίγα λεπτά για να περιμένετε πριν πιάσετε ένα χείμαρρο", "Torrents": "Torrents", @@ -463,5 +463,16 @@ "SslCertPathHelpTextWarning": "Απαιτείται επανεκκίνηση για να τεθεί σε ισχύ", "SslPortHelpTextWarning": "Απαιτείται επανεκκίνηση για να τεθεί σε ισχύ", "UnableToLoadMetadataProfiles": "Δεν είναι δυνατή η φόρτωση των Καθυστέρησης προφίλ", - "DownloadClientCheckDownloadingToRoot": "Λήψη προγράμματος-πελάτη {0} τοποθετεί λήψεις στον ριζικό φάκελο {1}. Δεν πρέπει να κάνετε λήψη σε έναν ριζικό φάκελο." + "DownloadClientCheckDownloadingToRoot": "Λήψη προγράμματος-πελάτη {0} τοποθετεί λήψεις στον ριζικό φάκελο {1}. Δεν πρέπει να κάνετε λήψη σε έναν ριζικό φάκελο.", + "ReplaceIllegalCharactersHelpText": "Αντικαταστήστε τους παράνομους χαρακτήρες. Εάν δεν είναι επιλεγμένο, το Radarr θα τα καταργήσει", + "UI": "Διεπαφή χρήστη", + "Tomorrow": "Αύριο", + "Today": "Σήμερα", + "Actions": "Ενέργειες", + "Type": "Τύπος", + "Trigger": "Δώσει το έναυσμα για", + "Progress": "Πρόοδος", + "OutputPath": "Διαδρομή εξόδου", + "Titles": "Τίτλοι", + "ReleaseTitle": "Τίτλος έκδοσης" } diff --git a/src/NzbDrone.Core/Localization/Core/es.json b/src/NzbDrone.Core/Localization/Core/es.json index 34d7005be..9fa674e25 100644 --- a/src/NzbDrone.Core/Localization/Core/es.json +++ b/src/NzbDrone.Core/Localization/Core/es.json @@ -397,7 +397,7 @@ "TestAllLists": "Comprobar Todas las Listas", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Se aplicará a todos los indexers, por favor sigue las reglas de los mismos", "TimeFormat": "Formato de Hora", - "Title": "Descargando", + "Title": "Título", "TorrentDelay": "Retraso del Torrent", "TorrentDelayHelpText": "Retraso en minutos a esperar antes de descargar un torrent", "Torrents": "Torrents", @@ -465,5 +465,16 @@ "YesCancel": "Si, Cancela", "20MinutesTwenty": "20 Minutos: {0}", "DownloadClientCheckDownloadingToRoot": "El cliente de descargas {0} coloca las descargas en la carpeta raíz {1}. No debe descargar a una carpeta raíz.", - "MaintenanceRelease": "Lanzamiento de mantenimiento" + "MaintenanceRelease": "Lanzamiento de mantenimiento", + "ReplaceIllegalCharactersHelpText": "Reemplazar caracteres ilegales. Si está desactivado, Radarr los eliminará si no", + "Actions": "Acciones", + "Today": "Hoy", + "Titles": "Títulos", + "ReleaseTitle": "Título del Estreno", + "Progress": "Progreso", + "UI": "UI", + "Type": "Tipo", + "Trigger": "Desencadenar", + "Tomorrow": "mañana", + "OutputPath": "Ruta de Output" } diff --git a/src/NzbDrone.Core/Localization/Core/fr.json b/src/NzbDrone.Core/Localization/Core/fr.json index 24aff02e4..61f55d27f 100644 --- a/src/NzbDrone.Core/Localization/Core/fr.json +++ b/src/NzbDrone.Core/Localization/Core/fr.json @@ -344,7 +344,7 @@ "Scheduled": "Programmé", "Score": "But", "ScriptPath": "Chemin du script", - "Search": "Chercher", + "Search": "Rechercher", "SearchAll": "Rechercher tout", "SearchForMissing": "Recherche les manquants", "SearchSelected": "Recherche sélectionnée", diff --git a/src/NzbDrone.Core/Localization/Core/hu.json b/src/NzbDrone.Core/Localization/Core/hu.json index d303e863a..4158bc11c 100644 --- a/src/NzbDrone.Core/Localization/Core/hu.json +++ b/src/NzbDrone.Core/Localization/Core/hu.json @@ -715,5 +715,6 @@ "OutputPath": "Kimeneti út", "BookTitle": "Könyv Címe", "Actions": "Teendők", - "IndexerIdHelpTextWarning": "Egy adott indexer előnyben részesített szavakkal történő használata megismételt kiadások kiválasztásához vezethet" + "IndexerIdHelpTextWarning": "Egy adott indexer előnyben részesített szavakkal történő használata megismételt kiadások kiválasztásához vezethet", + "FilterAuthor": "Szűrés Szerzőre" } diff --git a/src/NzbDrone.Core/Localization/Core/ko.json b/src/NzbDrone.Core/Localization/Core/ko.json index 20008ba2e..15d7465f2 100644 --- a/src/NzbDrone.Core/Localization/Core/ko.json +++ b/src/NzbDrone.Core/Localization/Core/ko.json @@ -32,7 +32,7 @@ "MetadataSettings": "메타 데이터 설정", "MinimumAge": "최소 연령", "TimeFormat": "시간 형식", - "Title": "다운로드 중", + "Title": "표제", "TorrentDelay": "급류 지연", "TorrentDelayHelpText": "급류를 잡기 전에 대기하는 데 몇 분이 걸립니다.", "Torrents": "급류", @@ -463,5 +463,16 @@ "SslCertPathHelpTextWarning": "적용하려면 다시 시작해야합니다.", "SslCertPasswordHelpTextWarning": "적용하려면 다시 시작해야합니다.", "UnableToLoadMetadataProfiles": "지연 프로필을로드 할 수 없습니다.", - "DownloadClientCheckDownloadingToRoot": "다운로드 클라이언트 {0}는 루트 폴더 {1}에 다운로드를 저장합니다. 루트 폴더에 다운로드해서는 안됩니다." + "DownloadClientCheckDownloadingToRoot": "다운로드 클라이언트 {0}는 루트 폴더 {1}에 다운로드를 저장합니다. 루트 폴더에 다운로드해서는 안됩니다.", + "ReplaceIllegalCharactersHelpText": "잘못된 문자를 바꿉니다. 선택하지 않으면 Radarr가 대신 제거합니다.", + "ReleaseTitle": "릴리스 제목", + "Actions": "행위", + "UI": "UI", + "Type": "유형", + "Trigger": "방아쇠", + "Tomorrow": "내일", + "Today": "오늘", + "Titles": "타이틀", + "Progress": "진행", + "OutputPath": "출력 경로" } diff --git a/src/NzbDrone.Core/Localization/Core/nl.json b/src/NzbDrone.Core/Localization/Core/nl.json index 2be92f22d..14c69b38b 100644 --- a/src/NzbDrone.Core/Localization/Core/nl.json +++ b/src/NzbDrone.Core/Localization/Core/nl.json @@ -399,7 +399,7 @@ "TestAllLists": "Test Alle Lijsten", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Dit zal van toepassing zijn op alle indexeerders, gelieve de door hen opgelegde regels te volgen", "TimeFormat": "Tijdsformaat", - "Title": "Downloaden", + "Title": "Titel", "TorrentDelay": "Torrent Vertraging", "TorrentDelayHelpText": "Wachttijd in minuten alvorens een torrent op te halen", "Torrents": "Torrents", @@ -464,5 +464,17 @@ "SslCertPathHelpTextWarning": "Herstarten vereist om in werking te treden", "UnableToLoadMetadataProfiles": "Vertragingsprofielen kunnen niet worden geladen", "DownloadClientCheckDownloadingToRoot": "Downloadclient {0} plaatst downloads in de hoofdmap {1}. U mag niet naar een hoofdmap downloaden.", - "MaintenanceRelease": "Onderhoudsuitgave" + "MaintenanceRelease": "Onderhoudsuitgave", + "Actions": "Acties", + "BlacklistHelpText": "Voorkom dat Radarr deze release nogmaals automatisch ophaalt", + "UI": "Gebruikersinterface", + "Tomorrow": "Morgen", + "Titles": "Titels", + "ReplaceIllegalCharactersHelpText": "Vervang illegale karakters. Indien niet aangevinkt, zal Radarr ze in de plaats daarvan verwijderen", + "Progress": "Voortgang", + "Type": "Type", + "Trigger": "In gang zetten", + "Today": "Vandaag", + "ReleaseTitle": "Uitgave Titel", + "OutputPath": "Uitvoer Pad" } diff --git a/src/NzbDrone.Core/Localization/Core/vi.json b/src/NzbDrone.Core/Localization/Core/vi.json index 491edfc0e..f544b47b7 100644 --- a/src/NzbDrone.Core/Localization/Core/vi.json +++ b/src/NzbDrone.Core/Localization/Core/vi.json @@ -390,7 +390,7 @@ "TagIsNotUsedAndCanBeDeleted": "Thẻ không được sử dụng và có thể bị xóa", "ThisWillApplyToAllIndexersPleaseFollowTheRulesSetForthByThem": "Điều này sẽ áp dụng cho tất cả người lập chỉ mục, vui lòng tuân theo các quy tắc do họ đặt ra", "TimeFormat": "Định dạng thời gian", - "Title": "Đang tải xuống", + "Title": "Tiêu đề", "TorrentDelay": "Torrent Delay", "TorrentDelayHelpText": "Trì hoãn trong vài phút để đợi trước khi lấy một torrent", "Torrents": "Torrents", @@ -463,5 +463,16 @@ "SslCertPathHelpTextWarning": "Yêu cầu khởi động lại để có hiệu lực", "SslCertPasswordHelpTextWarning": "Yêu cầu khởi động lại để có hiệu lực", "UnableToLoadMetadataProfiles": "Không thể tải hồ sơ độ trễ", - "DownloadClientCheckDownloadingToRoot": "Tải xuống ứng dụng khách {0} đặt các bản tải xuống trong thư mục gốc {1}. Bạn không nên tải xuống thư mục gốc." + "DownloadClientCheckDownloadingToRoot": "Tải xuống ứng dụng khách {0} đặt các bản tải xuống trong thư mục gốc {1}. Bạn không nên tải xuống thư mục gốc.", + "ReleaseTitle": "Tiêu đề phát hành", + "Actions": "Hành động", + "ReplaceIllegalCharactersHelpText": "Thay thế các ký tự bất hợp pháp. Nếu không được chọn, Radarr sẽ xóa chúng thay thế", + "UI": "Giao diện người dùng", + "Type": "Kiểu", + "Trigger": "Kích hoạt", + "Tomorrow": "Ngày mai", + "Today": "Hôm nay", + "Titles": "Tiêu đề", + "Progress": "Phát triển", + "OutputPath": "Đường đầu ra" }