From 77caaa2a551814279c1e467e42c51d2a3618278c Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 18 Mar 2022 16:11:29 +0000 Subject: [PATCH] Translated using Weblate (French) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 97.1% (416 of 428 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 1.6% (7 of 428 strings) Translated using Weblate (Chinese (Simplified) (zh_CN)) Currently translated at 95.5% (409 of 428 strings) Co-authored-by: Ayi <4ayixd@gmail.com> Co-authored-by: Kakise Co-authored-by: Weblate Co-authored-by: 杰森 Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/fr/ Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/zh_CN/ Translate-URL: https://translate.servarr.com/projects/servarr/prowlarr/zh_Hans/ Translation: Servarr/Prowlarr --- src/NzbDrone.Core/Localization/Core/fr.json | 4 +++- src/NzbDrone.Core/Localization/Core/zh_CN.json | 10 +++++++++- src/NzbDrone.Core/Localization/Core/zh_Hans.json | 4 +++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Core/Localization/Core/fr.json b/src/NzbDrone.Core/Localization/Core/fr.json index 4fde30987..0a078be72 100644 --- a/src/NzbDrone.Core/Localization/Core/fr.json +++ b/src/NzbDrone.Core/Localization/Core/fr.json @@ -421,5 +421,7 @@ "UnableToLoadApplicationList": "Impossible de charger la liste des applications", "Website": "Site internet", "AudioSearch": "Recherche de musique", - "BookSearch": "Recherche de livres" + "BookSearch": "Recherche de livres", + "OnApplicationUpdate": "Lors de la mise à jour de l'app", + "OnApplicationUpdateHelpText": "Lors de la mise à jour de l'app" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json index 436c48fc3..8ae36d444 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_CN.json +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -403,5 +403,13 @@ "HistoryCleanupDaysHelpText": "设置为0关闭自动清理", "OnGrab": "抓取中", "OnHealthIssue": "健康度异常", - "TestAllIndexers": "测试全部搜刮器" + "TestAllIndexers": "测试全部搜刮器", + "AudioSearch": "音频搜索", + "BookSearch": "图书搜索", + "Categories": "分类", + "Database": "数据库", + "HistoryCleanup": "清理历史记录", + "IndexerAlreadySetup": "至少有一个索引器已经设置完毕", + "IndexerInfo": "索引器信息", + "IndexerNoDefCheckMessage": "索引器没有定义,将无法工作: {0}. 请删除或重新添加到Prowlarr" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_Hans.json b/src/NzbDrone.Core/Localization/Core/zh_Hans.json index 9257cfdd8..fd0464c12 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_Hans.json +++ b/src/NzbDrone.Core/Localization/Core/zh_Hans.json @@ -3,5 +3,7 @@ "AddDownloadClient": "添加下载客户端", "Add": "添加", "About": "关于", - "Analytics": "分析" + "Analytics": "分析", + "AddIndexer": "添加索引器", + "ApiKey": "API密钥" }