-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from chewing/option-to-show-notification
feat: Option to show notification about mode switches triggered by input
- Loading branch information
Showing
8 changed files
with
103 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-22 17:50+0900\n" | ||
"POT-Creation-Date: 2024-08-11 22:52+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -258,39 +258,49 @@ msgstr "" | |
msgid "The letter case without pressing the Shift key" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:213 | ||
#: src/setup/ibus-setup-chewing-window.ui:211 | ||
msgid "Notify Mode Changes" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:212 | ||
msgid "" | ||
"Display a message when the Chinese/English or Fullwidth/Halfwidth mode " | ||
"changes" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:219 | ||
msgid "Selecting" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:214 | ||
#: src/setup/ibus-setup-chewing-window.ui:220 | ||
msgid "Configure the candidate selection behavior" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:225 | ||
#: src/setup/ibus-setup-chewing-window.ui:231 | ||
msgid "Candidates Per Page" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:231 | ||
#: src/setup/ibus-setup-chewing-window.ui:237 | ||
msgid "Show Page Number" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:237 | ||
#: src/setup/ibus-setup-chewing-window.ui:243 | ||
msgid "Choose Phrases Backwards" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:238 | ||
#: src/setup/ibus-setup-chewing-window.ui:244 | ||
msgid "Open candidate list from the last character of a phrase" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:244 | ||
#: src/setup/ibus-setup-chewing-window.ui:250 | ||
msgid "Use Space Key as Selection Key" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:250 | ||
#: src/setup/ibus-setup-chewing-window.ui:256 | ||
msgid "Use Vertical Candidate Panel" | ||
msgstr "" | ||
|
||
#: src/setup/ibus-setup-chewing-window.ui:251 | ||
#: src/setup/ibus-setup-chewing-window.ui:257 | ||
msgid "Choose from vertical or horizontal panel" | ||
msgstr "" | ||
|
||
|
@@ -306,38 +316,54 @@ msgstr "" | |
msgid "_Chat" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:411 | ||
#: src/ibus-chewing-engine.c:421 | ||
msgid "Switch to Alphanumeric Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:413 | ||
#: src/ibus-chewing-engine.c:423 | ||
msgid "Switch to Chinese Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:415 | ||
#: src/ibus-chewing-engine.c:425 | ||
msgid "Click to toggle Chinese/Alphanumeric Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:419 | ||
#: src/ibus-chewing-engine.c:429 | ||
msgid "Fullwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:421 | ||
#: src/ibus-chewing-engine.c:431 | ||
msgid "Halfwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:423 | ||
#: src/ibus-chewing-engine.c:433 | ||
msgid "Click to toggle Halfwidth/Fullwidth Form" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:427 | ||
#: src/ibus-chewing-engine.c:437 | ||
msgid "IBus-Chewing Preferences" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:429 | ||
#: src/ibus-chewing-engine.c:439 | ||
msgid "Click to configure IBus-Chewing" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:956 | ||
msgid "Chinese Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:956 | ||
msgid "English Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:960 | ||
msgid "Fullwidth Mode" | ||
msgstr "" | ||
|
||
#: src/ibus-chewing-engine.c:960 | ||
msgid "Halfwidth Mode" | ||
msgstr "" | ||
|
||
#: src/main.c:63 | ||
msgid "Cannot connect to IBus!" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters