Use variable for App name in translations

pull/6020/head
Qstick 9 months ago committed by Mark McDowall
parent 60f18249b0
commit ddabe66262

@ -25,7 +25,7 @@ export async function fetchTranslations(): Promise<boolean> {
export default function translate(
key: string,
tokens?: Record<string, string | number | boolean>
tokens: Record<string, string | number | boolean> = { appName: 'Sonarr' }
) {
const translation = translations[key] || key;

@ -5,13 +5,13 @@
"AgeWhenGrabbed": "Stáří (kdy bylo získáno)",
"Always": "Vždy",
"AnalyseVideoFiles": "Analyzovat video soubory",
"AnalyseVideoFilesHelpText": "Extrahujte ze souborů informace o videu, jako je rozlišení, doba běhu a informace o kodeku. To vyžaduje, aby Sonarr četl části souboru, což může způsobit vysokou aktivitu disku nebo sítě během skenování.",
"AnalyseVideoFilesHelpText": "Extrahujte ze souborů informace o videu, jako je rozlišení, doba běhu a informace o kodeku. To vyžaduje, aby {appName} četl části souboru, což může způsobit vysokou aktivitu disku nebo sítě během skenování.",
"ApplicationURL": "URL aplikace",
"ApplicationUrlHelpText": "Externí adresa URL této aplikace včetně http(s)://, portu a základní adresy URL",
"AuthenticationMethodHelpText": "Vyžadovat uživatelské jméno a heslo pro přístup k Sonarru",
"AuthenticationMethodHelpText": "Vyžadovat uživatelské jméno a heslo pro přístup k {appName}u",
"AuthenticationRequired": "Vyžadované ověření",
"AuthenticationRequiredHelpText": "Změnit, pro které požadavky je vyžadováno ověření. Pokud nerozumíte rizikům, neměňte je.",
"AuthenticationRequiredWarning": "Aby se zabránilo vzdálenému přístupu bez ověření, vyžaduje nyní Sonarr povolení ověření. Ověřování z místních adres můžete volitelně zakázat.",
"AuthenticationRequiredWarning": "Aby se zabránilo vzdálenému přístupu bez ověření, vyžaduje nyní {appName} povolení ověření. Ověřování z místních adres můžete volitelně zakázat.",
"AutoRedownloadFailedHelpText": "Automatické vyhledání a pokus o stažení jiného vydání",
"AutoTaggingLoadError": "Nelze načíst automatické označování",
"AutomaticAdd": "Přidat automaticky",
@ -19,7 +19,7 @@
"BackupRetentionHelpText": "Automatické zálohy starší než doba uchovávání budou automaticky vyčištěny",
"BackupsLoadError": "Nelze načíst zálohy",
"BlocklistReleaseHelpText": "Znovu spustí vyhledávání této epizody a zabrání tomu, aby bylo toto vydání získáno znovu",
"BranchUpdate": "Větev, která se použije k aktualizaci Sonarru",
"BranchUpdate": "Větev, která se použije k aktualizaci {appName}u",
"BranchUpdateMechanism": "Větev používaná externím aktualizačním mechanismem",
"BrowserReloadRequired": "Vyžaduje se opětovné načtení prohlížeče",
"BuiltIn": "Vestavěný",
@ -73,11 +73,11 @@
"Clone": "Klonovat",
"CloneIndexer": "Klonovat indexátor",
"ColonReplacement": "Nahrazení dvojtečky",
"ColonReplacementFormatHelpText": "Změna způsobu, jakým Sonarr zpracovává náhradu dvojtečky",
"ColonReplacementFormatHelpText": "Změna způsobu, jakým {appName} zpracovává náhradu dvojtečky",
"CollectionsLoadError": "Nelze načíst sbírky",
"CompletedDownloadHandling": "Zpracování stahování bylo dokončeno",
"Condition": "Stav",
"UpdateMechanismHelpText": "Použijte vestavěný nástroj Sonarru pro aktualizaci nebo skript",
"UpdateMechanismHelpText": "Použijte vestavěný nástroj {appName}u pro aktualizaci nebo skript",
"AddCondition": "Přidat podmínku",
"AutoTagging": "Automatické označování",
"AddAutoTag": "Přidat automatické tagy",
@ -130,7 +130,7 @@
"BackupNow": "Ihned zálohovat",
"AppDataDirectory": "Adresář AppData",
"ApplyTagsHelpTextHowToApplySeries": "Jak použít značky na vybrané seriály",
"BackupFolderHelpText": "Relativní cesty se budou nacházet v adresáři AppData systému Sonarr",
"BackupFolderHelpText": "Relativní cesty se budou nacházet v adresáři AppData systému {appName}",
"BlocklistReleases": "Blocklist pro vydání",
"Agenda": "Agenda",
"AnEpisodeIsDownloading": "Epizoda se stahuje",
@ -171,7 +171,7 @@
"CalendarOptions": "Možnosti kalendáře",
"AllFiles": "Všechny soubory",
"Analytics": "Analýzy",
"AnalyticsEnabledHelpText": "Odesílání anonymních informací o používání a chybách na servery společnosti Sonarr. To zahrnuje informace o vašem prohlížeči, o tom, které stránky webového rozhraní Sonarr používáte, hlášení chyb a také informace o verzi operačního systému a běhového prostředí. Tyto informace použijeme k určení priorit funkcí a oprav chyb.",
"AnalyticsEnabledHelpText": "Odesílání anonymních informací o používání a chybách na servery společnosti {appName}. To zahrnuje informace o vašem prohlížeči, o tom, které stránky webového rozhraní {appName} používáte, hlášení chyb a také informace o verzi operačního systému a běhového prostředí. Tyto informace použijeme k určení priorit funkcí a oprav chyb.",
"Anime": "Anime",
"AnimeEpisodeFormat": "Formát epizod pro Anime",
"AnimeTypeDescription": "Epizody vydané s použitím absolutního čísla epizody",
@ -214,7 +214,7 @@
"Cutoff": "Odříznout",
"DailyEpisodeFormat": "Formát denní epizody",
"DailyTypeDescription": "Epizody vydávané denně nebo méně často, které používají rok-měsíc-den (2023-08-04)",
"CopyUsingHardlinksHelpTextWarning": "Příležitostně mohou zámky souborů bránit přejmenování souborů, které jsou odesílány. Můžete dočasně zakázat odesílání a použít funkci přejmenování Sonarr jako řešení.",
"CopyUsingHardlinksHelpTextWarning": "Příležitostně mohou zámky souborů bránit přejmenování souborů, které jsou odesílány. Můžete dočasně zakázat odesílání a použít funkci přejmenování {appName} jako řešení.",
"CreateEmptySeriesFoldersHelpText": "Vytvoření chybějících složek pro seriály během skenování disku",
"CreateEmptySeriesFolders": "Vytvoření prázdných složek pro seriály",
"CreateGroup": "Vytvořit skupinu",
@ -223,8 +223,8 @@
"CustomFormatUnknownConditionOption": "Neznámá možnost '{key}' pro podmínku '{implementation}'",
"CustomFormatsLoadError": "Nelze načíst vlastní formáty",
"CustomFormatsSettingsSummary": "Vlastní formáty a nastavení",
"CopyUsingHardlinksHelpText": "Pevné odkazy umožňují aplikaci Sonarr importovat odesílané torrenty do složky seriálu, aniž by zabíraly další místo na disku nebo kopírovaly celý obsah souboru. Hardlinky budou fungovat pouze v případě, že zdrojový a cílový soubor jsou na stejném svazku",
"CustomFormatHelpText": "Sonarr hodnotí každé vydání pomocí součtu bodů za odpovídající vlastní formáty. Pokud by nové vydání zlepšilo skóre při stejné nebo lepší kvalitě, Sonarr jej získá.",
"CopyUsingHardlinksHelpText": "Pevné odkazy umožňují aplikaci {appName} importovat odesílané torrenty do složky seriálu, aniž by zabíraly další místo na disku nebo kopírovaly celý obsah souboru. Hardlinky budou fungovat pouze v případě, že zdrojový a cílový soubor jsou na stejném svazku",
"CustomFormatHelpText": "{appName} hodnotí každé vydání pomocí součtu bodů za odpovídající vlastní formáty. Pokud by nové vydání zlepšilo skóre při stejné nebo lepší kvalitě, {appName} jej získá.",
"Daily": "Denní",
"ContinuingOnly": "Pouze pokračující",
"CurrentlyInstalled": "Aktuálně nainstalováno",

@ -10,7 +10,7 @@
"DownloadClientCheckNoneAvailableHealthCheckMessage": "Es ist kein Download-Client verfügbar",
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Kommunikation mit {0} nicht möglich.",
"DownloadClientRootFolderHealthCheckMessage": "Der Download-Client {0} legt Downloads im Stammordner {1} ab. Sie sollten nicht in einen Stammordner herunterladen.",
"DownloadClientSortingHealthCheckMessage": "Im Download-Client {0} ist die Sortierung {1} für die Kategorie von Sonarr aktiviert. Sie sollten die Sortierung in Ihrem Download-Client deaktivieren, um Importprobleme zu vermeiden.",
"DownloadClientSortingHealthCheckMessage": "Im Download-Client {0} ist die Sortierung {1} für die Kategorie von {appName} aktiviert. Sie sollten die Sortierung in Ihrem Download-Client deaktivieren, um Importprobleme zu vermeiden.",
"DownloadClientStatusSingleClientHealthCheckMessage": "Download-Clients sind aufgrund von Fehlern nicht verfügbar: {0}",
"DownloadClientStatusAllClientHealthCheckMessage": "Alle Download-Clients sind aufgrund von Fehlern nicht verfügbar",
"EditSelectedDownloadClients": "Ausgewählte Download Clienten bearbeiten",

@ -33,7 +33,7 @@
"AddListError": "Unable to add a new list, please try again.",
"AddListExclusion": "Add List Exclusion",
"AddListExclusionError": "Unable to add a new list exclusion, please try again.",
"AddListExclusionHelpText": "Prevent series from being added to Sonarr by lists",
"AddListExclusionHelpText": "Prevent series from being added to {appName} by lists",
"AddNew": "Add New",
"AddNewRestriction": "Add new restriction",
"AddNewSeries": "Add New Series",
@ -76,9 +76,9 @@
"Always": "Always",
"AnEpisodeIsDownloading": "An Episode is downloading",
"AnalyseVideoFiles": "Analyse video files",
"AnalyseVideoFilesHelpText": "Extract video information such as resolution, runtime and codec information from files. This requires Sonarr to read parts of the file which may cause high disk or network activity during scans.",
"AnalyseVideoFilesHelpText": "Extract video information such as resolution, runtime and codec information from files. This requires {appName} to read parts of the file which may cause high disk or network activity during scans.",
"Analytics": "Analytics",
"AnalyticsEnabledHelpText": "Send anonymous usage and error information to Sonarr's servers. This includes information on your browser, which Sonarr WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes.",
"AnalyticsEnabledHelpText": "Send anonymous usage and error information to {appName}'s servers. This includes information on your browser, which {appName} WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes.",
"Anime": "Anime",
"AnimeEpisodeFormat": "Anime Episode Format",
"AnimeTypeDescription": "Episodes released using an absolute episode number",
@ -127,7 +127,7 @@
"AutomaticSearch": "Automatic Search",
"AutomaticUpdatesDisabledDocker": "Automatic updates are not directly supported when using the Docker update mechanism. You will need to update the container image outside of {appName} or use a script",
"Backup": "Backup",
"BackupFolderHelpText": "Relative paths will be under Sonarr's AppData directory",
"BackupFolderHelpText": "Relative paths will be under {appName}'s AppData directory",
"BackupIntervalHelpText": "Interval between automatic backups",
"BackupNow": "Backup Now",
"BackupRetentionHelpText": "Automatic backups older than the retention period will be cleaned up automatically",
@ -142,7 +142,7 @@
"BlocklistReleaseHelpText": "Starts a search for this episode again and prevents this release from being grabbed again",
"BlocklistReleases": "Blocklist Releases",
"Branch": "Branch",
"BranchUpdate": "Branch to use to update Sonarr",
"BranchUpdate": "Branch to use to update {appName}",
"BranchUpdateMechanism": "Branch used by external update mechanism",
"BrowserReloadRequired": "Browser Reload Required",
"BuiltIn": "Built-In",
@ -202,7 +202,7 @@
"CollapseMultipleEpisodesHelpText": "Collapse multiple episodes airing on the same day",
"CollectionsLoadError": "Unable to load collections",
"ColonReplacement": "Colon Replacement",
"ColonReplacementFormatHelpText": "Change how Sonarr handles colon replacement",
"ColonReplacementFormatHelpText": "Change how {appName} handles colon replacement",
"CompletedDownloadHandling": "Completed Download Handling",
"Component": "Component",
"Condition": "Condition",
@ -220,8 +220,8 @@
"ContinuingOnly": "Continuing Only",
"ContinuingSeriesDescription": "More episodes/another season is expected",
"CopyToClipboard": "Copy to Clipboard",
"CopyUsingHardlinksHelpText": "Hardlinks allow Sonarr to import seeding torrents to the series folder without taking extra disk space or copying the entire contents of the file. Hardlinks will only work if the source and destination are on the same volume",
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use Sonarr's rename function as a work around.",
"CopyUsingHardlinksHelpText": "Hardlinks allow {appName} to import seeding torrents to the series folder without taking extra disk space or copying the entire contents of the file. Hardlinks will only work if the source and destination are on the same volume",
"CopyUsingHardlinksHelpTextWarning": "Occasionally, file locks may prevent renaming files that are being seeded. You may temporarily disable seeding and use {appName}'s rename function as a work around.",
"CouldNotFindResults": "Couldn't find any results for '{term}'",
"CountDownloadClientsSelected": "{count} download client(s) selected",
"CountImportListsSelected": "{count} import list(s) selected",
@ -237,7 +237,7 @@
"Custom": "Custom",
"CustomFilters": "Custom Filters",
"CustomFormat": "Custom Format",
"CustomFormatHelpText": "Sonarr scores each release using the sum of scores for matching custom formats. If a new release would improve the score, at the same or better quality, then Sonarr will grab it.",
"CustomFormatHelpText": "{appName} scores each release using the sum of scores for matching custom formats. If a new release would improve the score, at the same or better quality, then {appName} will grab it.",
"CustomFormatJson": "Custom Format JSON",
"CustomFormatScore": "Custom Format Score",
"CustomFormatUnknownCondition": "Unknown Custom Format condition '{implementation}'",
@ -333,7 +333,7 @@
"DeleteTagMessageText": "Are you sure you want to delete the tag '{label}'?",
"Deleted": "Deleted",
"DeletedReasonManual": "File was deleted by via UI",
"DeletedReasonMissingFromDisk": "Sonarr was unable to find the file on disk so the file was unlinked from the episode in the database",
"DeletedReasonMissingFromDisk": "{appName} was unable to find the file on disk so the file was unlinked from the episode in the database",
"DeletedReasonUpgrade": "File was deleted to import an upgrade",
"DeletedSeriesDescription": "Series was deleted from TheTVDB",
"DestinationPath": "Destination Path",
@ -360,7 +360,7 @@
"DownloadClientOptionsLoadError": "Unable to load download client options",
"DownloadClientRootFolderHealthCheckMessage": "Download client {0} places downloads in the root folder {1}. You should not download to a root folder.",
"DownloadClientSettings": "Download Client Settings",
"DownloadClientSortingHealthCheckMessage": "Download client {0} has {1} sorting enabled for Sonarr's category. You should disable sorting in your download client to avoid import issues.",
"DownloadClientSortingHealthCheckMessage": "Download client {0} has {1} sorting enabled for {appName}'s category. You should disable sorting in your download client to avoid import issues.",
"DownloadClientStatusAllClientHealthCheckMessage": "All download clients are unavailable due to failures",
"DownloadClientStatusSingleClientHealthCheckMessage": "Download clients unavailable due to failures: {0}",
"DownloadClientTagHelpText": "Only use this download client for series with at least one matching tag. Leave blank to use with all series.",
@ -405,9 +405,9 @@
"EditSeriesModalHeader": "Edit - {title}",
"Enable": "Enable",
"EnableAutomaticAdd": "Enable Automatic Add",
"EnableAutomaticAddHelpText": "Add series from this list to Sonarr when syncs are performed via the UI or by Sonarr",
"EnableAutomaticAddHelpText": "Add series from this list to {appName} when syncs are performed via the UI or by {appName}",
"EnableAutomaticSearch": "Enable Automatic Search",
"EnableAutomaticSearchHelpText": "Will be used when automatic searches are performed via the UI or by Sonarr",
"EnableAutomaticSearchHelpText": "Will be used when automatic searches are performed via the UI or by {appName}",
"EnableAutomaticSearchHelpTextWarning": "Will be used when interactive search is used",
"EnableColorImpairedMode": "Enable Color-Impaired Mode",
"EnableColorImpairedModeHelpText": "Altered style to allow color-impaired users to better distinguish color coded information",
@ -416,12 +416,12 @@
"EnableInteractiveSearch": "Enable Interactive Search",
"EnableInteractiveSearchHelpText": "Will be used when interactive search is used",
"EnableInteractiveSearchHelpTextWarning": "Search is not supported with this indexer",
"EnableMediaInfoHelpText": "Extract video information such as resolution, runtime and codec information from files. This requires Sonarr to read parts of the file which may cause high disk or network activity during scans.",
"EnableMediaInfoHelpText": "Extract video information such as resolution, runtime and codec information from files. This requires {appName} to read parts of the file which may cause high disk or network activity during scans.",
"EnableMetadataHelpText": "Enable metadata file creation for this metadata type",
"EnableProfile": "Enable Profile",
"EnableProfileHelpText": "Check to enable release profile",
"EnableRss": "Enable RSS",
"EnableRssHelpText": "Will be used when Sonarr periodically looks for releases via RSS Sync",
"EnableRssHelpText": "Will be used when {appName} periodically looks for releases via RSS Sync",
"EnableSsl": "Enable SSL",
"EnableSslHelpText": "Requires restart running as administrator to take effect",
"Enabled": "Enabled",
@ -472,7 +472,7 @@
"ExportCustomFormat": "Export Custom Format",
"Extend": "Extend",
"External": "External",
"ExternalUpdater": "Sonarr is configured to use an external update mechanism",
"ExternalUpdater": "{appName} is configured to use an external update mechanism",
"ExtraFileExtensionsHelpText": "Comma separated list of extra files to import (.nfo will be imported as .nfo-orig)",
"ExtraFileExtensionsHelpTextsExamples": "Examples: '.sub, .nfo' or 'sub,nfo'",
"Failed": "Failed",
@ -480,7 +480,7 @@
"FailedToLoadCustomFiltersFromApi": "Failed to load custom filters from API",
"FailedToLoadQualityProfilesFromApi": "Failed to load quality profiles from API",
"FailedToLoadSeriesFromApi": "Failed to load series from API",
"FailedToLoadSonarr": "Failed to load Sonarr",
"FailedToLoadSonarr": "Failed to load {appName}",
"FailedToLoadSystemStatusFromApi": "Failed to load system status from API",
"FailedToLoadTagsFromApi": "Failed to load tags from API",
"FailedToLoadTranslationsFromApi": "Failed to load translations from API",
@ -555,7 +555,7 @@
"Grab": "Grab",
"GrabId": "Grab ID",
"GrabRelease": "Grab Release",
"GrabReleaseMessageText": "Sonarr was unable to determine which series and episode this release was for. Sonarr may be unable to automatically import this release. Do you want to grab '{title}'?",
"GrabReleaseMessageText": "{appName} was unable to determine which series and episode this release was for. {appName} may be unable to automatically import this release. Do you want to grab '{title}'?",
"GrabSelected": "Grab Selected",
"Grabbed": "Grabbed",
"GrabbedHistoryTooltip": "Episode grabbed from {indexer} and sent to {downloadClient}",
@ -616,7 +616,7 @@
"ImportListStatusUnavailableHealthCheckMessage": "Lists unavailable due to failures: {0}",
"ImportLists": "Import Lists",
"ImportListsLoadError": "Unable to load Import Lists",
"ImportListsSettingsSummary": "Import from another Sonarr instance or Trakt lists and manage list exclusions",
"ImportListsSettingsSummary": "Import from another {appName} instance or Trakt lists and manage list exclusions",
"ImportMechanismEnableCompletedDownloadHandlingIfPossibleHealthCheckMessage": "Enable Completed Download Handling if possible",
"ImportMechanismEnableCompletedDownloadHandlingIfPossibleMultiComputerHealthCheckMessage": "Enable Completed Download Handling if possible (Multi-Computer unsupported)",
"ImportMechanismHandlingDisabledHealthCheckMessage": "Enable Completed Download Handling",
@ -640,12 +640,12 @@
"IndexerLongTermStatusUnavailableHealthCheckMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
"IndexerOptionsLoadError": "Unable to load indexer options",
"IndexerPriority": "Indexer Priority",
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25. Used when grabbing releases as a tiebreaker for otherwise equal releases, Sonarr will still use all enabled indexers for RSS Sync and Searching",
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25. Used when grabbing releases as a tiebreaker for otherwise equal releases, {appName} will still use all enabled indexers for RSS Sync and Searching",
"IndexerRssNoIndexersAvailableHealthCheckMessage": "All rss-capable indexers are temporarily unavailable due to recent indexer errors",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "No indexers available with RSS sync enabled, Sonarr will not grab new releases automatically",
"IndexerSearchNoAutomaticHealthCheckMessage": "No indexers available with Automatic Search enabled, Sonarr will not provide any automatic search results",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "No indexers available with RSS sync enabled, {appName} will not grab new releases automatically",
"IndexerSearchNoAutomaticHealthCheckMessage": "No indexers available with Automatic Search enabled, {appName} will not provide any automatic search results",
"IndexerSearchNoAvailableIndexersHealthCheckMessage": "All search-capable indexers are temporarily unavailable due to recent indexer errors",
"IndexerSearchNoInteractiveHealthCheckMessage": "No indexers available with Interactive Search enabled, Sonarr will not provide any interactive search results",
"IndexerSearchNoInteractiveHealthCheckMessage": "No indexers available with Interactive Search enabled, {appName} will not provide any interactive search results",
"IndexerSettings": "Indexer Settings",
"IndexerStatusAllUnavailableHealthCheckMessage": "All indexers are unavailable due to failures",
"IndexerStatusUnavailableHealthCheckMessage": "Indexers unavailable due to failures: {0}",
@ -697,7 +697,7 @@
"LibraryImportTips": "Some tips to ensure the import goes smoothly:",
"LibraryImportTipsDontUseDownloadsFolder": "Do not use for importing downloads from your download client, this is only for existing organized libraries, not unsorted files.",
"LibraryImportTipsQualityInFilename": "Make sure that your files include the quality in their filenames. eg. `episode.s02e15.bluray.mkv`",
"LibraryImportTipsUseRootFolder": "Point Sonarr to the folder containing all of your tv shows, not a specific one. eg. \"`{goodFolderExample}`\" and not \"`{badFolderExample}`\". Additionally, each series must be in its own folder within the root/library folder.",
"LibraryImportTipsUseRootFolder": "Point {appName} to the folder containing all of your tv shows, not a specific one. eg. \"`{goodFolderExample}`\" and not \"`{badFolderExample}`\". Additionally, each series must be in its own folder within the root/library folder.",
"Links": "Links",
"ListExclusionsLoadError": "Unable to load List Exclusions",
"ListOptionsLoadError": "Unable to load list options",
@ -736,7 +736,7 @@
"Mapping": "Mapping",
"MarkAsFailed": "Mark as Failed",
"MarkAsFailedConfirmation": "Are you sure you want to mark '{sourceTitle}' as failed?",
"MassSearchCancelWarning": "This cannot be cancelled once started without restarting Sonarr or disabling all of your indexers.",
"MassSearchCancelWarning": "This cannot be cancelled once started without restarting {appName} or disabling all of your indexers.",
"MatchedToEpisodes": "Matched to Episodes",
"MatchedToSeason": "Matched to Season",
"MatchedToSeries": "Matched to Series",
@ -763,7 +763,7 @@
"MetadataSettingsSummary": "Create metadata files when episodes are imported or series are refreshed",
"MetadataSource": "Metadata Source",
"MetadataSourceSettings": "Metadata Source Settings",
"MetadataSourceSettingsSummary": "Information on where Sonarr gets series and episode information",
"MetadataSourceSettingsSummary": "Information on where {appName} gets series and episode information",
"MidseasonFinale": "Midseason Finale",
"Min": "Min",
"MinimumAge": "Minimum Age",
@ -889,7 +889,7 @@
"OnHealthIssue": "On Health Issue",
"OnHealthRestored": "On Health Restored",
"OnImport": "On Import",
"OnLatestVersion": "The latest version of Sonarr is already installed",
"OnLatestVersion": "The latest version of {appName} is already installed",
"OnManualInteractionRequired": "On Manual Interaction Required",
"OnRename": "On Rename",
"OnSeriesAdd": "On Series Add",
@ -901,7 +901,7 @@
"OnlyTorrent": "Only Torrent",
"OnlyUsenet": "Only Usenet",
"OpenBrowserOnStart": "Open browser on start",
"OpenBrowserOnStartHelpText": " Open a web browser and navigate to the Sonarr homepage on app start.",
"OpenBrowserOnStartHelpText": " Open a web browser and navigate to the {appName} homepage on app start.",
"OpenSeries": "Open Series",
"OptionalName": "Optional name",
"Options": "Options",
@ -934,7 +934,7 @@
"Parse": "Parse",
"ParseModalErrorParsing": "Error parsing, please try again.",
"ParseModalHelpText": "Enter a release title in the input above",
"ParseModalHelpTextDetails": "Sonarr will attempt to parse the title and show you details about it",
"ParseModalHelpTextDetails": "{appName} will attempt to parse the title and show you details about it",
"ParseModalUnableToParse": "Unable to parse the provided title, please try again.",
"PartialSeason": "Partial Season",
"Password": "Password",
@ -1012,7 +1012,7 @@
"Real": "Real",
"Reason": "Reason",
"RecentChanges": "Recent Changes",
"RecycleBinUnableToWriteHealthCheckMessage": "Unable to write to configured recycling bin folder: {0}. Ensure this path exists and is writable by the user running Sonarr",
"RecycleBinUnableToWriteHealthCheckMessage": "Unable to write to configured recycling bin folder: {0}. Ensure this path exists and is writable by the user running {appName}",
"RecyclingBin": "Recycling Bin",
"RecyclingBinCleanup": "Recycling Bin Cleanup",
"RecyclingBinCleanupHelpText": "Set to 0 to disable automatic cleanup",
@ -1051,18 +1051,18 @@
"RemotePath": "Remote Path",
"RemotePathMappingBadDockerPathHealthCheckMessage": "You are using docker; download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappingDockerFolderMissingHealthCheckMessage": "You are using docker; download client {0} places downloads in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "Sonarr can see but not access downloaded episode {0}. Likely permissions error.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "{appName} can see but not access downloaded episode {0}. Likely permissions error.",
"RemotePathMappingFileRemovedHealthCheckMessage": "File {0} was removed part way through processing.",
"RemotePathMappingFilesBadDockerPathHealthCheckMessage": "You are using docker; download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "Download client {0} reported files in {1} but Sonarr cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "Download client {0} reported files in {1} but {appName} cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingFilesLocalWrongOSPathHealthCheckMessage": "Local download client {0} reported files in {1} but this is not a valid {2} path. Review your download client settings.",
"RemotePathMappingFilesWrongOSPathHealthCheckMessage": "Remote download client {0} reported files in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "Sonarr can see but not access download directory {0}. Likely permissions error.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "Download client {0} places downloads in {1} but Sonarr cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "{appName} can see but not access download directory {0}. Likely permissions error.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "Download client {0} places downloads in {1} but {appName} cannot see this directory. You may need to adjust the folder's permissions.",
"RemotePathMappingHostHelpText": "The same host you specified for the remote Download Client",
"RemotePathMappingImportFailedHealthCheckMessage": "Sonarr failed to import (an) episode(s). Check your logs for details.",
"RemotePathMappingImportFailedHealthCheckMessage": "{appName} failed to import (an) episode(s). Check your logs for details.",
"RemotePathMappingLocalFolderMissingHealthCheckMessage": "Remote download client {0} places downloads in {1} but this directory does not appear to exist. Likely missing or incorrect remote path mapping.",
"RemotePathMappingLocalPathHelpText": "Path that Sonarr should use to access the remote path locally",
"RemotePathMappingLocalPathHelpText": "Path that {appName} should use to access the remote path locally",
"RemotePathMappingLocalWrongOSPathHealthCheckMessage": "Local download client {0} places downloads in {1} but this is not a valid {2} path. Review your download client settings.",
"RemotePathMappingRemoteDownloadClientHealthCheckMessage": "Remote download client {0} reported files in {1} but this directory does not appear to exist. Likely missing remote path mapping.",
"RemotePathMappingRemotePathHelpText": "Root path to the directory that the Download Client accesses",
@ -1099,7 +1099,7 @@
"RemovedSeriesSingleRemovedHealthCheckMessage": "Series {0} was removed from TheTVDB",
"RemovingTag": "Removing tag",
"RenameEpisodes": "Rename Episodes",
"RenameEpisodesHelpText": "Sonarr will use the existing file name if renaming is disabled",
"RenameEpisodesHelpText": "{appName} will use the existing file name if renaming is disabled",
"RenameFiles": "Rename Files",
"Renamed": "Renamed",
"Reorder": "Reorder",
@ -1107,14 +1107,14 @@
"Repeat": "Repeat",
"Replace": "Replace",
"ReplaceIllegalCharacters": "Replace Illegal Characters",
"ReplaceIllegalCharactersHelpText": "Replace illegal characters. If unchecked, Sonarr will remove them instead",
"ReplaceIllegalCharactersHelpText": "Replace illegal characters. If unchecked, {appName} will remove them instead",
"ReplaceWithDash": "Replace with Dash",
"ReplaceWithSpaceDash": "Replace with Space Dash",
"ReplaceWithSpaceDashSpace": "Replace with Space Dash Space",
"Required": "Required",
"RequiredHelpText": "This {implementationName} condition must match for the custom format to apply. Otherwise a single {implementationName} match is sufficient.",
"RescanAfterRefreshHelpText": "Rescan the series folder after refreshing the series",
"RescanAfterRefreshHelpTextWarning": "Sonarr will not automatically detect changes to files when not set to 'Always'",
"RescanAfterRefreshHelpTextWarning": "{appName} will not automatically detect changes to files when not set to 'Always'",
"RescanSeriesFolderAfterRefresh": "Rescan Series Folder after Refresh",
"Reset": "Reset",
"ResetAPIKey": "Reset API Key",
@ -1127,11 +1127,11 @@
"Restart": "Restart",
"RestartLater": "I'll restart later",
"RestartNow": "Restart Now",
"RestartReloadNote": "Note: Sonarr will automatically restart and reload the UI during the restore process.",
"RestartReloadNote": "Note: {appName} will automatically restart and reload the UI during the restore process.",
"RestartRequiredHelpTextWarning": "Requires restart to take effect",
"RestartRequiredToApplyChanges": "Sonarr requires a restart to apply changes, do you want to restart now?",
"RestartRequiredWindowsService": "Depending which user is running the Sonarr service you may need to restart Sonarr as admin once before the service will start automatically.",
"RestartSonarr": "Restart Sonarr",
"RestartRequiredToApplyChanges": "{appName} requires a restart to apply changes, do you want to restart now?",
"RestartRequiredWindowsService": "Depending which user is running the {appName} service you may need to restart {appName} as admin once before the service will start automatically.",
"RestartSonarr": "Restart {appName}",
"Restore": "Restore",
"RestoreBackup": "Restore Backup",
"RestrictionsLoadError": "Unable to load Restrictions",
@ -1277,7 +1277,7 @@
"ShowTitle": "Show Title",
"ShowTitleHelpText": "Show series title under poster",
"ShowUnknownSeriesItems": "Show Unknown Series Items",
"ShowUnknownSeriesItemsHelpText": "Show items without a series in the queue, this could include removed series, movies or anything else in Sonarr's category",
"ShowUnknownSeriesItemsHelpText": "Show items without a series in the queue, this could include removed series, movies or anything else in {appName}'s category",
"ShownClickToHide": "Shown, click to hide",
"Shutdown": "Shutdown",
"SingleEpisode": "Single Episode",
@ -1286,16 +1286,16 @@
"SizeLimit": "Size Limit",
"SizeOnDisk": "Size on disk",
"SkipFreeSpaceCheck": "Skip Free Space Check",
"SkipFreeSpaceCheckWhenImportingHelpText": "Use when Sonarr is unable to detect free space from your series root folder",
"SkipFreeSpaceCheckWhenImportingHelpText": "Use when {appName} is unable to detect free space from your series root folder",
"SkipRedownload": "Skip Redownload",
"SkipRedownloadHelpText": "Prevents Sonarr from trying to download an alternative release for this item",
"SkipRedownloadHelpText": "Prevents {appName} from trying to download an alternative release for this item",
"Small": "Small",
"SmartReplace": "Smart Replace",
"SmartReplaceHint": "Dash or Space Dash depending on name",
"Socks4": "Socks4",
"Socks5": "Socks5 (Support TOR)",
"SomeResultsAreHiddenByTheAppliedFilter": "Some results are hidden by the applied filter",
"SonarrTags": "Sonarr Tags",
"SonarrTags": "{appName} Tags",
"Sort": "Sort",
"Source": "Source",
"SourcePath": "Source Path",
@ -1324,14 +1324,14 @@
"Style": "Style",
"SubtitleLanguages": "Subtitle Languages",
"Sunday": "Sunday",
"SupportedAutoTaggingProperties": "Sonarr supports the follow properties for auto tagging rules",
"SupportedCustomConditions": "Sonarr supports custom conditions against the release properties below.",
"SupportedDownloadClients": "Sonarr supports many popular torrent and usenet download clients.",
"SupportedAutoTaggingProperties": "{appName} supports the follow properties for auto tagging rules",
"SupportedCustomConditions": "{appName} supports custom conditions against the release properties below.",
"SupportedDownloadClients": "{appName} supports many popular torrent and usenet download clients.",
"SupportedDownloadClientsMoreInfo": "For more information on the individual download clients, click the more info buttons.",
"SupportedImportListsMoreInfo": "For more information on the individual import lists, click on the more info buttons.",
"SupportedIndexers": "Sonarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.",
"SupportedIndexers": "{appName} supports any indexer that uses the Newznab standard, as well as other indexers listed below.",
"SupportedIndexersMoreInfo": "For more information on the individual indexers, click on the more info buttons.",
"SupportedLists": "Sonarr supports multiple lists for importing Series into the database.",
"SupportedLists": "{appName} supports multiple lists for importing Series into the database.",
"SupportedListsMoreInfo": "For more information on the individual lists, click on the more info buttons.",
"System": "System",
"SystemTimeHealthCheckMessage": "System time is off by more than 1 day. Scheduled tasks may not run correctly until the time is corrected",
@ -1391,7 +1391,7 @@
"TypeOfList": "{typeOfList} List",
"Ui": "UI",
"UiLanguage": "UI Language",
"UiLanguageHelpText": "Language that Sonarr will use for UI",
"UiLanguageHelpText": "Language that {appName} will use for UI",
"UiSettings": "UI Settings",
"UiSettingsLoadError": "Unable to load UI settings",
"UiSettingsSummary": "Calendar, date and color impaired options",
@ -1404,7 +1404,7 @@
"UnableToLoadAutoTagging": "Unable to load auto tagging",
"UnableToLoadBackups": "Unable to load backups",
"UnableToLoadRootFolders": "Unable to load root folders",
"UnableToUpdateSonarrDirectly": "Unable to update Sonarr directly,",
"UnableToUpdateSonarrDirectly": "Unable to update {appName} directly,",
"Unavailable": "Unavailable",
"Underscore": "Underscore",
"Ungroup": "Ungroup",
@ -1414,7 +1414,7 @@
"UnmappedFilesOnly": "Unmapped Files Only",
"UnmappedFolders": "Unmapped Folders",
"UnmonitorDeletedEpisodes": "Unmonitor Deleted Episodes",
"UnmonitorDeletedEpisodesHelpText": "Episodes deleted from disk are automatically unmonitored in Sonarr",
"UnmonitorDeletedEpisodesHelpText": "Episodes deleted from disk are automatically unmonitored in {appName}",
"UnmonitorSelected": "Unmonitor Selected",
"UnmonitorSpecials": "Unmonitor Specials",
"UnmonitorSpecialsDescription": "Unmonitor all special episodes without changing the monitored status of other episodes",
@ -1428,11 +1428,11 @@
"UpdateAutomaticallyHelpText": "Automatically download and install updates. You will still be able to install from System: Updates",
"UpdateAvailableHealthCheckMessage": "New update is available",
"UpdateFiltered": "Update Filtered",
"UpdateMechanismHelpText": "Use Sonarr's built-in updater or a script",
"UpdateMechanismHelpText": "Use {appName}'s built-in updater or a script",
"UpdateMonitoring": "Update Monitoring",
"UpdateScriptPathHelpText": "Path to a custom script that takes an extracted update package and handle the remainder of the update process",
"UpdateSelected": "Update Selected",
"UpdateSonarrDirectlyLoadError": "Unable to update Sonarr directly,",
"UpdateSonarrDirectlyLoadError": "Unable to update {appName} directly,",
"UpdateStartupNotWritableHealthCheckMessage": "Cannot install update because startup folder '{0}' is not writable by the user '{1}'.",
"UpdateStartupTranslocationHealthCheckMessage": "Cannot install update because startup folder '{0}' is in an App Translocation folder.",
"UpdateUINotWritableHealthCheckMessage": "Cannot install update because UI folder '{0}' is not writable by the user '{1}'.",
@ -1441,8 +1441,8 @@
"Updates": "Updates",
"UpgradeUntil": "Upgrade Until",
"UpgradeUntilCustomFormatScore": "Upgrade Until Custom Format Score",
"UpgradeUntilCustomFormatScoreHelpText": "Once this custom format score is reached Sonarr will no longer grab episode releases",
"UpgradeUntilHelpText": "Once this quality is reached Sonarr will no longer download episodes",
"UpgradeUntilCustomFormatScoreHelpText": "Once this custom format score is reached {appName} will no longer grab episode releases",
"UpgradeUntilHelpText": "Once this quality is reached {appName} will no longer download episodes",
"UpgradeUntilThisQualityIsMetOrExceeded": "Upgrade until this quality is met or exceeded",
"UpgradesAllowed": "Upgrades Allowed",
"UpgradesAllowedHelpText": "If disabled qualities will not be upgraded",

@ -43,7 +43,7 @@
"ApplicationURL": "URL de la aplicación",
"Authentication": "Autenticación",
"AuthForm": "Formularios (página de inicio de sesión)",
"AuthenticationMethodHelpText": "Requerir nombre de usuario y contraseña para acceder Sonarr",
"AuthenticationMethodHelpText": "Requerir nombre de usuario y contraseña para acceder {appName}",
"AuthenticationRequired": "Autenticación Requerida",
"AutoTaggingLoadError": "No se pudo cargar el etiquetado automático",
"AutoRedownloadFailedHelpText": "Buscar e intentar descargar automáticamente una versión diferente",
@ -78,7 +78,7 @@
"Torrents": "Torrents",
"Ui": "UI",
"Underscore": "Guion bajo",
"UpdateMechanismHelpText": "Usar el actualizador de Sonarr o un script",
"UpdateMechanismHelpText": "Usar el actualizador de {appName} o un script",
"Warn": "Advertencia",
"AutoTagging": "Etiquetado Automático",
"AddAutoTag": "Añadir Etiqueta Automática",
@ -165,7 +165,7 @@
"AddRemotePathMappingError": "No se pudo añadir una nueva asignación de ruta remota, inténtelo de nuevo.",
"AgeWhenGrabbed": "Antigüedad (cuando se añadió)",
"AllResultsAreHiddenByTheAppliedFilter": "Todos los resultados están ocultos por el filtro aplicado",
"AnalyseVideoFilesHelpText": "Extraer información de video como la resolución, el tiempo de ejecución y la información del códec de los archivos. Esto requiere que Sonarr lea partes del archivo lo cual puede causar una alta actividad en el disco o en la red durante los escaneos.",
"AnalyseVideoFilesHelpText": "Extraer información de video como la resolución, el tiempo de ejecución y la información del códec de los archivos. Esto requiere que {appName} lea partes del archivo lo cual puede causar una alta actividad en el disco o en la red durante los escaneos.",
"AnimeTypeDescription": "Episodios lanzados usando un número de episodio absoluto",
"ApiKeyValidationHealthCheckMessage": "Actualice su clave de API para que tenga al menos {0} carácteres. Puede hacerlo en los ajustes o en el archivo de configuración",
"AppDataLocationHealthCheckMessage": "No será posible actualizar para prevenir la eliminación de AppData al Actualizar",
@ -174,7 +174,7 @@
"Clone": "Clonar",
"Connections": "Conexiones",
"Dash": "Guión",
"AnalyticsEnabledHelpText": "Envíe información anónima de uso y error a los servidores de Sonarr. Esto incluye información sobre su navegador, qué páginas de Sonarr WebUI utiliza, informes de errores, así como el sistema operativo y la versión en tiempo de ejecución. Usaremos esta información para priorizar funciones y correcciones de errores.",
"AnalyticsEnabledHelpText": "Envíe información anónima de uso y error a los servidores de {appName}. Esto incluye información sobre su navegador, qué páginas de {appName} WebUI utiliza, informes de errores, así como el sistema operativo y la versión en tiempo de ejecución. Usaremos esta información para priorizar funciones y correcciones de errores.",
"BackupIntervalHelpText": "Intervalo entre copias de seguridad automáticas",
"BackupRetentionHelpText": "Las copias de seguridad automáticas anteriores al período de retención serán borradas automáticamente",
"AddNewSeries": "Añadir Nueva Serie",

@ -1,5 +1,5 @@
{
"BlocklistReleaseHelpText": "Megakadályozza, hogy a Sonarr automatikusan újra letöltse ezt a kiadást",
"BlocklistReleaseHelpText": "Megakadályozza, hogy a {appName} automatikusan újra letöltse ezt a kiadást",
"CloneCondition": "Feltétel klónozása",
"CloneCustomFormat": "Egyéni formátum klónozása",
"Close": "Bezárás",
@ -46,13 +46,13 @@
"ImportMechanismEnableCompletedDownloadHandlingIfPossibleHealthCheckMessage": "Befejezett letöltés kezelésének engedélyezése, ha lehetséges",
"ImportMechanismHandlingDisabledHealthCheckMessage": "Befejezett letöltés kezelésének engedélyezése",
"ImportMechanismEnableCompletedDownloadHandlingIfPossibleMultiComputerHealthCheckMessage": "Befejezett letöltés kezelésének engedélyezése, ha lehetséges (Több számítógépen nem támogatott)",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Nincsenek elérhető indexelők RSS szinkronizációval, a Sonarr nem fog automatikusan új kiadásokat letölteni",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Nincsenek elérhető indexelők RSS szinkronizációval, a {appName} nem fog automatikusan új kiadásokat letölteni",
"IndexerRssNoIndexersAvailableHealthCheckMessage": "Az összes RSS-képes indexelő ideiglenesen nem elérhető a legutóbbi indexelő hibák miatt",
"IndexerLongTermStatusUnavailableHealthCheckMessage": "Minden indexelő elérhetetlen meghibásodás miatt több, mint 6 órája: {0}",
"IndexerLongTermStatusAllUnavailableHealthCheckMessage": "Minden indexelő elérhetetlen meghibásodás miatt több, mint 6 órája",
"IndexerSearchNoInteractiveHealthCheckMessage": "Nincsenek elérhető indexelők az Interaktív Keresés funkcióval, a Sonarr nem fog interaktív keresési eredményeket szolgáltatni",
"IndexerSearchNoInteractiveHealthCheckMessage": "Nincsenek elérhető indexelők az Interaktív Keresés funkcióval, a {appName} nem fog interaktív keresési eredményeket szolgáltatni",
"IndexerSearchNoAvailableIndexersHealthCheckMessage": "Az összes keresési képességgel rendelkező indexelő ideiglenesen nem elérhető a legutóbbi indexelő hibák miatt",
"IndexerSearchNoAutomaticHealthCheckMessage": "Nincsenek elérhető indexelők az Automatikus Keresés funkcióval, a Sonarr nem fog automatikus keresési eredményeket szolgáltatni",
"IndexerSearchNoAutomaticHealthCheckMessage": "Nincsenek elérhető indexelők az Automatikus Keresés funkcióval, a {appName} nem fog automatikus keresési eredményeket szolgáltatni",
"Language": "Nyelv",
"IndexerStatusUnavailableHealthCheckMessage": "Minden indexelő elérhetetlen meghibásodások miatt: {0}",
"IndexerStatusAllUnavailableHealthCheckMessage": "Minden indexelő elérhetetlen meghibásodások miatt",
@ -69,15 +69,15 @@
"ProxyFailedToTestHealthCheckMessage": "Sikertelen proxy teszt: {0}",
"ProxyResolveIpHealthCheckMessage": "Nem sikerült feloldani a konfigurált proxy kiszolgáló {0} IP-címét",
"PreviousAiring": "Előző rész",
"RecycleBinUnableToWriteHealthCheckMessage": "Nem lehet írni a konfigurált lomtár mappába {0}. Győződjön meg arról, hogy ez az elérési útvonal létezik, és az a felhasználó, aki a Sonarr-t futtatja, írási jogosultsággal rendelkezik",
"RecycleBinUnableToWriteHealthCheckMessage": "Nem lehet írni a konfigurált lomtár mappába {0}. Győződjön meg arról, hogy ez az elérési útvonal létezik, és az a felhasználó, aki a {appName}-t futtatja, írási jogosultsággal rendelkezik",
"QualityProfile": "Minőségi profil",
"RemotePathMappingDockerFolderMissingHealthCheckMessage": "Docker-t használ; a(z) {0} letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de úgy tűnik, hogy ez a könyvtár nem létezik a konténeren belül. Ellenőrizze a távoli útvonal hozzárendeléseket, és a konténer kötet beállításait.",
"RefreshSeries": "Sorozat frissítése",
"RemotePathMappingFileRemovedHealthCheckMessage": "A(z) {0} fájlt részben feldolgozás közben eltávolították.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "A Sonarr látja, de nem tud hozzáférni a letöltött epizódhoz {0}. Valószínűleg jogosultsági hiba.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "A {appName} látja, de nem tud hozzáférni a letöltött epizódhoz {0}. Valószínűleg jogosultsági hiba.",
"RemotePathMappingFilesLocalWrongOSPathHealthCheckMessage": "A(z) {0} helyi letöltési kliens a fájlokat a(z) {1} mappában jelentette, de ez nem érvényes {2} elérési útvonal. Ellenőrizze a letöltési kliens beállításait.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "A(z) {0} letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de a Sonarr nem látja ezt a könyvtárat. Lehetséges, hogy be kell állítania a mappa jogosultságait.",
"RemotePathMappingImportFailedHealthCheckMessage": "A Sonarr-nak nem sikerült importálni az epizód(ok)at. Ellenőrizze a naplókat a részletekért.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "A(z) {0} letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de a {appName} nem látja ezt a könyvtárat. Lehetséges, hogy be kell állítania a mappa jogosultságait.",
"RemotePathMappingImportFailedHealthCheckMessage": "A {appName}-nak nem sikerült importálni az epizód(ok)at. Ellenőrizze a naplókat a részletekért.",
"RemotePathMappingRemoteDownloadClientHealthCheckMessage": "A(z) {0} távoli letöltési kliens a fájlokat a(z) {1} mappában jelentette, de úgy tűnik, hogy ez a könyvtár nem létezik. Valószínűleg hiányzik a távoli útvonal hozzárendelés.",
"RemotePathMappingLocalFolderMissingHealthCheckMessage": "A(z) {0} távoli letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de úgy tűnik, hogy ez a könyvtár nem létezik. Valószínűleg hiányzik vagy helytelen a távoli útvonal hozzárendelés.",
"RemotePathMappingLocalWrongOSPathHealthCheckMessage": "A(z) {0} helyi letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de ez nem érvényes {2} elérési útvonal. Ellenőrizze a letöltési kliens beállításait.",
@ -99,10 +99,10 @@
"UpdateStartupTranslocationHealthCheckMessage": "A frissítés telepítése nem lehetséges, mert a kezdő mappa '{0}' az App Translocation mappában található.",
"UpdateAvailableHealthCheckMessage": "Új frissítés elérhető",
"UpdateUINotWritableHealthCheckMessage": "A frissítés telepítése nem lehetséges, mert a felhasználó '{1}' nem rendelkezik írási jogosultsággal a(z) '{0}' felhasználói felület mappában.",
"DownloadClientSortingHealthCheckMessage": "A(z) {0} letöltési kliensben engedélyezve van a {1} rendezés a Sonarr kategóriájához. Az import problémák elkerülése érdekében ki kell kapcsolnia a rendezést a letöltési kliensben.",
"DownloadClientSortingHealthCheckMessage": "A(z) {0} letöltési kliensben engedélyezve van a {1} rendezés a {appName} kategóriájához. Az import problémák elkerülése érdekében ki kell kapcsolnia a rendezést a letöltési kliensben.",
"RemotePathMappingBadDockerPathHealthCheckMessage": "Docker-t használ; a(z) {0} letöltési kliens a letöltéseket a(z) {1} mappába helyezi, de ez nem érvényes {2} elérési útvonal. Ellenőrizze a távoli útvonal hozzárendeléseket, és a letöltési kliens beállításait.",
"RemotePathMappingFilesBadDockerPathHealthCheckMessage": "Docker-t használ; a(z) {0} letöltési kliens a fájlokat a(z) {1} mappában jelentette, de ez nem érvényes {2} elérési útvonal. Ellenőrizze a távoli útvonal hozzárendeléseket, és a letöltési kliens beállításait.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "A(z) {0} letöltési kliens a fájlokat a(z) {1} mappában jelentette, de a Sonarr nem látja ezt a könyvtárat. Lehetséges, hogy be kell állítania a mappa jogosultságait.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "A(z) {0} letöltési kliens a fájlokat a(z) {1} mappában jelentette, de a {appName} nem látja ezt a könyvtárat. Lehetséges, hogy be kell állítania a mappa jogosultságait.",
"RemotePathMappingFilesWrongOSPathHealthCheckMessage": "A(z) {0} távoli letöltési kliens a fájlokat a(z) {1} mappában jelentette, de ez nem érvényes {2} elérési útvonal. Ellenőrizze a távoli útvonal hozzárendeléseket, és a letöltési kliens beállításait.",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "A Sonarr látja, de nem fér hozzá a letöltési könyvtárhoz {0}. Valószínűleg jogosultsági hiba."
"RemotePathMappingFolderPermissionsHealthCheckMessage": "A {appName} látja, de nem fér hozzá a letöltési könyvtárhoz {0}. Valószínűleg jogosultsági hiba."
}

@ -1,6 +1,6 @@
{
"Added": "Ditambahkan",
"BlocklistReleaseHelpText": "Mencegah Sonarr memperoleh rilis ini secara otomatis",
"BlocklistReleaseHelpText": "Mencegah {appName} memperoleh rilis ini secara otomatis",
"Delete": "Hapus",
"Close": "Tutup",
"EnableAutomaticSearch": "Aktifkan Penelusuran Otomatis",

@ -21,7 +21,7 @@
"ApplyTagsHelpTextHowToApplyIndexers": "Hoe tags toepassen op de geselecteerde indexeerders",
"CountDownloadClientsSelected": "{count} download client(s) geselecteerd",
"ApplyTagsHelpTextHowToApplySeries": "Hoe tags toepassen op de geselecteerde series",
"BlocklistReleaseHelpText": "Verbied Sonarr om deze release opnieuw automatisch te downloaden",
"BlocklistReleaseHelpText": "Verbied {appName} om deze release opnieuw automatisch te downloaden",
"Delete": "Verwijder",
"ApplyTagsHelpTextRemove": "Verwijderen: Verwijder de ingevoerde tags",
"ApplyTagsHelpTextReplace": "Vervangen: Vervang de tags met de ingevoerde tags (vul geen tags in om alle tags te wissen)",

@ -13,9 +13,9 @@
"ImportListStatusAllUnavailableHealthCheckMessage": "Todas as listas estão indisponíveis devido a falhas",
"ImportMechanismHandlingDisabledHealthCheckMessage": "Ativar gerenciamento de download concluído",
"IndexerLongTermStatusUnavailableHealthCheckMessage": "Indexadores indisponíveis devido a falhas por mais de 6 horas: {0}",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Nenhum indexador disponível com sincronização de RSS ativada, o Sonarr não obterá novos lançamentos automaticamente",
"IndexerSearchNoAutomaticHealthCheckMessage": "Nenhum indexador disponível com a pesquisa automática ativada, o Sonarr não fornecerá nenhum resultado de pesquisa automática",
"IndexerSearchNoInteractiveHealthCheckMessage": "Nenhum indexador disponível com a Pesquisa interativa habilitada, o Sonarr não fornecerá nenhum resultado de pesquisa interativa",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Nenhum indexador disponível com sincronização de RSS ativada, o {appName} não obterá novos lançamentos automaticamente",
"IndexerSearchNoAutomaticHealthCheckMessage": "Nenhum indexador disponível com a pesquisa automática ativada, o {appName} não fornecerá nenhum resultado de pesquisa automática",
"IndexerSearchNoInteractiveHealthCheckMessage": "Nenhum indexador disponível com a Pesquisa interativa habilitada, o {appName} não fornecerá nenhum resultado de pesquisa interativa",
"IndexerStatusAllUnavailableHealthCheckMessage": "Todos os indexadores estão indisponíveis devido a falhas",
"IndexerStatusUnavailableHealthCheckMessage": "Indexadores indisponíveis devido a falhas: {0}",
"Language": "Idioma",
@ -31,13 +31,13 @@
"QualityProfile": "Perfil de Qualidade",
"RefreshSeries": "Atualizar Séries",
"RemotePathMappingDockerFolderMissingHealthCheckMessage": "Você está usando o docker; o cliente de download {0} coloca os downloads em {1}, mas esse diretório parece não existir dentro do contêiner. Revise seus mapeamentos de caminho remoto e configurações de volume do contêiner.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "O Sonarr pode ver, mas não acessar o episódio baixado {0}. Provável erro de permissão.",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "O {appName} pode ver, mas não acessar o episódio baixado {0}. Provável erro de permissão.",
"RemotePathMappingFileRemovedHealthCheckMessage": "O arquivo {0} foi removido no meio do processamento.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "Baixe os arquivos relatados do cliente {0} em {1}, mas o Sonarr não pode ver este diretório. Pode ser necessário ajustar as permissões da pasta.",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "Baixe os arquivos relatados do cliente {0} em {1}, mas o {appName} não pode ver este diretório. Pode ser necessário ajustar as permissões da pasta.",
"RemotePathMappingFilesLocalWrongOSPathHealthCheckMessage": "O cliente de download local {0} relatou arquivos em {1}, mas este não é um caminho {2} válido. Revise as configurações do cliente de download.",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "Sonarr pode ver, mas não acessar o diretório de download {0}. Provável erro de permissão.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "O cliente de download {0} coloca os downloads em {1}, mas o Sonarr não pode ver este diretório. Pode ser necessário ajustar as permissões da pasta.",
"RemotePathMappingImportFailedHealthCheckMessage": "Sonarr falhou ao importar (um) episódio(s). Verifique seus logs para obter detalhes.",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "{appName} pode ver, mas não acessar o diretório de download {0}. Provável erro de permissão.",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "O cliente de download {0} coloca os downloads em {1}, mas o {appName} não pode ver este diretório. Pode ser necessário ajustar as permissões da pasta.",
"RemotePathMappingImportFailedHealthCheckMessage": "{appName} falhou ao importar (um) episódio(s). Verifique seus logs para obter detalhes.",
"RemotePathMappingLocalWrongOSPathHealthCheckMessage": "O cliente de download local {0} coloca os downloads em {1}, mas este não é um caminho {2} válido. Revise as configurações do cliente de download.",
"RemotePathMappingRemoteDownloadClientHealthCheckMessage": "O cliente de download remoto {0} relatou arquivos em {1}, mas este diretório parece não existir. Provavelmente faltando mapeamento de caminho remoto.",
"RemovedSeriesMultipleRemovedHealthCheckMessage": "A série {0} foi removida do TheTVDB",
@ -59,7 +59,7 @@
"AppDataLocationHealthCheckMessage": "A atualização não será possível para evitar a exclusão de AppData na atualização",
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "Não é possível se comunicar com {0}.",
"DownloadClientRootFolderHealthCheckMessage": "O cliente de download {0} coloca os downloads na pasta raiz {1}. Você não deve baixar para uma pasta raiz.",
"DownloadClientSortingHealthCheckMessage": "O cliente de download {0} tem classificação {1} habilitada para a categoria Sonarr. Você deve desativar a classificação em seu cliente de download para evitar problemas de importação.",
"DownloadClientSortingHealthCheckMessage": "O cliente de download {0} tem classificação {1} habilitada para a categoria {appName}. Você deve desativar a classificação em seu cliente de download para evitar problemas de importação.",
"DownloadClientStatusSingleClientHealthCheckMessage": "Clientes de download indisponíveis devido a falhas: {0}",
"EditSelectedIndexers": "Editar indexadores selecionados",
"EditSeries": "Editar Série",
@ -79,7 +79,7 @@
"ProxyBadRequestHealthCheckMessage": "Falha ao testar o proxy. Código de estado: {0}",
"ProxyFailedToTestHealthCheckMessage": "Falha ao testar o proxy: {0}",
"ProxyResolveIpHealthCheckMessage": "Falha ao resolver o endereço IP do host de proxy configurado {0}",
"RecycleBinUnableToWriteHealthCheckMessage": "Não é possível gravar na pasta da lixeira configurada: {0}. Certifique-se de que este caminho exista e seja gravável pelo usuário executando o Sonarr",
"RecycleBinUnableToWriteHealthCheckMessage": "Não é possível gravar na pasta da lixeira configurada: {0}. Certifique-se de que este caminho exista e seja gravável pelo usuário executando o {appName}",
"RemotePathMappingBadDockerPathHealthCheckMessage": "Você está usando o docker; cliente de download {0} coloca downloads em {1}, mas este não é um caminho {2} válido. Revise seus mapeamentos de caminho remoto e baixe as configurações do cliente.",
"RemotePathMappingFilesBadDockerPathHealthCheckMessage": "Você está usando o docker; baixe os arquivos relatados do cliente {0} em {1}, mas este não é um caminho {2} válido. Revise seus mapeamentos de caminho remoto e baixe as configurações do cliente.",
"RemotePathMappingFilesWrongOSPathHealthCheckMessage": "O cliente de download remoto {0} relatou arquivos em {1}, mas este não é um caminho {2} válido. Revise seus mapeamentos de caminho remoto e baixe as configurações do cliente.",
@ -231,7 +231,7 @@
"Duration": "Duração",
"ErrorRestoringBackup": "Erro ao restaurar o backup",
"Exception": "Exceção",
"ExternalUpdater": "O Sonarr está configurado para usar um mecanismo de atualização externo",
"ExternalUpdater": "O {appName} está configurado para usar um mecanismo de atualização externo",
"FailedToFetchUpdates": "Falha ao buscar atualizações",
"FailedToUpdateSettings": "Falha ao atualizar as configurações",
"FeatureRequests": "Solicitações de recursos",
@ -243,7 +243,7 @@
"GeneralSettings": "Configurações Gerais",
"Health": "Saúde",
"HomePage": "Página Inicial",
"OnLatestVersion": "A versão mais recente do Sonarr já está instalada",
"OnLatestVersion": "A versão mais recente do {appName} já está instalada",
"InstallLatest": "Instalar o mais recente",
"Interval": "Intervalo",
"IRC": "IRC",
@ -295,7 +295,7 @@
"TotalSpace": "Espaço Total",
"Twitter": "Twitter",
"UnableToLoadBackups": "Não foi possível carregar os backups",
"UnableToUpdateSonarrDirectly": "Incapaz de atualizar o Sonarr diretamente,",
"UnableToUpdateSonarrDirectly": "Incapaz de atualizar o {appName} diretamente,",
"UpdaterLogFiles": "Arquivos de log do atualizador",
"Uptime": "Tempo de atividade",
"Wiki": "Wiki",
@ -303,9 +303,9 @@
"YesCancel": "Sim, Cancelar",
"Reset": "Redefinir",
"ResetDefinitionTitlesHelpText": "Redefinir títulos de definição, bem como valores",
"RestartReloadNote": "Observação: o Sonarr reiniciará automaticamente e recarregará a IU durante o processo de restauração.",
"RestartReloadNote": "Observação: o {appName} reiniciará automaticamente e recarregará a IU durante o processo de restauração.",
"SkipRedownload": "Ignorar o Redownload",
"SkipRedownloadHelpText": "Impede que o Sonarr tente baixar uma versão alternativa para este item",
"SkipRedownloadHelpText": "Impede que o {appName} tente baixar uma versão alternativa para este item",
"IRCLinkText": "#sonarr na Libera",
"LiberaWebchat": "Libera Webchat",
"All": "Todos",
@ -428,7 +428,7 @@
"Always": "Sempre",
"AnalyseVideoFiles": "Analisar arquivos de vídeo",
"Analytics": "Analítica",
"AnalyticsEnabledHelpText": "Envie informações anônimas de uso e erro para os servidores do Sonarr. Isso inclui informações sobre seu navegador, quais páginas do Sonarr WebUI você usa, relatórios de erros, bem como sistema operacional e versão de tempo de execução. Usaremos essas informações para priorizar recursos e correções de bugs.",
"AnalyticsEnabledHelpText": "Envie informações anônimas de uso e erro para os servidores do {appName}. Isso inclui informações sobre seu navegador, quais páginas do {appName} WebUI você usa, relatórios de erros, bem como sistema operacional e versão de tempo de execução. Usaremos essas informações para priorizar recursos e correções de bugs.",
"AnimeEpisodeFormat": "Formato do Episódio de Anime",
"ApiKey": "Chave API",
"ApplicationURL": "URL do Aplicativo",
@ -442,7 +442,7 @@
"AutoTaggingLoadError": "Não foi possível carregar a marcação automática",
"Automatic": "Automático",
"AutomaticSearch": "Pesquisa Automática",
"BackupFolderHelpText": "Os caminhos relativos estarão no diretório AppData do Sonarr",
"BackupFolderHelpText": "Os caminhos relativos estarão no diretório AppData do {appName}",
"BackupIntervalHelpText": "Intervalo entre backups automáticos",
"BackupRetentionHelpText": "Backups automáticos anteriores ao período de retenção serão limpos automaticamente",
"BackupsLoadError": "Não foi possível carregar os backups",
@ -450,7 +450,7 @@
"BindAddressHelpText": "Endereço IP válido, localhost ou '*' para todas as interfaces",
"BlocklistLoadError": "Não foi possível carregar a lista de bloqueio",
"Branch": "Ramificação",
"BranchUpdate": "Ramificação a ser usada para atualizar o Sonarr",
"BranchUpdate": "Ramificação a ser usada para atualizar o {appName}",
"BranchUpdateMechanism": "Ramificação usada pelo mecanismo externo de atualização",
"BrowserReloadRequired": "Necessário Recarregar o Navegador",
"BuiltIn": "Embutido",
@ -478,7 +478,7 @@
"CloneProfile": "Clonar Perfil",
"CollectionsLoadError": "Não foi possível carregar as coleções",
"ColonReplacement": "Substituto para dois-pontos",
"ColonReplacementFormatHelpText": "Mude como o Sonarr lida com a substituição do dois-pontos",
"ColonReplacementFormatHelpText": "Mude como o {appName} lida com a substituição do dois-pontos",
"CompletedDownloadHandling": "Gerenciamento de Downloads Completos",
"Condition": "Condição",
"ConditionUsingRegularExpressions": "Essa condição corresponde ao uso de expressões regulares. Observe que os caracteres `\\^$.|?*+()[{` têm significados especiais e precisam ser substituídos por um `\\`",
@ -486,7 +486,7 @@
"ConnectSettingsSummary": "Notificações, conexões com servidores/reprodutores de mídia e scripts personalizados",
"Connections": "Conexões",
"CopyToClipboard": "Copiar para Área de Transferência",
"CopyUsingHardlinksHelpTextWarning": "Ocasionalmente, os bloqueios de arquivo podem impedir a renomeação de arquivos que estão sendo propagados. Você pode desativar temporariamente a propagação e usar a função de renomeação do Sonarr como solução alternativa.",
"CopyUsingHardlinksHelpTextWarning": "Ocasionalmente, os bloqueios de arquivo podem impedir a renomeação de arquivos que estão sendo propagados. Você pode desativar temporariamente a propagação e usar a função de renomeação do {appName} como solução alternativa.",
"CreateEmptySeriesFolders": "Criar Pastas de Séries Vazias",
"CreateEmptySeriesFoldersHelpText": "Crie pastas de série ausentes durante a verificação de disco",
"CreateGroup": "Criar Grupo",
@ -555,20 +555,20 @@
"EditRestriction": "Editar Restrição",
"Enable": "Habilitar",
"EnableAutomaticAdd": "Habilitar Adição Automática",
"EnableAutomaticAddHelpText": "Adicione séries desta lista ao Sonarr quando as sincronizações forem realizadas por meio da interface do usuário ou pelo Sonarr",
"EnableAutomaticSearchHelpText": "Será usado quando pesquisas automáticas forem realizadas por meio da interface do usuário ou pelo Sonarr",
"EnableAutomaticAddHelpText": "Adicione séries desta lista ao {appName} quando as sincronizações forem realizadas por meio da interface do usuário ou pelo {appName}",
"EnableAutomaticSearchHelpText": "Será usado quando pesquisas automáticas forem realizadas por meio da interface do usuário ou pelo {appName}",
"EnableAutomaticSearchHelpTextWarning": "Será usado quando a pesquisa interativa for usada",
"EnableCompletedDownloadHandlingHelpText": "Importar automaticamente downloads concluídos do cliente de download",
"EnableHelpText": "Habilitar criação de arquivo de metadados para este tipo de metadados",
"EnableInteractiveSearchHelpText": "Será usado quando a pesquisa interativa for usada",
"EnableColorImpairedMode": "Habilitar Modo para Deficientes Visuais",
"EnableInteractiveSearchHelpTextWarning": "A pesquisa não é compatível com este indexador",
"EnableMediaInfoHelpText": "Extraia informações de vídeo, como resolução, tempo de execução e informações de codec de arquivos. Isso requer que o Sonarr leia partes do arquivo que podem causar alta atividade no disco ou na rede durante as varreduras.",
"EnableMediaInfoHelpText": "Extraia informações de vídeo, como resolução, tempo de execução e informações de codec de arquivos. Isso requer que o {appName} leia partes do arquivo que podem causar alta atividade no disco ou na rede durante as varreduras.",
"EnableMetadataHelpText": "Habilitar criação de arquivo de metadados para este tipo de metadados",
"EnableProfile": "Habilitar Perfil",
"EnableProfileHelpText": "Marque para habilitar o perfil de lançamento",
"EnableRss": "Habilitar RSS",
"EnableRssHelpText": "Será usado quando o Sonarr procurar periodicamente lançamentos via RSS Sync",
"EnableRssHelpText": "Será usado quando o {appName} procurar periodicamente lançamentos via RSS Sync",
"EnableSsl": "Habilitar SSL",
"EnableSslHelpText": "Requer reinicialização em execução como administrador para entrar em vigor",
"EpisodeNaming": "Nomenclatura do Episódio",
@ -601,7 +601,7 @@
"ImportListExclusionsLoadError": "Não foi possível carregar as exclusões da lista de importação",
"ImportListSettings": "Configurações da Importação das Listas",
"ImportListsLoadError": "Não foi possível carregar listas de importação",
"ImportListsSettingsSummary": "Importar de outra instância Sonarr ou listas Trakt e gerenciar exclusões de lista",
"ImportListsSettingsSummary": "Importar de outra instância {appName} ou listas Trakt e gerenciar exclusões de lista",
"ImportScriptPath": "Importar Caminho do Script",
"ImportScriptPathHelpText": "O caminho para o script a ser usado para importar",
"ImportUsingScript": "Importar Usando o Script",
@ -613,7 +613,7 @@
"IndexerDownloadClientHelpText": "Especifique qual cliente de download é usado para baixar deste indexador",
"IndexerOptionsLoadError": "Não foi possível carregar as opções do indexador",
"IndexerPriority": "Prioridade do Indexador",
"IndexerPriorityHelpText": "Prioridade do indexador de 1 (mais alta) a 50 (mais baixa). Padrão: 25. Usado ao obter lançamentos como desempate para lançamentos iguais, o Sonarr ainda usará todos os indexadores habilitados para sincronização e pesquisa de RSS",
"IndexerPriorityHelpText": "Prioridade do indexador de 1 (mais alta) a 50 (mais baixa). Padrão: 25. Usado ao obter lançamentos como desempate para lançamentos iguais, o {appName} ainda usará todos os indexadores habilitados para sincronização e pesquisa de RSS",
"IndexerSettings": "Configurações do Indexador",
"IndexersLoadError": "Não foi possível carregar os indexadores",
"IndexersSettingsSummary": "Indexadores e opções de indexador",
@ -653,7 +653,7 @@
"MetadataSettings": "Configurações de Metadados",
"MetadataSettingsSummary": "Crie arquivos de metadados quando os episódios são importados ou as séries são atualizadas",
"MetadataSourceSettings": "Configurações de Fontes de Metadados",
"MetadataSourceSettingsSummary": "Informações sobre onde Sonarr obtém informações sobre séries e episódios",
"MetadataSourceSettingsSummary": "Informações sobre onde {appName} obtém informações sobre séries e episódios",
"Min": "Mín.",
"MinimumAge": "Idade Miníma",
"MinimumAgeHelpText": "Somente Usenet: Idade mínima em minutos dos NZBs antes de serem capturados. Use isso para dar aos novos lançamentos tempo para se propagar para seu provedor usenet.",
@ -700,7 +700,7 @@
"OnlyTorrent": "Só Torrent",
"OnlyUsenet": "Só Usenet",
"OpenBrowserOnStart": "Abrir navegador ao iniciar",
"OpenBrowserOnStartHelpText": " Abra um navegador da Web e navegue até a página inicial do Sonarr no início do aplicativo.",
"OpenBrowserOnStartHelpText": " Abra um navegador da Web e navegue até a página inicial do {appName} no início do aplicativo.",
"OptionalName": "Nome opcional",
"Original": "Original",
"Other": "Outro",
@ -744,11 +744,11 @@
"RedownloadFailed": "Redownload falhou",
"AbsoluteEpisodeNumber": "Número Absoluto do Episódio",
"AddAutoTagError": "Não foi possível adicionar uma nova tag automática. Tente novamente.",
"AnalyseVideoFilesHelpText": "Extraia informações de vídeo, como resolução, tempo de execução e informações de codec de arquivos. Isso requer que o Sonarr leia partes do arquivo que podem causar alta atividade no disco ou na rede durante as varreduras.",
"AnalyseVideoFilesHelpText": "Extraia informações de vídeo, como resolução, tempo de execução e informações de codec de arquivos. Isso requer que o {appName} leia partes do arquivo que podem causar alta atividade no disco ou na rede durante as varreduras.",
"AuthenticationRequiredHelpText": "Altere para quais solicitações a autenticação é necessária. Não mude a menos que você entenda os riscos.",
"AuthenticationRequiredWarning": "Para evitar o acesso remoto sem autenticação, {appName} agora exige que a autenticação esteja habilitada. Opcionalmente, você pode desabilitar a autenticação de endereços locais.",
"CopyUsingHardlinksHelpText": "Os links rígidos permitem que o Sonarr importe torrents de propagação para a pasta da série sem ocupar espaço extra em disco ou copiar todo o conteúdo do arquivo. Links rígidos só funcionarão se a origem e o destino estiverem no mesmo volume",
"CustomFormatHelpText": "O Sonarr pontua cada lançamento usando a soma das pontuações para corresponder aos formatos personalizados. Se um novo lançamento melhorar a pontuação, com a mesma, ou melhor, qualidade, o Sonarr o baixará.",
"CopyUsingHardlinksHelpText": "Os links rígidos permitem que o {appName} importe torrents de propagação para a pasta da série sem ocupar espaço extra em disco ou copiar todo o conteúdo do arquivo. Links rígidos só funcionarão se a origem e o destino estiverem no mesmo volume",
"CustomFormatHelpText": "O {appName} pontua cada lançamento usando a soma das pontuações para corresponder aos formatos personalizados. Se um novo lançamento melhorar a pontuação, com a mesma, ou melhor, qualidade, o {appName} o baixará.",
"DelayProfileProtocol": "Protocolo: {preferredProtocol}",
"DeleteDelayProfileMessageText": "Tem certeza de que deseja excluir este perfil de atraso?",
"DeleteImportListMessageText": "Tem certeza de que deseja excluir a lista '{name}'?",
@ -793,11 +793,11 @@
"Reorder": "Reordenar",
"Repeat": "Repetir",
"ReplaceIllegalCharacters": "Substituir Caracteres Ilegais",
"ReplaceIllegalCharactersHelpText": "Substituir caracteres ilegais. Se desmarcado, o Sonarr irá removê-los",
"ReplaceIllegalCharactersHelpText": "Substituir caracteres ilegais. Se desmarcado, o {appName} irá removê-los",
"ReplaceWithDash": "Substituir por Traço",
"ReplaceWithSpaceDash": "Substituir por Espaço e Traço",
"RescanAfterRefreshHelpText": "Verifique novamente a pasta da série após atualizar a série",
"RescanAfterRefreshHelpTextWarning": "O Sonarr não detectará automaticamente as alterações nos arquivos quando não estiver definido como 'Sempre'",
"RescanAfterRefreshHelpTextWarning": "O {appName} não detectará automaticamente as alterações nos arquivos quando não estiver definido como 'Sempre'",
"RescanSeriesFolderAfterRefresh": "Verificar novamente a pasta da série após a atualização",
"ResetAPIKey": "Redefinir chave de API",
"ResetAPIKeyMessageText": "Tem certeza de que deseja redefinir sua chave de API?",
@ -805,9 +805,9 @@
"RestartLater": "Vou reiniciar mais tarde",
"RestartNow": "Reiniciar Agora",
"RestartRequiredHelpTextWarning": "Requer reinicialização para entrar em vigor",
"RestartRequiredToApplyChanges": "O Sonarr requer uma reinicialização para aplicar as alterações. Deseja reiniciar agora?",
"RestartRequiredWindowsService": "Dependendo de qual usuário está executando o serviço Sonarr, pode ser necessário reiniciar o Sonarr como administrador uma vez antes que o serviço seja iniciado automaticamente.",
"RestartSonarr": "Reiniciar Sonarr",
"RestartRequiredToApplyChanges": "O {appName} requer uma reinicialização para aplicar as alterações. Deseja reiniciar agora?",
"RestartRequiredWindowsService": "Dependendo de qual usuário está executando o serviço {appName}, pode ser necessário reiniciar o {appName} como administrador uma vez antes que o serviço seja iniciado automaticamente.",
"RestartSonarr": "Reiniciar {appName}",
"RestrictionsLoadError": "Não foi possível carregar as Restrições",
"Retention": "Retenção",
"RetentionHelpText": "Somente Usenet: defina como zero para definir a retenção ilimitada",
@ -844,12 +844,12 @@
"SingleEpisode": "Episódio Único",
"SizeLimit": "Limite de Tamanho",
"SkipFreeSpaceCheck": "Ignorar verificação de espaço livre",
"SkipFreeSpaceCheckWhenImportingHelpText": "Use quando o Sonarr não conseguir detectar espaço livre na pasta raiz da série",
"SkipFreeSpaceCheckWhenImportingHelpText": "Use quando o {appName} não conseguir detectar espaço livre na pasta raiz da série",
"SmartReplace": "Substituição Inteligente",
"SmartReplaceHint": "Traço ou Espaço e Traço, dependendo do nome",
"Socks4": "Socks4",
"Socks5": "Socks5 (Suporte à TOR)",
"SonarrTags": "Tags do Sonarr",
"SonarrTags": "Tags do {appName}",
"Space": "Espaço",
"SpecialsFolderFormat": "Formato da Pasta para Especiais",
"SslCertPassword": "Senha do Certificado SSL",
@ -860,14 +860,14 @@
"StandardEpisodeFormat": "Formato do Episódio Padrão",
"Style": "Estilo",
"Sunday": "Domingo",
"SupportedAutoTaggingProperties": "O Sonarr suporta as seguintes propriedades para regras de marcação automática",
"SupportedCustomConditions": "O Sonarr oferece suporte a condições personalizadas nas propriedades de lançamento abaixo.",
"SupportedDownloadClients": "O Sonarr suporta muitos clientes populares de download de torrent e usenet.",
"SupportedAutoTaggingProperties": "O {appName} suporta as seguintes propriedades para regras de marcação automática",
"SupportedCustomConditions": "O {appName} oferece suporte a condições personalizadas nas propriedades de lançamento abaixo.",
"SupportedDownloadClients": "O {appName} suporta muitos clientes populares de download de torrent e usenet.",
"SupportedDownloadClientsMoreInfo": "Para obter mais informações sobre os clientes de download individuais, clique nos botões de mais informações.",
"SupportedImportListsMoreInfo": "Para obter mais informações sobre as listas de importação individuais, clique nos botões de mais informações.",
"SupportedIndexers": "O Sonarr suporta qualquer indexador que use o padrão Newznab, bem como outros indexadores listados abaixo.",
"SupportedIndexers": "O {appName} suporta qualquer indexador que use o padrão Newznab, bem como outros indexadores listados abaixo.",
"SupportedIndexersMoreInfo": "Para obter mais informações sobre os indexadores individuais, clique nos botões de mais informações.",
"SupportedLists": "O Sonarr oferece suporte a várias listas para importar séries para o banco de dados.",
"SupportedLists": "O {appName} oferece suporte a várias listas para importar séries para o banco de dados.",
"TagCannotBeDeletedWhileInUse": "A tag não pode ser excluída durante o uso",
"TagDetails": "Detalhes da Tag - {label}",
"TagIsNotUsedAndCanBeDeleted": "A tag não é usada e pode ser excluída",
@ -890,7 +890,7 @@
"TypeOfList": "{typeOfList} Lista",
"Ui": "IU",
"UiLanguage": "Idioma da UI",
"UiLanguageHelpText": "Idioma que o Sonarr usará para interface do usuário",
"UiLanguageHelpText": "Idioma que o {appName} usará para interface do usuário",
"UiSettings": "Configurações da UI",
"UiSettingsSummary": "Opções de calendário, data e cores para deficientes visuais",
"Underscore": "Sublinhar",
@ -900,11 +900,11 @@
"UnsavedChanges": "Alterações Não Salvas",
"UpdateAutomaticallyHelpText": "Baixe e instale atualizações automaticamente. Você ainda poderá instalar a partir do Sistema: Atualizações",
"UpdateMechanismHelpText": "Use o atualizador integrado do {appName} ou um script",
"UpdateSonarrDirectlyLoadError": "Incapaz de atualizar o Sonarr diretamente,",
"UpdateSonarrDirectlyLoadError": "Incapaz de atualizar o {appName} diretamente,",
"UpdateUiNotWritableHealthCheckMessage": "Não é possível instalar a atualização porque a pasta de IU '{0}' não pode ser salva pelo usuário '{1}'.",
"UpgradeUntil": "Atualizar Até",
"UpgradeUntilCustomFormatScore": "Atualizar até pontuação de formato personalizado",
"UpgradeUntilHelpText": "Quando essa qualidade for atingida, o Sonarr não fará mais download de episódios",
"UpgradeUntilHelpText": "Quando essa qualidade for atingida, o {appName} não fará mais download de episódios",
"UpgradeUntilThisQualityIsMetOrExceeded": "Atualize até que essa qualidade seja atendida ou excedida",
"UpgradesAllowed": "Atualizações Permitidas",
"UpgradesAllowedHelpText": "se as qualidades desativadas não forem atualizadas",
@ -921,9 +921,9 @@
"UtcAirDate": "Data de Exibição UTC",
"WeekColumnHeader": "Cabeçalho da Coluna da Semana",
"WeekColumnHeaderHelpText": "Mostrado acima de cada coluna quando a semana é a exibição ativa",
"RemotePathMappingLocalPathHelpText": "Caminho que o Sonarr deve usar para acessar o caminho remoto localmente",
"RemotePathMappingLocalPathHelpText": "Caminho que o {appName} deve usar para acessar o caminho remoto localmente",
"RemoveCompletedDownloadsHelpText": "Remover downloads importados do histórico do cliente de download",
"RenameEpisodesHelpText": "O Sonarr usará o nome do arquivo existente se a renomeação estiver desativada",
"RenameEpisodesHelpText": "O {appName} usará o nome do arquivo existente se a renomeação estiver desativada",
"ReplaceWithSpaceDashSpace": "Substituir com Espaço, Traço e Espaço",
"RequiredHelpText": "Esta condição {implementationName} deve corresponder para que o formato personalizado seja aplicado. Caso contrário, uma única correspondência {implementationName} é suficiente.",
"SetPermissionsLinuxHelpText": "O chmod deve ser executado quando os arquivos são importados/renomeados?",
@ -931,9 +931,9 @@
"SupportedListsMoreInfo": "Para obter mais informações sobre as listas individuais, clique nos botões de mais informações.",
"ThemeHelpText": "Alterar o tema da interface do usuário do aplicativo, o tema 'Auto' usará o tema do sistema operacional para definir o modo Claro ou Escuro. Inspirado por Theme.Park",
"UiSettingsLoadError": "Não foi possível carregar as configurações da UI",
"UnmonitorDeletedEpisodesHelpText": "Os episódios excluídos do disco são deixados de ser monitorados automaticamente no Sonarr",
"UnmonitorDeletedEpisodesHelpText": "Os episódios excluídos do disco são deixados de ser monitorados automaticamente no {appName}",
"UpdateScriptPathHelpText": "Caminho para um script personalizado que usa um pacote de atualização extraído e lida com o restante do processo de atualização",
"UpgradeUntilCustomFormatScoreHelpText": "Assim que essa pontuação de formato personalizado for alcançada, o Sonarr não baixará mais lançamentos de episódios",
"UpgradeUntilCustomFormatScoreHelpText": "Assim que essa pontuação de formato personalizado for alcançada, o {appName} não baixará mais lançamentos de episódios",
"UseHardlinksInsteadOfCopy": "Usar links rígidos ao invés de Copiar",
"VisitTheWikiForMoreDetails": "Visite o wiki para mais detalhes: ",
"WantMoreControlAddACustomFormat": "Quer mais controle sobre quais downloads são preferidos? Adicione um [Formato Personalizado](/settings/customformats)",
@ -987,7 +987,7 @@
"AddNewSeriesRootFolderHelpText": "A subpasta '{folder}' será criada automaticamente",
"AnimeTypeDescription": "Episódios lançados usando um número de episódio absoluto",
"DailyTypeDescription": "Episódios lançados diariamente ou com menos frequência que usam ano-mês-dia (2023-08-04)",
"LibraryImportTipsUseRootFolder": "Aponte o Sonarr para a pasta que contém todos os seus programas de TV, não um específico. Por exemplo. '`{goodFolderExample}`' e não '`{badFolderExample}`'. Além disso, cada série deve estar em sua própria pasta dentro da pasta raiz/biblioteca.",
"LibraryImportTipsUseRootFolder": "Aponte o {appName} para a pasta que contém todos os seus programas de TV, não um específico. Por exemplo. '`{goodFolderExample}`' e não '`{badFolderExample}`'. Além disso, cada série deve estar em sua própria pasta dentro da pasta raiz/biblioteca.",
"MonitorExistingEpisodesDescription": "Monitorar os episódios que possuem arquivos ou ainda não foram exibidos",
"MonitorLatestSeasonDescription": "Monitora todos os episódios da última temporada que foram ao ar nos últimos 90 dias e todas as temporadas futuras",
"NoSeriesHaveBeenAdded": "Você ainda não adicionou nenhuma série. Deseja importar algumas ou todas as suas séries primeiro?",
@ -998,7 +998,7 @@
"Today": "Hoje",
"AgeWhenGrabbed": "Idade (quando baixado)",
"DelayingDownloadUntil": "Atrasando o download até {date} às {time}",
"DeletedReasonMissingFromDisk": "O Sonarr não conseguiu encontrar o arquivo no disco, então o arquivo foi desvinculado do episódio no banco de dados",
"DeletedReasonMissingFromDisk": "O {appName} não conseguiu encontrar o arquivo no disco, então o arquivo foi desvinculado do episódio no banco de dados",
"DeletedReasonManual": "O arquivo foi excluído por meio da UI",
"DownloadFailed": "Download Falhou",
"DestinationRelativePath": "Caminho Relativo de Destino",
@ -1122,7 +1122,7 @@
"FilterEpisodesPlaceholder": "Filtrar episódios por título ou número",
"FilterIsAfter": "está depois",
"Grab": "Obter",
"GrabReleaseMessageText": "Sonarr não conseguiu determinar para qual série e episódio era este lançamento. O Sonarr pode não conseguir importar automaticamente esta versão. Você quer pegar '{title}'?",
"GrabReleaseMessageText": "{appName} não conseguiu determinar para qual série e episódio era este lançamento. O {appName} pode não conseguir importar automaticamente esta versão. Você quer pegar '{title}'?",
"ICalFeed": "Feed do iCal",
"ICalLink": "Link do iCal",
"InteractiveImportLoadError": "Não foi possível carregar itens de importação manual",
@ -1171,7 +1171,7 @@
"ExistingSeries": "Série Existente",
"FailedToLoadCustomFiltersFromApi": "Falha ao carregar filtros personalizados da API",
"FailedToLoadSeriesFromApi": "Falha ao carregar a série da API",
"FailedToLoadSonarr": "Falha ao carregar Sonarr",
"FailedToLoadSonarr": "Falha ao carregar {appName}",
"FailedToLoadSystemStatusFromApi": "Falha ao carregar o status do sistema da API",
"FailedToLoadTagsFromApi": "Falha ao carregar tags da API",
"FailedToLoadTranslationsFromApi": "Falha ao carregar as traduções da API",
@ -1322,11 +1322,11 @@
"ImdbId": "ID do IMDb",
"Port": "Porta",
"ShowUnknownSeriesItems": "Mostrar Itens de Séries Desconhecidas",
"ShowUnknownSeriesItemsHelpText": "Mostrar itens sem uma série na fila, isso pode incluir séries, filmes removidos ou qualquer outra coisa na categoria do Sonarr",
"ShowUnknownSeriesItemsHelpText": "Mostrar itens sem uma série na fila, isso pode incluir séries, filmes removidos ou qualquer outra coisa na categoria do {appName}",
"Test": "Teste",
"Level": "Nível",
"AddListExclusion": "Adicionar à Lista de Exclusão",
"AddListExclusionHelpText": "Impedir que séries sejam adicionadas ao Sonarr por listas",
"AddListExclusionHelpText": "Impedir que séries sejam adicionadas ao {appName} por listas",
"EditSeriesModalHeader": "Editar - {title}",
"EditSelectedSeries": "Editar Séries Selecionadas",
"HideEpisodes": "Ocultar episódios",
@ -1463,7 +1463,7 @@
"SearchForAllMissingConfirmationCount": "Tem certeza de que deseja pesquisar todos os episódios ausentes de {totalRecords}?",
"SearchSelected": "Pesquisar Selecionado",
"CutoffUnmetLoadError": "Erro ao carregar itens de corte não atendidos",
"MassSearchCancelWarning": "Isso não pode ser cancelado depois de iniciado sem reiniciar o Sonarr ou desabilitar todos os seus indexadores.",
"MassSearchCancelWarning": "Isso não pode ser cancelado depois de iniciado sem reiniciar o {appName} ou desabilitar todos os seus indexadores.",
"SearchForAllMissing": "Pesquisar por todos os episódios ausentes",
"SearchForCutoffUnmet": "Pesquise todos os episódios que o corte não foi atingido",
"SearchForCutoffUnmetConfirmationCount": "Tem certeza de que deseja pesquisar todos os episódios de {totalRecords} corte não atingido?",

@ -125,12 +125,12 @@
"AddQualityProfileError": "Imposibil de adăugat un nou profil de calitate, încercați din nou.",
"AnalyseVideoFiles": "Analizați fișierele video",
"Analytics": "Statistici",
"AnalyticsEnabledHelpText": "Trimiteți informații anonime privind utilizarea și erorile către serverele Sonarr. Aceasta include informații despre browserul dvs., ce pagini WebUI Sonarr utilizați, raportarea erorilor, precum și sistemul de operare și versiunea de execuție. Vom folosi aceste informații pentru a acorda prioritate caracteristicilor și remedierilor de erori.",
"AnalyticsEnabledHelpText": "Trimiteți informații anonime privind utilizarea și erorile către serverele {appName}. Aceasta include informații despre browserul dvs., ce pagini WebUI {appName} utilizați, raportarea erorilor, precum și sistemul de operare și versiunea de execuție. Vom folosi aceste informații pentru a acorda prioritate caracteristicilor și remedierilor de erori.",
"ApiKey": "Cheie API",
"ApplicationURL": "URL aplicație",
"AuthBasic": "Basic (fereastră pop-up browser)",
"AuthForm": "Formulare (Pagina de autentificare)",
"AuthenticationMethodHelpText": "Solicitați nume utilizator și parola pentru a accesa Sonarr",
"AuthenticationMethodHelpText": "Solicitați nume utilizator și parola pentru a accesa {appName}",
"AuthenticationRequired": "Autentificare necesara",
"Authentication": "",
"AddNewSeriesError": "Nu s-au putut încărca rezultatele căutării, încercați din nou.",

@ -1,8 +1,8 @@
{
"ApiKeyValidationHealthCheckMessage": "Пожалуйста, обновите свой ключ API, чтобы он был длиной не менее {0} символов. Вы можете сделать это через настройки или файл конфигурации",
"DownloadClientSortingHealthCheckMessage": "В клиенте загрузки {0} включена сортировка {1} для категории Sonarr. Вам следует отключить сортировку в вашем клиенте загрузки, чтобы избежать проблем с импортом.",
"DownloadClientSortingHealthCheckMessage": "В клиенте загрузки {0} включена сортировка {1} для категории {appName}. Вам следует отключить сортировку в вашем клиенте загрузки, чтобы избежать проблем с импортом.",
"IndexerJackettAllHealthCheckMessage": "Используется не поддерживаемый в Jackett конечный параметр 'all' в индексаторе: {0}",
"IndexerSearchNoAutomaticHealthCheckMessage": "Нет доступных индексаторов с включенным автоматическим поиском, Sonarr не будет предоставлять результаты автоматического поиска",
"IndexerSearchNoAutomaticHealthCheckMessage": "Нет доступных индексаторов с включенным автоматическим поиском, {appName} не будет предоставлять результаты автоматического поиска",
"Added": "Добавлено",
"AppDataLocationHealthCheckMessage": "Обновление будет не возможно, во избежание удаления данных программы во время обновления",
"ApplyChanges": "Применить изменения",
@ -28,7 +28,7 @@
"IndexerLongTermStatusAllUnavailableHealthCheckMessage": "Все индексаторы недоступны из-за ошибок за последние 6 часов",
"IndexerLongTermStatusUnavailableHealthCheckMessage": "Все индексаторы недоступны из-за ошибок за последние 6 часов: {0}",
"IndexerRssNoIndexersAvailableHealthCheckMessage": "Все RSS индексаторы временно выключены из-за ошибок",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Нет доступных индексаторов с включенной синхронизацией RSS, Sonarr не будет автоматически получать новые выпуски",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "Нет доступных индексаторов с включенной синхронизацией RSS, {appName} не будет автоматически получать новые выпуски",
"IndexerSearchNoAvailableIndexersHealthCheckMessage": "Все индексаторы с возможностью поиска временно выключены из-за ошибок",
"DeleteSelectedImportListsMessageText": "Вы уверены, что хотите удалить {count} выбранных списков импорта?",
"DeleteSelectedIndexersMessageText": "Вы уверены, что хотите удалить {count} выбранных индексатора?",

@ -65,7 +65,7 @@
"DownloadClientCheckNoneAvailableHealthCheckMessage": "无可用的下载客户端",
"DownloadClientCheckUnableToCommunicateWithHealthCheckMessage": "无法与{0}进行通讯。",
"DownloadClientRootFolderHealthCheckMessage": "下载客户端{0}将下载内容放在根文件夹{1}中。您不应该下载到根文件夹。",
"DownloadClientSortingHealthCheckMessage": "下载客户端{0}已为Sonarr的类别启用{1}排序。您应该在下载客户端中禁用排序,以避免导入问题。",
"DownloadClientSortingHealthCheckMessage": "下载客户端{0}已为{appName}的类别启用{1}排序。您应该在下载客户端中禁用排序,以避免导入问题。",
"DownloadClientStatusAllClientHealthCheckMessage": "所有下载客户端都不可用",
"DownloadClientStatusSingleClientHealthCheckMessage": "所有下载客户端都不可用:{0}",
"EditSeries": "编辑剧集",
@ -80,8 +80,8 @@
"IndexerJackettAllHealthCheckMessage": "使用 Jackett 不受支持的“全部”终点的索引器:{0}",
"IndexerLongTermStatusUnavailableHealthCheckMessage": "由于故障6小时下列索引器都已不可用{0}",
"IndexerRssNoIndexersAvailableHealthCheckMessage": "由于最近的索引器错误所有支持rss的索引器暂时不可用",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "没有启用RSS同步的索引器Sonarr不会自动抓取新版本",
"IndexerSearchNoAutomaticHealthCheckMessage": "没有启用自动搜索的索引器,Sonarr不会提供任何自动搜索结果",
"IndexerRssNoIndexersEnabledHealthCheckMessage": "没有启用RSS同步的索引器{appName}不会自动抓取新版本",
"IndexerSearchNoAutomaticHealthCheckMessage": "没有启用自动搜索的索引器,{appName}不会提供任何自动搜索结果",
"IndexerStatusAllUnavailableHealthCheckMessage": "所有搜刮器都因错误不可用",
"MountHealthCheckMessage": "挂载的媒体路径是只读的: ",
"Network": "网络",
@ -90,16 +90,16 @@
"OriginalLanguage": "原语言",
"Priority": "优先级",
"ProxyBadRequestHealthCheckMessage": "测试代理失败。状态代码:{0}",
"RecycleBinUnableToWriteHealthCheckMessage": "配置文件夹:{0}无法写入,检查此路径是否存在,并且是否可由Sonarr写入",
"RecycleBinUnableToWriteHealthCheckMessage": "配置文件夹:{0}无法写入,检查此路径是否存在,并且是否可由{appName}写入",
"QualityProfile": "质量配置",
"RefreshSeries": "刷新节目",
"RemotePathMappingBadDockerPathHealthCheckMessage": "您正在使用docker下载客户端{0}下载目录为{1},但这不是有效的{2}路径。查看Docker路径映射并为下载客户端重新配置。",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "Sonarr已存在剧集目录{0}但无法访问。可能是权限错误。",
"RemotePathMappingDownloadPermissionsHealthCheckMessage": "{appName}已存在剧集目录{0}但无法访问。可能是权限错误。",
"Mode": "模式",
"MoreInfo": "更多信息",
"New": "新的",
"NoUpdatesAreAvailable": "无可用更新",
"OnLatestVersion": "已安装最新版的Sonarr",
"OnLatestVersion": "已安装最新版的{appName}",
"NextExecution": "下一次执行",
"NoBackupsAreAvailable": "无备份可用",
"NoEventsFound": "无事件",
@ -222,7 +222,7 @@
"DeleteBackupMessageText": "您确定要删除备份 '{name}' 吗?",
"EnableAutomaticSearch": "启用自动搜索",
"EpisodeAirDate": "剧集播出日期",
"IndexerSearchNoInteractiveHealthCheckMessage": "没有启用交互式搜索的索引器,Sonarr将不提供任何交互式搜索结果",
"IndexerSearchNoInteractiveHealthCheckMessage": "没有启用交互式搜索的索引器,{appName}将不提供任何交互式搜索结果",
"ProxyFailedToTestHealthCheckMessage": "测试代理失败: {0}",
"About": "关于",
"Actions": "动作",
@ -236,7 +236,7 @@
"Clear": "清除",
"CountDownloadClientsSelected": "已选择 {count} 个下载客户端",
"Exception": "例外",
"ExternalUpdater": "Sonarr配置为使用外部更新机制",
"ExternalUpdater": "{appName}配置为使用外部更新机制",
"FailedToFetchUpdates": "无法获取更新",
"EnableInteractiveSearch": "启用手动搜索",
"EpisodeInfo": "剧集信息",
@ -274,25 +274,25 @@
"Tags": "标签",
"Series": "节目",
"ImportMechanismEnableCompletedDownloadHandlingIfPossibleHealthCheckMessage": "如果可能,在下载完成后自动处理",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "下载客户端{0}将文件下载在{1}中,但Sonarr无法找到此目录。您可能需要调整文件夹的权限。",
"RemotePathMappingGenericPermissionsHealthCheckMessage": "下载客户端{0}将文件下载在{1}中,但{appName}无法找到此目录。您可能需要调整文件夹的权限。",
"RemotePathMappingLocalWrongOSPathHealthCheckMessage": "本地下载客户端{0}将文件下载在{1}中,但这不是有效的{2}路径。查看您的下载客户端设置。",
"RemotePathMappingRemoteDownloadClientHealthCheckMessage": "远程下载客户端{0}报告了{1}中的文件,但此目录似乎不存在。可能缺少远程路径映射。",
"IRCLinkText": "#Libera上的Sonarr",
"IRCLinkText": "#Libera上的{appName}",
"LiberaWebchat": "Libera聊天",
"RemotePathMappingFilesBadDockerPathHealthCheckMessage": "您正在使用Docker下载客户端{0}报告了{1}中的文件,但这不是有效的{2}中的路径。查看Docker路径映射并更新下载客户端设置。",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "下载客户端{0}报告的文件在{1},但Sonarr无法查看此目录。您可能需要调整文件夹的权限。",
"RemotePathMappingFilesGenericPermissionsHealthCheckMessage": "下载客户端{0}报告的文件在{1},但{appName}无法查看此目录。您可能需要调整文件夹的权限。",
"RemovedFromTaskQueue": "从任务队列中删除",
"RemotePathMappingFilesLocalWrongOSPathHealthCheckMessage": "本地下载客户端{0}报告了{1}中的文件,但这不是有效的{2}路径。查看您的下载客户端设置。",
"RemotePathMappingFilesWrongOSPathHealthCheckMessage": "远程下载客户端{0}报告了{1}中的文件,但这不是有效的{2}路径。查看远程路径映射并更新下载客户端设置。",
"Restart": "重启",
"RestartReloadNote": "注意:Sonarr将在恢复过程中自动重启并重新加载UI。",
"RestartReloadNote": "注意:{appName}将在恢复过程中自动重启并重新加载UI。",
"Restore": "恢复",
"RootFolder": "根目录",
"RemoveSelectedItems": "删除所选项目",
"RemovedSeriesSingleRemovedHealthCheckMessage": "节目{0}已从TVDB中删除",
"RootFolderMissingHealthCheckMessage": "缺少根目录: {0}",
"RootFolderMultipleMissingHealthCheckMessage": "多个根目录缺失:{0}",
"SkipRedownloadHelpText": "阻止Sonarr尝试下载此项目的替代版本",
"SkipRedownloadHelpText": "阻止{appName}尝试下载此项目的替代版本",
"Tasks": "任务",
"Wanted": "想要的",
"Yes": "确定",
@ -301,14 +301,14 @@
"RemoveCompleted": "移除已完成",
"RemoveFailed": "删除失败",
"RemovedSeriesMultipleRemovedHealthCheckMessage": "已从TVDB中删除节目{0}",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "下载目录{0}已存在但Sonarr无法访问。可能是权限错误。",
"RemotePathMappingFolderPermissionsHealthCheckMessage": "下载目录{0}已存在但{appName}无法访问。可能是权限错误。",
"RemovingTag": "移除标签",
"RemotePathMappingLocalFolderMissingHealthCheckMessage": "远程下载客户端{0}将文件下载在{1}中,但此目录似乎不存在。可能缺少或不正确的远程路径映射。",
"Replace": "替换",
"Repack": "重新打包",
"Version": "版本",
"Special": "特色",
"RemotePathMappingImportFailedHealthCheckMessage": "Sonarr无法导入剧集。查看日志以了解详细信息。",
"RemotePathMappingImportFailedHealthCheckMessage": "{appName}无法导入剧集。查看日志以了解详细信息。",
"RemotePathMappingWrongOSPathHealthCheckMessage": "远程下载客户端{0}将文件下载在{1}中,但这不是有效的{2}路径。查看远程路径映射并更新下载客户端设置。",
"RemoveFromDownloadClientHelpTextWarning": "移除操作会从下载客户端中删除任务和已下载文件。",
"Renamed": "已重命名",
@ -357,7 +357,7 @@
"SeriesEditor": "节目编辑",
"Twitter": "Twitter",
"UnableToLoadBackups": "无法加载备份",
"UnableToUpdateSonarrDirectly": "无法直接更新Sonarr",
"UnableToUpdateSonarrDirectly": "无法直接更新{appName}",
"Unmonitored": "未监控",
"TheLogLevelDefault": "默认的日志等级为“信息”,可以在[常规设置](/settings/general)中修改",
"Time": "时间",
@ -413,7 +413,7 @@
"AutomaticUpdatesDisabledDocker": "不支持在使用 Docker 容器时直接升级。你需要升级 {appName} 容器镜像或使用脚本(script)",
"BackupIntervalHelpText": "自动备份时间间隔",
"Branch": "分支",
"BranchUpdate": "更新Sonarr的分支",
"BranchUpdate": "更新{appName}的分支",
"BranchUpdateMechanism": "外部更新机制使用的分支",
"BrowserReloadRequired": "浏览器需重新加载",
"BuiltIn": "内置的",
@ -433,7 +433,7 @@
"CancelProcessing": "取消进行中",
"CertificateValidation": "验证证书",
"ChooseImportMode": "选择导入模式",
"ChownGroupHelpTextWarning": "这只在Sonarr程序是文件所有者的情况下才有效。最好确保下载客户端使用与Sonarr相同的用户组。",
"ChownGroupHelpTextWarning": "这只在{appName}程序是文件所有者的情况下才有效。最好确保下载客户端使用与{appName}相同的用户组。",
"ClickToChangeEpisode": "点击修改集",
"ClickToChangeQuality": "点击修改质量",
"ClickToChangeLanguage": "点击更换语言",
@ -452,7 +452,7 @@
"Connections": "连接",
"Continuing": "仍在继续",
"CopyToClipboard": "复制到剪贴板",
"CopyUsingHardlinksHelpTextWarning": "有时候,文件锁可能会阻止对正在做种的文件进行重命名。您可以暂时禁用做种功能,并使用Sonarr的重命名功能作为解决方案。",
"CopyUsingHardlinksHelpTextWarning": "有时候,文件锁可能会阻止对正在做种的文件进行重命名。您可以暂时禁用做种功能,并使用{appName}的重命名功能作为解决方案。",
"CouldNotFindResults": "找不到 '{term}' 的任何结果",
"CreateEmptySeriesFolders": "创建空剧集文件夹",
"CreateEmptySeriesFoldersHelpText": "在扫描硬盘时创建缺失的剧集文件夹",
@ -504,7 +504,7 @@
"FailedToLoadCustomFiltersFromApi": "无法从 API 中加载自定义过滤器",
"FailedToLoadQualityProfilesFromApi": "无法从 API 中加载质量配置",
"FailedToLoadSeriesFromApi": "无法从 API 中加载剧集",
"FailedToLoadSonarr": "无法加载 Sonarr",
"FailedToLoadSonarr": "无法加载 {appName}",
"FailedToLoadSystemStatusFromApi": "无法从 API 中加载系统状态",
"FailedToLoadTagsFromApi": "无法从 API 中加载标签",
"FailedToLoadTranslationsFromApi": "无法从 API 中加载翻译",
@ -516,12 +516,12 @@
"FileNameTokens": "文件名标记",
"FileNames": "文件名",
"Filter": "过滤",
"UpdateMechanismHelpText": "使用 Sonarr 内置的更新程序或脚本",
"UpdateMechanismHelpText": "使用 {appName} 内置的更新程序或脚本",
"AuthenticationRequiredHelpText": "更改需要身份验证的请求。除非您了解风险,否则请勿更改。",
"AnEpisodeIsDownloading": "集正在下载",
"AuthenticationRequiredWarning": "为了防止在没有身份验证的情况下进行远程访问,{appName} 需要启用身份验证。请配置您的身份验证方法和凭据。您可以选择从本地地址禁用身份验证。",
"AutomaticSearch": "自动搜索",
"BackupFolderHelpText": "相对路径将在Sonarr的AppData目录下",
"BackupFolderHelpText": "相对路径将在{appName}的AppData目录下",
"BindAddress": "绑定地址",
"BindAddressHelpText": "有效的 IP 地址、localhost、或以'*'代表所有接口",
"BlocklistLoadError": "无法加载黑名单",
@ -529,7 +529,7 @@
"AddNewSeriesError": "读取搜索结果失败,请稍后重试。",
"CloneProfile": "复制配置",
"ColonReplacement": "替换冒号",
"ColonReplacementFormatHelpText": "修改Sonarr如何处理冒号的替换",
"ColonReplacementFormatHelpText": "修改{appName}如何处理冒号的替换",
"CollectionsLoadError": "不能加载收藏",
"CompletedDownloadHandling": "完成下载处理",
"DeleteDelayProfile": "删除延迟配置",
@ -539,8 +539,8 @@
"AllSeriesInRootFolderHaveBeenImported": "{path} 中的所有剧集都已导入",
"Analytics": "分析",
"Anime": "动漫",
"AnalyseVideoFilesHelpText": "从文件中提取视频信息,如分辨率、运行时间和编解码器信息。这需要Sonarr读取文件,可能导致扫描期间磁盘或网络出现高负载。",
"AnalyticsEnabledHelpText": "将匿名使用情况和错误信息发送到Sonarr的服务器。这包括有关您的浏览器的信息、您使用的Sonarr WebUI页面、错误报告以及操作系统和运行时版本。我们将使用此信息来确定功能和错误修复的优先级。",
"AnalyseVideoFilesHelpText": "从文件中提取视频信息,如分辨率、运行时间和编解码器信息。这需要{appName}读取文件,可能导致扫描期间磁盘或网络出现高负载。",
"AnalyticsEnabledHelpText": "将匿名使用情况和错误信息发送到{appName}的服务器。这包括有关您的浏览器的信息、您使用的{appName} WebUI页面、错误报告以及操作系统和运行时版本。我们将使用此信息来确定功能和错误修复的优先级。",
"AnalyseVideoFiles": "分析视频文件",
"ApplicationURL": "应用程序 URL",
"AnimeTypeDescription": "使用绝对集数发布的集数",
@ -564,7 +564,7 @@
"ChmodFolderHelpText": "八进制,当导入和重命名媒体文件夹和文件时应用(不带执行位)",
"CheckDownloadClientForDetails": "查看下载客户端了解更多详细信息",
"ChmodFolder": "修改文件夹权限",
"ChmodFolderHelpTextWarning": "这只在Sonarr程序是文件所有者的情况下才有效。最好确保下载客户端正确设置权限。",
"ChmodFolderHelpTextWarning": "这只在{appName}程序是文件所有者的情况下才有效。最好确保下载客户端正确设置权限。",
"ChownGroup": "修改组权限",
"ChooseAnotherFolder": "选择其他文件夹",
"ChownGroupHelpText": "组名称或GID。对于远程文件系统请使用GID。",
@ -605,9 +605,9 @@
"CalendarLoadError": "无法加载日历",
"Agenda": "日程表",
"CertificateValidationHelpText": "改变HTTPS证书验证的严格程度。不要更改除非您了解风险。",
"CopyUsingHardlinksHelpText": "硬链接 (Hardlinks) 允许 Sonarr 将还在做种中的剧集文件(夹)导入而不占用额外的存储空间或者复制文件(夹)的全部内容。硬链接 (Hardlinks) 仅能在源文件和目标文件在同一磁盘卷中使用",
"CopyUsingHardlinksHelpText": "硬链接 (Hardlinks) 允许 {appName} 将还在做种中的剧集文件(夹)导入而不占用额外的存储空间或者复制文件(夹)的全部内容。硬链接 (Hardlinks) 仅能在源文件和目标文件在同一磁盘卷中使用",
"CustomFormat": "自定义命名格式",
"CustomFormatHelpText": "Sonarr会根据满足自定义格式与否给每个发布版本评分,如果一个新的发布版本有更高的分数,有相同或更高的影片质量,则Sonarr会抓取该发布版本。",
"CustomFormatHelpText": "{appName}会根据满足自定义格式与否给每个发布版本评分,如果一个新的发布版本有更高的分数,有相同或更高的影片质量,则{appName}会抓取该发布版本。",
"DeleteAutoTagHelpText": "你确定要删除 “{name}” 自动标签吗?",
"DownloadClientTagHelpText": "仅将此下载客户端用于至少具有一个匹配标签的剧集。留空可用于所有剧集。",
"Absolute": "准确的",
@ -676,7 +676,7 @@
"Folder": "文件夹",
"GeneralSettingsLoadError": "无法加载通用设置",
"GeneralSettingsSummary": "端口、SSL、用户名/密码、代理、分析、更新",
"GrabReleaseMessageText": "Sonarr无法确定这个发布版本是哪部剧集的哪一集Sonarr可能无法自动导入此版本,你想要获取“{title}”吗?",
"GrabReleaseMessageText": "{appName}无法确定这个发布版本是哪部剧集的哪一集,{appName}可能无法自动导入此版本,你想要获取“{title}”吗?",
"GrabRelease": "抓取版本",
"Here": "这里",
"Group": "组",
@ -711,13 +711,13 @@
"DeleteSpecification": "删除规范",
"DeleteSpecificationHelpText": "您确定要删除规范 '{name}' 吗?",
"DeletedReasonManual": "文件已通过 UI 删除",
"DeletedReasonMissingFromDisk": "Sonarr 在磁盘上找不到该文件,因此已取消数据库中和该文件的集关联",
"DeletedReasonMissingFromDisk": "{appName} 在磁盘上找不到该文件,因此已取消数据库中和该文件的集关联",
"DownloadPropersAndRepacks": "优化版和重制版",
"DownloadPropersAndRepacksHelpText": "是否自动更新至优化版和重制版",
"Enable": "启用",
"EnableMetadataHelpText": "启用此元数据类型的元数据文件创建",
"EnableSsl": "启用SSL",
"EnableRssHelpText": "当Sonarr定期通过RSS同步查找发布时使用",
"EnableRssHelpText": "当{appName}定期通过RSS同步查找发布时使用",
"EnableSslHelpText": "需要以管理员身份重新启动才能生效",
"HistoryLoadError": "无法加载历史记录",
"CustomFormatJson": "自定义格式 JSON",
@ -725,7 +725,7 @@
"EditRemotePathMapping": "编辑远程映射路径",
"EditRestriction": "编辑限制",
"EnableAutomaticAdd": "启用自动添加",
"EnableAutomaticSearchHelpText": "当自动搜索通过 UI 或 Sonarr 执行时将被使用",
"EnableAutomaticSearchHelpText": "当自动搜索通过 UI 或 {appName} 执行时将被使用",
"EnableAutomaticSearchHelpTextWarning": "当手动搜索启用时使用",
"EnableColorImpairedMode": "启用色障模式",
"EnableInteractiveSearchHelpTextWarning": "该索引器不支持搜索",
@ -757,15 +757,15 @@
"ImportExtraFilesHelpText": "导入集文件后导入匹配的额外文件(字幕/nfo等)",
"ImportListSettings": "导入列表设置",
"ImportListsLoadError": "无法加载导入列表",
"EnableAutomaticAddHelpText": "当通过 UI 或 Sonarr 执行同步时,将剧集添加到 Sonarr",
"EnableAutomaticAddHelpText": "当通过 UI 或 {appName} 执行同步时,将剧集添加到 {appName}",
"EnableInteractiveSearchHelpText": "当手动搜索启用时使用",
"EnableMediaInfoHelpText": "从文件中提取视频信息,如分辨率、运行时间和编解码器信息。这需要Sonarr读取文件,可能导致扫描期间磁盘或网络出现高负载。",
"EnableMediaInfoHelpText": "从文件中提取视频信息,如分辨率、运行时间和编解码器信息。这需要{appName}读取文件,可能导致扫描期间磁盘或网络出现高负载。",
"GrabbedHistoryTooltip": "集抓取自 {indexer} 并发送至 {downloadClient}",
"HealthMessagesInfoBox": "您可以通过单击行尾的wiki链接图书图标或检查您的[日志]({link})来查找有关这些健康检查的更多信息。如果您在解读这些信息时遇到困难,可以通过以下链接联系我们获得支持。",
"StandardEpisodeFormat": "标准剧集格式",
"DefaultNameCopiedSpecification": "{name} - 复制",
"AddListExclusion": "添加排除列表",
"AddListExclusionHelpText": "防止剧集通过列表添加到Sonarr",
"AddListExclusionHelpText": "防止剧集通过列表添加到{appName}",
"AddNewSeriesSearchForCutoffUnmetEpisodes": "开始搜索未达截止条件的集",
"AddedDate": "新增: {date}",
"AllSeriesAreHiddenByTheAppliedFilter": "所有结果都被应用的过滤器隐藏",
@ -784,7 +784,7 @@
"SeriesCannotBeFound": "对不起,这个系列找不到。",
"SeriesEditRootFolderHelpText": "将系列移动到相同的根文件夹可用于重命名系列文件夹以匹配已更新的标题或命名格式",
"ReplaceWithSpaceDash": "替换为空格破折号",
"RenameEpisodesHelpText": "如果禁用重命名,Sonarr 将使用现有的文件名",
"RenameEpisodesHelpText": "如果禁用重命名,{appName} 将使用现有的文件名",
"RenameEpisodes": "重命名剧集",
"ReplaceWithDash": "替换为破折号",
"ReplaceWithSpaceDashSpace": "替换为空格破折号空格",
@ -797,7 +797,7 @@
"DefaultNameCopiedProfile": "{name} - 复制",
"SeriesFinale": "大结局",
"SeriesFolderFormat": "集文件夹格式",
"ReplaceIllegalCharactersHelpText": "替换非法字符。如果未选中,Sonarr将删除它们",
"ReplaceIllegalCharactersHelpText": "替换非法字符。如果未选中,{appName}将删除它们",
"SeriesAndEpisodeInformationIsProvidedByTheTVDB": "剧集和剧集信息由TheTVDB.com提供。[请考虑支持他们](https://www.thetvdb.com/subscribe)。",
"DeleteSelectedSeries": "删除选中的剧集",
"ProxyBypassFilterHelpText": "使用“ , ”作为分隔符,和“ *. ”作为二级域名的通配符",
@ -816,19 +816,19 @@
"ImportScriptPathHelpText": "用于导入的脚本的路径",
"IncludeCustomFormatWhenRenaming": "重命名时包含自定义格式",
"RemotePathMappingsInfo": "很少需要远程路径映射,如果{app}和您的下载客户端在同一系统上,最好匹配您的路径。有关详细信息,请参阅[wiki]({wikiLink})",
"IndexerPriorityHelpText": "索引器优先级从1(最高)到50(最低)默认25。当资源连接中断时寻找同等资源时使用否则Sonarr将依旧使用已启用的索引器进行RSS同步并搜索",
"IndexerPriorityHelpText": "索引器优先级从1(最高)到50(最低)默认25。当资源连接中断时寻找同等资源时使用否则{appName}将依旧使用已启用的索引器进行RSS同步并搜索",
"IndexerTagHelpText": "仅对至少有一个匹配标记的剧集使用此索引器。留空则适用于所有剧集。",
"InteractiveImportNoFilesFound": "在选中文件夹中找不到视频文件",
"RemoveSelectedBlocklistMessageText": "您确定要从阻止列表中删除所选项目吗?",
"InteractiveImportNoQuality": "必须为每个选中的文件选择质量",
"RestartSonarr": "重启Sonarr",
"RestartSonarr": "重启{appName}",
"InteractiveSearchModalHeaderSeason": "手动搜索 - {season}",
"SearchMonitored": "搜索已监控",
"KeyboardShortcutsOpenModal": "打开该弹窗",
"SelectEpisodes": "选择集",
"SelectSeason": "选择季",
"LibraryImportTipsQualityInFilename": "确保您的文件在其文件名中包含质量。例如:`episode.s02e15.bluray.mkv`",
"LibraryImportTipsUseRootFolder": "将Sonarr指向包含所有电视节目的文件夹,而不是特定的一个。例如“`{goodFolderExample}`”而不是“`{badFolderExamp}`”。此外,每个剧集都必须有单独的文件夹位于根/库文件夹下。",
"LibraryImportTipsUseRootFolder": "将{appName}指向包含所有电视节目的文件夹,而不是特定的一个。例如“`{goodFolderExample}`”而不是“`{badFolderExamp}`”。此外,每个剧集都必须有单独的文件夹位于根/库文件夹下。",
"ListQualityProfileHelpText": "质量配置列表项将添加",
"SeriesIndexFooterMissingMonitored": "缺失集(剧集被监控)",
"SeriesIsMonitored": "剧集被监控",
@ -839,7 +839,7 @@
"SeriesTypesHelpText": "剧集类型用于重命名、解析和搜索",
"MediaManagementSettingsLoadError": "无法加载媒体管理设置",
"SourceRelativePath": "源相对路径",
"MetadataSourceSettingsSummary": "Sonarr从哪里获得剧集和集信息的总结",
"MetadataSourceSettingsSummary": "{appName}从哪里获得剧集和集信息的总结",
"SslCertPassword": "SSL证书密码",
"UpdateUiNotWritableHealthCheckMessage": "无法安装更新,因为用户“{1}”无法写入 UI 文件夹“{0}”。",
"MinimumCustomFormatScoreHelpText": "允许下载的最小自定义格式分数",
@ -848,10 +848,10 @@
"MonitorExistingEpisodes": "现有集",
"StopSelecting": "停止选中",
"MonitorFirstSeasonDescription": "监控第一季的所有集。所有其他季都将被忽略",
"SupportedCustomConditions": "Sonarr支持针对以下发布属性的自定义条件。",
"SupportedCustomConditions": "{appName}支持针对以下发布属性的自定义条件。",
"MonitorSpecials": "监控特别节目",
"SupportedDownloadClients": "Sonarr支持许多流行的torrent和usenet下载客户端。",
"UpgradeUntilCustomFormatScoreHelpText": "一旦达到此自定义格式分数,Sonarr 将不再抓取集的其他版本",
"SupportedDownloadClients": "{appName}支持许多流行的torrent和usenet下载客户端。",
"UpgradeUntilCustomFormatScoreHelpText": "一旦达到此自定义格式分数,{appName} 将不再抓取集的其他版本",
"MoveFiles": "移动文件",
"SupportedImportListsMoreInfo": "若需要查看有关导入列表的详细信息,请点击“更多信息”按钮。",
"MoveSeriesFoldersDontMoveFiles": "不,我自己移动文件",
@ -1093,7 +1093,7 @@
"ReleaseSceneIndicatorMappedNotRequested": "此搜索中未请求映射的剧集。",
"ReleaseSceneIndicatorSourceMessage": "{message} 发布时编号不明确,无法准确地识别集。",
"ReleaseSceneIndicatorUnknownSeries": "未知的集或剧集。",
"RemotePathMappingLocalPathHelpText": "Sonarr用于访问远程路径的本地路径",
"RemotePathMappingLocalPathHelpText": "{appName}用于访问远程路径的本地路径",
"RemoveFromBlocklist": "从黑名单中移除",
"RemoveCompletedDownloadsHelpText": "从下载客户端记录中移除已导入的下载",
"RemoveFromQueue": "从队列中移除",
@ -1104,7 +1104,7 @@
"RescanAfterRefreshHelpText": "刷新剧集信息后重新扫描剧集文件夹",
"ResetAPIKey": "重置API Key",
"RestartRequiredHelpTextWarning": "需重启以生效",
"RestartRequiredWindowsService": "根据运行Sonarr的用户在服务自动启动之前您可能需要以管理员身份重新启动Sonarr一次。",
"RestartRequiredWindowsService": "根据运行{appName}的用户,在服务自动启动之前,您可能需要以管理员身份重新启动{appName}一次。",
"RootFolderSelectFreeSpace": "{freeSpace} 空闲",
"RootFolders": "根目录",
"RootFoldersLoadError": "无法加载根目录",
@ -1154,8 +1154,8 @@
"ShowTitle": "显示标题",
"ShowTitleHelpText": "在海报下显示剧集标题",
"ShowUnknownSeriesItems": "实现未知剧集项目",
"ShowUnknownSeriesItemsHelpText": "显示队列中没有剧集的项目,这可能包括已删除的剧集、电影或 Sonarr 类别中的任何其他内容",
"SkipFreeSpaceCheckWhenImportingHelpText": "当 Sonarr 无法从您的剧集根文件夹中检测到空闲空间时使用",
"ShowUnknownSeriesItemsHelpText": "显示队列中没有剧集的项目,这可能包括已删除的剧集、电影或 {appName} 类别中的任何其他内容",
"SkipFreeSpaceCheckWhenImportingHelpText": "当 {appName} 无法从您的剧集根文件夹中检测到空闲空间时使用",
"Small": "小",
"SingleEpisodeInvalidFormat": "单集:非法格式",
"SkipFreeSpaceCheck": "跳过剩余空间检查",
@ -1180,7 +1180,7 @@
"TvdbIdExcludeHelpText": "要排除的剧集 TVDB ID",
"TvdbId": "TVDB ID",
"TypeOfList": "{typeOfList} 列表",
"UiLanguageHelpText": "Sonarr将用于UI的语言",
"UiLanguageHelpText": "{appName}将用于UI的语言",
"UiSettings": "UI设置",
"UiLanguage": "UI界面语言",
"Umask770Description": "{octal} - 所有者和组写入",
@ -1194,7 +1194,7 @@
"UnmappedFilesOnly": "仅未映射的文件",
"UnmonitorDeletedEpisodes": "取消监控已删除的集",
"UnmonitorSpecialsDescription": "取消监控所有特别节目而不改变其他集的监控状态",
"UnmonitorDeletedEpisodesHelpText": "从磁盘删除的集将在 Sonarr 中自动取消监控",
"UnmonitorDeletedEpisodesHelpText": "从磁盘删除的集将在 {appName} 中自动取消监控",
"UnmonitorSpecials": "取消监控特别节目",
"UpdateAll": "全部更新",
"UpdateAutomaticallyHelpText": "自动下载并安装更新。你还可以在“系统:更新”中安装",
@ -1241,18 +1241,18 @@
"UiSettingsLoadError": "无法加载UI设置",
"UnknownEventTooltip": "未知事件",
"UpdateScriptPathHelpText": "自定义脚本的路径,该脚本处理获取的更新包并处理更新过程的其余部分",
"UpdateSonarrDirectlyLoadError": "无法直接更新Sonarr",
"UpdateSonarrDirectlyLoadError": "无法直接更新{appName}",
"View": "视图",
"Negate": "相反的",
"ListTagsHelpText": "从此列表导入时将添加标记",
"ManageEpisodesSeason": "管理本季的集文件",
"ManualImportItemsLoadError": "无法加载手动导入项目",
"MassSearchCancelWarning": "一旦启动,如果不重启Sonarr或禁用所有索引器,就无法取消此操作。",
"MassSearchCancelWarning": "一旦启动,如果不重启{appName}或禁用所有索引器,就无法取消此操作。",
"ListsLoadError": "无法加载列表",
"LocalAirDate": "当地播出日期",
"LocalPath": "本地路径",
"LogLevel": "日志等级",
"OpenBrowserOnStartHelpText": " 在应用程序启动时,打开浏览器并导航到Sonarr主页。",
"OpenBrowserOnStartHelpText": " 在应用程序启动时,打开浏览器并导航到{appName}主页。",
"OpenBrowserOnStart": "启动时打开浏览器",
"Period": "时期",
"PrefixedRange": "前缀范围",
@ -1348,10 +1348,10 @@
"SpecialsFolderFormat": "特别节目文件夹格式",
"SslCertPath": "SSL证书路径",
"SslCertPathHelpText": "pfx文件路径",
"SupportedAutoTaggingProperties": "Sonarr支持自动标记规则的以下属性",
"SupportedAutoTaggingProperties": "{appName}支持自动标记规则的以下属性",
"SupportedDownloadClientsMoreInfo": "若需要查看有关下载客户端的详细信息,请点击“更多信息”按钮。",
"SupportedIndexers": "Sonarr支持任何使用Newznab标准的索引器以及下面列出的其他索引器。",
"SupportedLists": "Sonarr支持将多个列表中的剧集导入数据库。",
"SupportedIndexers": "{appName}支持任何使用Newznab标准的索引器以及下面列出的其他索引器。",
"SupportedLists": "{appName}支持将多个列表中的剧集导入数据库。",
"TableOptionsButton": "表格选项按钮",
"TheTvdb": "TheTVDB",
"Tomorrow": "明天",
@ -1360,7 +1360,7 @@
"Umask": "掩码",
"True": "是",
"UpgradeUntil": "升级直至",
"UpgradeUntilHelpText": "一旦达到此质量,Sonarr 将不再下载集的其他版本",
"UpgradeUntilHelpText": "一旦达到此质量,{appName} 将不再下载集的其他版本",
"UrlBaseHelpText": "对于反向代理支持,默认为空",
"UseHardlinksInsteadOfCopy": "使用硬链接代替复制",
"UsenetDelay": "Usenet延时",
@ -1388,8 +1388,8 @@
"RemoveQueueItemConfirmation": "你确定要从队列中移除 '{sourceTitle}' 吗?",
"RequiredHelpText": "此 {implementationName} 条件必须匹配才能应用自定义格式。 否则,单个 {implementationName} 匹配就足够了。",
"RescanSeriesFolderAfterRefresh": "刷新后重新扫描剧集文件夹",
"RestartRequiredToApplyChanges": "Sonarr需要重新启动才能应用更改,您想现在重新启动吗?",
"RescanAfterRefreshHelpTextWarning": "当没有设置为“总是”时,Sonarr将不会自动检测文件的更改",
"RestartRequiredToApplyChanges": "{appName}需要重新启动才能应用更改,您想现在重新启动吗?",
"RescanAfterRefreshHelpTextWarning": "当没有设置为“总是”时,{appName}将不会自动检测文件的更改",
"Retention": "保留",
"RetentionHelpText": "仅限Usenet设置为零以设置无限保留",
"RetryingDownloadOn": "于 {date} {time} 重试下载",
@ -1403,7 +1403,7 @@
"SeriesFolderImportedTooltip": "从剧集文件夹导入的集",
"Socks4": "Socks4",
"Socks5": "Socks5 支持TOR",
"SonarrTags": "Sonarr标签",
"SonarrTags": "{appName}标签",
"SourcePath": "来源路径",
"SmartReplaceHint": "短划线或空格短划线取决于名称",
"TagIsNotUsedAndCanBeDeleted": "标签未被使用,可删除",
@ -1441,8 +1441,8 @@
"Monday": "星期一",
"Monitor": "是否监控",
"NotificationTriggersHelpText": "选择触发此通知的事件",
"ImportListsSettingsSummary": "从另一个Sonarr或Trakt列表导入并管理排除列表",
"ParseModalHelpTextDetails": "Sonarr将尝试解析标题并向您展示有关它的详细信息",
"ImportListsSettingsSummary": "从另一个{appName}或Trakt列表导入并管理排除列表",
"ParseModalHelpTextDetails": "{appName}将尝试解析标题并向您展示有关它的详细信息",
"Proxy": "代理",
"ImportScriptPath": "导入脚本路径",
"IncludeCustomFormatWhenRenamingHelpText": "在 {Custom Formats} 中包含重命名格式",

Loading…
Cancel
Save