From beb6d1c3c34fd4dbadc996ecbc0fa03a12779fc7 Mon Sep 17 00:00:00 2001 From: Jerry <89069957+Jerry23011@users.noreply.github.com> Date: Tue, 18 Jul 2023 19:15:52 +0800 Subject: [PATCH] Update Simplified Chinese localization (#1504) * Update Simplified Chinese localization for search scope bar * Update Simplified Chinese localization for setting to turn of auto language detection * Update Simplified Chinese localization Update translation for settings.translation.auto-detect-post-language-footer Co-Authored-By: nixzhu --------- Co-authored-by: nixzhu --- .../Localization/zh-Hans.lproj/Localizable.strings | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings index 2d64492e..46ba0c13 100644 --- a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings @@ -144,8 +144,8 @@ "settings.general.translate" = "翻译设置"; "settings.translation.navigation-title" = "翻译设置"; "settings.translation.always-deepl" = "总是使用 DeepL 翻译"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; +"settings.translation.auto-detect-post-language" = "自动检测语言"; +"settings.translation.auto-detect-post-language-footer" = "Ice Cubes 会自动检测你将要发布的嘟文的语言,并在必要时建议你更新嘟文语言。"; "settings.translation.user-api-key" = "DeepL API 密钥"; "settings.translation.api-key-type" = "密钥类型"; "settings.translation.needed-message" = "该功能需要 DeepL API 密钥"; @@ -340,10 +340,10 @@ "explore.section.trending.posts" = "当下流行的嘟文"; "explore.section.trending.tags" = "当下流行的标签"; "explore.section.users" = "用户"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; +"explore.scope.all" = "全部"; +"explore.scope.people" = "用户"; +"explore.scope.hashtags" = "标签"; +"explore.scope.posts" = "嘟文"; // MARK: Package: Env "env.poll-vote-frequency.one" = "单个投票";