From 0709652099725f203e6f692f8c639ae7c9bbaaaf Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Tue, 4 Oct 2022 18:03:00 +0800 Subject: [PATCH] AppInstaller // Advise re-login right after first-time installation. --- Installer/AppDelegate.swift | 2 +- Installer/Resources/en.lproj/Localizable.strings | 2 +- Installer/Resources/ja.lproj/Localizable.strings | 2 +- Installer/Resources/zh-Hans.lproj/Localizable.strings | 2 +- Installer/Resources/zh-Hant.lproj/Localizable.strings | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Installer/AppDelegate.swift b/Installer/AppDelegate.swift index 5ae8d06e..d5a9e77a 100644 --- a/Installer/AppDelegate.swift +++ b/Installer/AppDelegate.swift @@ -333,7 +333,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate { "Installation Successful", comment: "" ) ntfPostInstall.informativeText = NSLocalizedString( - "vChewing is ready to use.", comment: "" + "vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account.", comment: "" ) ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: "")) } diff --git a/Installer/Resources/en.lproj/Localizable.strings b/Installer/Resources/en.lproj/Localizable.strings index 97c17897..611fa47f 100644 --- a/Installer/Resources/en.lproj/Localizable.strings +++ b/Installer/Resources/en.lproj/Localizable.strings @@ -6,7 +6,7 @@ "Install Failed" = "Install Failed"; "Installation Successful" = "Installation Successful"; "OK" = "OK"; -"vChewing is ready to use." = "vChewing is ready to use."; +"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account." = "vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account."; "Stopping the old version. This may take up to one minute…" = "Stopping the old version. This may take up to one minute…"; "Attention" = "Attention"; "vChewing is upgraded, but please log out or reboot for the new version to be fully functional." = "vChewing is upgraded, but please log out or reboot for the new version to be fully functional."; diff --git a/Installer/Resources/ja.lproj/Localizable.strings b/Installer/Resources/ja.lproj/Localizable.strings index 35bf5714..33ade817 100644 --- a/Installer/Resources/ja.lproj/Localizable.strings +++ b/Installer/Resources/ja.lproj/Localizable.strings @@ -6,7 +6,7 @@ "Install Failed" = "実装失敗。"; "Installation Successful" = "実装完了"; "OK" = "うむ"; -"vChewing is ready to use." = "威注音入力、利用準備完了。"; +"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account." = "威注音入力、利用準備完了。\n\nこのシステムユーザーアカウントで初めて実装した場合、再ログインしてください。"; "Stopping the old version. This may take up to one minute…" = "古いバージョンを強制停止中。1分かかると恐れ入りますが……"; "Attention" = "ご注意"; "vChewing is upgraded, but please log out or reboot for the new version to be fully functional." = "威注音入力の更新は実装完了しましたが、うまく作動できるために、このパソコンの再起動および再ログインが必要だと恐れ入ります。"; diff --git a/Installer/Resources/zh-Hans.lproj/Localizable.strings b/Installer/Resources/zh-Hans.lproj/Localizable.strings index 616afa52..05f6660c 100644 --- a/Installer/Resources/zh-Hans.lproj/Localizable.strings +++ b/Installer/Resources/zh-Hans.lproj/Localizable.strings @@ -6,7 +6,7 @@ "Install Failed" = "安装失败"; "Installation Successful" = "安装成功"; "OK" = "确定"; -"vChewing is ready to use." = "威注音输入法安装成功"; +"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account." = "威注音输入法安装成功。\n\n若是在當前使用者帳戶內首次安裝的話,請重新登入。"; "Stopping the old version. This may take up to one minute…" = "正在试图结束正在运行的旧版输入法,大概需要一分钟…"; "Attention" = "请注意"; "vChewing is upgraded, but please log out or reboot for the new version to be fully functional." = "vChewing 安装完成,但建议您登出或重新开机,以便顺利使用新版。"; diff --git a/Installer/Resources/zh-Hant.lproj/Localizable.strings b/Installer/Resources/zh-Hant.lproj/Localizable.strings index 1ed5caf0..f88236c6 100644 --- a/Installer/Resources/zh-Hant.lproj/Localizable.strings +++ b/Installer/Resources/zh-Hant.lproj/Localizable.strings @@ -6,7 +6,7 @@ "Install Failed" = "安裝失敗"; "Installation Successful" = "安裝成功"; "OK" = "確定"; -"vChewing is ready to use." = "威注音輸入法安裝成功"; +"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account." = "威注音輸入法安裝成功。\n\n若是在当前使用者帐户内首次安装的话,请重新登入。"; "Stopping the old version. This may take up to one minute…" = "正在試圖結束正在運行的舊版輸入法,大概需要一分鐘…"; "Attention" = "請注意"; "vChewing is upgraded, but please log out or reboot for the new version to be fully functional." = "vChewing 安裝完成,但建議您登出或重新開機,以便順利使用新版。";