From 24b75b18ddb3ecfd1ae7d45899eee90caccff06f Mon Sep 17 00:00:00 2001 From: Jerry <89069957+Jerry23011@users.noreply.github.com> Date: Sun, 28 May 2023 21:27:42 +0800 Subject: [PATCH] Update SC localization for the Account package --- .../Resources/zh-Hans.lproj/Localizable.strings | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 导入正在进行中。";