diff --git a/src/NzbDrone.Core/Localization/Core/hu.json b/src/NzbDrone.Core/Localization/Core/hu.json index d7a81553b..d7b060b16 100644 --- a/src/NzbDrone.Core/Localization/Core/hu.json +++ b/src/NzbDrone.Core/Localization/Core/hu.json @@ -941,5 +941,8 @@ "Notifications": "Értesítések", "UnableToAddANewIndexerProxyPleaseTryAgain": "Nem lehet új Indexer Proxyt hozzáadni, próbálja újra.", "IndexerVipCheckExpiredClientMessage": "Az Indexer VIP előnyei lejártak: {0}", - "IndexerVipCheckExpiringClientMessage": "Az Indexer VIP előnyei hamarosan lejárnak: {0}" + "IndexerVipCheckExpiringClientMessage": "Az Indexer VIP előnyei hamarosan lejárnak: {0}", + "IndexerProxy": "Indexelő Proxy", + "NoLinks": "Nincsenek Linkek", + "Notification": "Értesítés" } diff --git a/src/NzbDrone.Core/Localization/Core/pt_BR.json b/src/NzbDrone.Core/Localization/Core/pt_BR.json index dcb1c3f1d..33c4b46d3 100644 --- a/src/NzbDrone.Core/Localization/Core/pt_BR.json +++ b/src/NzbDrone.Core/Localization/Core/pt_BR.json @@ -437,5 +437,10 @@ "IndexerTagsHelpText": "Use etiquetas para especificar clientes padrão, especificar proxies indexadores ou apenas para organizar seus indexadores.", "Notifications": "Notificações", "UnableToAddANewIndexerProxyPleaseTryAgain": "Não foi possível adicionar um novo proxy indexador, tente novamente.", - "UnableToLoadIndexerProxies": "Incapaz de carregar proxies indexadores" + "UnableToLoadIndexerProxies": "Incapaz de carregar proxies indexadores", + "IndexerVipCheckExpiredClientMessage": "Benefícios VIP do Indexador expiraram: {0}", + "IndexerProxy": "Proxy do Indexador", + "IndexerVipCheckExpiringClientMessage": "Os benefícios VIPS do Indexador expirarão em breve: {0}", + "NoLinks": "Sem Links", + "Notification": "Notificação" } diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json index d74524265..a0a5e2a2c 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_CN.json +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -192,12 +192,12 @@ "BranchUpdateMechanism": "外部更新机制使用的分支", "BranchUpdate": "更新Prowlarr的分支", "Branch": "分支", - "BindAddressHelpText": "有效的IPV4地址或以“*”代表所以地址", + "BindAddressHelpText": "有效的IPV4地址或以'*'代表所有地址", "BindAddress": "绑定地址", "BeforeUpdate": "更新前", "Backups": "备份", "BackupRetentionHelpText": "早于保留周期的自动备份将被自动清除", - "BackupNow": "现在备份", + "BackupNow": "马上备份", "BackupFolderHelpText": "相对路径将在 Prowlarr 的 AppData 目录下", "Backup": "备份", "AutomaticSearch": "自动搜索", @@ -274,10 +274,11 @@ "NewznabVipCheckExpiredClientMessage": "搜刮器VIP权益已过期:{0}", "New": "新的", "NetCore": ".NET", - "Name": "名字", + "Name": "名称", "Movies": "电影", "MovieIndexScrollTop": "影片索引:滚动到顶部", "MovieIndexScrollBottom": "影片索引:滚动到底部", "MovieDetailsPreviousMovie": "影片详细:前一个", - "MovieDetailsNextMovie": "影片详细:下一个" + "MovieDetailsNextMovie": "影片详细:下一个", + "BackupIntervalHelpText": "自动备份时间间隔" }