diff --git a/Account/Sources/Account/Resources/zh-Hans.lproj/Localizable.strings b/Account/Sources/Account/Resources/zh-Hans.lproj/Localizable.strings index 97b77575f..017ffdbb1 100644 --- a/Account/Sources/Account/Resources/zh-Hans.lproj/Localizable.strings +++ b/Account/Sources/Account/Resources/zh-Hans.lproj/Localizable.strings @@ -6,11 +6,11 @@ */ -"error.title.feed-not-found" = "Unable to Add Feed"; -"error.title.already-subscribed" = "Already Subscribed"; -"error.title.ompl-import-in-progress" = "OPML Import in Progress"; -"error.title.error" = "Error"; +"error.title.feed-not-found" = "无法添加订阅"; +"error.title.already-subscribed" = "已经订阅过了"; +"error.title.ompl-import-in-progress" = "OPML 导入中"; +"error.title.error" = "错误"; -"error.message.feed-not-found" = "Can’t add a feed because no feed was found."; -"error.message.already-subscribed" = "You are already subscribed to this feed and can’t add it again."; -"error.message.opml-import-in-progress" = "An OPML import for this account is already running."; +"error.message.feed-not-found" = "未找到订阅源,无法添加订阅。"; +"error.message.already-subscribed" = "你已经添加此订阅,无法再次添加。"; +"error.message.opml-import-in-progress" = "该帐户的 OPML 导入正在进行中。";