From 2f1fb396a5cb120c0d1552f3a7691f7b69687166 Mon Sep 17 00:00:00 2001 From: Weblate Date: Thu, 11 May 2023 10:36:40 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified) (zh_CN)) Currently translated at 97.4% (501 of 514 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (514 of 514 strings) Co-authored-by: Havok Dan Co-authored-by: Lithaway <478279934@qq.com> Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/pt_BR/ Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/zh_CN/ Translation: Servarr/Prowlarr --- .../Localization/Core/pt_BR.json | 7 ++++++- .../Localization/Core/zh_CN.json | 20 ++++++++++++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/pt_BR.json b/src/NzbDrone.Core/Localization/Core/pt_BR.json index 5e0eeb51e..96f9f5d59 100644 --- a/src/NzbDrone.Core/Localization/Core/pt_BR.json +++ b/src/NzbDrone.Core/Localization/Core/pt_BR.json @@ -507,5 +507,10 @@ "TotalIndexerQueries": "Total de consultas do indexador", "SelectIndexer": "Selecionar Indexador", "StopSelecting": "Parar Seleção", - "UpdateAvailable": "Nova atualização está disponível" + "UpdateAvailable": "Nova atualização está disponível", + "ApplicationURL": "URL do aplicativo", + "ApplicationUrlHelpText": "A URL externa deste aplicativo, incluindo http(s)://, porta e base da URL", + "OnHealthRestored": "Com a Saúde Restaurada", + "OnHealthRestoredHelpText": "Com a Saúde Restaurada", + "ApiKeyValidationHealthCheckMessage": "Atualize sua chave de API para ter pelo menos 20 caracteres. Você pode fazer isso através das configurações ou do arquivo de configuração" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json index e55ac8e05..b15d62008 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_CN.json +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -390,7 +390,7 @@ "SettingsIndexerLoggingHelpText": "记录额外的搜刮器数据,包括响应", "SettingsFilterSentryEventsHelpText": "过滤已知的用户错误事件,不让其作为分析报告发送", "RedirectHelpText": "重定向搜刮器的传入下载请求并直接传递抓取,而不是通过Prowlarr代理请求搜刮器", - "IndexerTagsHelpText": "使用标签指定索引器代理, 索引器同步到哪些应用程序,或者只是为了组织索引器。", + "IndexerTagsHelpText": "使用标签指定索引器代理, 索引器同步到哪些应用程序,或者只是为了组织索引器。未指定索引器的应用程序将不会同步。", "IndexerSettingsSummary": "配置全局索引器设置,包括代理。", "HistoryCleanupDaysHelpTextWarning": "回收站中的文件在超出选择的天数后会被自动清理", "UserAgentProvidedByTheAppThatCalledTheAPI": "由调用API的应用程序提供的User-Agent", @@ -482,11 +482,25 @@ "IndexerDisabled": "索引器已被禁用", "InitialFailure": "初始化失败", "LastFailure": "最后一次失败", - "Episode": "片段", + "Episode": "集", "IndexerFailureRate": "Indexer失败率", "Author": "作者", "AverageResponseTimesMs": "平均响应时间(毫秒)", "Book": "图书", "Genre": "类型", - "HistoryDetails": "历史详情" + "HistoryDetails": "历史详情", + "ApplicationURL": "应用程序 URL", + "ApplicationUrlHelpText": "此应用程序的外部URL,包括http(s)://,端口和基本URL", + "Theme": "主题", + "Year": "年", + "RepeatSearch": "再次搜索", + "ApiKeyValidationHealthCheckMessage": "请更新您的API key,保证长度至少为20个字符。您可以通过设置或配置文件执行此操作", + "Artist": "艺术家", + "Season": "季", + "SelectIndexer": "选择索引器", + "StopSelecting": "停止选择", + "UpdateAvailable": "有新的更新可用", + "Label": "标签", + "More": "更多的", + "Publisher": "发布者" }