From cf5f41371a47f7532680260483999d83f878116c Mon Sep 17 00:00:00 2001 From: KKKKKKi Date: Mon, 14 Oct 2019 13:29:32 +0800 Subject: [PATCH] update master to 6.0.3 --- ChineseSimplified.isl | 5 ++++- README.md | 6 ++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChineseSimplified.isl b/ChineseSimplified.isl index 0b5548a..cf24ad8 100644 --- a/ChineseSimplified.isl +++ b/ChineseSimplified.isl @@ -1,4 +1,4 @@ -; *** Inno Setup version 6.0.0+ Chinese Simplified messages *** +; *** Inno Setup version 6.0.3+ Chinese Simplified messages *** ; ; Maintained by Zhenghan Yang ; Email: 847320916@QQ.com @@ -151,6 +151,7 @@ WizardSelectDir=选择目标位置 SelectDirDesc=您想将 [name] 安装在什么地方? SelectDirLabel3=安装程序将安装 [name] 到下列文件夹中。 SelectDirBrowseLabel=单击“下一步”继续。如果您想选择其它文件夹,单击“浏览”。 +DiskSpaceGBLabel=至少需要有 [gb] GB 的可用磁盘空间。 DiskSpaceMBLabel=至少需要有 [mb] MB 的可用磁盘空间。 CannotInstallToNetworkDrive=安装程序无法安装到一个网络驱动器。 CannotInstallToUNCPath=安装程序无法安装到一个UNC路径。 @@ -178,6 +179,7 @@ NoUninstallWarningTitle=组件存在 NoUninstallWarning=安装程序侦测到下列组件已在您的电脑中安装。:%n%n%1%n%n取消选定这些组件将不能卸载它们。%n%n您一定要继续吗? ComponentSize1=%1 KB ComponentSize2=%1 MB +ComponentsDiskSpaceGBLabel=当前选择的组件至少需要 [gb] GB 的磁盘空间。 ComponentsDiskSpaceMBLabel=当前选择的组件至少需要 [mb] MB 的磁盘空间。 ; *** “选择附加任务”向导页 @@ -218,6 +220,7 @@ ApplicationsFound2=下列应用程序正在使用的文件需要更新设置。 CloseApplications=自动关闭该应用程序(&A) DontCloseApplications=不要关闭该应用程序(D) ErrorCloseApplications=安装程序无法自动关闭所有应用程序。在继续之前,我们建议您关闭所有使用需要更新的安装程序文件。 +PrepareToInstallNeedsRestart=安装程序必须重新启动计算机。重新启动计算机后,请再次运行安装程序以完成 [name] 的安装。%n%n是否立即重新启动? ; *** “正在安装”向导页 WizardInstalling=正在安装 diff --git a/README.md b/README.md index f2a7c43..99345c6 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Inno Setup 简体中文翻译 Name: "sc"; MessagesFile: "compiler:Languages\ChineseSimplified.isl" ``` -**注意:此翻译版本仅支持 Inno Setup 6.0.0+ 的软件** +**注意:此翻译版本仅支持 Inno Setup 6.0.3+ 的软件** -**此版本是由网络搜集到的Inno Setup 5.6.1版的中文翻译修改来的,增加了6.0.0版的翻译内容,并转换成了UTF-8编码** - -**如有问题,请通过邮件联系:** 847320916@QQ.com +查看6.0.3+和6.0.0+的[区别](https://github.com/jrsoftware/issrc/commit/dfdf02aef168be458b64e77afb20ae53a5b4f2ec)