diff --git a/Source/Modules/SessionCtl_HandleEvent.swift b/Source/Modules/SessionCtl_HandleEvent.swift index 41c0e099..23d6184a 100644 --- a/Source/Modules/SessionCtl_HandleEvent.swift +++ b/Source/Modules/SessionCtl_HandleEvent.swift @@ -47,7 +47,7 @@ public extension SessionCtl { if event.type == .flagsChanged, event.keyCode == KeyCode.kCapsLock.rawValue { DispatchQueue.main.async { let isCapsLockTurnedOn = event.modifierFlags.intersection(.deviceIndependentFlagsMask).contains(.capsLock) - let status = NSLocalizedString("NotificationSwitchASCII", comment: "") + let status = NSLocalizedString("NotificationSwitchRevolver", comment: "") guard PrefMgr.shared.showNotificationsWhenTogglingCapsLock else { return } Notifier.notify( message: isCapsLockTurnedOn @@ -61,7 +61,7 @@ public extension SessionCtl { // 切換英數模式開關。 func toggleAlphanumericalMode() { - let status = "NotificationSwitchASCII".localized + let status = "NotificationSwitchRevolver".localized Notifier.notify( message: isASCIIMode.toggled() ? "Alphanumerical Input Mode".localized + "\n" + status diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 99f2bed9..65da193d 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -96,7 +96,7 @@ "Force KangXi Writing" = "Force KangXi Writing"; "NotificationSwitchON" = "✔ ON"; "NotificationSwitchOFF" = "✘ OFF"; -"NotificationSwitchASCII" = "↺ Switched"; +"NotificationSwitchRevolver" = "↺ Switched"; "Edit vChewing User Phrases…" = "Edit vChewing User Phrases…"; "Reload User Phrases" = "Reload User Phrases"; "Unable to create the user phrase file." = "Unable to create the user phrase file."; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 99f2bed9..65da193d 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -96,7 +96,7 @@ "Force KangXi Writing" = "Force KangXi Writing"; "NotificationSwitchON" = "✔ ON"; "NotificationSwitchOFF" = "✘ OFF"; -"NotificationSwitchASCII" = "↺ Switched"; +"NotificationSwitchRevolver" = "↺ Switched"; "Edit vChewing User Phrases…" = "Edit vChewing User Phrases…"; "Reload User Phrases" = "Reload User Phrases"; "Unable to create the user phrase file." = "Unable to create the user phrase file."; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index 8251a43c..4618bcb1 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -96,7 +96,7 @@ "Force KangXi Writing" = "康熙文字変換モード"; "NotificationSwitchON" = "✔ 機能起動"; "NotificationSwitchOFF" = "✘ 機能停止"; -"NotificationSwitchASCII" = "↺ 切替完了"; +"NotificationSwitchRevolver" = "↺ 切替完了"; "Edit vChewing User Phrases…" = "威注音ユーザー辞書を編集…"; "Reload User Phrases" = "ユーザー辞書を再び読込む"; "Unable to create the user phrase file." = "ユーザー辞書ファイルの作成は失敗しました。"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index 1e894a97..7f4f93bc 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -96,7 +96,7 @@ "Force KangXi Writing" = "康熙正体字模式"; "NotificationSwitchON" = "✔ 已启用"; "NotificationSwitchOFF" = "✘ 已停用"; -"NotificationSwitchASCII" = "↺ 切换完毕"; +"NotificationSwitchRevolver" = "↺ 切换完毕"; "Edit vChewing User Phrases…" = "编辑威注音自订语汇…"; "Reload User Phrases" = "重载自订语汇"; "Unable to create the user phrase file." = "无法创建自订语汇档案。"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 74a0b7b8..da9b42fc 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -96,7 +96,7 @@ "Force KangXi Writing" = "康熙正體字模式"; "NotificationSwitchON" = "✔ 已啟用"; "NotificationSwitchOFF" = "✘ 已停用"; -"NotificationSwitchASCII" = "↺ 切換完畢"; +"NotificationSwitchRevolver" = "↺ 切換完畢"; "Edit vChewing User Phrases…" = "編輯威注音自訂語彙…"; "Reload User Phrases" = "重載自訂語彙"; "Unable to create the user phrase file." = "無法創建自訂語彙檔案。";