From 8169ee0a220833392a8b531c57de2c61bca14eb5 Mon Sep 17 00:00:00 2001 From: Jinyu Meng Date: Tue, 6 Jun 2023 16:11:02 +0900 Subject: [PATCH] Update zh_CN localizations. --- Xcodes/Resources/zh-Hans.lproj/Localizable.strings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xcodes/Resources/zh-Hans.lproj/Localizable.strings b/Xcodes/Resources/zh-Hans.lproj/Localizable.strings index 3bea058..3eb546e 100644 --- a/Xcodes/Resources/zh-Hans.lproj/Localizable.strings +++ b/Xcodes/Resources/zh-Hans.lproj/Localizable.strings @@ -102,6 +102,9 @@ "HelperNotInstalled" = "帮助程序未安装"; "InstallHelper" = "安装帮助程序"; +"ShowOpenInRosetta" = "显示“在Rosetta中打开”选项"; +"ShowOpenInRosettaDescription" = "“在Rosetta中打开”将会在有其他“打开”方式可用时显示。注:此选项只会在Apple Silicon设备上显示。"; + // Experiment Preference Pane "Experiments" = "实验性功能"; "FasterUnxip" = "更快的xip解压"; @@ -160,6 +163,7 @@ "Alert.Uninstall.Title" = "要卸载Xcode %@吗?"; "Alert.Uninstall.Message" = "它会被移动到废纸篓,但废纸篓不会清空。"; "Alert.Uninstall.Error.Title" = "无法卸载Xcode"; +"Alert.Uninstall.Error.Message.FileNotFound" = "无法找到文件\"%@\"."; // Cancel Install "Alert.CancelInstall.Title" = "您确定要终止Xcode %@的安装吗?";