diff --git a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings index 6af90622..666c1b94 100644 --- a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings @@ -141,11 +141,11 @@ "settings.other.hide-openai" = "启用写作助手 🤖"; "settings.other.social-keyboard" = "启用社交键盘"; "settings.other.sound-effect" = "启用声音效果"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; +"settings.general.translate" = "翻译设置"; +"settings.translation.always-deepl" = "总是使用 DeepL 翻译"; +"settings.translation.user-api-key" = "DeepL API 密钥"; +"settings.translation.api-key-type" = "密钥类型"; +"settings.translation.needed-message" = "该功能需要 DeepL API 密钥"; "settings.general.content" = "内容设置"; "settings.system" = "系统设置"; @@ -389,7 +389,7 @@ // MARK: Package: Status "status.action.translate" = "翻译"; -"status.action.translate-with-deepl" = "Translate with DeepL"; +"status.action.translate-with-deepl" = "由 DeepL 翻译"; "status.action.translated-label-%@" = "由 %@ 翻译"; "status.action.translated-label-from-%@-%@" = "翻译自 %@,使用 %@"; "status.action.bookmark" = "书签";