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密钥" }