From c0308645a5b735e4e492939cb03b1b8785487527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=9B=E4=B9=8B=E9=9B=A8?= <49258735+taozhiyu@users.noreply.github.com> Date: Sun, 7 May 2023 22:08:42 +0100 Subject: [PATCH] Add custom translations --- deploy/FortFirewall.iss | 4 ++-- deploy/languages/ChineseSimplified.isl | 4 +++- deploy/languages/Default.isl | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/deploy/FortFirewall.iss b/deploy/FortFirewall.iss index 1bcdb096..534ca3a7 100644 --- a/deploy/FortFirewall.iss +++ b/deploy/FortFirewall.iss @@ -57,8 +57,8 @@ Name: "zh_CN"; MessagesFile: "{#LANG_PATH}\ChineseSimplified.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}" Name: "explorer"; Description: "{cm:WindowsExplorerIntegration}" -Name: "service"; Description: "Windows Service" -Name: "portable"; Description: "Portable"; Flags: unchecked +Name: "service"; Description: "{cm:WindowsService}" +Name: "portable"; Description: "{cm:Portable}"; Flags: unchecked [Files] Source: "build\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs diff --git a/deploy/languages/ChineseSimplified.isl b/deploy/languages/ChineseSimplified.isl index 74771a61..7bb8c340 100644 --- a/deploy/languages/ChineseSimplified.isl +++ b/deploy/languages/ChineseSimplified.isl @@ -401,4 +401,6 @@ AutoStartProgram=自动启动 %1 AddonHostProgramNotFound=%1无法找到您所选择的文件夹。%n%n您想要继续吗? ; *** Fort Firewall messages -WindowsExplorerIntegration=Windows Explorer integration +WindowsExplorerIntegration=集成到 Windows 资源管理器 +WindowsService=添加Windows服务 +Portable=便携 diff --git a/deploy/languages/Default.isl b/deploy/languages/Default.isl index 878b91d8..f53beccf 100644 --- a/deploy/languages/Default.isl +++ b/deploy/languages/Default.isl @@ -7,3 +7,5 @@ LanguageCodePage=0 ; *** Fort Firewall messages WindowsExplorerIntegration=Windows Explorer integration +WindowsService=Windows Service +Portable=Portable