Localizable // Maintenance.
This commit is contained in:
parent
962e61f6f3
commit
e071ece2f3
|
@ -1,227 +1,26 @@
|
|||
"i18n:settings.importFromKimoTxt.buttonText" = "Import Yahoo! KeyKey User Dictionary File";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "Imported %@ new records.";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "About vChewing for macOS";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "DISCLAIMER: The vChewing project, having no relationship of cooperation or affiliation with the OpenVanilla project, is not responsible for the phrase database shipped in the original McBopomofo project. Certain geopolitical and ideological contents, which are potentially harmful to the global spread of this software, are not included in vChewing official phrase database.";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "I Accept";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "Website";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "Bug Report";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT-NTL License:";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "Was derived from OpenVanilla McBopopmofo Project (MIT-License).";
|
||||
"i18n:aboutWindow.DEV_CREW" = "vChewing macOS Development: Shiki Suen, Isaac Xen, Hiraku Wang, etc.\nvChewing Phrase Database Maintained by Shiki Suen.\nWalking algorithm by Lukhnos Liu (from Gramambular 2, MIT-License).";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput Abuse Detected";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "vChewing has detected that the following background processes are abusing the SecureEventInput, hindering all 3rd-party input methods from being able to switch to.\n\nIt is fine to use SecureEventInput for sensitive input fields. However, an app calling EnableSecureEventInput() is responsible to call DisableSecureEventInput() immediately right after the input field loses focus. This situation may also happen if an app is hanging in the background (or working as a helper application in the background) with its SecureEventInput left enabled.\n\nThe found processes are:";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "When this message shows up, vChewing has already attempted to call DisableSecureEventInput() trying to make itself selectable in the input method menu again. Your suggested further steps:\n\n0. Keep a screenshot of this dialog (if you don't have one) for further purposes.\n\n1. If vChewing is still not selectable in the input method menu, you are suggested to manually terminate the processes listed above to force-release their SecureEventInput states. This will make vChewing available immediately.\n\n2. If the process belongs to an app from Mac App Store, please report its abuse of SecureEventInput to Apple. Apple may take actions to such apps if necessary, including pulling them off from the Mac App Store until the problem gets solved by the developers of such apps.\n\n3. Whether this process is from Mac App Store or not, you report this abuse to the related app vendor / developer. You may give them the screenshot of this alert message since it should have enough information to help the vendor / developer troubleshoot the issue.";
|
||||
|
||||
"vChewing" = "vChewing";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version).";
|
||||
"Where's IMK Candidate Window?" = "Where's IMK Candidate Window?";
|
||||
"The End of Support for IMK Candidate Window" = "The End of Support for IMK Candidate Window";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023).";
|
||||
"Please drag the desired target from Finder to this place." = "Please drag the desired target from Finder to this place.";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier.";
|
||||
"Quick Candidates" = "Quick Candidates";
|
||||
"Alvin Liu (Imitative)" = "Alvin Liu (Imitative)";
|
||||
"Previous intonation has been overridden." = "Previous intonation has been overridden.";
|
||||
"It will attempt to combine with the incoming phonabet input." = "It will attempt to combine with the incoming phonabet input.";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer.";
|
||||
"CHS / CHT Input Mode Switch" = "CHS / CHT Input Mode Switch";
|
||||
"Switch to %@ Input Mode" = "Switch to %@ Input Mode";
|
||||
"Target Input Mode Activation Required" = "Target Input Mode Activation Required";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to.";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "Do you want to enable the popup composition buffer for this client?";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "Some client apps may have different compatibility issues in IMKTextInput implementation.";
|
||||
"Yes" = "Yes";
|
||||
"No" = "No";
|
||||
"Hanin Keyboard Symbol Input." = "Hanin Keyboard Symbol Input.";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Code Point Input." = "Code Point Input.";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
"Uncheck" = "Uncheck";
|
||||
"Leave it checked" = "Leave it checked";
|
||||
"Warning" = "Warning";
|
||||
"You may follow:" = "You may follow:";
|
||||
"Initial" = "Initial";
|
||||
"Phrase" = "Phrase";
|
||||
"Reading/Stroke" = "Reading/Stroke";
|
||||
"Weight" = "Weight";
|
||||
"Comment" = "Comment";
|
||||
"Replace to" = "Replace to";
|
||||
"Save" = "Save";
|
||||
"Phrase Editor" = "Phrase Editor";
|
||||
"thePhrases" = "Phrases";
|
||||
"theFilter" = "Filter";
|
||||
"theReplacements" = "Replacements";
|
||||
"theAssociates" = "Associates";
|
||||
"theSymbols" = "Symbols";
|
||||
"Please select…" = "Please select…";
|
||||
"Loading…" = "Loading…";
|
||||
"Consolidate" = "Consolidate";
|
||||
"Reload" = "Reload";
|
||||
"Loading complete." = "Loading complete.";
|
||||
"Char\tReading(s)\n" = "Char\tReading(s)\n";
|
||||
"Reverse Lookup (Phonabets)" = "Reverse Lookup (Phonabets)";
|
||||
"Maximum 15 results returnable." = "Maximum 15 results returnable.";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "Example:\nOldPhrase NewPhrase #Comment";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result.";
|
||||
"Factory dictionary not loaded yet." = "Factory dictionary not loaded yet.";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations.";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "This editor only: Auto-reload modifications happened outside of this editor";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "Please select Simplified / Traditional Chinese mode above.";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ Failed from boosting a candidate.";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ Failed from nerfing a candidate.";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ Failed from filtering a candidate.";
|
||||
"+ Succeeded in boosting a candidate." = "+ Succeeded in boosting a candidate.";
|
||||
"- Succeeded in nerfing a candidate." = "- Succeeded in nerfing a candidate.";
|
||||
"! Succeeded in filtering a candidate." = "! Succeeded in filtering a candidate.";
|
||||
"! Succeeded in filtering a user phrase." = "! Succeeded in filtering a user phrase.";
|
||||
"%@-Stroke" = "%@-Stroke";
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ Succeeded in adding / boosting a user phrase.";
|
||||
"+ Succeeded in boosting a candidate." = "+ Succeeded in boosting a candidate.";
|
||||
"- Succeeded in nerfing a candidate." = "- Succeeded in nerfing a candidate.";
|
||||
"- Succeeded in nerfing a user phrase." = "- Succeeded in nerfing a user phrase.";
|
||||
"- Succeeded in unfiltering a phrase." = "- Succeeded in unfiltering a phrase.";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ Succeeded in adding / boosting a user phrase.";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size.";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key.";
|
||||
"Wildcard key cannot be the initial key." = "Wildcard key cannot be the initial key.";
|
||||
"CIN Cassette Mode" = "CIN Cassette Mode";
|
||||
"Invalid Selection Keys." = "Invalid Selection Keys.";
|
||||
"Alphanumerical Input Mode" = "Alphanumerical Input Mode";
|
||||
"Chinese Input Mode" = "Chinese Input Mode";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "Please enter the client app bundle identifier(s) you want to register.";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed.";
|
||||
"Just Select" = "Just Select";
|
||||
"Client Manager" = "Client Manager";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable.";
|
||||
"Add Client" = "Add Client";
|
||||
"Remove Selected" = "Remove Selected";
|
||||
"Choose the target application bundle." = "Choose the target application bundle.";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier.";
|
||||
"Please try again." = "Please try again.";
|
||||
"The selected item's identifier is already in the list." = "The selected item's identifier is already in the list.";
|
||||
"Update Check Completed" = "Update Check Completed";
|
||||
"You are already using the latest version." = "You are already using the latest version.";
|
||||
"Plist downloaded is nil." = "Plist downloaded is nil.";
|
||||
"Plist downloaded cannot be parsed correctly." = "Plist downloaded cannot be parsed correctly.";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability.";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023).";
|
||||
"About vChewing…" = "About vChewing…";
|
||||
"vChewing Preferences…" = "vChewing Preferences…";
|
||||
"CheatSheet" = "CheatSheet";
|
||||
"Uninstallation" = "Uninstallation";
|
||||
"Uninstall vChewing…" = "Uninstall vChewing…";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "This will remove vChewing Input Method from this user account, requiring your confirmation.";
|
||||
"Check Later" = "Check Later";
|
||||
"Check for Updates…" = "Check for Updates…";
|
||||
"Check for Update Completed" = "Check for Update Completed";
|
||||
"You are already using the latest version of vChewing." = "You are already using the latest version of vChewing.";
|
||||
"Update Check Failed" = "Update Check Failed";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@";
|
||||
"OK" = "OK";
|
||||
"Cancel" = "Cancel";
|
||||
"New Version Available" = "New Version Available";
|
||||
"Not Now" = "Not Now";
|
||||
"Visit Website" = "Visit Website";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?";
|
||||
"Force KangXi Writing" = "Force KangXi Writing";
|
||||
"NotificationSwitchON" = "✔ ON";
|
||||
"NotificationSwitchOFF" = "✘ OFF";
|
||||
"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.";
|
||||
"Please check the permission at \"%@\"." = "Please check the permission at \"%@\".";
|
||||
"Edit Excluded Phrases…" = "Edit Excluded Phrases…";
|
||||
"Half-Width Punctuation Mode" = "Half-Width Punctuation Mode";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "\"%@\" length must ≥ 2 for a user phrase.";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "\"%@\" length should ≤ %d for a user phrase.";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "\"%@\" selected. ENTER to add user phrase.";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "\"%@\" selected. ENTER to unfilter this phrase.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude.";
|
||||
"Edit Phrase Replacement Table…" = "Edit Phrase Replacement Table…";
|
||||
"Use Phrase Replacement" = "Use Phrase Replacement";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "Candidate keys can only contain printable ASCII characters like alphanumericals.";
|
||||
"Candidate keys cannot contain space." = "Candidate keys cannot contain space.";
|
||||
"Minimum 6 candidate keys allowed." = "Minimum 6 candidate keys allowed.";
|
||||
"Maximum 10 candidate keys allowed." = "Maximum 10 candidate keys allowed.";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ Phrase replacement mode enabled, interfering user phrase entry.";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ Unhandlable: Chars and Readings in buffer doesn't match.";
|
||||
"Per-Char Select Mode" = "Per-Char Select Mode";
|
||||
"Inline comments are not supported in associated phrases." = "Inline comments are not supported in associated phrases.";
|
||||
"CNS11643 Mode" = "CNS11643 Mode";
|
||||
"JIS Shinjitai Output" = "JIS Shinjitai Output";
|
||||
"Associated Phrases" = "Associated Phrases";
|
||||
"Open User Dictionary Folder" = "Open User Dictionary Folder";
|
||||
"Edit Associated Phrases…" = "Edit Associated Phrases…";
|
||||
"Reboot vChewing…" = "Reboot vChewing…";
|
||||
"auto" = "Follow System Settings";
|
||||
"en" = "English";
|
||||
"zh-Hans" = "Simplified Chinese";
|
||||
"zh-Hant" = "Traditional Chinese";
|
||||
"ja" = "Japanese";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple Zhuyin Bopomofo (Standard)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple Zhuyin Eten (Traditional)";
|
||||
"Symbol & Emoji Input" = "Symbol & Emoji Input";
|
||||
"Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…";
|
||||
"Choose your desired user data folder." = "Choose your desired user data folder.";
|
||||
"Loading CHS Core Dict..." = "Loading CHS Core Dict...";
|
||||
"Loading CHT Core Dict..." = "Loading CHT Core Dict...";
|
||||
"Core Dict loading complete." = "Core Dict loading complete.";
|
||||
"Optimize Memorized Phrases" = "Optimize Memorized Phrases";
|
||||
"Clear Memorized Phrases" = "Clear Memorized Phrases";
|
||||
"Currency Numeral Output" = "Currency Numeral Output";
|
||||
"Hold ⇧ to choose associates." = "Hold ⇧ to choose associates.";
|
||||
"Dachen Trad." = "Dachen Trad.";
|
||||
"Eten Trad." = "Eten Trad.";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "User phrase folder path is not customizable in macOS 10.9 - 10.12.";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "Please use “defaults write” terminal command to modify this String value:";
|
||||
"Please manually enter the identifier(s)." = "Please manually enter the identifier(s).";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature.";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Completely disable using Shift key to toggle alphanumerical mode";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu.";
|
||||
"Typing Style:" = "Typing Style:";
|
||||
"%@-Stroke" = "%@-Stroke";
|
||||
|
||||
// The followings are the category names used in the Symbol menu.
|
||||
"catCommonSymbols" = "CommonSymbols";
|
||||
"catHoriBrackets" = "HorizontalBrackets";
|
||||
"catVertBrackets" = "VerticalBrackets";
|
||||
"catAlphabets" = "Alphabets";
|
||||
"catRadicals" = "Radicals";
|
||||
"catSpecialNumbers" = "SpecialNumbers";
|
||||
"catMathSymbols" = "MathSymbols";
|
||||
"catCurrencyUnits" = "CurrencyUnits";
|
||||
"catSpecialSymbols" = "SpecialSymbols";
|
||||
"catUnicodeSymbols" = "UnicodeSymbols";
|
||||
"catCircledKanjis" = "CircledKanjis";
|
||||
"catCircledKataKana" = "CircledKataKana";
|
||||
"catBracketKanjis" = "BracketKanjis";
|
||||
"catSingleTableLines" = "SingleTableLines";
|
||||
"catDoubleTableLines" = "DoubleTableLines";
|
||||
"catFillingBlocks" = "FillingBlocks";
|
||||
"catLineSegments" = "LineSegments";
|
||||
"catKana" = "Kana";
|
||||
"catCombinations" = "Combinations";
|
||||
"catPhonabets" = "Phonabets";
|
||||
"catCircledASCII" = "CircledASCII";
|
||||
"catBracketedASCII" = "BracketASCII";
|
||||
"catMusicSymbols" = "MusicSymbols";
|
||||
"catThai" = "Thaiphabets";
|
||||
"catYi" = "Yiphabets";
|
||||
|
||||
// SwiftUI Preferences
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"Accept leading intonations in rare cases" = "Accept leading intonations in rare cases";
|
||||
"Add Client" = "Add Client";
|
||||
"Adjust candidate window location according to current node length" = "Adjust candidate window location according to current node length";
|
||||
"All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file." = "All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file.";
|
||||
"Allow backspace-editing miscomposed readings" = "Allow backspace-editing miscomposed readings";
|
||||
"Allow boosting / excluding a candidate of single kanji when marking" = "Allow boosting / excluding a candidate of single kanji when marking";
|
||||
"Allow using Enter key to confirm associated candidate selection" = "Allow using Enter key to confirm associated candidate selection";
|
||||
"Alphanumerical Input Mode" = "Alphanumerical Input Mode";
|
||||
"Alphanumerical Layout:" = "Alphanumerical Layout:";
|
||||
"Also use “\\” or “¥” key for Hanin Keyboard Symbol Input" = "Also use “\\” or “¥” key for Hanin Keyboard Symbol Input";
|
||||
"Alvin Liu (Imitative)" = "Alvin Liu (Imitative)";
|
||||
"Always directly commit lowercased letters" = "Always directly commit lowercased letters";
|
||||
"Always directly commit uppercased letters" = "Always directly commit uppercased letters";
|
||||
"Always drop the previous reading" = "Always drop the previous reading";
|
||||
|
@ -233,21 +32,59 @@
|
|||
"Apple ABC (equivalent to English US)" = "Apple ABC (equivalent to English US)";
|
||||
"Apple Chewing - Dachen" = "Apple Chewing - Dachen";
|
||||
"Apple Chewing - Eten Traditional" = "Apple Chewing - Eten Traditional";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple Zhuyin Bopomofo (Standard)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple Zhuyin Eten (Traditional)";
|
||||
"Applying typing suggestions from half-life user override model" = "Applying typing suggestions from half-life user override model";
|
||||
"Associated Phrases" = "Associated Phrases";
|
||||
"at the rear of the phrase (like Microsoft New Phonetic)" = "at the rear of the phrase (like Microsoft New Phonetic)";
|
||||
"auto" = "Follow System Settings";
|
||||
"Auto-composite when the longest possible key is formed" = "Auto-composite when the longest possible key is formed";
|
||||
"Auto-convert traditional Chinese glyphs to JIS Shinjitai characters" = "Auto-convert traditional Chinese glyphs to JIS Shinjitai characters";
|
||||
"Auto-convert traditional Chinese glyphs to KangXi characters" = "Auto-convert traditional Chinese glyphs to KangXi characters";
|
||||
"Automatically correct reading combinations when typing" = "Automatically correct reading combinations when typing";
|
||||
"Automatically reload user data files if changes detected" = "Automatically reload user data files if changes detected";
|
||||
"Basic Keyboard Layout:" = "Basic Keyboard Layout:";
|
||||
"Cancel" = "Cancel";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "Candidate keys can only contain printable ASCII characters like alphanumericals.";
|
||||
"Candidate keys cannot contain space." = "Candidate keys cannot contain space.";
|
||||
"Candidate Layout:" = "Candidate Layout:";
|
||||
"Candidate Size:" = "Candidate Size:";
|
||||
"Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." = "Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated).";
|
||||
"Cassette" = "Cassette";
|
||||
"catAlphabets" = "Alphabets";
|
||||
"catBracketedASCII" = "BracketASCII";
|
||||
"catBracketKanjis" = "BracketKanjis";
|
||||
"catCircledASCII" = "CircledASCII";
|
||||
"catCircledKanjis" = "CircledKanjis";
|
||||
"catCircledKataKana" = "CircledKataKana";
|
||||
"catCombinations" = "Combinations";
|
||||
"catCommonSymbols" = "CommonSymbols";
|
||||
"catCurrencyUnits" = "CurrencyUnits";
|
||||
"catDoubleTableLines" = "DoubleTableLines";
|
||||
"catFillingBlocks" = "FillingBlocks";
|
||||
"catHoriBrackets" = "HorizontalBrackets";
|
||||
"catKana" = "Kana";
|
||||
"catLineSegments" = "LineSegments";
|
||||
"catMathSymbols" = "MathSymbols";
|
||||
"catMusicSymbols" = "MusicSymbols";
|
||||
"catPhonabets" = "Phonabets";
|
||||
"catRadicals" = "Radicals";
|
||||
"catSingleTableLines" = "SingleTableLines";
|
||||
"catSpecialNumbers" = "SpecialNumbers";
|
||||
"catSpecialSymbols" = "SpecialSymbols";
|
||||
"catThai" = "Thaiphabets";
|
||||
"catUnicodeSymbols" = "UnicodeSymbols";
|
||||
"catVertBrackets" = "VerticalBrackets";
|
||||
"catYi" = "Yiphabets";
|
||||
"Change user interface language (will reboot the IME)." = "Change user interface language (will reboot the IME).";
|
||||
"Char\tReading(s)\n" = "Char\tReading(s)\n";
|
||||
"CheatSheet" = "CheatSheet";
|
||||
"Check for Update Completed" = "Check for Update Completed";
|
||||
"Check for updates automatically" = "Check for updates automatically";
|
||||
"Check for Updates…" = "Check for Updates…";
|
||||
"Check Later" = "Check Later";
|
||||
"Chinese Conversion:" = "Chinese Conversion:";
|
||||
"Chinese Input Mode" = "Chinese Input Mode";
|
||||
"Choose candidate font size for better visual clarity." = "Choose candidate font size for better visual clarity.";
|
||||
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "Choose or hit Enter to confim your prefered keys for selecting candidates.";
|
||||
"Choose the behavior of (Shift+)Space key with candidates." = "Choose the behavior of (Shift+)Space key with candidates.";
|
||||
|
@ -257,16 +94,32 @@
|
|||
"Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only." = "Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only.";
|
||||
"Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.)." = "Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.).";
|
||||
"Choose the phonetic layout for Mandarin parser." = "Choose the phonetic layout for Mandarin parser.";
|
||||
"Choose the target application bundle." = "Choose the target application bundle.";
|
||||
"Choose your desired cassette file path. Will be omitted if invalid." = "Choose your desired cassette file path. Will be omitted if invalid.";
|
||||
"Choose your desired user data folder path. Will be omitted if invalid." = "Choose your desired user data folder path. Will be omitted if invalid.";
|
||||
"Choose your desired user data folder." = "Choose your desired user data folder.";
|
||||
"Choose your preferred layout of the candidate window." = "Choose your preferred layout of the candidate window.";
|
||||
"CHS / CHT Input Mode Switch" = "CHS / CHT Input Mode Switch";
|
||||
"CIN Cassette Mode" = "CIN Cassette Mode";
|
||||
"Clear Memorized Phrases" = "Clear Memorized Phrases";
|
||||
"Clear the entire inline composition buffer like Shift+Delete" = "Clear the entire inline composition buffer like Shift+Delete";
|
||||
"Client Manager" = "Client Manager";
|
||||
"CNS11643 Mode" = "CNS11643 Mode";
|
||||
"Code Point Input." = "Code Point Input.";
|
||||
"Comment" = "Comment";
|
||||
"Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter" = "Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Completely disable using Shift key to toggle alphanumerical mode";
|
||||
"Consolidate the context on confirming candidate selection" = "Consolidate the context on confirming candidate selection";
|
||||
"Consolidate" = "Consolidate";
|
||||
"Core Dict loading complete." = "Core Dict loading complete.";
|
||||
"Currency Numeral Output" = "Currency Numeral Output";
|
||||
"Cursor Selection:" = "Cursor Selection:";
|
||||
"Dachen (Microsoft Standard / Wang / 01, etc.)" = "Dachen (Microsoft Standard / Wang / 01, etc.)";
|
||||
"Dachen 26 (libChewing)" = "Dachen 26 (libChewing)";
|
||||
"Dachen Trad." = "Dachen Trad.";
|
||||
"Debug Mode" = "Debug Mode";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"DevZone" = "DevZone";
|
||||
"Dictionary" = "Dictionary";
|
||||
"Directly commit lowercased letters only if the compositor is empty" = "Directly commit lowercased letters only if the compositor is empty";
|
||||
|
@ -275,9 +128,16 @@
|
|||
"Disable segmented thick underline in marking mode for managed clients" = "Disable segmented thick underline in marking mode for managed clients";
|
||||
"Disassemble the previous reading, dropping its intonation" = "Disassemble the previous reading, dropping its intonation";
|
||||
"Disassembling process does not work with non-phonetic reading keys." = "Disassembling process does not work with non-phonetic reading keys.";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "Do you want to enable the popup composition buffer for this client?";
|
||||
"Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed." = "Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed.";
|
||||
"Edit Associated Phrases…" = "Edit Associated Phrases…";
|
||||
"Edit Excluded Phrases…" = "Edit Excluded Phrases…";
|
||||
"Edit Phrase Replacement Table…" = "Edit Phrase Replacement Table…";
|
||||
"Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…";
|
||||
"Edit vChewing User Phrases…" = "Edit vChewing User Phrases…";
|
||||
"Edit…" = "Edit…";
|
||||
"Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode";
|
||||
"en" = "English";
|
||||
"Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input";
|
||||
"Enable CNS11643 Support (2024-01-15)" = "Enable CNS11643 Support (2024-01-15)";
|
||||
"Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method";
|
||||
|
@ -288,20 +148,44 @@
|
|||
"Enforce conversion in both input modes" = "Enforce conversion in both input modes";
|
||||
"English" = "English";
|
||||
"Eten 26" = "Eten 26";
|
||||
"Eten Trad." = "Eten Trad.";
|
||||
"Eten Traditional" = "Eten Traditional";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "Example:\nOldPhrase NewPhrase #Comment";
|
||||
"Experience" = "Experience";
|
||||
"Experimental:" = "Experimental:";
|
||||
"Factory dictionary not loaded yet." = "Factory dictionary not loaded yet.";
|
||||
"Fake Seigyou" = "Fake Seigyou (Similar to JinYei)";
|
||||
"Follow OS settings" = "Follow OS settings";
|
||||
"For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is." = "For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is.";
|
||||
"for revolving candidates" = "for revolving candidates";
|
||||
"for revolving pages" = "for revolving pages";
|
||||
"Force KangXi Writing" = "Force KangXi Writing";
|
||||
"General" = "General";
|
||||
"Half-Width Punctuation Mode" = "Half-Width Punctuation Mode";
|
||||
"Hanin Keyboard Symbol Input." = "Hanin Keyboard Symbol Input.";
|
||||
"Hanyu Pinyin with Numeral Intonation" = "Hanyu Pinyin with Numeral Intonation";
|
||||
"Harden vertical punctuations during vertical typing (not recommended)" = "Harden vertical punctuations during vertical typing (not recommended)";
|
||||
"Hold ⇧ to choose associates." = "Hold ⇧ to choose associates.";
|
||||
"Horizontal" = "Horizontal";
|
||||
"Hsu" = "Hsu";
|
||||
"Hualuo Pinyin with Numeral Intonation" = "Hualuo Pinyin with Numeral Intonation";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "About vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "Was derived from OpenVanilla McBopopmofo Project (MIT-License).";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "Bug Report";
|
||||
"i18n:aboutWindow.DEV_CREW" = "vChewing macOS Development: Shiki Suen, Isaac Xen, Hiraku Wang, etc.\nvChewing Phrase Database Maintained by Shiki Suen.\nWalking algorithm by Lukhnos Liu (from Gramambular 2, MIT-License).";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "DISCLAIMER: The vChewing project, having no relationship of cooperation or affiliation with the OpenVanilla project, is not responsible for the phrase database shipped in the original McBopomofo project. Certain geopolitical and ideological contents, which are potentially harmful to the global spread of this software, are not included in vChewing official phrase database.";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT-NTL License:";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "I Accept";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "Website";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "When this message shows up, vChewing has already attempted to call DisableSecureEventInput() trying to make itself selectable in the input method menu again. Your suggested further steps:\n\n0. Keep a screenshot of this dialog (if you don't have one) for further purposes.\n\n1. If vChewing is still not selectable in the input method menu, you are suggested to manually terminate the processes listed above to force-release their SecureEventInput states. This will make vChewing available immediately.\n\n2. If the process belongs to an app from Mac App Store, please report its abuse of SecureEventInput to Apple. Apple may take actions to such apps if necessary, including pulling them off from the Mac App Store until the problem gets solved by the developers of such apps.\n\n3. Whether this process is from Mac App Store or not, you report this abuse to the related app vendor / developer. You may give them the screenshot of this alert message since it should have enough information to help the vendor / developer troubleshoot the issue.";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "vChewing has detected that the following background processes are abusing the SecureEventInput, hindering all 3rd-party input methods from being able to switch to.\n\nIt is fine to use SecureEventInput for sensitive input fields. However, an app calling EnableSecureEventInput() is responsible to call DisableSecureEventInput() immediately right after the input field loses focus. This situation may also happen if an app is hanging in the background (or working as a helper application in the background) with its SecureEventInput left enabled.\n\nThe found processes are:";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput Abuse Detected";
|
||||
"i18n:settings.importFromKimoTxt.buttonText" = "Import Yahoo! KeyKey User Dictionary File";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "Imported %@ new records.";
|
||||
"i18n:settings.shiftKeyASCIITogle.description" = "This feature only needs to parse consecutive NSEvents passed by macOS built-in InputMethodKit framework, hence no necessity of asking end-users for extra privileges of monitoring global keyboard inputs. You are free to investigate our codebase or reverse-engineer this input method to see whether the above statement is trustable. Also, this Shift-key toggle won't work if CapsLock is ON.";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.description" = "This won't affect the same feature offered by macOS since 10.14 Mojave and later.";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.shortTitle" = "Bypass the vChewing built-in Caps Lock handling";
|
||||
|
@ -326,31 +210,86 @@
|
|||
"i18n:UserDef.kShiftEisuToggleOffTogetherWithCapsLock.shortTitle" = "Sync the off state between Caps Lock and Shift / Eisu Alphanumerical Toggle";
|
||||
"IBM" = "IBM";
|
||||
"If disabled, this will insert space instead." = "If disabled, this will insert space instead.";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result.";
|
||||
"If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes." = "If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes.";
|
||||
"in front of the phrase (like macOS built-in Zhuyin IME)" = "in front of the phrase (like macOS built-in Zhuyin IME)";
|
||||
"Initial" = "Initial";
|
||||
"Inline comments are not supported in associated phrases." = "Inline comments are not supported in associated phrases.";
|
||||
"Intonation Key:" = "Intonation Key:";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer.";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Invalid Selection Keys." = "Invalid Selection Keys.";
|
||||
"It will attempt to combine with the incoming phonabet input." = "It will attempt to combine with the incoming phonabet input.";
|
||||
"ja" = "Japanese";
|
||||
"Japanese" = "Japanese";
|
||||
"JIS Shinjitai Output" = "JIS Shinjitai Output";
|
||||
"Just Select" = "Just Select";
|
||||
"Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English." = "Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English.";
|
||||
"Keyboard Shortcuts:" = "Keyboard Shortcuts:";
|
||||
"Keyboard" = "Keyboard";
|
||||
"Leave it checked" = "Leave it checked";
|
||||
"Loading CHS Core Dict..." = "Loading CHS Core Dict...";
|
||||
"Loading CHT Core Dict..." = "Loading CHT Core Dict...";
|
||||
"Loading complete." = "Loading complete.";
|
||||
"Loading…" = "Loading…";
|
||||
"Maximum 10 candidate keys allowed." = "Maximum 10 candidate keys allowed.";
|
||||
"Maximum 15 results returnable." = "Maximum 15 results returnable.";
|
||||
"Minimum 6 candidate keys allowed." = "Minimum 6 candidate keys allowed.";
|
||||
"Misc Settings:" = "Misc Settings:";
|
||||
"MiTAC" = "MiTAC";
|
||||
"New Version Available" = "New Version Available";
|
||||
"No" = "No";
|
||||
"Not Now" = "Not Now";
|
||||
"Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead." = "Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead.";
|
||||
"NotificationSwitchOFF" = "✘ OFF";
|
||||
"NotificationSwitchON" = "✔ ON";
|
||||
"NotificationSwitchRevolver" = "↺ Switched";
|
||||
"OK" = "OK";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed.";
|
||||
"Only enforce conversion in Simplified Chinese mode" = "Only enforce conversion in Simplified Chinese mode";
|
||||
"Only enforce conversion in Traditional Chinese mode" = "Only enforce conversion in Traditional Chinese mode";
|
||||
"Only load factory language models if needed" = "Only load factory language models if needed";
|
||||
"Only override the intonation of the previous reading if different" = "Only override the intonation of the previous reading if different";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Open User Dictionary Folder" = "Open User Dictionary Folder";
|
||||
"Optimize Memorized Phrases" = "Optimize Memorized Phrases";
|
||||
"Otherwise, only the candidate keys are allowed to confirm associates." = "Otherwise, only the candidate keys are allowed to confirm associates.";
|
||||
"Output Settings:" = "Output Settings:";
|
||||
"Override the previous reading's intonation with candidate-reset" = "Override the previous reading's intonation with candidate-reset";
|
||||
"Path invalid or file access error." = "Path invalid or file access error.";
|
||||
"Per-Char Select Mode" = "Per-Char Select Mode";
|
||||
"Phonetic Parser:" = "Phonetic Parser:";
|
||||
"Phrase Editor" = "Phrase Editor";
|
||||
"Phrase" = "Phrase";
|
||||
"Please check the permission at \"%@\"." = "Please check the permission at \"%@\".";
|
||||
"Please drag the apps into the Client Manager window from Finder." = "Please drag the apps into the Client Manager window from Finder.";
|
||||
"Please drag the desired target from Finder to this place." = "Please drag the desired target from Finder to this place.";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "Please enter the client app bundle identifier(s) you want to register.";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable.";
|
||||
"Please manually enter the identifier(s)." = "Please manually enter the identifier(s).";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key.";
|
||||
"Please reconfigure the cassette path to a valid one before enabling this mode." = "Please reconfigure the cassette path to a valid one before enabling this mode.";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "Please select Simplified / Traditional Chinese mode above.";
|
||||
"Please select…" = "Please select…";
|
||||
"Please try again." = "Please try again.";
|
||||
"Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu.";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu.";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "Please use “defaults write” terminal command to modify this String value:";
|
||||
"Plist downloaded cannot be parsed correctly." = "Plist downloaded cannot be parsed correctly.";
|
||||
"Plist downloaded is nil." = "Plist downloaded is nil.";
|
||||
"Previous intonation has been overridden." = "Previous intonation has been overridden.";
|
||||
"Push the cursor in front of the phrase after selection" = "Push the cursor in front of the phrase after selection";
|
||||
"Quick Candidates" = "Quick Candidates";
|
||||
"Quick Setup:" = "Quick Setup:";
|
||||
"Read external factory dictionary files if possible" = "Read external factory dictionary files if possible";
|
||||
"Reading/Stroke" = "Reading/Stroke";
|
||||
"Reboot vChewing…" = "Reboot vChewing…";
|
||||
"Reload User Phrases" = "Reload User Phrases";
|
||||
"Reload" = "Reload";
|
||||
"Remove Selected" = "Remove Selected";
|
||||
"Replace to" = "Replace to";
|
||||
"Reverse Lookup (Phonabets)" = "Reverse Lookup (Phonabets)";
|
||||
"Save" = "Save";
|
||||
"Secondary Pinyin with Numeral Intonation" = "Secondary Pinyin with Numeral Intonation";
|
||||
"Security-harden the composition buffer for all clients" = "Security-harden the composition buffer for all clients";
|
||||
"Seigyou" = "Seigyou (JinYei)";
|
||||
|
@ -363,7 +302,9 @@
|
|||
"Show notifications when toggling Caps Lock" = "Show notifications when toggling Caps Lock";
|
||||
"Show translated strokes in composition buffer" = "Show translated strokes in composition buffer";
|
||||
"Simplified Chinese" = "Simplified Chinese";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "Some client apps may have different compatibility issues in IMKTextInput implementation.";
|
||||
"Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer." = "Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer.";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations.";
|
||||
"Some previous options are moved to other tabs." = "Some previous options are moved to other tabs.";
|
||||
"Space to +revolve candidates, Shift+Space to +revolve pages" = "Space to +revolve candidates, Shift+Space to +revolve pages";
|
||||
"Space to +revolve pages, Shift+Space to +revolve candidates" = "Space to +revolve pages, Shift+Space to +revolve candidates";
|
||||
|
@ -371,17 +312,33 @@
|
|||
"Specify the behavior of intonation key when syllable composer is empty." = "Specify the behavior of intonation key when syllable composer is empty.";
|
||||
"Starlight" = "Starlight";
|
||||
"Stop farting (when typed phonetic combination is invalid, etc.)" = "Stop farting (when typed phonetic combination is invalid, etc.)";
|
||||
"Switch to %@ Input Mode" = "Switch to %@ Input Mode";
|
||||
"Symbol & Emoji Input" = "Symbol & Emoji Input";
|
||||
"Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size." = "Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size.";
|
||||
"Target Input Mode Activation Required" = "Target Input Mode Activation Required";
|
||||
"The End of Support for IMK Candidate Window" = "The End of Support for IMK Candidate Window";
|
||||
"The lookup results are supplied by the CIN cassette module." = "The lookup results are supplied by the CIN cassette module.";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier.";
|
||||
"The selected item's identifier is already in the list." = "The selected item's identifier is already in the list.";
|
||||
"The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu." = "The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu.";
|
||||
"theAssociates" = "Associates";
|
||||
"theFilter" = "Filter";
|
||||
"thePhrases" = "Phrases";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature.";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@";
|
||||
"theReplacements" = "Replacements";
|
||||
"theSymbols" = "Symbols";
|
||||
"This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode." = "This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode.";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "This editor only: Auto-reload modifications happened outside of this editor";
|
||||
"This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled)." = "This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled).";
|
||||
"This feature requires macOS %@ and above." = "This feature requires macOS %@ and above.";
|
||||
"This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead." = "This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead.";
|
||||
"This only works when being toggled by Shift key and JIS Eisu key." = "This only works when being toggled by Shift key and JIS Eisu key.";
|
||||
"This only works with Tadokoro candidate window." = "This only works with Tadokoro candidate window.";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version).";
|
||||
"This will also affect the row / column capacity of the candidate window." = "This will also affect the row / column capacity of the candidate window.";
|
||||
"This will batch-replace specified candidates." = "This will batch-replace specified candidates.";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "This will remove vChewing Input Method from this user account, requiring your confirmation.";
|
||||
"This will stop user override model from affecting how candidates get sorted." = "This will stop user override model from affecting how candidates get sorted.";
|
||||
"This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible." = "This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible.";
|
||||
"Toggle alphanumerical mode with Left-Shift" = "Toggle alphanumerical mode with Left-Shift";
|
||||
|
@ -390,15 +347,54 @@
|
|||
"Trim unfinished readings / strokes on commit" = "Trim unfinished readings / strokes on commit";
|
||||
"Type them into inline composition buffer" = "Type them into inline composition buffer";
|
||||
"Typing Settings:" = "Typing Settings:";
|
||||
"Typing Style:" = "Typing Style:";
|
||||
"UI Language:" = "UI Language:";
|
||||
"Unable to create the user phrase file." = "Unable to create the user phrase file.";
|
||||
"Uncheck" = "Uncheck";
|
||||
"Uninstall vChewing…" = "Uninstall vChewing…";
|
||||
"Uninstallation" = "Uninstallation";
|
||||
"Universal Pinyin with Numeral Intonation" = "Universal Pinyin with Numeral Intonation";
|
||||
"Update Check Completed" = "Update Check Completed";
|
||||
"Update Check Failed" = "Update Check Failed";
|
||||
"Use ESC key to clear the entire input buffer" = "Use ESC key to clear the entire input buffer";
|
||||
"Use only one row / column in candidate window" = "Use only one row / column in candidate window";
|
||||
"Use Phrase Replacement" = "Use Phrase Replacement";
|
||||
"Use Space to confirm highlighted candidate in Per-Char Select Mode" = "Use Space to confirm highlighted candidate in Per-Char Select Mode";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "User phrase folder path is not customizable in macOS 10.9 - 10.12.";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability.";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size.";
|
||||
"vChewing Preferences…" = "vChewing Preferences…";
|
||||
"vChewing" = "vChewing";
|
||||
"Vertical" = "Vertical";
|
||||
"Visit Website" = "Visit Website";
|
||||
"Wade-Giles Pinyin with Numeral Intonation" = "Wade-Giles Pinyin with Numeral Intonation";
|
||||
"Warning" = "Warning";
|
||||
"Warning: This page is for testing future features. \nFeatures listed here may not work as expected." = "Warning: This page is for testing future features. \nFeatures listed here may not work as expected.";
|
||||
"Weight" = "Weight";
|
||||
"Where's IMK Candidate Window?" = "Where's IMK Candidate Window?";
|
||||
"Wildcard key cannot be the initial key." = "Wildcard key cannot be the initial key.";
|
||||
"Yale Pinyin with Numeral Intonation" = "Yale Pinyin with Numeral Intonation";
|
||||
"Yes" = "Yes";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
"You are already using the latest version of vChewing." = "You are already using the latest version of vChewing.";
|
||||
"You are already using the latest version." = "You are already using the latest version.";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to.";
|
||||
"You may follow:" = "You may follow:";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?";
|
||||
"zh-Hans" = "Simplified Chinese";
|
||||
"zh-Hant" = "Traditional Chinese";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf.";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "\"%@\" length must ≥ 2 for a user phrase.";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "\"%@\" length should ≤ %d for a user phrase.";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "\"%@\" selected. ENTER to add user phrase.";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "\"%@\" selected. ENTER to unfilter this phrase.";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ Failed from boosting a candidate.";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ Failed from filtering a candidate.";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ Failed from nerfing a candidate.";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ Phrase replacement mode enabled, interfering user phrase entry.";
|
||||
"⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal." = "⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal.";
|
||||
"⚠︎ This may hinder the walking algorithm from giving appropriate results." = "⚠︎ This may hinder the walking algorithm from giving appropriate results.";
|
||||
"⚠︎ This will reboot the vChewing IME." = "⚠︎ This will reboot the vChewing IME.";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ Unhandlable: Chars and Readings in buffer doesn't match.";
|
||||
|
|
|
@ -1,227 +1,26 @@
|
|||
"i18n:settings.importFromKimoTxt.buttonText" = "Import Yahoo! KeyKey User Dictionary File";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "Imported %@ new records.";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "About vChewing for macOS";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "DISCLAIMER: The vChewing project, having no relationship of cooperation or affiliation with the OpenVanilla project, is not responsible for the phrase database shipped in the original McBopomofo project. Certain geopolitical and ideological contents, which are potentially harmful to the global spread of this software, are not included in vChewing official phrase database.";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "I Accept";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "Website";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "Bug Report";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT-NTL License:";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "Was derived from OpenVanilla McBopopmofo Project (MIT-License).";
|
||||
"i18n:aboutWindow.DEV_CREW" = "vChewing macOS Development: Shiki Suen, Isaac Xen, Hiraku Wang, etc.\nvChewing Phrase Database Maintained by Shiki Suen.\nWalking algorithm by Lukhnos Liu (from Gramambular 2, MIT-License).";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput Abuse Detected";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "vChewing has detected that the following background processes are abusing the SecureEventInput, hindering all 3rd-party input methods from being able to switch to.\n\nIt is fine to use SecureEventInput for sensitive input fields. However, an app calling EnableSecureEventInput() is responsible to call DisableSecureEventInput() immediately right after the input field loses focus. This situation may also happen if an app is hanging in the background (or working as a helper application in the background) with its SecureEventInput left enabled.\n\nThe found processes are:";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "When this message shows up, vChewing has already attempted to call DisableSecureEventInput() trying to make itself selectable in the input method menu again. Your suggested further steps:\n\n0. Keep a screenshot of this dialog (if you don't have one) for further purposes.\n\n1. If vChewing is still not selectable in the input method menu, you are suggested to manually terminate the processes listed above to force-release their SecureEventInput states. This will make vChewing available immediately.\n\n2. If the process belongs to an app from Mac App Store, please report its abuse of SecureEventInput to Apple. Apple may take actions to such apps if necessary, including pulling them off from the Mac App Store until the problem gets solved by the developers of such apps.\n\n3. Whether this process is from Mac App Store or not, you report this abuse to the related app vendor / developer. You may give them the screenshot of this alert message since it should have enough information to help the vendor / developer troubleshoot the issue.";
|
||||
|
||||
"vChewing" = "vChewing";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version).";
|
||||
"Where's IMK Candidate Window?" = "Where's IMK Candidate Window?";
|
||||
"The End of Support for IMK Candidate Window" = "The End of Support for IMK Candidate Window";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023).";
|
||||
"Please drag the desired target from Finder to this place." = "Please drag the desired target from Finder to this place.";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier.";
|
||||
"Quick Candidates" = "Quick Candidates";
|
||||
"Alvin Liu (Imitative)" = "Alvin Liu (Imitative)";
|
||||
"Previous intonation has been overridden." = "Previous intonation has been overridden.";
|
||||
"It will attempt to combine with the incoming phonabet input." = "It will attempt to combine with the incoming phonabet input.";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer.";
|
||||
"CHS / CHT Input Mode Switch" = "CHS / CHT Input Mode Switch";
|
||||
"Switch to %@ Input Mode" = "Switch to %@ Input Mode";
|
||||
"Target Input Mode Activation Required" = "Target Input Mode Activation Required";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to.";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "Do you want to enable the popup composition buffer for this client?";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "Some client apps may have different compatibility issues in IMKTextInput implementation.";
|
||||
"Yes" = "Yes";
|
||||
"No" = "No";
|
||||
"Hanin Keyboard Symbol Input." = "Hanin Keyboard Symbol Input.";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Code Point Input." = "Code Point Input.";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
"Uncheck" = "Uncheck";
|
||||
"Leave it checked" = "Leave it checked";
|
||||
"Warning" = "Warning";
|
||||
"You may follow:" = "You may follow:";
|
||||
"Initial" = "Initial";
|
||||
"Phrase" = "Phrase";
|
||||
"Reading/Stroke" = "Reading/Stroke";
|
||||
"Weight" = "Weight";
|
||||
"Comment" = "Comment";
|
||||
"Replace to" = "Replace to";
|
||||
"Save" = "Save";
|
||||
"Phrase Editor" = "Phrase Editor";
|
||||
"thePhrases" = "Phrases";
|
||||
"theFilter" = "Filter";
|
||||
"theReplacements" = "Replacements";
|
||||
"theAssociates" = "Associates";
|
||||
"theSymbols" = "Symbols";
|
||||
"Please select…" = "Please select…";
|
||||
"Loading…" = "Loading…";
|
||||
"Consolidate" = "Consolidate";
|
||||
"Reload" = "Reload";
|
||||
"Loading complete." = "Loading complete.";
|
||||
"Char\tReading(s)\n" = "Char\tReading(s)\n";
|
||||
"Reverse Lookup (Phonabets)" = "Reverse Lookup (Phonabets)";
|
||||
"Maximum 15 results returnable." = "Maximum 15 results returnable.";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "Example:\nOldPhrase NewPhrase #Comment";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result.";
|
||||
"Factory dictionary not loaded yet." = "Factory dictionary not loaded yet.";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations.";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "This editor only: Auto-reload modifications happened outside of this editor";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "Please select Simplified / Traditional Chinese mode above.";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ Failed from boosting a candidate.";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ Failed from nerfing a candidate.";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ Failed from filtering a candidate.";
|
||||
"+ Succeeded in boosting a candidate." = "+ Succeeded in boosting a candidate.";
|
||||
"- Succeeded in nerfing a candidate." = "- Succeeded in nerfing a candidate.";
|
||||
"! Succeeded in filtering a candidate." = "! Succeeded in filtering a candidate.";
|
||||
"! Succeeded in filtering a user phrase." = "! Succeeded in filtering a user phrase.";
|
||||
"%@-Stroke" = "%@-Stroke";
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ Succeeded in adding / boosting a user phrase.";
|
||||
"+ Succeeded in boosting a candidate." = "+ Succeeded in boosting a candidate.";
|
||||
"- Succeeded in nerfing a candidate." = "- Succeeded in nerfing a candidate.";
|
||||
"- Succeeded in nerfing a user phrase." = "- Succeeded in nerfing a user phrase.";
|
||||
"- Succeeded in unfiltering a phrase." = "- Succeeded in unfiltering a phrase.";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ Succeeded in adding / boosting a user phrase.";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size.";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key.";
|
||||
"Wildcard key cannot be the initial key." = "Wildcard key cannot be the initial key.";
|
||||
"CIN Cassette Mode" = "CIN Cassette Mode";
|
||||
"Invalid Selection Keys." = "Invalid Selection Keys.";
|
||||
"Alphanumerical Input Mode" = "Alphanumerical Input Mode";
|
||||
"Chinese Input Mode" = "Chinese Input Mode";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "Please enter the client app bundle identifier(s) you want to register.";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed.";
|
||||
"Just Select" = "Just Select";
|
||||
"Client Manager" = "Client Manager";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable.";
|
||||
"Add Client" = "Add Client";
|
||||
"Remove Selected" = "Remove Selected";
|
||||
"Choose the target application bundle." = "Choose the target application bundle.";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier.";
|
||||
"Please try again." = "Please try again.";
|
||||
"The selected item's identifier is already in the list." = "The selected item's identifier is already in the list.";
|
||||
"Update Check Completed" = "Update Check Completed";
|
||||
"You are already using the latest version." = "You are already using the latest version.";
|
||||
"Plist downloaded is nil." = "Plist downloaded is nil.";
|
||||
"Plist downloaded cannot be parsed correctly." = "Plist downloaded cannot be parsed correctly.";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability.";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023).";
|
||||
"About vChewing…" = "About vChewing…";
|
||||
"vChewing Preferences…" = "vChewing Preferences…";
|
||||
"CheatSheet" = "CheatSheet";
|
||||
"Uninstallation" = "Uninstallation";
|
||||
"Uninstall vChewing…" = "Uninstall vChewing…";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "This will remove vChewing Input Method from this user account, requiring your confirmation.";
|
||||
"Check Later" = "Check Later";
|
||||
"Check for Updates…" = "Check for Updates…";
|
||||
"Check for Update Completed" = "Check for Update Completed";
|
||||
"You are already using the latest version of vChewing." = "You are already using the latest version of vChewing.";
|
||||
"Update Check Failed" = "Update Check Failed";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@";
|
||||
"OK" = "OK";
|
||||
"Cancel" = "Cancel";
|
||||
"New Version Available" = "New Version Available";
|
||||
"Not Now" = "Not Now";
|
||||
"Visit Website" = "Visit Website";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?";
|
||||
"Force KangXi Writing" = "Force KangXi Writing";
|
||||
"NotificationSwitchON" = "✔ ON";
|
||||
"NotificationSwitchOFF" = "✘ OFF";
|
||||
"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.";
|
||||
"Please check the permission at \"%@\"." = "Please check the permission at \"%@\".";
|
||||
"Edit Excluded Phrases…" = "Edit Excluded Phrases…";
|
||||
"Half-Width Punctuation Mode" = "Half-Width Punctuation Mode";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "\"%@\" length must ≥ 2 for a user phrase.";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "\"%@\" length should ≤ %d for a user phrase.";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "\"%@\" selected. ENTER to add user phrase.";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "\"%@\" selected. ENTER to unfilter this phrase.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude.";
|
||||
"Edit Phrase Replacement Table…" = "Edit Phrase Replacement Table…";
|
||||
"Use Phrase Replacement" = "Use Phrase Replacement";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "Candidate keys can only contain printable ASCII characters like alphanumericals.";
|
||||
"Candidate keys cannot contain space." = "Candidate keys cannot contain space.";
|
||||
"Minimum 6 candidate keys allowed." = "Minimum 6 candidate keys allowed.";
|
||||
"Maximum 10 candidate keys allowed." = "Maximum 10 candidate keys allowed.";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ Phrase replacement mode enabled, interfering user phrase entry.";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ Unhandlable: Chars and Readings in buffer doesn't match.";
|
||||
"Per-Char Select Mode" = "Per-Char Select Mode";
|
||||
"Inline comments are not supported in associated phrases." = "Inline comments are not supported in associated phrases.";
|
||||
"CNS11643 Mode" = "CNS11643 Mode";
|
||||
"JIS Shinjitai Output" = "JIS Shinjitai Output";
|
||||
"Associated Phrases" = "Associated Phrases";
|
||||
"Open User Dictionary Folder" = "Open User Dictionary Folder";
|
||||
"Edit Associated Phrases…" = "Edit Associated Phrases…";
|
||||
"Reboot vChewing…" = "Reboot vChewing…";
|
||||
"auto" = "Follow System Settings";
|
||||
"en" = "English";
|
||||
"zh-Hans" = "Simplified Chinese";
|
||||
"zh-Hant" = "Traditional Chinese";
|
||||
"ja" = "Japanese";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple Zhuyin Bopomofo (Standard)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple Zhuyin Eten (Traditional)";
|
||||
"Symbol & Emoji Input" = "Symbol & Emoji Input";
|
||||
"Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…";
|
||||
"Choose your desired user data folder." = "Choose your desired user data folder.";
|
||||
"Loading CHS Core Dict..." = "Loading CHS Core Dict...";
|
||||
"Loading CHT Core Dict..." = "Loading CHT Core Dict...";
|
||||
"Core Dict loading complete." = "Core Dict loading complete.";
|
||||
"Optimize Memorized Phrases" = "Optimize Memorized Phrases";
|
||||
"Clear Memorized Phrases" = "Clear Memorized Phrases";
|
||||
"Currency Numeral Output" = "Currency Numeral Output";
|
||||
"Hold ⇧ to choose associates." = "Hold ⇧ to choose associates.";
|
||||
"Dachen Trad." = "Dachen Trad.";
|
||||
"Eten Trad." = "Eten Trad.";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "User phrase folder path is not customizable in macOS 10.9 - 10.12.";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "Please use “defaults write” terminal command to modify this String value:";
|
||||
"Please manually enter the identifier(s)." = "Please manually enter the identifier(s).";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature.";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Completely disable using Shift key to toggle alphanumerical mode";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu.";
|
||||
"Typing Style:" = "Typing Style:";
|
||||
"%@-Stroke" = "%@-Stroke";
|
||||
|
||||
// The followings are the category names used in the Symbol menu.
|
||||
"catCommonSymbols" = "CommonSymbols";
|
||||
"catHoriBrackets" = "HorizontalBrackets";
|
||||
"catVertBrackets" = "VerticalBrackets";
|
||||
"catAlphabets" = "Alphabets";
|
||||
"catRadicals" = "Radicals";
|
||||
"catSpecialNumbers" = "SpecialNumbers";
|
||||
"catMathSymbols" = "MathSymbols";
|
||||
"catCurrencyUnits" = "CurrencyUnits";
|
||||
"catSpecialSymbols" = "SpecialSymbols";
|
||||
"catUnicodeSymbols" = "UnicodeSymbols";
|
||||
"catCircledKanjis" = "CircledKanjis";
|
||||
"catCircledKataKana" = "CircledKataKana";
|
||||
"catBracketKanjis" = "BracketKanjis";
|
||||
"catSingleTableLines" = "SingleTableLines";
|
||||
"catDoubleTableLines" = "DoubleTableLines";
|
||||
"catFillingBlocks" = "FillingBlocks";
|
||||
"catLineSegments" = "LineSegments";
|
||||
"catKana" = "Kana";
|
||||
"catCombinations" = "Combinations";
|
||||
"catPhonabets" = "Phonabets";
|
||||
"catCircledASCII" = "CircledASCII";
|
||||
"catBracketedASCII" = "BracketASCII";
|
||||
"catMusicSymbols" = "MusicSymbols";
|
||||
"catThai" = "Thaiphabets";
|
||||
"catYi" = "Yiphabets";
|
||||
|
||||
// SwiftUI Preferences
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"Accept leading intonations in rare cases" = "Accept leading intonations in rare cases";
|
||||
"Add Client" = "Add Client";
|
||||
"Adjust candidate window location according to current node length" = "Adjust candidate window location according to current node length";
|
||||
"All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file." = "All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file.";
|
||||
"Allow backspace-editing miscomposed readings" = "Allow backspace-editing miscomposed readings";
|
||||
"Allow boosting / excluding a candidate of single kanji when marking" = "Allow boosting / excluding a candidate of single kanji when marking";
|
||||
"Allow using Enter key to confirm associated candidate selection" = "Allow using Enter key to confirm associated candidate selection";
|
||||
"Alphanumerical Input Mode" = "Alphanumerical Input Mode";
|
||||
"Alphanumerical Layout:" = "Alphanumerical Layout:";
|
||||
"Also use “\\” or “¥” key for Hanin Keyboard Symbol Input" = "Also use “\\” or “¥” key for Hanin Keyboard Symbol Input";
|
||||
"Alvin Liu (Imitative)" = "Alvin Liu (Imitative)";
|
||||
"Always directly commit lowercased letters" = "Always directly commit lowercased letters";
|
||||
"Always directly commit uppercased letters" = "Always directly commit uppercased letters";
|
||||
"Always drop the previous reading" = "Always drop the previous reading";
|
||||
|
@ -233,21 +32,59 @@
|
|||
"Apple ABC (equivalent to English US)" = "Apple ABC (equivalent to English US)";
|
||||
"Apple Chewing - Dachen" = "Apple Chewing - Dachen";
|
||||
"Apple Chewing - Eten Traditional" = "Apple Chewing - Eten Traditional";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple Zhuyin Bopomofo (Standard)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple Zhuyin Eten (Traditional)";
|
||||
"Applying typing suggestions from half-life user override model" = "Applying typing suggestions from half-life user override model";
|
||||
"Associated Phrases" = "Associated Phrases";
|
||||
"at the rear of the phrase (like Microsoft New Phonetic)" = "at the rear of the phrase (like Microsoft New Phonetic)";
|
||||
"auto" = "Follow System Settings";
|
||||
"Auto-composite when the longest possible key is formed" = "Auto-composite when the longest possible key is formed";
|
||||
"Auto-convert traditional Chinese glyphs to JIS Shinjitai characters" = "Auto-convert traditional Chinese glyphs to JIS Shinjitai characters";
|
||||
"Auto-convert traditional Chinese glyphs to KangXi characters" = "Auto-convert traditional Chinese glyphs to KangXi characters";
|
||||
"Automatically correct reading combinations when typing" = "Automatically correct reading combinations when typing";
|
||||
"Automatically reload user data files if changes detected" = "Automatically reload user data files if changes detected";
|
||||
"Basic Keyboard Layout:" = "Basic Keyboard Layout:";
|
||||
"Cancel" = "Cancel";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "Candidate keys can only contain printable ASCII characters like alphanumericals.";
|
||||
"Candidate keys cannot contain space." = "Candidate keys cannot contain space.";
|
||||
"Candidate Layout:" = "Candidate Layout:";
|
||||
"Candidate Size:" = "Candidate Size:";
|
||||
"Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." = "Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated).";
|
||||
"Cassette" = "Cassette";
|
||||
"catAlphabets" = "Alphabets";
|
||||
"catBracketedASCII" = "BracketASCII";
|
||||
"catBracketKanjis" = "BracketKanjis";
|
||||
"catCircledASCII" = "CircledASCII";
|
||||
"catCircledKanjis" = "CircledKanjis";
|
||||
"catCircledKataKana" = "CircledKataKana";
|
||||
"catCombinations" = "Combinations";
|
||||
"catCommonSymbols" = "CommonSymbols";
|
||||
"catCurrencyUnits" = "CurrencyUnits";
|
||||
"catDoubleTableLines" = "DoubleTableLines";
|
||||
"catFillingBlocks" = "FillingBlocks";
|
||||
"catHoriBrackets" = "HorizontalBrackets";
|
||||
"catKana" = "Kana";
|
||||
"catLineSegments" = "LineSegments";
|
||||
"catMathSymbols" = "MathSymbols";
|
||||
"catMusicSymbols" = "MusicSymbols";
|
||||
"catPhonabets" = "Phonabets";
|
||||
"catRadicals" = "Radicals";
|
||||
"catSingleTableLines" = "SingleTableLines";
|
||||
"catSpecialNumbers" = "SpecialNumbers";
|
||||
"catSpecialSymbols" = "SpecialSymbols";
|
||||
"catThai" = "Thaiphabets";
|
||||
"catUnicodeSymbols" = "UnicodeSymbols";
|
||||
"catVertBrackets" = "VerticalBrackets";
|
||||
"catYi" = "Yiphabets";
|
||||
"Change user interface language (will reboot the IME)." = "Change user interface language (will reboot the IME).";
|
||||
"Char\tReading(s)\n" = "Char\tReading(s)\n";
|
||||
"CheatSheet" = "CheatSheet";
|
||||
"Check for Update Completed" = "Check for Update Completed";
|
||||
"Check for updates automatically" = "Check for updates automatically";
|
||||
"Check for Updates…" = "Check for Updates…";
|
||||
"Check Later" = "Check Later";
|
||||
"Chinese Conversion:" = "Chinese Conversion:";
|
||||
"Chinese Input Mode" = "Chinese Input Mode";
|
||||
"Choose candidate font size for better visual clarity." = "Choose candidate font size for better visual clarity.";
|
||||
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "Choose or hit Enter to confim your prefered keys for selecting candidates.";
|
||||
"Choose the behavior of (Shift+)Space key with candidates." = "Choose the behavior of (Shift+)Space key with candidates.";
|
||||
|
@ -257,16 +94,32 @@
|
|||
"Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only." = "Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only.";
|
||||
"Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.)." = "Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.).";
|
||||
"Choose the phonetic layout for Mandarin parser." = "Choose the phonetic layout for Mandarin parser.";
|
||||
"Choose the target application bundle." = "Choose the target application bundle.";
|
||||
"Choose your desired cassette file path. Will be omitted if invalid." = "Choose your desired cassette file path. Will be omitted if invalid.";
|
||||
"Choose your desired user data folder path. Will be omitted if invalid." = "Choose your desired user data folder path. Will be omitted if invalid.";
|
||||
"Choose your desired user data folder." = "Choose your desired user data folder.";
|
||||
"Choose your preferred layout of the candidate window." = "Choose your preferred layout of the candidate window.";
|
||||
"CHS / CHT Input Mode Switch" = "CHS / CHT Input Mode Switch";
|
||||
"CIN Cassette Mode" = "CIN Cassette Mode";
|
||||
"Clear Memorized Phrases" = "Clear Memorized Phrases";
|
||||
"Clear the entire inline composition buffer like Shift+Delete" = "Clear the entire inline composition buffer like Shift+Delete";
|
||||
"Client Manager" = "Client Manager";
|
||||
"CNS11643 Mode" = "CNS11643 Mode";
|
||||
"Code Point Input." = "Code Point Input.";
|
||||
"Comment" = "Comment";
|
||||
"Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter" = "Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Completely disable using Shift key to toggle alphanumerical mode";
|
||||
"Consolidate the context on confirming candidate selection" = "Consolidate the context on confirming candidate selection";
|
||||
"Consolidate" = "Consolidate";
|
||||
"Core Dict loading complete." = "Core Dict loading complete.";
|
||||
"Currency Numeral Output" = "Currency Numeral Output";
|
||||
"Cursor Selection:" = "Cursor Selection:";
|
||||
"Dachen (Microsoft Standard / Wang / 01, etc.)" = "Dachen (Microsoft Standard / Wang / 01, etc.)";
|
||||
"Dachen 26 (libChewing)" = "Dachen 26 (libChewing)";
|
||||
"Dachen Trad." = "Dachen Trad.";
|
||||
"Debug Mode" = "Debug Mode";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"DevZone" = "DevZone";
|
||||
"Dictionary" = "Dictionary";
|
||||
"Directly commit lowercased letters only if the compositor is empty" = "Directly commit lowercased letters only if the compositor is empty";
|
||||
|
@ -275,9 +128,16 @@
|
|||
"Disable segmented thick underline in marking mode for managed clients" = "Disable segmented thick underline in marking mode for managed clients";
|
||||
"Disassemble the previous reading, dropping its intonation" = "Disassemble the previous reading, dropping its intonation";
|
||||
"Disassembling process does not work with non-phonetic reading keys." = "Disassembling process does not work with non-phonetic reading keys.";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "Do you want to enable the popup composition buffer for this client?";
|
||||
"Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed." = "Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed.";
|
||||
"Edit Associated Phrases…" = "Edit Associated Phrases…";
|
||||
"Edit Excluded Phrases…" = "Edit Excluded Phrases…";
|
||||
"Edit Phrase Replacement Table…" = "Edit Phrase Replacement Table…";
|
||||
"Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…";
|
||||
"Edit vChewing User Phrases…" = "Edit vChewing User Phrases…";
|
||||
"Edit…" = "Edit…";
|
||||
"Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode";
|
||||
"en" = "English";
|
||||
"Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input";
|
||||
"Enable CNS11643 Support (2024-01-15)" = "Enable CNS11643 Support (2024-01-15)";
|
||||
"Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method";
|
||||
|
@ -288,20 +148,44 @@
|
|||
"Enforce conversion in both input modes" = "Enforce conversion in both input modes";
|
||||
"English" = "English";
|
||||
"Eten 26" = "Eten 26";
|
||||
"Eten Trad." = "Eten Trad.";
|
||||
"Eten Traditional" = "Eten Traditional";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "Example:\nOldPhrase NewPhrase #Comment";
|
||||
"Experience" = "Experience";
|
||||
"Experimental:" = "Experimental:";
|
||||
"Factory dictionary not loaded yet." = "Factory dictionary not loaded yet.";
|
||||
"Fake Seigyou" = "Fake Seigyou (Similar to JinYei)";
|
||||
"Follow OS settings" = "Follow OS settings";
|
||||
"For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is." = "For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is.";
|
||||
"for revolving candidates" = "for revolving candidates";
|
||||
"for revolving pages" = "for revolving pages";
|
||||
"Force KangXi Writing" = "Force KangXi Writing";
|
||||
"General" = "General";
|
||||
"Half-Width Punctuation Mode" = "Half-Width Punctuation Mode";
|
||||
"Hanin Keyboard Symbol Input." = "Hanin Keyboard Symbol Input.";
|
||||
"Hanyu Pinyin with Numeral Intonation" = "Hanyu Pinyin with Numeral Intonation";
|
||||
"Harden vertical punctuations during vertical typing (not recommended)" = "Harden vertical punctuations during vertical typing (not recommended)";
|
||||
"Hold ⇧ to choose associates." = "Hold ⇧ to choose associates.";
|
||||
"Horizontal" = "Horizontal";
|
||||
"Hsu" = "Hsu";
|
||||
"Hualuo Pinyin with Numeral Intonation" = "Hualuo Pinyin with Numeral Intonation";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "About vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "Was derived from OpenVanilla McBopopmofo Project (MIT-License).";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "Bug Report";
|
||||
"i18n:aboutWindow.DEV_CREW" = "vChewing macOS Development: Shiki Suen, Isaac Xen, Hiraku Wang, etc.\nvChewing Phrase Database Maintained by Shiki Suen.\nWalking algorithm by Lukhnos Liu (from Gramambular 2, MIT-License).";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "DISCLAIMER: The vChewing project, having no relationship of cooperation or affiliation with the OpenVanilla project, is not responsible for the phrase database shipped in the original McBopomofo project. Certain geopolitical and ideological contents, which are potentially harmful to the global spread of this software, are not included in vChewing official phrase database.";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT-NTL License:";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "I Accept";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "Website";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "When this message shows up, vChewing has already attempted to call DisableSecureEventInput() trying to make itself selectable in the input method menu again. Your suggested further steps:\n\n0. Keep a screenshot of this dialog (if you don't have one) for further purposes.\n\n1. If vChewing is still not selectable in the input method menu, you are suggested to manually terminate the processes listed above to force-release their SecureEventInput states. This will make vChewing available immediately.\n\n2. If the process belongs to an app from Mac App Store, please report its abuse of SecureEventInput to Apple. Apple may take actions to such apps if necessary, including pulling them off from the Mac App Store until the problem gets solved by the developers of such apps.\n\n3. Whether this process is from Mac App Store or not, you report this abuse to the related app vendor / developer. You may give them the screenshot of this alert message since it should have enough information to help the vendor / developer troubleshoot the issue.";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "vChewing has detected that the following background processes are abusing the SecureEventInput, hindering all 3rd-party input methods from being able to switch to.\n\nIt is fine to use SecureEventInput for sensitive input fields. However, an app calling EnableSecureEventInput() is responsible to call DisableSecureEventInput() immediately right after the input field loses focus. This situation may also happen if an app is hanging in the background (or working as a helper application in the background) with its SecureEventInput left enabled.\n\nThe found processes are:";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput Abuse Detected";
|
||||
"i18n:settings.importFromKimoTxt.buttonText" = "Import Yahoo! KeyKey User Dictionary File";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "Imported %@ new records.";
|
||||
"i18n:settings.shiftKeyASCIITogle.description" = "This feature only needs to parse consecutive NSEvents passed by macOS built-in InputMethodKit framework, hence no necessity of asking end-users for extra privileges of monitoring global keyboard inputs. You are free to investigate our codebase or reverse-engineer this input method to see whether the above statement is trustable. Also, this Shift-key toggle won't work if CapsLock is ON.";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.description" = "This won't affect the same feature offered by macOS since 10.14 Mojave and later.";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.shortTitle" = "Bypass the vChewing built-in Caps Lock handling";
|
||||
|
@ -326,31 +210,86 @@
|
|||
"i18n:UserDef.kShiftEisuToggleOffTogetherWithCapsLock.shortTitle" = "Sync the off state between Caps Lock and Shift / Eisu Alphanumerical Toggle";
|
||||
"IBM" = "IBM";
|
||||
"If disabled, this will insert space instead." = "If disabled, this will insert space instead.";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result.";
|
||||
"If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes." = "If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes.";
|
||||
"in front of the phrase (like macOS built-in Zhuyin IME)" = "in front of the phrase (like macOS built-in Zhuyin IME)";
|
||||
"Initial" = "Initial";
|
||||
"Inline comments are not supported in associated phrases." = "Inline comments are not supported in associated phrases.";
|
||||
"Intonation Key:" = "Intonation Key:";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer.";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Invalid Selection Keys." = "Invalid Selection Keys.";
|
||||
"It will attempt to combine with the incoming phonabet input." = "It will attempt to combine with the incoming phonabet input.";
|
||||
"ja" = "Japanese";
|
||||
"Japanese" = "Japanese";
|
||||
"JIS Shinjitai Output" = "JIS Shinjitai Output";
|
||||
"Just Select" = "Just Select";
|
||||
"Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English." = "Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English.";
|
||||
"Keyboard Shortcuts:" = "Keyboard Shortcuts:";
|
||||
"Keyboard" = "Keyboard";
|
||||
"Leave it checked" = "Leave it checked";
|
||||
"Loading CHS Core Dict..." = "Loading CHS Core Dict...";
|
||||
"Loading CHT Core Dict..." = "Loading CHT Core Dict...";
|
||||
"Loading complete." = "Loading complete.";
|
||||
"Loading…" = "Loading…";
|
||||
"Maximum 10 candidate keys allowed." = "Maximum 10 candidate keys allowed.";
|
||||
"Maximum 15 results returnable." = "Maximum 15 results returnable.";
|
||||
"Minimum 6 candidate keys allowed." = "Minimum 6 candidate keys allowed.";
|
||||
"Misc Settings:" = "Misc Settings:";
|
||||
"MiTAC" = "MiTAC";
|
||||
"New Version Available" = "New Version Available";
|
||||
"No" = "No";
|
||||
"Not Now" = "Not Now";
|
||||
"Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead." = "Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead.";
|
||||
"NotificationSwitchOFF" = "✘ OFF";
|
||||
"NotificationSwitchON" = "✔ ON";
|
||||
"NotificationSwitchRevolver" = "↺ Switched";
|
||||
"OK" = "OK";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed.";
|
||||
"Only enforce conversion in Simplified Chinese mode" = "Only enforce conversion in Simplified Chinese mode";
|
||||
"Only enforce conversion in Traditional Chinese mode" = "Only enforce conversion in Traditional Chinese mode";
|
||||
"Only load factory language models if needed" = "Only load factory language models if needed";
|
||||
"Only override the intonation of the previous reading if different" = "Only override the intonation of the previous reading if different";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Open User Dictionary Folder" = "Open User Dictionary Folder";
|
||||
"Optimize Memorized Phrases" = "Optimize Memorized Phrases";
|
||||
"Otherwise, only the candidate keys are allowed to confirm associates." = "Otherwise, only the candidate keys are allowed to confirm associates.";
|
||||
"Output Settings:" = "Output Settings:";
|
||||
"Override the previous reading's intonation with candidate-reset" = "Override the previous reading's intonation with candidate-reset";
|
||||
"Path invalid or file access error." = "Path invalid or file access error.";
|
||||
"Per-Char Select Mode" = "Per-Char Select Mode";
|
||||
"Phonetic Parser:" = "Phonetic Parser:";
|
||||
"Phrase Editor" = "Phrase Editor";
|
||||
"Phrase" = "Phrase";
|
||||
"Please check the permission at \"%@\"." = "Please check the permission at \"%@\".";
|
||||
"Please drag the apps into the Client Manager window from Finder." = "Please drag the apps into the Client Manager window from Finder.";
|
||||
"Please drag the desired target from Finder to this place." = "Please drag the desired target from Finder to this place.";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "Please enter the client app bundle identifier(s) you want to register.";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable.";
|
||||
"Please manually enter the identifier(s)." = "Please manually enter the identifier(s).";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key.";
|
||||
"Please reconfigure the cassette path to a valid one before enabling this mode." = "Please reconfigure the cassette path to a valid one before enabling this mode.";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "Please select Simplified / Traditional Chinese mode above.";
|
||||
"Please select…" = "Please select…";
|
||||
"Please try again." = "Please try again.";
|
||||
"Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu.";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu.";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "Please use “defaults write” terminal command to modify this String value:";
|
||||
"Plist downloaded cannot be parsed correctly." = "Plist downloaded cannot be parsed correctly.";
|
||||
"Plist downloaded is nil." = "Plist downloaded is nil.";
|
||||
"Previous intonation has been overridden." = "Previous intonation has been overridden.";
|
||||
"Push the cursor in front of the phrase after selection" = "Push the cursor in front of the phrase after selection";
|
||||
"Quick Candidates" = "Quick Candidates";
|
||||
"Quick Setup:" = "Quick Setup:";
|
||||
"Read external factory dictionary files if possible" = "Read external factory dictionary files if possible";
|
||||
"Reading/Stroke" = "Reading/Stroke";
|
||||
"Reboot vChewing…" = "Reboot vChewing…";
|
||||
"Reload User Phrases" = "Reload User Phrases";
|
||||
"Reload" = "Reload";
|
||||
"Remove Selected" = "Remove Selected";
|
||||
"Replace to" = "Replace to";
|
||||
"Reverse Lookup (Phonabets)" = "Reverse Lookup (Phonabets)";
|
||||
"Save" = "Save";
|
||||
"Secondary Pinyin with Numeral Intonation" = "Secondary Pinyin with Numeral Intonation";
|
||||
"Security-harden the composition buffer for all clients" = "Security-harden the composition buffer for all clients";
|
||||
"Seigyou" = "Seigyou (JinYei)";
|
||||
|
@ -363,7 +302,9 @@
|
|||
"Show notifications when toggling Caps Lock" = "Show notifications when toggling Caps Lock";
|
||||
"Show translated strokes in composition buffer" = "Show translated strokes in composition buffer";
|
||||
"Simplified Chinese" = "Simplified Chinese";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "Some client apps may have different compatibility issues in IMKTextInput implementation.";
|
||||
"Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer." = "Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer.";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations.";
|
||||
"Some previous options are moved to other tabs." = "Some previous options are moved to other tabs.";
|
||||
"Space to +revolve candidates, Shift+Space to +revolve pages" = "Space to +revolve candidates, Shift+Space to +revolve pages";
|
||||
"Space to +revolve pages, Shift+Space to +revolve candidates" = "Space to +revolve pages, Shift+Space to +revolve candidates";
|
||||
|
@ -371,17 +312,33 @@
|
|||
"Specify the behavior of intonation key when syllable composer is empty." = "Specify the behavior of intonation key when syllable composer is empty.";
|
||||
"Starlight" = "Starlight";
|
||||
"Stop farting (when typed phonetic combination is invalid, etc.)" = "Stop farting (when typed phonetic combination is invalid, etc.)";
|
||||
"Switch to %@ Input Mode" = "Switch to %@ Input Mode";
|
||||
"Symbol & Emoji Input" = "Symbol & Emoji Input";
|
||||
"Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size." = "Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size.";
|
||||
"Target Input Mode Activation Required" = "Target Input Mode Activation Required";
|
||||
"The End of Support for IMK Candidate Window" = "The End of Support for IMK Candidate Window";
|
||||
"The lookup results are supplied by the CIN cassette module." = "The lookup results are supplied by the CIN cassette module.";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier.";
|
||||
"The selected item's identifier is already in the list." = "The selected item's identifier is already in the list.";
|
||||
"The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu." = "The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu.";
|
||||
"theAssociates" = "Associates";
|
||||
"theFilter" = "Filter";
|
||||
"thePhrases" = "Phrases";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature.";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "There may be no internet connection or the server failed to respond.\n\nError message: %@";
|
||||
"theReplacements" = "Replacements";
|
||||
"theSymbols" = "Symbols";
|
||||
"This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode." = "This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode.";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "This editor only: Auto-reload modifications happened outside of this editor";
|
||||
"This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled)." = "This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled).";
|
||||
"This feature requires macOS %@ and above." = "This feature requires macOS %@ and above.";
|
||||
"This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead." = "This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead.";
|
||||
"This only works when being toggled by Shift key and JIS Eisu key." = "This only works when being toggled by Shift key and JIS Eisu key.";
|
||||
"This only works with Tadokoro candidate window." = "This only works with Tadokoro candidate window.";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version).";
|
||||
"This will also affect the row / column capacity of the candidate window." = "This will also affect the row / column capacity of the candidate window.";
|
||||
"This will batch-replace specified candidates." = "This will batch-replace specified candidates.";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "This will remove vChewing Input Method from this user account, requiring your confirmation.";
|
||||
"This will stop user override model from affecting how candidates get sorted." = "This will stop user override model from affecting how candidates get sorted.";
|
||||
"This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible." = "This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible.";
|
||||
"Toggle alphanumerical mode with Left-Shift" = "Toggle alphanumerical mode with Left-Shift";
|
||||
|
@ -390,15 +347,54 @@
|
|||
"Trim unfinished readings / strokes on commit" = "Trim unfinished readings / strokes on commit";
|
||||
"Type them into inline composition buffer" = "Type them into inline composition buffer";
|
||||
"Typing Settings:" = "Typing Settings:";
|
||||
"Typing Style:" = "Typing Style:";
|
||||
"UI Language:" = "UI Language:";
|
||||
"Unable to create the user phrase file." = "Unable to create the user phrase file.";
|
||||
"Uncheck" = "Uncheck";
|
||||
"Uninstall vChewing…" = "Uninstall vChewing…";
|
||||
"Uninstallation" = "Uninstallation";
|
||||
"Universal Pinyin with Numeral Intonation" = "Universal Pinyin with Numeral Intonation";
|
||||
"Update Check Completed" = "Update Check Completed";
|
||||
"Update Check Failed" = "Update Check Failed";
|
||||
"Use ESC key to clear the entire input buffer" = "Use ESC key to clear the entire input buffer";
|
||||
"Use only one row / column in candidate window" = "Use only one row / column in candidate window";
|
||||
"Use Phrase Replacement" = "Use Phrase Replacement";
|
||||
"Use Space to confirm highlighted candidate in Per-Char Select Mode" = "Use Space to confirm highlighted candidate in Per-Char Select Mode";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "User phrase folder path is not customizable in macOS 10.9 - 10.12.";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability.";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size.";
|
||||
"vChewing Preferences…" = "vChewing Preferences…";
|
||||
"vChewing" = "vChewing";
|
||||
"Vertical" = "Vertical";
|
||||
"Visit Website" = "Visit Website";
|
||||
"Wade-Giles Pinyin with Numeral Intonation" = "Wade-Giles Pinyin with Numeral Intonation";
|
||||
"Warning" = "Warning";
|
||||
"Warning: This page is for testing future features. \nFeatures listed here may not work as expected." = "Warning: This page is for testing future features. \nFeatures listed here may not work as expected.";
|
||||
"Weight" = "Weight";
|
||||
"Where's IMK Candidate Window?" = "Where's IMK Candidate Window?";
|
||||
"Wildcard key cannot be the initial key." = "Wildcard key cannot be the initial key.";
|
||||
"Yale Pinyin with Numeral Intonation" = "Yale Pinyin with Numeral Intonation";
|
||||
"Yes" = "Yes";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
"You are already using the latest version of vChewing." = "You are already using the latest version of vChewing.";
|
||||
"You are already using the latest version." = "You are already using the latest version.";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to.";
|
||||
"You may follow:" = "You may follow:";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?";
|
||||
"zh-Hans" = "Simplified Chinese";
|
||||
"zh-Hant" = "Traditional Chinese";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude.";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf.";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "\"%@\" length must ≥ 2 for a user phrase.";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "\"%@\" length should ≤ %d for a user phrase.";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "\"%@\" selected. ENTER to add user phrase.";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "\"%@\" selected. ENTER to unfilter this phrase.";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ Failed from boosting a candidate.";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ Failed from filtering a candidate.";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ Failed from nerfing a candidate.";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ Phrase replacement mode enabled, interfering user phrase entry.";
|
||||
"⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal." = "⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal.";
|
||||
"⚠︎ This may hinder the walking algorithm from giving appropriate results." = "⚠︎ This may hinder the walking algorithm from giving appropriate results.";
|
||||
"⚠︎ This will reboot the vChewing IME." = "⚠︎ This will reboot the vChewing IME.";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ Unhandlable: Chars and Readings in buffer doesn't match.";
|
||||
|
|
|
@ -1,228 +1,26 @@
|
|||
"i18n:settings.importFromKimoTxt.buttonText" = "Yahoo! KeyKey ユーザー辞書ファイルを読込";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "新しい記録は %@ つ読み込みました。";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "macOS 版威注音入力アプリについて";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免責事項:vChewing Project は、OpenVanilla と協力関係や提携関係にあるわけではなく、OpenVanilla が小麦注音プロジェクトに同梱した辞書データについて、vChewing Project は一切責任負い兼ねる。特定な地政学的・観念形態的な内容は、vChewing アプリの世界的な普及に妨害する恐れがあるため、vChewing 公式辞書データに不収録。";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "うむ";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "公式HP";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "問題を報告";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT商標不許可ライセンス (MIT-NTL License):";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "曾て OpenVanilla 小麦注音プロジェクト (MIT-License) から派生。";
|
||||
"i18n:aboutWindow.DEV_CREW" = "macOS 版威注音の開発:Shiki Suen, Isaac Xen, Hiraku Wang, など。\n威注音語彙データの維持:Shiki Suen。\nウォーキング算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput の不正利用が検出";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音入力アプリ(略称「威注音」)は「他のバックグラウンド・プロセスがSecureEventInputを正しく利用していない」と検出しました。このような不正利用は「システム内蔵入力以外の全ての入力アプリがメニューで灰色状態で選べなくて使えない」の元凶です。\n\nセンシティブな資料の記入どころでSecureEventInputをEnableSecureEventInput()で使うのは当然ですが、「入力中」状態が終わった後必ずDisableSecureEventInput()で状態解消すべきだと義務です。いくつかヘルパーアプリも、あるいはSecureEventInputを呼び起こしてからすぐ固まったアプリも、この状態になりやすいです。特に、他のアプリの画面へ切り替えたとしても、固まったアプリのSecureEventInput状態は自動的に解消できません。\n\n検出した該当プロセスは:";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "このメッセージが出た時に、威注音がすでに「DisableSecureEventInput()」を実行してみました。これで入力ソースメニューで威注音は利用できる状態になったかもしれませんが、下記のステップはおすすめです:\n\nイ)今のこのメッセージの画面のスクリーンショットを撮って置いてください。後ほど使えます。\n\nロ)もし、今でも入力ソースメニューで威注音は利用できぬ状態でしたら、上記のプロセスを(強制)中止してください。そうすれば、それぞれのSecureEventInput状態は解消できて、入力ソースメニューで威注音はすぐ利用できることになります。\n\nハ)もし、該当プロセスは Mac App Store のアプリからのものでしたら、該当アプリを Apple 社にご通報ください。状況と必要性次第、該当アプリは Mac App Store からしばらく取り下がて、支障解決まで Mac App Store 提供中止になるかもしれません。\n\nニ)該当プロセスは Mac App Store からダウンロードしたものか否か、それぞれの開発元にこの支障をご通報ください。今のこのメッセージの画面のスクリーンショットを該当開発元に送れば、必要なる情報は該当開発元に全部お知らせすることができます。";
|
||||
|
||||
"vChewing" = "威注音入力アプリ";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "これで今のこのアプリを Aqua 特別版から主流発行版と置き換えます。主流発行版は今の時代の macOS のために最適化したものであり、おすすめです。";
|
||||
"Where's IMK Candidate Window?" = "IMK 文字候補ウィンドウはどこに?";
|
||||
"The End of Support for IMK Candidate Window" = "IMK 文字候補ウィンドウのサポート中止のお知らせ";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) IMKCandidates は macOS だけで利用可能のシステム構成部品であり、ObjC Bridging Header にて特殊の内部 API を使う必要があるため、本アプリの「他のシステムへの移植計画」に妨げています。\n\n2) IMKCandidates には数多くのバグがあり、そして Apple 社に修復される可能性はほぼゼロだと見込めます。さらに、Apple 社の IMKCandidates 開発参与者たちはそれについての一切内容を Apple 社以外の人と話すのは、会社の規則によって禁則事項です。従って、IMKCandidates をこのまま使い続くのは、本当にうんざりです。況してや、これからも、Apple 社が IMKCandidates に何か内部変化を導入して、新たなる互換性支障が生ずる恐れがあると見込めます。Apple の公式の InputMethodKit サンプルプロジェクトに、IMKCandidates が使われていなかった理由はこれこそだと推測できます(2023年8月までの話)。";
|
||||
"Please drag the desired target from Finder to this place." = "ご指定したいものは直接に Finder からこの辺にお引きずりを。";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技術上の原因説明】macOS 10.12 とそれ以前の macOS には、入力アプリが自ら NSOpenPanel を呼ぶと、入力アプリ自身も、全ての触れ合った客体アプリも、全部固まってしまう状態になります。こうなると、強引的にパソコン再起動や・或いは SSH で他のパソコンからこの入力アプリの強制停止が必要です。従って、弊アプリは macOS 10.12 とその以前の macOS には NSOpenPanel のアクセスの提供はできません。";
|
||||
"Quick Candidates" = "早速候補";
|
||||
"Alvin Liu (Imitative)" = "劉又銘擬音注音配列";
|
||||
"Previous intonation has been overridden." = "後ろ側の漢字の音調を書き直しました。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "この音調は次の注音入力と組み合わす。";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "音調記号。ENTER で送り出す。\nSPACE で入力緩衝列に挿入。";
|
||||
"CHS / CHT Input Mode Switch" = "簡体・繁体中国語入力の切り替え";
|
||||
"Switch to %@ Input Mode" = "%@入力モードに切り替え";
|
||||
"Target Input Mode Activation Required" = "関連の入力ソースの追加が必要";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "ご希望の入力モードのご利用の前に、それに対応するの入力ソースの追加が必要である。これからはシステム環境設定の該当ページへ案内します。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "この客体アプリに「吹き出し入力緩衝列ウィンドウ」を起用しますか?";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "それぞれの客体アプリには、それぞれの IMKTextInput 不具合はあるかもしれません。";
|
||||
"Yes" = "うむ";
|
||||
"No" = "いな";
|
||||
"Hanin Keyboard Symbol Input." = "漢音キーボード符号入力。";
|
||||
"Open App Support Folder" = "App Support フォルダーを開く";
|
||||
"Invalid Code Point." = "コードポイントは正しくない。";
|
||||
"Code Point Input." = "コードポイント入力。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "マナーモードのチェックの外すことになります。周りの人は貴殿のパソコンから屁音を聞いてしまい、それについての結果は全部貴殿の自己責任でございます。公的なる場所でこのチェックを外すのはお勧めできません。";
|
||||
"Uncheck" = "チェックの外す";
|
||||
"Leave it checked" = "チェックをそのままに";
|
||||
"Warning" = "警告";
|
||||
"You may follow:" = "このように:";
|
||||
"Initial" = "頭文字";
|
||||
"Phrase" = "語彙";
|
||||
"Reading/Stroke" = "音読/筆画";
|
||||
"Weight" = "優先度";
|
||||
"Comment" = "メモ";
|
||||
"Replace to" = "単語 →";
|
||||
"Save" = "セーブ";
|
||||
"Phrase Editor" = "辞書編集";
|
||||
"thePhrases" = "ユーザー辞書";
|
||||
"theFilter" = "排除リスト";
|
||||
"theReplacements" = "言葉置換";
|
||||
"theAssociates" = "関連語彙";
|
||||
"theSymbols" = "絵文字&符号";
|
||||
"Please select…" = "お選びを…";
|
||||
"Loading…" = "読み込む中…";
|
||||
"Consolidate" = "整理";
|
||||
"Reload" = "再読込";
|
||||
"Loading complete." = "読込完了。";
|
||||
"Char\tReading(s)\n" = "漢字\t音読\n";
|
||||
"Reverse Lookup (Phonabets)" = "注音音読逆引参照";
|
||||
"Maximum 15 results returnable." = "参照結果は最初の15件のみ表示可能。";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【模範例】\n候補 音読-音読 #メモ";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【模範例】\n候補 音読-音読 優先度 #メモ\n候補 音読-音読 #メモ";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【模範例】\n頭文字 残候補\n頭文字 残候補1 残候補2 残候補3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【模範例】\n置換対象 新候補 #メモ";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "優先度を記入しなかった場合、最高値「0」はデフォルト値です。理想な優先度の範囲は [-9.5, 0] 以内で、ウォーキング算法に捕まれられます。例外は懲戒値「-114.514」で、優先度を最低に極めた値であり、唯一結果のない場合、ウォーキング算法に無視されます。";
|
||||
"Factory dictionary not loaded yet." = "内蔵辞書はまだ読込中。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "システム API 制限のため、一部の機能は macOS 10.15 と macOS 11 で提供できません。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "このエディターの外部からの編集結果をこのエディターに自動的に読み込む";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "まずは上記のメニューで簡体/繁体中国語モードをお選びください。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 指定された文字候補の順位は最優先にできませんでした。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 指定された文字候補の優先順位を下げることに失敗ししました。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 指定された文字候補は排除リストに登録できませんでした。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 指定された文字候補の順位は最優先にしました。";
|
||||
"- Succeeded in nerfing a candidate." = "- 指定された文字候補の優先順位を下げました。";
|
||||
"! Succeeded in filtering a candidate." = "! 指定された文字候補は排除リストに登録しました。";
|
||||
"! Succeeded in filtering a user phrase." = "! この語彙は排除リストに登録完了。";
|
||||
"%@-Stroke" = "%@画";
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 新しいユーザー候補を登録完了、\n或いはその既存候補の順位を最優先にしました。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 指定された文字候補の順位は最優先にしました。";
|
||||
"- Succeeded in nerfing a candidate." = "- 指定された文字候補の優先順位を下げました。";
|
||||
"- Succeeded in nerfing a user phrase." = "- この語彙の(候補としての)優先順位を下げました。";
|
||||
"- Succeeded in unfiltering a phrase." = "- この語彙は排除リストから外しました。";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 新しいユーザー候補を登録完了、\n或いはその既存候補の順位を最優先にしました。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音入力アプリはメモリー使用量多すぎたため、再起動しました。もし、よろしければ、この問題について、開発元にご連絡をし、そしてこのパソコンの CPU 種類情報(Intel か、Apple Silicon か)も一緒に教えてください。今のメモリー使用量は NSLog にて記録済みである。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "このメニューのお用いには、ご自分でユーザー辞書で\n「_punctuation_list」キーの符号記録のご補充が必要でござる。";
|
||||
"Wildcard key cannot be the initial key." = "骨牌キーは最初のキーとしてはならぬ。";
|
||||
"CIN Cassette Mode" = "CIN カセットモード";
|
||||
"Invalid Selection Keys." = "候補用キーによる不具合。";
|
||||
"Alphanumerical Input Mode" = "英數入力モード";
|
||||
"Chinese Input Mode" = "漢語入力モード";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "登録したい客体アプリの唯一識別子(Bundle Identifier)をご入力ください。";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "毎行は1つ記録とみなす。Option+Enter キーで改行。\n空白の記録値は無視される。";
|
||||
"Just Select" = "直接に選ぶ";
|
||||
"Client Manager" = "客体アプリの管理";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "下記の客体アプリはここでご登録を:1)IMKTextInput 議定規約に反するもの;2)文脈内入力緩衝列の内容の不正利用容疑のあるもの。「登録済みのアプリ」にチェックを入れると、「吹き出し入力緩衝列ウィンドウ」と「緩衝列容量制限」を起用し、容量制限は最大限音読み20箇とする。";
|
||||
"Add Client" = "入れる";
|
||||
"Remove Selected" = "外す";
|
||||
"Choose the target application bundle." = "登録したいアプリのバンドルのお選びを。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "今選んだんのは正しい macOS アプリバンドルではないと考えられる。少なくとも、唯一識別子は検出できぬ。";
|
||||
"Please try again." = "お選び直しください。";
|
||||
"The selected item's identifier is already in the list." = "今選んだバンドルの唯一識別子(Bundle Identifier)は既に登録済みである。";
|
||||
"Update Check Completed" = "新バージョンチェック完了";
|
||||
"You are already using the latest version." = "現在稼働中のは最新バージョンである。";
|
||||
"Plist downloaded is nil." = "受けた新バージョンお知らせ情報データは Plist ではないため、失敗とみなす。";
|
||||
"Plist downloaded cannot be parsed correctly." = "受けた新バージョンお知らせ情報 Plist データは解読できないため、失敗とみなす。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "臨時記憶モジュールの観測行為による威注音入力アプリの意外中止は発生した。威注音入力アプリの無事利用のために、既存臨時記憶データは全てお消しした。";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) IMKCandidates は macOS だけで利用可能のシステム構成部品であり、ObjC Bridging Header にて特殊の内部 API を使う必要があるため、本アプリの「他のシステムへの移植計画」に妨げています。\n\n2) IMKCandidates には数多くのバグがあり、そして Apple 社に修復される可能性はほぼゼロだと見込めます。さらに、Apple 社の IMKCandidates 開発参与者たちはそれについての一切内容を Apple 社以外の人と話すのは、会社の規則によって禁則事項です。従って、IMKCandidates をこのまま使い続くのは、本当にうんざりです。況してや、これからも、Apple 社が IMKCandidates に何か内部変化を導入して、新たなる互換性支障が生ずる恐れがあると見込めます。Apple の公式の InputMethodKit サンプルプロジェクトに、IMKCandidates が使われていなかった理由はこれこそだと推測できます(2023年8月までの話)。";
|
||||
"About vChewing…" = "威注音について…";
|
||||
"vChewing Preferences…" = "入力機能設定…";
|
||||
"Uninstallation" = "入力アプリの卸除(おろしのぞき)";
|
||||
"CheatSheet" = "キー取扱説明";
|
||||
"Uninstall vChewing…" = "入力アプリを卸除く…";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "これにて威注音入力アプリをこのアカウントから卸除しますが、宜しいですか。";
|
||||
"Check Later" = "後でやる";
|
||||
"Check for Updates…" = "更新通知を受く…";
|
||||
"Check for Update Completed" = "更新通知受信完了";
|
||||
"You are already using the latest version of vChewing." = "今の威注音はすでに最新版だと報告します。";
|
||||
"Update Check Failed" = "更新通知受信失敗";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "ネットの接続の有無の問題か、サーバー側の反応の問題か。\n\nいずれにせよ、エラーメッセージ:「%@」";
|
||||
"OK" = "うむ";
|
||||
"Cancel" = "取り消す";
|
||||
"New Version Available" = "最新版利用可能";
|
||||
"Not Now" = "後で";
|
||||
"Visit Website" = "公式サイト";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "今のご使用していた威注音入力アプリのバージョンは「%1$@ (%2$@)」であり、ネットでもっと新しいバージョン「%3$@ (%4$@)」の下載せはできるらしい。お下載せしますか?";
|
||||
"Force KangXi Writing" = "康熙文字変換モード";
|
||||
"NotificationSwitchON" = "✔ 機能起動";
|
||||
"NotificationSwitchOFF" = "✘ 機能停止";
|
||||
"NotificationSwitchRevolver" = "↺ 切替完了";
|
||||
"Edit vChewing User Phrases…" = "威注音ユーザー辞書を編集…";
|
||||
"Reload User Phrases" = "ユーザー辞書を再び読込む";
|
||||
"Unable to create the user phrase file." = "ユーザー辞書ファイルの作成は失敗しました。";
|
||||
"Please check the permission at \"%@\"." = "「%@」に書き出す権限は不足らしい。";
|
||||
"Edit Excluded Phrases…" = "辞書条目排除リストを編集…";
|
||||
"Half-Width Punctuation Mode" = "半角句読モード";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」もう1つ文字のお選びを。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」文字数過剰で登録不可、%d 文字以内にして下さい。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」を ENTER で辞書に登録。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」を ENTER で排除リストから外す。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」は既存語彙:\n ENTER で最優先にし、SHIFT+COMMAND+ENTER で優先順位を下げる。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」は既存語彙:\n ENTER で最優先にし、SHIFT+COMMAND+ENTER で優先順位を下げる;\n BackSpace 或いは Delete で排除。";
|
||||
"Edit Phrase Replacement Table…" = "言葉置換表を編集…";
|
||||
"Use Phrase Replacement" = "言葉置換機能";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "言選り用キー陣列にはプリントできるASCII文字だけをご登録ください(英数など)。";
|
||||
"Candidate keys cannot contain space." = "言選り用キー陣列にスペースキーは登録できません。";
|
||||
"Minimum 6 candidate keys allowed." = "言選り用キー陣列に少なくとも6つのキーをご登録ください。";
|
||||
"Maximum 10 candidate keys allowed." = "言選り用キー陣列には最多9つキー登録できます。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 言葉置換機能稼働中、新添付言葉にも影響。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 対処不可:緩衝列の字数は読みの数と不同等。";
|
||||
"Per-Char Select Mode" = "全候補入力モード";
|
||||
"Inline comments are not supported in associated phrases." = "インラインメモは連想語彙辞書で使えません。";
|
||||
"CNS11643 Mode" = "全字庫モード";
|
||||
"JIS Shinjitai Output" = "JIS 新字体モード";
|
||||
"Associated Phrases" = "関連語彙モード";
|
||||
"Open User Dictionary Folder" = "ユーザー辞書フォルダを開く";
|
||||
"Edit Associated Phrases…" = "連想語彙を編集…";
|
||||
"Reboot vChewing…" = "入力アプリ再起動…";
|
||||
"auto" = "システム設定に準ず";
|
||||
"en" = "英語";
|
||||
"zh-Hans" = "簡體中国語";
|
||||
"zh-Hant" = "繁體中国語";
|
||||
"ja" = "和語";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 注音ボポモフォ(大千標準)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 注音ボポモフォ(倚天伝統)";
|
||||
"Symbol & Emoji Input" = "符号&絵文字入力";
|
||||
"Edit User Symbol & Emoji Data…" = "ユーザー符号&絵文字辞書を編集…";
|
||||
"Choose your desired user data folder." = "欲しがるユーザー辞書フォルダをお選びください。";
|
||||
"Loading CHS Core Dict..." = "簡体中国語核心辞書読込中…";
|
||||
"Loading CHT Core Dict..." = "繁体中国語核心辞書読込中…";
|
||||
"Core Dict loading complete." = "核心辞書読込完了";
|
||||
"Optimize Memorized Phrases" = "臨時記憶資料を整う";
|
||||
"Clear Memorized Phrases" = "臨時記憶資料を削除";
|
||||
"Currency Numeral Output" = "数字大字変換";
|
||||
"Hold ⇧ to choose associates." = "⇧を押しながら連想候補を選択。";
|
||||
"Dachen Trad." = "大千伝統";
|
||||
"Eten Trad." = "倚天伝統";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "macOS 10.9 - 10.12 でのユーザー辞書フォルダの変更は不可能。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "ターミナルコマンド「defaults write」で下記の String 値のご設定を:";
|
||||
"Please manually enter the identifier(s)." = "ご自分で唯一識別子(Bundle Identifier)のご入力を。";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "システムの支障の話ですが、macOS 10.9 (恐らく 10.10 - 10.12 も) には下記のバグはございます:入力アプリは自分のファイル操作パネルをアクセススロと、その入力アプリだけでなく、あれから入力アプリの触り合おうとした全ての客体アプリも「無限のカタマリ」その無反応な状態になってしまいます。その場合、SSH でこのパソコンで「killall vChewing」そのターミナルコマンドを実行すれば、及ぼされた客体アプリの反応は戻ります。そのため、開発側は上記のシステムバージョンに応じて、自身のファイルパネルアクセスを全て禁止としました。";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"Candidate Layout:" = "入力候補陳列の仕様";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Shift キーの英数入力モードの切り替え機能を徹底的に禁ず";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "マウスホイールでこのページをご覧ください。キーに関する取扱説明のアクセスはメニューに。";
|
||||
"Typing Style:" = "入力習慣:";
|
||||
"%@-Stroke" = "%@画";
|
||||
|
||||
// The followings are the category names used in the Symbol menu.
|
||||
"catCommonSymbols" = "常用";
|
||||
"catHoriBrackets" = "横括";
|
||||
"catVertBrackets" = "縦括";
|
||||
"catAlphabets" = "字母";
|
||||
"catRadicals" = "部首";
|
||||
"catSpecialNumbers" = "数字";
|
||||
"catMathSymbols" = "数学";
|
||||
"catCurrencyUnits" = "貨幣";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catUnicodeSymbols" = "Unicode";
|
||||
"catCircledKanjis" = "丸付漢字";
|
||||
"catCircledKataKana" = "丸付仮名";
|
||||
"catBracketKanjis" = "括付漢字";
|
||||
"catSingleTableLines" = "単線";
|
||||
"catDoubleTableLines" = "双線";
|
||||
"catFillingBlocks" = "ブロック";
|
||||
"catLineSegments" = "線分";
|
||||
"catKana" = "仮名";
|
||||
"catCombinations" = "組合文字";
|
||||
"catPhonabets" = "注音";
|
||||
"catCircledASCII" = "丸付英数";
|
||||
"catBracketedASCII" = "括付英数";
|
||||
"catMusicSymbols" = "音楽記号";
|
||||
"catThai" = "タイ文字";
|
||||
"catYi" = "彝族文字";
|
||||
|
||||
// SwiftUI Preferences
|
||||
"(Shift+)Space:" = "(Shift+)Space:";
|
||||
"Accept leading intonations in rare cases" = "まれな場合には、音調記号の優先入力を許容する";
|
||||
"Add Client" = "入れる";
|
||||
"Adjust candidate window location according to current node length" = "カーソル所在位置の単語の長さによって候補陳列ウィンドウの位置を調整";
|
||||
"All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file." = "これをチェックしないと、全ての筆画は ASCII キーネームで入力緩衝列で表示してしまうことになる。CIN ファイルの「%keyname」というところで筆画の定義はできる。";
|
||||
"Allow backspace-editing miscomposed readings" = "効かぬ音読みを BackSpace で再編集";
|
||||
"Allow boosting / excluding a candidate of single kanji when marking" = "マーキングモードで即排除/即最優先にできる候補の文字数の最低限は1字とする";
|
||||
"Allow using Enter key to confirm associated candidate selection" = "Enter キーを連想語彙候補の確認のために使う";
|
||||
"Alphanumerical Input Mode" = "英數入力モード";
|
||||
"Alphanumerical Layout:" = "英数キーボード:";
|
||||
"Also use “\\” or “¥” key for Hanin Keyboard Symbol Input" = "「\\」・「¥」キーでも漢音キーボード符号入力";
|
||||
"Alvin Liu (Imitative)" = "劉又銘擬音注音配列";
|
||||
"Always directly commit lowercased letters" = "いつでもローマ字(小文字)を直接出力";
|
||||
"Always directly commit uppercased letters" = "いつでもローマ字(大文字)を直接出力";
|
||||
"Always drop the previous reading" = "カーソルの後部の音読みを常に削除する";
|
||||
|
@ -234,20 +32,59 @@
|
|||
"Apple ABC (equivalent to English US)" = "Apple ABC (Apple U.S. キーボードと同じ)";
|
||||
"Apple Chewing - Dachen" = "Apple 大千注音キーボード";
|
||||
"Apple Chewing - Eten Traditional" = "Apple 倚天傳統キーボード";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 注音ボポモフォ(大千標準)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 注音ボポモフォ(倚天伝統)";
|
||||
"Applying typing suggestions from half-life user override model" = "入力中で臨時記憶モジュールからお薦めの候補を自動的に選ぶ";
|
||||
"Associated Phrases" = "関連語彙モード";
|
||||
"at the rear of the phrase (like Microsoft New Phonetic)" = "単語の後で // Microsoft 新注音入力のやり方";
|
||||
"auto" = "システム設定に準ず";
|
||||
"Auto-composite when the longest possible key is formed" = "最長可能キーができた場合、文字を組み立つ";
|
||||
"Auto-convert traditional Chinese glyphs to JIS Shinjitai characters" = "入力した繁体字を日文 JIS 新字体と自動変換";
|
||||
"Auto-convert traditional Chinese glyphs to KangXi characters" = "入力した繁体字を康熙字体と自動変換";
|
||||
"Automatically correct reading combinations when typing" = "入力中で打ち間違った発音組み合わせを自動的に訂正する";
|
||||
"Automatically reload user data files if changes detected" = "ユーザー辞書データの変更を自動検出し、自動的に再読込";
|
||||
"Basic Keyboard Layout:" = "基礎キーボード:";
|
||||
"Cancel" = "取り消す";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "言選り用キー陣列にはプリントできるASCII文字だけをご登録ください(英数など)。";
|
||||
"Candidate keys cannot contain space." = "言選り用キー陣列にスペースキーは登録できません。";
|
||||
"Candidate Layout:" = "候補陳列の仕様";
|
||||
"Candidate Layout:" = "入力候補陳列の仕様";
|
||||
"Candidate Size:" = "候補文字の字号:";
|
||||
"Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." = "カセットモードは、CIN ファイルを用いて、(五筆や倉頡や嘸蝦米などのような)筆画入力を機能拡張できるモードである。ですが、単なる予備機能として提供したもののため、使いやすいかどうか、RIME や OpenVanilla などに比べられないかもしれん。";
|
||||
"Cassette" = "カセ設定";
|
||||
"catAlphabets" = "字母";
|
||||
"catBracketedASCII" = "括付英数";
|
||||
"catBracketKanjis" = "括付漢字";
|
||||
"catCircledASCII" = "丸付英数";
|
||||
"catCircledKanjis" = "丸付漢字";
|
||||
"catCircledKataKana" = "丸付仮名";
|
||||
"catCombinations" = "組合文字";
|
||||
"catCommonSymbols" = "常用";
|
||||
"catCurrencyUnits" = "貨幣";
|
||||
"catDoubleTableLines" = "双線";
|
||||
"catFillingBlocks" = "ブロック";
|
||||
"catHoriBrackets" = "横括";
|
||||
"catKana" = "仮名";
|
||||
"catLineSegments" = "線分";
|
||||
"catMathSymbols" = "数学";
|
||||
"catMusicSymbols" = "音楽記号";
|
||||
"catPhonabets" = "注音";
|
||||
"catRadicals" = "部首";
|
||||
"catSingleTableLines" = "単線";
|
||||
"catSpecialNumbers" = "数字";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catThai" = "タイ文字";
|
||||
"catUnicodeSymbols" = "Unicode";
|
||||
"catVertBrackets" = "縦括";
|
||||
"catYi" = "彝族文字";
|
||||
"Char\tReading(s)\n" = "漢字\t音読\n";
|
||||
"CheatSheet" = "キー取扱説明";
|
||||
"Check for Update Completed" = "更新通知受信完了";
|
||||
"Check for updates automatically" = "アプリの更新通知を受く";
|
||||
"Check for Updates…" = "更新通知を受く…";
|
||||
"Check Later" = "後でやる";
|
||||
"Chinese Conversion:" = "繁体字・簡体字変換:";"Change user interface language (will reboot the IME)." = "アプリ表示用言語をご指定下さい、そして入力アプリは自動的に再起動。";
|
||||
"Chinese Input Mode" = "漢語入力モード";
|
||||
"Choose candidate font size for better visual clarity." = "入力候補陳列の候補文字の字号をご指定ください。";
|
||||
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "お好きなる言選り用キー陣列をご指定ください。新しい組み合わせは Enter で効かす。";
|
||||
"Choose the behavior of (Shift+)Space key with candidates." = "入力候補についての (Shift+)Space キーの輪番切替対象をご指定ください。";
|
||||
|
@ -257,16 +94,32 @@
|
|||
"Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only." = "macOS 英数キーボード配置をご指定ください。Shift 英数入力モードだけに使われる配置である。";
|
||||
"Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.)." = "macOS 基礎キーボード配置をご指定ください。QWERTY 以外の英数キーボードは弁音以外の配列に不適用。弁音配列或いは「英数キーボードー配置と関わる注音配列(例えば許氏など)」を起用していない限り、キーボード配置の設定はキーボードビューアの有りようだけに影響を及ぼす。";
|
||||
"Choose the phonetic layout for Mandarin parser." = "共通語分析器の注音配列をご指定ください。";
|
||||
"Choose the target application bundle." = "登録したいアプリのバンドルのお選びを。";
|
||||
"Choose your desired cassette file path. Will be omitted if invalid." = "欲しがる CIN カセットファイルをご指定ください。無効なる設定は省かれる。";
|
||||
"Choose your desired user data folder path. Will be omitted if invalid." = "欲しがるユーザー辞書保存先をご指定ください。無効なる保存先設定は省かれる。";
|
||||
"Choose your desired user data folder." = "欲しがるユーザー辞書フォルダをお選びください。";
|
||||
"Choose your preferred layout of the candidate window." = "入力候補陳列の仕様をご指定ください。";
|
||||
"CHS / CHT Input Mode Switch" = "簡体・繁体中国語入力の切り替え";
|
||||
"CIN Cassette Mode" = "CIN カセットモード";
|
||||
"Clear Memorized Phrases" = "臨時記憶資料を削除";
|
||||
"Clear the entire inline composition buffer like Shift+Delete" = "Shift+Delete のように入力緩衝列を消す";
|
||||
"Client Manager" = "客体アプリの管理";
|
||||
"CNS11643 Mode" = "全字庫モード";
|
||||
"Code Point Input." = "コードポイント入力。";
|
||||
"Comment" = "メモ";
|
||||
"Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter" = "Ctrl(+Option)+Command+Enter で出すのを漢語弁音と変換";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "Shift キーの英数入力モードの切り替え機能を徹底的に禁ず";
|
||||
"Consolidate the context on confirming candidate selection" = "候補陳列ウィンドウで候補を選ぶ時に文脈を強固する";
|
||||
"Consolidate" = "整理";
|
||||
"Core Dict loading complete." = "核心辞書読込完了";
|
||||
"Currency Numeral Output" = "数字大字変換";
|
||||
"Cursor Selection:" = "カーソル候補呼出:";
|
||||
"Dachen (Microsoft Standard / Wang / 01, etc.)" = "大千配列 (Microsoft 標準・王安・零壹など)";
|
||||
"Dachen 26 (libChewing)" = "酷音大千 26 キー配列";
|
||||
"Dachen Trad." = "大千伝統";
|
||||
"Debug Mode" = "欠陥辿着モード";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"";
|
||||
"DevZone" = "開発道場";
|
||||
"Dictionary" = "辞書設定";
|
||||
"Directly commit lowercased letters only if the compositor is empty" = "入力緩衝列がからっぽの時、ローマ字(小文字)を直接出力";
|
||||
|
@ -275,9 +128,16 @@
|
|||
"Disable segmented thick underline in marking mode for managed clients" = "管理されている客体アプリには、マーキングモードの多段式太下線の描きを禁ず";
|
||||
"Disassemble the previous reading, dropping its intonation" = "カーソルの後部の音読みを解き、その音調を除く";
|
||||
"Disassembling process does not work with non-phonetic reading keys." = "実の意味の音読みだけを解くことができる。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "この客体アプリに「吹き出し入力緩衝列ウィンドウ」を起用しますか?";
|
||||
"Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed." = "セキュリティ上の懸念から、いかなるシェルスクリプトの実装も計画していません。App Sandbox の実装が無い場合には、関連する UserDefaults を容易に改ざんできることから、悪意のあるシェルスクリプトが実行される恐れがあり、従ってシステム全体に脆弱性を持つことは疑う余地がありません。威注音入力アプリの公式発行版は Sandbox 処理済みであり、そして威注音入力アプリは、このような脆弱性を持たないために、すでに(デザイン上の)安全処置済み。";
|
||||
"Edit Associated Phrases…" = "連想語彙を編集…";
|
||||
"Edit Excluded Phrases…" = "辞書条目排除リストを編集…";
|
||||
"Edit Phrase Replacement Table…" = "言葉置換表を編集…";
|
||||
"Edit User Symbol & Emoji Data…" = "ユーザー符号&絵文字辞書を編集…";
|
||||
"Edit vChewing User Phrases…" = "威注音ユーザー辞書を編集…";
|
||||
"Edit…" = "編集…";
|
||||
"Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード";
|
||||
"en" = "英語";
|
||||
"Enable cassette mode, suppressing phonabet input" = "カセットモードを起用(注音入力はこのモードで使えぬ)";
|
||||
"Enable CNS11643 Support (2024-01-15)" = "全字庫モード // 入力可能な漢字数を倍増す (2024-01-15)";
|
||||
"Enable experimental Swift UI typesetting method" = "Swift UI 組版方法を起用する";
|
||||
|
@ -288,20 +148,44 @@
|
|||
"Enforce conversion in both input modes" = "カセットモードによる漢字出力の簡体繁体転換を常に行う";
|
||||
"English" = "英語";
|
||||
"Eten 26" = "倚天形忘れ配列 (26 キー)";
|
||||
"Eten Trad." = "倚天伝統";
|
||||
"Eten Traditional" = "倚天伝統配列";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【模範例】\n候補 音読-音読 #メモ";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【模範例】\n候補 音読-音読 優先度 #メモ\n候補 音読-音読 #メモ";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【模範例】\n頭文字 残候補\n頭文字 残候補1 残候補2 残候補3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【模範例】\n置換対象 新候補 #メモ";
|
||||
"Experience" = "体験設定";
|
||||
"Experimental:" = "まだ試験段階:";
|
||||
"Factory dictionary not loaded yet." = "内蔵辞書はまだ読込中。";
|
||||
"Fake Seigyou" = "偽精業配列";
|
||||
"Follow OS settings" = "システム設定に準ず";
|
||||
"For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is." = "例えば、入力緩衝列には「章太炎」という節点があり、その範囲は [0,3) である。もし、「太」を「泰」にしたいのなら、今回の作業範囲は [1,2) で、「章太炎」の範囲と重ねてしまう。この場合、もし、事前強固措置がなければ、今回の作業でこの単語は「張泰言」のような望ましくない変換結果になってしまう。事前強固措置があるからこそ、「章泰炎」のような正確な作業結果の保証である。";
|
||||
"for revolving candidates" = "候補文字そのもの";
|
||||
"for revolving pages" = "候補陳列ページ";
|
||||
"Force KangXi Writing" = "康熙文字変換モード";
|
||||
"General" = "全般設定";
|
||||
"Half-Width Punctuation Mode" = "半角句読モード";
|
||||
"Hanin Keyboard Symbol Input." = "漢音キーボード符号入力。";
|
||||
"Hanyu Pinyin with Numeral Intonation" = "漢語弁音 (ローマ字+数字音調)";
|
||||
"Harden vertical punctuations during vertical typing (not recommended)" = "縦書きの時に、引用符・括弧などを強制的に縦書き文字と変換する(不推奨)";
|
||||
"Hold ⇧ to choose associates." = "⇧を押しながら連想候補を選択。";
|
||||
"Horizontal" = "横型陳列";
|
||||
"Hsu" = "許氏国音自然配列";
|
||||
"Hualuo Pinyin with Numeral Intonation" = "中華ローマ弁音 (ローマ字+数字音調)";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "macOS 版威注音入力アプリについて";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "曾て OpenVanilla 小麦注音プロジェクト (MIT-License) から派生。";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "問題を報告";
|
||||
"i18n:aboutWindow.DEV_CREW" = "macOS 版威注音の開発:Shiki Suen, Isaac Xen, Hiraku Wang, など。\n威注音語彙データの維持:Shiki Suen。\nウォーキング算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免責事項:vChewing Project は、OpenVanilla と協力関係や提携関係にあるわけではなく、OpenVanilla が小麦注音プロジェクトに同梱した辞書データについて、vChewing Project は一切責任負い兼ねる。特定な地政学的・観念形態的な内容は、vChewing アプリの世界的な普及に妨害する恐れがあるため、vChewing 公式辞書データに不収録。";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "MIT商標不許可ライセンス (MIT-NTL License):";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "うむ";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "公式HP";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "このメッセージが出た時に、威注音がすでに「DisableSecureEventInput()」を実行してみました。これで入力ソースメニューで威注音は利用できる状態になったかもしれませんが、下記のステップはおすすめです:\n\nイ)今のこのメッセージの画面のスクリーンショットを撮って置いてください。後ほど使えます。\n\nロ)もし、今でも入力ソースメニューで威注音は利用できぬ状態でしたら、上記のプロセスを(強制)中止してください。そうすれば、それぞれのSecureEventInput状態は解消できて、入力ソースメニューで威注音はすぐ利用できることになります。\n\nハ)もし、該当プロセスは Mac App Store のアプリからのものでしたら、該当アプリを Apple 社にご通報ください。状況と必要性次第、該当アプリは Mac App Store からしばらく取り下がて、支障解決まで Mac App Store 提供中止になるかもしれません。\n\nニ)該当プロセスは Mac App Store からダウンロードしたものか否か、それぞれの開発元にこの支障をご通報ください。今のこのメッセージの画面のスクリーンショットを該当開発元に送れば、必要なる情報は該当開発元に全部お知らせすることができます。";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音入力アプリ(略称「威注音」)は「他のバックグラウンド・プロセスがSecureEventInputを正しく利用していない」と検出しました。このような不正利用は「システム内蔵入力以外の全ての入力アプリがメニューで灰色状態で選べなくて使えない」の元凶です。\n\nセンシティブな資料の記入どころでSecureEventInputをEnableSecureEventInput()で使うのは当然ですが、「入力中」状態が終わった後必ずDisableSecureEventInput()で状態解消すべきだと義務です。いくつかヘルパーアプリも、あるいはSecureEventInputを呼び起こしてからすぐ固まったアプリも、この状態になりやすいです。特に、他のアプリの画面へ切り替えたとしても、固まったアプリのSecureEventInput状態は自動的に解消できません。\n\n検出した該当プロセスは:";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "SecureEventInput の不正利用が検出";
|
||||
"i18n:settings.importFromKimoTxt.buttonText" = "Yahoo! KeyKey ユーザー辞書ファイルを読込";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "新しい記録は %@ つ読み込みました。";
|
||||
"i18n:settings.shiftKeyASCIITogle.description" = "この機能の利用する NSEvent は、macOS 内蔵の入力アプリ共用モジュール「InputMethodKit」から提供した NSEvent のみであり、その NSEvent 文脈関係で「Shift キーは1回押したかどうか」と判断することはできる。この事実に疑いを持つ者は、本アプリのソースコードを審査するか、あるいは本アプリを逆向工程(分解工学, いわゆる「Reverse-Engineering」)するがよい。なお、Shiftキーによるこの切り替えは、CapsLockがONの時には効かぬ。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.description" = "macOS 10.14 からのシステム内蔵機能としての同じ機能に影響しません。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.shortTitle" = "威注音入力アプリの内蔵CapsLock処理を不使用";
|
||||
|
@ -326,31 +210,86 @@
|
|||
"i18n:UserDef.kShiftEisuToggleOffTogetherWithCapsLock.shortTitle" = "「Shiftキー・JIS英数キー」による英数モードのオフ状態をCapsLockのオフ状態と同期する";
|
||||
"IBM" = "IBM 配列";
|
||||
"If disabled, this will insert space instead." = "未チェックの場合、スペースを挿入。";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "優先度を記入しなかった場合、最高値「0」はデフォルト値です。理想な優先度の範囲は [-9.5, 0] 以内で、ウォーキング算法に捕まれられます。例外は懲戒値「-114.514」で、優先度を最低に極めた値であり、唯一結果のない場合、ウォーキング算法に無視されます。";
|
||||
"If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes." = "未チェックの場合、ESC キーはまず未完成の音読/筆画を消す。\n未完成の音読/筆画がない場合、全緩衝列をそのまま送り出す。";
|
||||
"in front of the phrase (like macOS built-in Zhuyin IME)" = "単語の前で // macOS 内蔵注音入力のやり方";
|
||||
"Initial" = "頭文字";
|
||||
"Inline comments are not supported in associated phrases." = "インラインメモは連想語彙辞書で使えません。";
|
||||
"Intonation Key:" = "音調キー:";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "音調記号。ENTER で送り出す。\nSPACE で入力緩衝列に挿入。";
|
||||
"Invalid Code Point." = "コードポイントは正しくない。";
|
||||
"Invalid Selection Keys." = "候補用キーによる不具合。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "この音調は次の注音入力と組み合わす。";
|
||||
"ja" = "和語";
|
||||
"Japanese" = "和語";
|
||||
"JIS Shinjitai Output" = "JIS 新字体モード";
|
||||
"Just Select" = "直接に選ぶ";
|
||||
"Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English." = "縦書き入力の場合、ヒントにはキーの名前は常に符号で表示する。";
|
||||
"Keyboard Shortcuts:" = "ショートカット:";
|
||||
"Keyboard" = "配列設定";
|
||||
"Leave it checked" = "チェックをそのままに";
|
||||
"Loading CHS Core Dict..." = "簡体中国語核心辞書読込中…";
|
||||
"Loading CHT Core Dict..." = "繁体中国語核心辞書読込中…";
|
||||
"Loading complete." = "読込完了。";
|
||||
"Loading…" = "読み込む中…";
|
||||
"Maximum 10 candidate keys allowed." = "言選り用キー陣列には最多9つキー登録できます。";
|
||||
"Maximum 15 results returnable." = "参照結果は最初の15件のみ表示可能。";
|
||||
"Minimum 6 candidate keys allowed." = "言選り用キー陣列に少なくとも6つのキーをご登録ください。";
|
||||
"Misc Settings:" = "他の設定:";
|
||||
"MiTAC" = "神通配列";
|
||||
"New Version Available" = "最新版利用可能";
|
||||
"No" = "いな";
|
||||
"Not Now" = "後で";
|
||||
"Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead." = "ご注意:Mac キーボードの「Delete ⌫」キーはここで「BackSpace ⌫」と呼ばれ、それはパソコンの常識としての本物の「Delete ⌦」と区別するためである。もし、テンキーの付いていない Mac キーボードで本物の「Delete ⌦」を使いたければ、代わりに「Fn+⌫」をご使用ください。";
|
||||
"NotificationSwitchOFF" = "✘ 機能停止";
|
||||
"NotificationSwitchON" = "✔ 機能起動";
|
||||
"NotificationSwitchRevolver" = "↺ 切替完了";
|
||||
"OK" = "うむ";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "毎行は1つ記録とみなす。Option+Enter キーで改行。\n空白の記録値は無視される。";
|
||||
"Only enforce conversion in Simplified Chinese mode" = "簡体モードだけの場合、カセットモードの漢字出力転換を";
|
||||
"Only enforce conversion in Traditional Chinese mode" = "繁体モードだけの場合、カセットモードの漢字出力転換を";
|
||||
"Only load factory language models if needed" = "必要性を判断してから内蔵辞書を読み込む";
|
||||
"Only override the intonation of the previous reading if different" = "カーソルの後部の音読みの異なる音調だけを上書きする";
|
||||
"Open App Support Folder" = "App Support フォルダーを開く";
|
||||
"Open User Dictionary Folder" = "ユーザー辞書フォルダを開く";
|
||||
"Optimize Memorized Phrases" = "臨時記憶資料を整う";
|
||||
"Otherwise, only the candidate keys are allowed to confirm associates." = "未チェックの場合、連想候補を選べられるのは言選りキーのみ。";
|
||||
"Output Settings:" = "出力設定:";
|
||||
"Override the previous reading's intonation with candidate-reset" = "カーソルの後部の音読みの音調を上書きし、候補選択状態を戻す";
|
||||
"Path invalid or file access error." = "ファイルアクセス失敗、或いはご指定したファイル位置情報は使えぬ。";
|
||||
"Per-Char Select Mode" = "全候補入力モード";
|
||||
"Phonetic Parser:" = "注音配列:";
|
||||
"Phrase Editor" = "辞書編集";
|
||||
"Phrase" = "語彙";
|
||||
"Please check the permission at \"%@\"." = "「%@」に書き出す権限は不足らしい。";
|
||||
"Please drag the apps into the Client Manager window from Finder." = "Finder からアプリをこのウィンドウに直接にドラッグしてください。";
|
||||
"Please drag the desired target from Finder to this place." = "ご指定したいものは直接に Finder からこの辺にお引きずりを。";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "登録したい客体アプリの唯一識別子(Bundle Identifier)をご入力ください。";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "下記の客体アプリはここでご登録を:1)IMKTextInput 議定規約に反するもの;2)文脈内入力緩衝列の内容の不正利用容疑のあるもの。「登録済みのアプリ」にチェックを入れると、「吹き出し入力緩衝列ウィンドウ」と「緩衝列容量制限」を起用し、容量制限は最大限音読み20箇とする。";
|
||||
"Please manually enter the identifier(s)." = "ご自分で唯一識別子(Bundle Identifier)のご入力を。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "このメニューのお用いには、ご自分でユーザー辞書で\n「_punctuation_list」キーの符号記録のご補充が必要でござる。";
|
||||
"Please reconfigure the cassette path to a valid one before enabling this mode." = "カセットファイルを正しくご指定してから、このモードのご使用を。";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "まずは上記のメニューで簡体/繁体中国語モードをお選びください。";
|
||||
"Please select…" = "お選びを…";
|
||||
"Please try again." = "お選び直しください。";
|
||||
"Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu." = "マウスホイールでページをご覧ください。キーに関する取扱説明のアクセスはメニューに。";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "マウスホイールでこのページをご覧ください。キーに関する取扱説明のアクセスはメニューに。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "ターミナルコマンド「defaults write」で下記の String 値のご設定を:";
|
||||
"Plist downloaded cannot be parsed correctly." = "受けた新バージョンお知らせ情報 Plist データは解読できないため、失敗とみなす。";
|
||||
"Plist downloaded is nil." = "受けた新バージョンお知らせ情報データは Plist ではないため、失敗とみなす。";
|
||||
"Previous intonation has been overridden." = "後ろ側の漢字の音調を書き直しました。";
|
||||
"Push the cursor in front of the phrase after selection" = "候補選択の直後、すぐカーソルを単語の向こうに推し進める";
|
||||
"Quick Candidates" = "早速候補";
|
||||
"Quick Setup:" = "直接設定:";
|
||||
"Read external factory dictionary files if possible" = "なるべく(内蔵辞書より)外部の公式辞書ファイルを利用";
|
||||
"Reading/Stroke" = "音読/筆画";
|
||||
"Reboot vChewing…" = "入力アプリ再起動…";
|
||||
"Reload User Phrases" = "ユーザー辞書を再び読込む";
|
||||
"Reload" = "再読込";
|
||||
"Remove Selected" = "外す";
|
||||
"Replace to" = "単語 →";
|
||||
"Reverse Lookup (Phonabets)" = "注音音読逆引参照";
|
||||
"Save" = "セーブ";
|
||||
"Secondary Pinyin with Numeral Intonation" = "国音二式 (ローマ字+数字音調)";
|
||||
"Security-harden the composition buffer for all clients" = "全ての客体アプリに対して、入力緩衝列にセキュリティ強化対策を起用";
|
||||
"Seigyou" = "精業配列";
|
||||
|
@ -363,7 +302,9 @@
|
|||
"Show notifications when toggling Caps Lock" = "Caps Lock で切り替えの時に吹出通知メッセージを";
|
||||
"Show translated strokes in composition buffer" = "原始キーネームでなく、筆画を入力緩衝列で表示する";
|
||||
"Simplified Chinese" = "簡体中国語";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "それぞれの客体アプリには、それぞれの IMKTextInput 不具合はあるかもしれません。";
|
||||
"Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer." = "一部の「Web UI を用いた」客体アプリには、多段式太下線の描きをうまく取り扱えぬ支障はございます。このチェックを入れると、IME から「client().setMarkedText()」を経由して、客体に「多段式太下線を書かずに」と命令することはできます。多段式太下線はマーキングモードだけで用いるデザインですが、間違くて別のモードでもそれを書いてしまう客体アプリはございます(多分 IMKTextInput の実作の問題かもしれません)。このチェックは「文脈内入力緩衝列」だけに関わります。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "システム API 制限のため、一部の機能は macOS 10.15 と macOS 11 で提供できません。";
|
||||
"Some previous options are moved to other tabs." = "かつてこのページに載った一部のオプションは、今は他のページへ移動しました。";
|
||||
"Space to +revolve candidates, Shift+Space to +revolve pages" = "Shift+Space で次のページ、Space で次の候補文字を";
|
||||
"Space to +revolve pages, Shift+Space to +revolve candidates" = "Space で次のページ、Shift+Space で次の候補文字を";
|
||||
|
@ -371,17 +312,33 @@
|
|||
"Specify the behavior of intonation key when syllable composer is empty." = "音読組立緩衝列が空かされた時の音調キーの行為をご指定ください。";
|
||||
"Starlight" = "星光配列";
|
||||
"Stop farting (when typed phonetic combination is invalid, etc.)" = "マナーモード // 外すと入力間違った時に変な声が出る";
|
||||
"Switch to %@ Input Mode" = "%@入力モードに切り替え";
|
||||
"Symbol & Emoji Input" = "符号&絵文字入力";
|
||||
"Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size." = "田所候補陳列ウィンドウは普段4つの行・列で文字候補を陳列しています。ただ、老眼の患者には、大きなる文字候補サイズが必要であり、複数の行・列の文字候補ウィンドウのサイズも大きくなります。この場合、文字候補を1つ行・列だけにすれば、候補陳列ウィンドウのサイズを多少縮むことはできます。従って、このオプションを提供しました。ただ、注意点は2つ:1)縦書きの時には、このオプションは無視され、文字候補はずっと1つ行・列にされます;2)1つ行・列だけで文字候補を陳列する場合、候補陳列ウィンドウのサイズは不足で、表示できる逆引参照の結果は1つだけです。";
|
||||
"Target Input Mode Activation Required" = "関連の入力ソースの追加が必要";
|
||||
"The End of Support for IMK Candidate Window" = "IMK 文字候補ウィンドウのサポート中止のお知らせ";
|
||||
"The lookup results are supplied by the CIN cassette module." = "逆引参照の結果は CIN カセットモジュールから提供。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "今選んだんのは正しい macOS アプリバンドルではないと考えられる。少なくとも、唯一識別子は検出できぬ。";
|
||||
"The selected item's identifier is already in the list." = "今選んだバンドルの唯一識別子(Bundle Identifier)は既に登録済みである。";
|
||||
"The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu." = "臨時記憶モジュールは文字の通り「臨時的」の記憶をします。記録は六日間どんどん忘れてしまいます。入力アプリのメニューから全ての記録を消すことはできます。";
|
||||
"theAssociates" = "関連語彙";
|
||||
"theFilter" = "排除リスト";
|
||||
"thePhrases" = "ユーザー辞書";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "システムの支障の話ですが、macOS 10.9 (恐らく 10.10 - 10.12 も) には下記のバグはございます:入力アプリは自分のファイル操作パネルをアクセススロと、その入力アプリだけでなく、あれから入力アプリの触り合おうとした全ての客体アプリも「無限のカタマリ」その無反応な状態になってしまいます。その場合、SSH でこのパソコンで「killall vChewing」そのターミナルコマンドを実行すれば、及ぼされた客体アプリの反応は戻ります。そのため、開発側は上記のシステムバージョンに応じて、自身のファイルパネルアクセスを全て禁止としました。";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "ネットの接続の有無の問題か、サーバー側の反応の問題か。\n\nいずれにせよ、エラーメッセージ:「%@」";
|
||||
"theReplacements" = "言葉置換";
|
||||
"theSymbols" = "絵文字&符号";
|
||||
"This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode." = "この転換はカセットモードだけに使える転換であり、転換結果はこの設定と入力モード次第である。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "このエディターの外部からの編集結果をこのエディターに自動的に読み込む";
|
||||
"This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled)." = "音調記号は常に「漢字の音読組合を確認するキー」として最後で入力することだと常識ですが、間違くてそれを最初に入力してしまった場合もございます。このボカ避け機能は(ほんの一部の)このような間違いを対策できますが、注音入力だけに使えます。更に、(音調の上書き機能がオンを前提として)音調の上書きができる場合には、このボカ避け機能は作動しません。";
|
||||
"This feature requires macOS %@ and above." = "この機能の稼働には macOS %@ 以降のシステムが必要である。";
|
||||
"This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead." = "これで、どの客体アプリも、入力緩衝列の送り出さなかった内容を(勝手に)読み用いることは不可能になる。すなわち「吹き出し入力緩衝列ウィンドウ」の「常に出番」である。";
|
||||
"This only works when being toggled by Shift key and JIS Eisu key." = "Shift キーとJIS 英数キーだけでの英数入力モード状態切替の話。";
|
||||
"This only works with Tadokoro candidate window." = "これは田所候補陳列ウィンドウだけに効ける機能である。";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "これで今のこのアプリを Aqua 特別版から主流発行版と置き換えます。主流発行版は今の時代の macOS のために最適化したものであり、おすすめです。";
|
||||
"This will also affect the row / column capacity of the candidate window." = "言選り用キーの数は、候補陳列の行・列の容量制限にも影響。";
|
||||
"This will batch-replace specified candidates." = "指定された候補そのものを置き換える";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "これにて威注音入力アプリをこのアカウントから卸除しますが、宜しいですか。";
|
||||
"This will stop user override model from affecting how candidates get sorted." = "これで臨時記憶モジュールは候補陳列の順番に影響を与えなくなる。";
|
||||
"This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible." = "これで libvChewing-Data の make install にて設置した公式辞書ファイルを優先的に用いる。";
|
||||
"Toggle alphanumerical mode with Left-Shift" = "左側の Shift キーで英数入力モードの切り替え";
|
||||
|
@ -390,15 +347,54 @@
|
|||
"Trim unfinished readings / strokes on commit" = "送り出す緩衝列内容から未完成な音読み/筆組みを除く";
|
||||
"Type them into inline composition buffer" = "入力緩衝列にローマ字入力";
|
||||
"Typing Settings:" = "入力設定:";
|
||||
"Typing Style:" = "入力習慣:";
|
||||
"UI Language:" = "表示用言語:";
|
||||
"Unable to create the user phrase file." = "ユーザー辞書ファイルの作成は失敗しました。";
|
||||
"Uncheck" = "チェックの外す";
|
||||
"Uninstall vChewing…" = "入力アプリを卸除く…";
|
||||
"Uninstallation" = "入力アプリの卸除(おろしのぞき)";
|
||||
"Universal Pinyin with Numeral Intonation" = "汎用弁音 (ローマ字+数字音調)";
|
||||
"Update Check Completed" = "新バージョンチェック完了";
|
||||
"Update Check Failed" = "更新通知受信失敗";
|
||||
"Use ESC key to clear the entire input buffer" = "ESC キーで入力緩衝列を消す";
|
||||
"Use only one row / column in candidate window" = "ただ1つ行・列で文字候補を陳列";
|
||||
"Use Phrase Replacement" = "言葉置換機能";
|
||||
"Use Space to confirm highlighted candidate in Per-Char Select Mode" = "全候補入力の場合、ハイライト候補を Space キーで確認";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "macOS 10.9 - 10.12 でのユーザー辞書フォルダの変更は不可能。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "臨時記憶モジュールの観測行為による威注音入力アプリの意外中止は発生した。威注音入力アプリの無事利用のために、既存臨時記憶データは全てお消しした。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音入力アプリはメモリー使用量多すぎたため、再起動しました。もし、よろしければ、この問題について、開発元にご連絡をし、そしてこのパソコンの CPU 種類情報(Intel か、Apple Silicon か)も一緒に教えてください。今のメモリー使用量は NSLog にて記録済みである。";
|
||||
"vChewing Preferences…" = "入力機能設定…";
|
||||
"vChewing" = "威注音入力アプリ";
|
||||
"Vertical" = "縦型陳列";
|
||||
"Visit Website" = "公式サイト";
|
||||
"Wade-Giles Pinyin with Numeral Intonation" = "ウェード式弁音 (ローマ字+数字音調)";
|
||||
"Warning" = "警告";
|
||||
"Warning: This page is for testing future features. \nFeatures listed here may not work as expected." = "警告:これからの新機能テストのために作ったページですから、\nここで陳列されている諸機能は予想通り動けるだと思わないでください。";
|
||||
"Weight" = "優先度";
|
||||
"Where's IMK Candidate Window?" = "IMK 文字候補ウィンドウはどこに?";
|
||||
"Wildcard key cannot be the initial key." = "骨牌キーは最初のキーとしてはならぬ。";
|
||||
"Yale Pinyin with Numeral Intonation" = "イェール弁音 (ローマ字+数字音調)";
|
||||
"Yes" = "うむ";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "マナーモードのチェックの外すことになります。周りの人は貴殿のパソコンから屁音を聞いてしまい、それについての結果は全部貴殿の自己責任でございます。公的なる場所でこのチェックを外すのはお勧めできません。";
|
||||
"You are already using the latest version of vChewing." = "今の威注音はすでに最新版だと報告します。";
|
||||
"You are already using the latest version." = "現在稼働中のは最新バージョンである。";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "ご希望の入力モードのご利用の前に、それに対応するの入力ソースの追加が必要である。これからはシステム環境設定の該当ページへ案内します。";
|
||||
"You may follow:" = "このように:";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "今のご使用していた威注音入力アプリのバージョンは「%1$@ (%2$@)」であり、ネットでもっと新しいバージョン「%3$@ (%4$@)」の下載せはできるらしい。お下載せしますか?";
|
||||
"zh-Hans" = "簡體中国語";
|
||||
"zh-Hant" = "繁體中国語";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技術上の原因説明】macOS 10.12 とそれ以前の macOS には、入力アプリが自ら NSOpenPanel を呼ぶと、入力アプリ自身も、全ての触れ合った客体アプリも、全部固まってしまう状態になります。こうなると、強引的にパソコン再起動や・或いは SSH で他のパソコンからこの入力アプリの強制停止が必要です。従って、弊アプリは macOS 10.12 とその以前の macOS には NSOpenPanel のアクセスの提供はできません。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」は既存語彙:\n ENTER で最優先にし、SHIFT+COMMAND+ENTER で優先順位を下げる;\n BackSpace 或いは Delete で排除。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」は既存語彙:\n ENTER で最優先にし、SHIFT+COMMAND+ENTER で優先順位を下げる。";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」もう1つ文字のお選びを。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」文字数過剰で登録不可、%d 文字以内にして下さい。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」を ENTER で辞書に登録。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」を ENTER で排除リストから外す。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 指定された文字候補の順位は最優先にできませんでした。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 指定された文字候補は排除リストに登録できませんでした。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 指定された文字候補の優先順位を下げることに失敗ししました。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 言葉置換機能稼働中、新添付言葉にも影響。";
|
||||
"⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal." = "⚠︎ 該当の組版用フォントには縦書き(引用符・括弧)変換機能が備えていない限り、この機能を使う甲斐がある。一旦使うと、入力した全ての引用符・括弧は永遠的に縦書きの様式になる。例え入力を受けているアプリ(例えばワープロソフとなど)の書写方向は横書きと変えたとしても、これらの入力済みの引用符・括弧は全て縦書きの見た目であり、削除してから入力し直す必要になる。";
|
||||
"⚠︎ This may hinder the walking algorithm from giving appropriate results." = "⚠︎ ウォーキング算法に差し支えてしまい、正しくない結果が出る恐れがある。";
|
||||
"⚠︎ This will reboot the vChewing IME." = "⚠︎ これで威注音入力アプリを再起動。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 対処不可:緩衝列の字数は読みの数と不同等。";
|
||||
|
|
|
@ -1,227 +1,26 @@
|
|||
"i18n:settings.importFromKimoTxt.buttonText" = "汇入奇摩输入法自订词资料库";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "汇入了 %@ 笔新记录。";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "关于 macOS 版「威注音输入法」";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免责声明:威注音专案对小麦注音官方专案内赠的小麦注音原版词库内容不负任何责任。威注音输入法专用的威注音官方词库不包含任何「会在法理上妨碍威注音在全球传播」的「与地缘政治及政治意识形态有关的」内容。威注音专案与 OpenVanilla 专案之间无合作关系、无隶属关系。";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "确定";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "网站";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "故障提报";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "麻理去商标授权合约 (MIT-NTL License):";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "该专案曾由 OpenVanilla 小麦注音专案 (MIT-License) 衍生而来。";
|
||||
"i18n:aboutWindow.DEV_CREW" = "威注音 macOS 程式研发:Shiki Suen, Isaac Xen, Hiraku Wang, 等。\n威注音词库维护:Shiki Suen。\n爬轨算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "检测到对 SecureEventInput 的滥用行为";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音有检测到下述后台进程有在滥用 SecureEventInput。这种滥用会导致系统内的所有第三方输入法全都无法正常使用(在输入法选单内会变成灰色)。\n\n针对需要填写敏感数据的场合,使用 SecureEventInput 无可厚非。但是,用 EnableSecureEventInput() 开启该模式之后,就有义务在输入窗格失焦的那一刻呼叫 DisableSecureEventInput() 来结束这种状态。这种状态还常见于后台辅助 App 当中、或者某个 App 在叫出该模式之后失去响应(这样的话,哪怕被切换到后台,SecureEventInput 也不会自动解除)。\n\n被侦测到的进程如下:";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "当这则讯息呈现出来的时候,威注音已经尝试呼叫 `DisableSecureEventInput()` 来试图解除这个状态。以下是威注音建议您采取的行动:\n\n0. 将这则讯息视窗留一份屏幕撷图、以备接下来的需要。\n\n1. 如果输入法选单内的威注音仍旧处于无法选取的状态(下文简称「灰色不可用状态」),则请考虑结束上述进程、以迫使其释放各自的 SecureEventInput 状态。这将立刻解除威注音的灰色不可用状态。\n\n2. 如果该进程所属的 App 来自于 Mac App Store 的话,请向 Apple 检举其对 SecureEventInput 的滥用。Apple 会在必要的情况下对这类 App 采取措施,比如:临时下架,直至软件开发者解决相关故障。\n\n3. 无论该进程是否来自于 Mac App Store,也都请您向相关的开发者/提供方提报该故障。您可以将这则讯息的屏幕撷图给他们看,因为里面已经包含了用以检测该故障的必要资讯。";
|
||||
|
||||
"vChewing" = "威注音输入法";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "该更新会将您当前的输入法由 Aqua 特别版置换为针对当前系统设计的主流发行版。";
|
||||
"Where's IMK Candidate Window?" = "IMK 选字窗去哪里了?";
|
||||
"The End of Support for IMK Candidate Window" = "关于 IMK 选字窗不再受支援的通知";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) 只有 macOS 才有 IMKCandidates 可用。该元件依赖特制的 ObjC Bridging Header 才能工作,这妨碍了威注音输入法的跨平台模组化。\n\n2) IMKCandidates 浑身是 Bug,且 Apple 不太可能修复之。甚至 InputMethodKit 的开发人员们都不被允许与任何非 Apple 员工讨论这些内容。于是 IMKCandidates 基本上用不下去了,更遑论 IMKCandidates 未来可能发生的会导致相容性问题的内部改动。这很可能也是 Apple 官方 InputMethodKit 示范专案当中没有用到 IMKCandidates 的原因之一(截至 2023 年 8 月)。";
|
||||
"Please drag the desired target from Finder to this place." = "请将您想要的目标直接拽到此处。";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技术原因】macOS 10.13 之前的版本的系统会在输入法自身呼叫 NSOpenPanel 的时候令自身与客体应用陷入无限停止响应的状态。更甚者,此时任何尝试切换到的其他客体应用也会陷入同样的状态。除了强制断电重新开机以外,就只能借由远端 SSH 连到目前的电脑上、以终端命令强行终止输入法执行绪。因此,威注音输入法不能对 macOS 10.12 及之前的系统开放对 NSOpenPanel 的存取。";
|
||||
"Quick Candidates" = "快速候选";
|
||||
"Alvin Liu (Imitative)" = "刘又铭拟音注音排列";
|
||||
"Previous intonation has been overridden." = "已覆写游标身后的汉字的音调。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "该声调亦会尝试与接下来输入的注音相组合。";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "声调符号。敲 Enter 以递交。\n敲空格键以插入组字区。";
|
||||
"CHS / CHT Input Mode Switch" = "简体/繁体中文输入模式切换";
|
||||
"Switch to %@ Input Mode" = "切换至%@输入模式";
|
||||
"Target Input Mode Activation Required" = "得启用对应的「輸入法」";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "若要使用您想切换到的输入模式,您必须得先在系统偏好设定内启用对应的「輸入法/输入源」。接下来将会弹出对应的系统偏好设定画面。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "您要對該客體啟用浮動組字窗嗎?";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "有些客體應用可能會有不同的 IMKTextInput 實作相容問題。";
|
||||
"Yes" = "是";
|
||||
"No" = "否";
|
||||
"Hanin Keyboard Symbol Input." = "汉音键盘符号模式。";
|
||||
"Open App Support Folder" = "开启 App Support 目录";
|
||||
"Invalid Code Point." = "内码不正确。";
|
||||
"Code Point Input." = "内码输入模式。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即将取消对廉耻模式的勾选。周围的人会听到您的电脑传出放屁的声音,且您对此负全部责任。我们强烈建议您不要在任何公共场合取消对该模式的勾选。";
|
||||
"Uncheck" = "取消勾选";
|
||||
"Leave it checked" = "保持勾选";
|
||||
"Warning" = "警告";
|
||||
"You may follow:" = "你可以照这样:";
|
||||
"Initial" = "首字";
|
||||
"Phrase" = "词语";
|
||||
"Reading/Stroke" = "读音/字根";
|
||||
"Weight" = "权重";
|
||||
"Comment" = "注释";
|
||||
"Replace to" = "置换 为";
|
||||
"Save" = "存档";
|
||||
"Phrase Editor" = "语汇编辑器";
|
||||
"thePhrases" = "自订语汇";
|
||||
"theFilter" = "滤除清单";
|
||||
"theReplacements" = "语汇置换";
|
||||
"theAssociates" = "关联词语";
|
||||
"theSymbols" = "绘文字符号";
|
||||
"Please select…" = "请选择…";
|
||||
"Loading…" = "正在载入…";
|
||||
"Consolidate" = "整理";
|
||||
"Reload" = "重新载入";
|
||||
"Loading complete." = "载入完毕。";
|
||||
"Char\tReading(s)\n" = "汉字\t读音\n";
|
||||
"Reverse Lookup (Phonabets)" = "注音反查";
|
||||
"Maximum 15 results returnable." = "仅能给出前 15 笔结果。";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【范例】\n候选字词 读音-读音 #注解";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【范例】\n候选字词 读音-读音 权重 #注解\n候选字词 读音-读音 #注解";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【范例】\n首字 候选\n首字 候选1 候选2 候选3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【范例】\n要替换的词 替换成的词 #注解";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "不填写权重的话,预设权重为最高值「0」。理想的权重范围在 [-9.5, 0] 这个闭区间内,可以被爬轨算法自动抓到。例外就是惩戒权重「-114.514」,属于极端降权。这种情况下,除非是唯一结果,否则会被爬轨算法忽略掉。";
|
||||
"Factory dictionary not loaded yet." = "原厂辞典尚未完成载入。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "因系统 API 限制,个别功能无法对 macOS 10.15 和 macOS 11 提供。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "仅限该编辑器:自动读入来自该编辑器外部的档案内容修改";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "请先借由上方选单选择简繁模式。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 候选字词提权失败。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 候选字词降权失败。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 候选字词滤除失败。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 候选字词提权成功。";
|
||||
"- Succeeded in nerfing a candidate." = "- 候选字词降权成功。";
|
||||
"! Succeeded in filtering a candidate." = "! 候选字词滤除成功。";
|
||||
"! Succeeded in filtering a user phrase." = "! 成功滤除该词音配对。";
|
||||
"%@-Stroke" = "%@画";
|
||||
"(Shift+)Space:" = "(Shift+)空格键:";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 成功添入使用者语汇(或使其升权)。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 候选字词提权成功。";
|
||||
"- Succeeded in nerfing a candidate." = "- 候选字词降权成功。";
|
||||
"- Succeeded in nerfing a user phrase." = "- 成功将该词音配对降权处理。";
|
||||
"- Succeeded in unfiltering a phrase." = "- 成功将该词音配对从滤除清单移出。";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 成功添入使用者语汇(或使其升权)。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音输入法因记忆体用量过大的问题而重新启动。如果您方便的话,请就这个问题知会该输入法的主程式师、且请务必说明自己在用的是 Intel 机种还是 Apple Silicon 机种。当前输入法记忆体用量已借由 NSLog 记录输出。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "请自行以「_punctuation_list」索引键\n在使用者自订语汇档案内扩充该符号选单的内容。";
|
||||
"Wildcard key cannot be the initial key." = "花牌键不得作为起始码。";
|
||||
"CIN Cassette Mode" = "CIN 磁带模式";
|
||||
"Invalid Selection Keys." = "选字键参数资料值不规范。";
|
||||
"Alphanumerical Input Mode" = "英数输入模式";
|
||||
"Chinese Input Mode" = "中文输入模式";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "请键入您要登记的客体应用的唯一标帜(Bundle Identifier)。";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "每行一笔记录,用 Option+Enter 换行。\n空白值会被无视。";
|
||||
"Just Select" = "直接选取";
|
||||
"Client Manager" = "管理客体应用";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "请在此管理这两类客体应用:1) 不遵守 IMKTextInput 协定;2)有滥用内文组字区的嫌疑。您可以勾选上述客体应用、以启用下述特性:启用浮动组字窗、且对组字区内容设定容量上限(最多二十个读音)。";
|
||||
"Add Client" = "登记新客体";
|
||||
"Remove Selected" = "移除所选条目";
|
||||
"Choose the target application bundle." = "请选择要登记的应用程式的封包。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "当前所选之物并非 macOS 应用程式封包,至少无法发现其唯一标帜(Bundle Identifier)。";
|
||||
"Please try again." = "请重试。";
|
||||
"The selected item's identifier is already in the list." = "当前所选之封包的唯一标帜(Bundle Identifier)已被登记。";
|
||||
"Update Check Completed" = "更新检查完毕";
|
||||
"You are already using the latest version." = "您正在使用目前最新的发行版。";
|
||||
"Plist downloaded is nil." = "下载来的更新资讯并非 Plist 档案。";
|
||||
"Plist downloaded cannot be parsed correctly." = "下载来的更新资讯 Plist 档案无法正常解析。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "威注音输入法的使用者半衰记忆模组在观测时崩溃,相关半衰记忆资料档案内容已全部清空。";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) 只有 macOS 才有 IMKCandidates 可用。该元件依赖特制的 ObjC Bridging Header 才能工作,这妨碍了威注音输入法的跨平台模组化。\n\n2) IMKCandidates 浑身是 Bug,且 Apple 不太可能修复之。甚至 InputMethodKit 的开发人员们都不被允许与任何非 Apple 员工讨论这些内容。于是 IMKCandidates 基本上用不下去了,更遑论 IMKCandidates 未来可能发生的会导致相容性问题的内部改动。这很可能也是 Apple 官方 InputMethodKit 示范专案当中没有用到 IMKCandidates 的原因之一(截至 2023 年 8 月)。";
|
||||
"About vChewing…" = "关于威注音…";
|
||||
"vChewing Preferences…" = "威注音偏好设定…";
|
||||
"CheatSheet" = "热键指南";
|
||||
"Uninstallation" = "卸除输入法";
|
||||
"Uninstall vChewing…" = "卸除威注音…";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "此举会将威注音自当前系统使用者帐户卸除。请确认。";
|
||||
"Check Later" = "晚点再通知我";
|
||||
"Check for Updates…" = "检查是否有新版…";
|
||||
"Check for Update Completed" = "新版检查完毕";
|
||||
"You are already using the latest version of vChewing." = "目前使用的已经是最新版本。";
|
||||
"Update Check Failed" = "无法检查新版";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "网路连线失败,或是伺服器没有回应。\n\n错误说明:%@";
|
||||
"OK" = "确定";
|
||||
"Cancel" = "取消";
|
||||
"New Version Available" = "有新版可下载";
|
||||
"Not Now" = "以后再说";
|
||||
"Visit Website" = "前往网站";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "目前使用的威注音官方版本是 %1$@ (%2$@),网路上有更新版本 %3$@ (%4$@) 可供下载。是否要前往威注音网站下载新版来安装?";
|
||||
"Force KangXi Writing" = "康熙正体字模式";
|
||||
"NotificationSwitchON" = "✔ 已启用";
|
||||
"NotificationSwitchOFF" = "✘ 已停用";
|
||||
"NotificationSwitchRevolver" = "↺ 切换完毕";
|
||||
"Edit vChewing User Phrases…" = "编辑威注音自订语汇…";
|
||||
"Reload User Phrases" = "重载自订语汇";
|
||||
"Unable to create the user phrase file." = "无法创建自订语汇档案。";
|
||||
"Please check the permission at \"%@\"." = "请检查此处的存取权限:\"%@\".";
|
||||
"Edit Excluded Phrases…" = "编辑要滤除的语汇…";
|
||||
"Half-Width Punctuation Mode" = "半形标点模式";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」字数不足以自订语汇。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」字数超过 %d、无法自订。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」敲 Enter 添入自订语汇。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」敲 Enter 将该语汇移出滤除清单。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」已存在:\n 敲 Enter 以升权、敲 Shift+Command+Enter 以降权。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」已存在:\n 敲 Enter 以升权、敲 Shift+Command+Enter 以降权;\n 敲 BackSpace 或 Delete 以排除。";
|
||||
"Edit Phrase Replacement Table…" = "编辑语汇置换表…";
|
||||
"Use Phrase Replacement" = "使用语汇置换";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "选字键只能是英数等 ASCII 可列印字元。";
|
||||
"Candidate keys cannot contain space." = "选字键不得包含空格。";
|
||||
"Minimum 6 candidate keys allowed." = "请至少指定 6 个选字键。";
|
||||
"Maximum 10 candidate keys allowed." = "选字键最多只能指定 9 个。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 语汇置换功能已启用,会波及语汇自订。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 无法处理:组字区字数与读音数不对应。";
|
||||
"Per-Char Select Mode" = "模拟逐字选字输入";
|
||||
"Inline comments are not supported in associated phrases." = "关联词语不支援行内注解。";
|
||||
"CNS11643 Mode" = "全字库模式";
|
||||
"JIS Shinjitai Output" = "JIS 新字体模式";
|
||||
"Associated Phrases" = "关联词语模式";
|
||||
"Open User Dictionary Folder" = "开启使用者辞典资料夹";
|
||||
"Edit Associated Phrases…" = "编辑关联词语…";
|
||||
"Reboot vChewing…" = "重新启动输入法…";
|
||||
"auto" = "与系统设定一致";
|
||||
"en" = "英文";
|
||||
"zh-Hans" = "简体中文";
|
||||
"zh-Hant" = "繁体中文";
|
||||
"ja" = "和文";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 标准注音键盘布局 (大千)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 倚天注音键盘布局 (传统)";
|
||||
"Symbol & Emoji Input" = "符号&绘文字输入";
|
||||
"Edit User Symbol & Emoji Data…" = "编辑自订符号&绘文字资料…";
|
||||
"Choose your desired user data folder." = "请选择您想指定的使用者语汇档案目录。";
|
||||
"Loading CHS Core Dict..." = "载入简体中文核心辞典…";
|
||||
"Loading CHT Core Dict..." = "载入繁体中文核心辞典…";
|
||||
"Core Dict loading complete." = "核心辞典载入完毕";
|
||||
"Optimize Memorized Phrases" = "精简临时记忆语汇资料";
|
||||
"Clear Memorized Phrases" = "清除临时记忆语汇资料";
|
||||
"Currency Numeral Output" = "大写汉字数字输出";
|
||||
"Hold ⇧ to choose associates." = "摁住⇧以选取关联词语。";
|
||||
"Dachen Trad." = "大千传统";
|
||||
"Eten Trad." = "倚天传统";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "在 macOS 10.9 - 10.12 系统下无法自订使用者辞典目录。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "请使用「defaults write」终端指令以修改 String 资料值:";
|
||||
"Please manually enter the identifier(s)." = "请手动键入唯一标帜(Bundle Identifier)。";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "已知 macOS 10.9 有此故障:当一个输入法尝试存取自身的档案操作视窗的时候,不只输入法,而且连其接下来所尝试挂接的所有的客体应用,都会陷入无限僵死状态,只能用 SSH 连到这台电脑上执行「killall vChewing」才可以解除僵死。因为我们怀疑 macOS 10.10 至 10.12 也在受影响的范围内,所以威注音对这些版本的系统禁用了自身的档案操作视窗存取。";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/带尾部斜杠的资料夹路径/\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/不带尾部斜杠的档案路径\"";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "彻底禁止使用 Shift 键切换英数模式";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "请利用滑鼠滚轮检视该页面。也请洽输入法选单内的热键指南。";
|
||||
"Typing Style:" = "输入风格:";
|
||||
"%@-Stroke" = "%@画";
|
||||
|
||||
// The followings are the category names used in the Symbol menu.
|
||||
"catCommonSymbols" = "常用";
|
||||
"catHoriBrackets" = "横括";
|
||||
"catVertBrackets" = "纵括";
|
||||
"catAlphabets" = "字母";
|
||||
"catRadicals" = "部首";
|
||||
"catSpecialNumbers" = "数字";
|
||||
"catMathSymbols" = "数学";
|
||||
"catCurrencyUnits" = "货币";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catUnicodeSymbols" = "万国";
|
||||
"catCircledKanjis" = "圈字";
|
||||
"catCircledKataKana" = "圈假";
|
||||
"catBracketKanjis" = "括字";
|
||||
"catSingleTableLines" = "单线";
|
||||
"catDoubleTableLines" = "双线";
|
||||
"catFillingBlocks" = "填色";
|
||||
"catLineSegments" = "线段";
|
||||
"catKana" = "假名";
|
||||
"catCombinations" = "组字";
|
||||
"catPhonabets" = "注音";
|
||||
"catCircledASCII" = "圈英";
|
||||
"catBracketedASCII" = "括英";
|
||||
"catMusicSymbols" = "音乐";
|
||||
"catThai" = "泰文";
|
||||
"catYi" = "彝文";
|
||||
|
||||
// SwiftUI Preferences
|
||||
"(Shift+)Space:" = "(Shift+)空格键:";
|
||||
"Accept leading intonations in rare cases" = "在个别情况下,允许声调前置键入";
|
||||
"Add Client" = "登记新客体";
|
||||
"Adjust candidate window location according to current node length" = "根据当前位置的字词长度,自动调整选字窗的位置";
|
||||
"All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file." = "不启用该选项的话,在组字区内的字根将会以原始键盘按键名称来显示。所有关于字根的定义,均请洽 CIN 磁带档案内的「%keyname」章节。";
|
||||
"Allow backspace-editing miscomposed readings" = "允许对无效的读音使用 BackSpace 编辑";
|
||||
"Allow boosting / excluding a candidate of single kanji when marking" = "允许借由标记模式将可以就地升权/排除的候选字词的最短词长设为单个汉字";
|
||||
"Allow using Enter key to confirm associated candidate selection" = "允许使用 Enter 确认当前选中的关联词语";
|
||||
"Alphanumerical Input Mode" = "英数输入模式";
|
||||
"Alphanumerical Layout:" = "英数键盘布局:";
|
||||
"Also use “\\” or “¥” key for Hanin Keyboard Symbol Input" = "亦使用「\\」或「¥」键启用汉音键盘符号模式";
|
||||
"Alvin Liu (Imitative)" = "刘又铭拟音注音排列";
|
||||
"Always directly commit lowercased letters" = "始终直接递交小写字母";
|
||||
"Always directly commit uppercased letters" = "始终直接递交大写字母";
|
||||
"Always drop the previous reading" = "始终剔除游标正后方的字音";
|
||||
|
@ -233,21 +32,59 @@
|
|||
"Apple ABC (equivalent to English US)" = "Apple ABC (与 Apple 美规键盘等价)";
|
||||
"Apple Chewing - Dachen" = "Apple 大千注音键盘排列";
|
||||
"Apple Chewing - Eten Traditional" = "Apple 倚天传统键盘排列";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 标准注音键盘布局 (大千)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 倚天注音键盘布局 (传统)";
|
||||
"Applying typing suggestions from half-life user override model" = "在敲字时自动套用来自半衰记忆模组的建议";
|
||||
"Associated Phrases" = "关联词语模式";
|
||||
"at the rear of the phrase (like Microsoft New Phonetic)" = "将游标置于词语后方 // Windows 微软新注音风格";
|
||||
"auto" = "与系统设定一致";
|
||||
"Auto-composite when the longest possible key is formed" = "在已经敲出最长可能码的时候自动组字";
|
||||
"Auto-convert traditional Chinese glyphs to JIS Shinjitai characters" = "自动将繁体中文字转为日文 JIS 新字体";
|
||||
"Auto-convert traditional Chinese glyphs to KangXi characters" = "自动将繁体中文字转为康熙正体字";
|
||||
"Automatically correct reading combinations when typing" = "敲字时自动纠正读音组合";
|
||||
"Automatically reload user data files if changes detected" = "自动检测并载入使用者语汇档案变更";
|
||||
"Basic Keyboard Layout:" = "基础键盘布局:";
|
||||
"Cancel" = "取消";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "选字键只能是英数等 ASCII 可列印字元。";
|
||||
"Candidate keys cannot contain space." = "选字键不得包含空格。";
|
||||
"Candidate Layout:" = "候选字窗布局:";
|
||||
"Candidate Size:" = "候选字窗字号:";
|
||||
"Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." = "磁带模式类似于雅虎奇摩输入法的 CIN 支援模式,允许使用者借由 CIN 表格档案扩充自己想要的笔画输入法(比如五笔、仓颉、呒虾米,等)。然而,因为威注音不打算为了这个功能而牺牲注音输入的体验,所以这个磁带模式的体验对于已经习惯 RIME 或者 OpenVanilla 的人群而言可能会稍微麻烦一些。";
|
||||
"Cassette" = "磁带设定";
|
||||
"catAlphabets" = "字母";
|
||||
"catBracketedASCII" = "括英";
|
||||
"catBracketKanjis" = "括字";
|
||||
"catCircledASCII" = "圈英";
|
||||
"catCircledKanjis" = "圈字";
|
||||
"catCircledKataKana" = "圈假";
|
||||
"catCombinations" = "组字";
|
||||
"catCommonSymbols" = "常用";
|
||||
"catCurrencyUnits" = "货币";
|
||||
"catDoubleTableLines" = "双线";
|
||||
"catFillingBlocks" = "填色";
|
||||
"catHoriBrackets" = "横括";
|
||||
"catKana" = "假名";
|
||||
"catLineSegments" = "线段";
|
||||
"catMathSymbols" = "数学";
|
||||
"catMusicSymbols" = "音乐";
|
||||
"catPhonabets" = "注音";
|
||||
"catRadicals" = "部首";
|
||||
"catSingleTableLines" = "单线";
|
||||
"catSpecialNumbers" = "数字";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catThai" = "泰文";
|
||||
"catUnicodeSymbols" = "万国";
|
||||
"catVertBrackets" = "纵括";
|
||||
"catYi" = "彝文";
|
||||
"Change user interface language (will reboot the IME)." = "变更输入法介面语言,会自动重启输入法。";
|
||||
"Char\tReading(s)\n" = "汉字\t读音\n";
|
||||
"CheatSheet" = "热键指南";
|
||||
"Check for Update Completed" = "新版检查完毕";
|
||||
"Check for updates automatically" = "自动检查软体更新";
|
||||
"Check for Updates…" = "检查是否有新版…";
|
||||
"Check Later" = "晚点再通知我";
|
||||
"Chinese Conversion:" = "繁简转换:";
|
||||
"Chinese Input Mode" = "中文输入模式";
|
||||
"Choose candidate font size for better visual clarity." = "变更候选字窗的字型大小。";
|
||||
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "请选择您所偏好的用来选字的按键组合。自订组合需敲 Enter 键生效。";
|
||||
"Choose the behavior of (Shift+)Space key with candidates." = "指定 (Shift+)空格键 对候选字词而言的轮替操作对象。";
|
||||
|
@ -257,16 +94,32 @@
|
|||
"Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only." = "请选择 macOS 英数键盘布局。该布局仅用于 Shift 英数输入模式。";
|
||||
"Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.)." = "请选择 macOS 基础键盘布局。QWERTY 以外的英数布局是为了拼音排列的使用者而准备的。如果当前的普通话/国音分析器并未设为拼音、或者并未设定成任何受西文键盘布局影响的注音排列(比如倚天 26 键排列、许氏排列,等)的话,则键盘布局选项仅会影响到荧幕键盘。";
|
||||
"Choose the phonetic layout for Mandarin parser." = "请指定普通话/国音分析器所使用的注音排列。";
|
||||
"Choose the target application bundle." = "请选择要登记的应用程式的封包。";
|
||||
"Choose your desired cassette file path. Will be omitted if invalid." = "请在此指定您想指定的 CIN 磁带档案。无效值会被忽略。";
|
||||
"Choose your desired user data folder path. Will be omitted if invalid." = "请在此指定您想指定的使用者语汇档案目录。无效值会被忽略。";
|
||||
"Choose your desired user data folder." = "请选择您想指定的使用者语汇档案目录。";
|
||||
"Choose your preferred layout of the candidate window." = "选择您所偏好的候选字窗布局。";
|
||||
"CHS / CHT Input Mode Switch" = "简体/繁体中文输入模式切换";
|
||||
"CIN Cassette Mode" = "CIN 磁带模式";
|
||||
"Clear Memorized Phrases" = "清除临时记忆语汇资料";
|
||||
"Clear the entire inline composition buffer like Shift+Delete" = "像 Shift+Delete 那样清空当前组字区内容";
|
||||
"Client Manager" = "管理客体应用";
|
||||
"CNS11643 Mode" = "全字库模式";
|
||||
"Code Point Input." = "内码输入模式。";
|
||||
"Comment" = "注释";
|
||||
"Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter" = "Ctrl(+Option)+Command+Enter 输出汉语拼音而非注音";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "彻底禁止使用 Shift 键切换英数模式";
|
||||
"Consolidate the context on confirming candidate selection" = "在使用选字窗选字时,自动巩固上下文";
|
||||
"Consolidate" = "整理";
|
||||
"Core Dict loading complete." = "核心辞典载入完毕";
|
||||
"Currency Numeral Output" = "大写汉字数字输出";
|
||||
"Cursor Selection:" = "选字游标:";
|
||||
"Dachen (Microsoft Standard / Wang / 01, etc.)" = "大千排列 (微软标准/王安/零壹/仲鼎/国乔)";
|
||||
"Dachen 26 (libChewing)" = "酷音大千二十六键排列";
|
||||
"Dachen Trad." = "大千传统";
|
||||
"Debug Mode" = "侦错模式";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/不带尾部斜杠的档案路径\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/带尾部斜杠的资料夹路径/\"";
|
||||
"DevZone" = "开发道场";
|
||||
"Dictionary" = "辞典设定";
|
||||
"Directly commit lowercased letters only if the compositor is empty" = "直接递交小写字母,除非组字区不为空";
|
||||
|
@ -275,9 +128,16 @@
|
|||
"Disable segmented thick underline in marking mode for managed clients" = "针对被管理的客体,在标记模式下禁用分段式粗型下划线";
|
||||
"Disassemble the previous reading, dropping its intonation" = "析构游标正后方的字音,且剔除其声调";
|
||||
"Disassembling process does not work with non-phonetic reading keys." = "析构行为仅针对组字器内「身为汉字读音」的读音索引单元有效。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "您要對該客體啟用浮動組字窗嗎?";
|
||||
"Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed." = "出于与资讯安全有关的考量,此处不提供任何与终端机脚本执行有关的功能。一款尚未经过 App Sandbox 沙箱处理的输入法,若提供了这种功能,便会带来系统层面上的资安缺陷:与该功能有关的 UserDefaults 可被任意篡改、以执行恶意脚本。威注音本身的设计使得其不会有这种资安缺陷,且官方发行的威注音有经过沙箱处理。";
|
||||
"Edit Associated Phrases…" = "编辑关联词语…";
|
||||
"Edit Excluded Phrases…" = "编辑要滤除的语汇…";
|
||||
"Edit Phrase Replacement Table…" = "编辑语汇置换表…";
|
||||
"Edit User Symbol & Emoji Data…" = "编辑自订符号&绘文字资料…";
|
||||
"Edit vChewing User Phrases…" = "编辑威注音自订语汇…";
|
||||
"Edit…" = "编辑…";
|
||||
"Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格";
|
||||
"en" = "英文";
|
||||
"Enable cassette mode, suppressing phonabet input" = "启用磁带模式,会停用注音输入";
|
||||
"Enable CNS11643 Support (2024-01-15)" = "启用 CNS11643 全字库支援 (2024-01-15)";
|
||||
"Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法";
|
||||
|
@ -288,20 +148,44 @@
|
|||
"Enforce conversion in both input modes" = "依当前简繁模式强制转换";
|
||||
"English" = "英语";
|
||||
"Eten 26" = "倚天忘形排列 (26 键)";
|
||||
"Eten Trad." = "倚天传统";
|
||||
"Eten Traditional" = "倚天传统排列";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【范例】\n候选字词 读音-读音 #注解";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【范例】\n候选字词 读音-读音 权重 #注解\n候选字词 读音-读音 #注解";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【范例】\n首字 候选\n首字 候选1 候选2 候选3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【范例】\n要替换的词 替换成的词 #注解";
|
||||
"Experience" = "体验设定";
|
||||
"Experimental:" = "实验性:";
|
||||
"Factory dictionary not loaded yet." = "原厂辞典尚未完成载入。";
|
||||
"Fake Seigyou" = "伪精业排列";
|
||||
"Follow OS settings" = "依系统设定";
|
||||
"For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is." = "打比方说,你敲了「章太炎」,你想将「太」改成「泰」。这个操作的作业索引范围是开闭区间 [1,2),会切到「章太炎」这个节点的所在索引范围 [0,3)。如果没有事前巩固处理的话,这个词会在你选字之后变成诸如「张泰言」这种你不想要的自动选字结果。当且仅当你启用了这个巩固功能的前提下,你选字之后的结果才会是「章泰炎」这种你想要的结果。";
|
||||
"for revolving candidates" = "轮替候选字";
|
||||
"for revolving pages" = "轮替页面";
|
||||
"Force KangXi Writing" = "康熙正体字模式";
|
||||
"General" = "通用设定";
|
||||
"Half-Width Punctuation Mode" = "半形标点模式";
|
||||
"Hanin Keyboard Symbol Input." = "汉音键盘符号模式。";
|
||||
"Hanyu Pinyin with Numeral Intonation" = "汉语拼音+数字标调";
|
||||
"Harden vertical punctuations during vertical typing (not recommended)" = "在纵排书写时,强制转换标点为纵排形式(不推荐)";
|
||||
"Hold ⇧ to choose associates." = "摁住⇧以选取关联词语。";
|
||||
"Horizontal" = "横向布局";
|
||||
"Hsu" = "许氏国音自然排列";
|
||||
"Hualuo Pinyin with Numeral Intonation" = "华罗拼音+数字标调";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "关于 macOS 版「威注音输入法」";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "该专案曾由 OpenVanilla 小麦注音专案 (MIT-License) 衍生而来。";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "故障提报";
|
||||
"i18n:aboutWindow.DEV_CREW" = "威注音 macOS 程式研发:Shiki Suen, Isaac Xen, Hiraku Wang, 等。\n威注音词库维护:Shiki Suen。\n爬轨算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免责声明:威注音专案对小麦注音官方专案内赠的小麦注音原版词库内容不负任何责任。威注音输入法专用的威注音官方词库不包含任何「会在法理上妨碍威注音在全球传播」的「与地缘政治及政治意识形态有关的」内容。威注音专案与 OpenVanilla 专案之间无合作关系、无隶属关系。";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "麻理去商标授权合约 (MIT-NTL License):";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "确定";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "网站";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "当这则讯息呈现出来的时候,威注音已经尝试呼叫 `DisableSecureEventInput()` 来试图解除这个状态。以下是威注音建议您采取的行动:\n\n0. 将这则讯息视窗留一份屏幕撷图、以备接下来的需要。\n\n1. 如果输入法选单内的威注音仍旧处于无法选取的状态(下文简称「灰色不可用状态」),则请考虑结束上述进程、以迫使其释放各自的 SecureEventInput 状态。这将立刻解除威注音的灰色不可用状态。\n\n2. 如果该进程所属的 App 来自于 Mac App Store 的话,请向 Apple 检举其对 SecureEventInput 的滥用。Apple 会在必要的情况下对这类 App 采取措施,比如:临时下架,直至软件开发者解决相关故障。\n\n3. 无论该进程是否来自于 Mac App Store,也都请您向相关的开发者/提供方提报该故障。您可以将这则讯息的屏幕撷图给他们看,因为里面已经包含了用以检测该故障的必要资讯。";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音有检测到下述后台进程有在滥用 SecureEventInput。这种滥用会导致系统内的所有第三方输入法全都无法正常使用(在输入法选单内会变成灰色)。\n\n针对需要填写敏感数据的场合,使用 SecureEventInput 无可厚非。但是,用 EnableSecureEventInput() 开启该模式之后,就有义务在输入窗格失焦的那一刻呼叫 DisableSecureEventInput() 来结束这种状态。这种状态还常见于后台辅助 App 当中、或者某个 App 在叫出该模式之后失去响应(这样的话,哪怕被切换到后台,SecureEventInput 也不会自动解除)。\n\n被侦测到的进程如下:";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "检测到对 SecureEventInput 的滥用行为";
|
||||
"i18n:settings.importFromKimoTxt.buttonText" = "汇入奇摩输入法自订词资料库";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "汇入了 %@ 笔新记录。";
|
||||
"i18n:settings.shiftKeyASCIITogle.description" = "该功能只需要对借由 macOS 内建的输入法框架传来的 NSEvent 做上下文分析,自然没有「向使用者寻求系统全局键盘事件监听权限」之必要。您可自行审视敝输入法的原始程式码仓库、或对敝输入法逆向工程,以自行证实此处所言之真假。另注:这个 Shift 键切换开关在 CapsLock 灯亮时无效。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.description" = "这不会影响到自 macOS 10.14 开始的系统内建的同名功能。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.shortTitle" = "不使用威注音输入法内建的 Caps Lock 处理";
|
||||
|
@ -326,31 +210,86 @@
|
|||
"i18n:UserDef.kShiftEisuToggleOffTogetherWithCapsLock.shortTitle" = "使「Shift 键 / JIS 英数键」英数模式的关闭状态与 Caps Lock 的关闭状态保持彼此同步";
|
||||
"IBM" = "IBM 排列";
|
||||
"If disabled, this will insert space instead." = "取消勾选的话,该按键会插入空格。";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "不填写权重的话,预设权重为最高值「0」。理想的权重范围在 [-9.5, 0] 这个闭区间内,可以被爬轨算法自动抓到。例外就是惩戒权重「-114.514」,属于极端降权。这种情况下,除非是唯一结果,否则会被爬轨算法忽略掉。";
|
||||
"If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes." = "若取消勾选,则 ESC 键会先尝试清除未组成的读音/字根;\n如果没有未组成的读音/字根的话,则会递交当前组字区的内容。";
|
||||
"in front of the phrase (like macOS built-in Zhuyin IME)" = "将游标置于词语前方 // macOS 内建注音风格";
|
||||
"Initial" = "首字";
|
||||
"Inline comments are not supported in associated phrases." = "关联词语不支援行内注解。";
|
||||
"Intonation Key:" = "声调键:";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "声调符号。敲 Enter 以递交。\n敲空格键以插入组字区。";
|
||||
"Invalid Code Point." = "内码不正确。";
|
||||
"Invalid Selection Keys." = "选字键参数资料值不规范。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "该声调亦会尝试与接下来输入的注音相组合。";
|
||||
"ja" = "和文";
|
||||
"Japanese" = "和语";
|
||||
"JIS Shinjitai Output" = "JIS 新字体模式";
|
||||
"Just Select" = "直接选取";
|
||||
"Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English." = "纵排输入的情况下,工具提示内的按键名称会以符号显示。";
|
||||
"Keyboard Shortcuts:" = "键盘热键:";
|
||||
"Keyboard" = "键盘设定";
|
||||
"Leave it checked" = "保持勾选";
|
||||
"Loading CHS Core Dict..." = "载入简体中文核心辞典…";
|
||||
"Loading CHT Core Dict..." = "载入繁体中文核心辞典…";
|
||||
"Loading complete." = "载入完毕。";
|
||||
"Loading…" = "正在载入…";
|
||||
"Maximum 10 candidate keys allowed." = "选字键最多只能指定 9 个。";
|
||||
"Maximum 15 results returnable." = "仅能给出前 15 笔结果。";
|
||||
"Minimum 6 candidate keys allowed." = "请至少指定 6 个选字键。";
|
||||
"Misc Settings:" = "杂项:";
|
||||
"MiTAC" = "神通排列";
|
||||
"New Version Available" = "有新版可下载";
|
||||
"No" = "否";
|
||||
"Not Now" = "以后再说";
|
||||
"Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead." = "注意:Mac 键盘的「Delete ⌫」键在此被称作「BackSpace 退格键 ⌫」以与 PC 键盘的真正的「Delete ⌦」键彼此区分开。若您想在没有数字小键盘的 Mac 电脑上使用真正的「Delete ⌦」按键的话,请改用「Fn+⌫」。";
|
||||
"NotificationSwitchOFF" = "✘ 已停用";
|
||||
"NotificationSwitchON" = "✔ 已启用";
|
||||
"NotificationSwitchRevolver" = "↺ 切换完毕";
|
||||
"OK" = "确定";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "每行一笔记录,用 Option+Enter 换行。\n空白值会被无视。";
|
||||
"Only enforce conversion in Simplified Chinese mode" = "仅在简体模式转换至简体";
|
||||
"Only enforce conversion in Traditional Chinese mode" = "仅在繁体模式转换至繁体";
|
||||
"Only load factory language models if needed" = "按需载入简繁体模式的原厂辞典资料";
|
||||
"Only override the intonation of the previous reading if different" = "仅在键入的声调与游标正后方的字音不同时,尝试覆写";
|
||||
"Open App Support Folder" = "开启 App Support 目录";
|
||||
"Open User Dictionary Folder" = "开启使用者辞典资料夹";
|
||||
"Optimize Memorized Phrases" = "精简临时记忆语汇资料";
|
||||
"Otherwise, only the candidate keys are allowed to confirm associates." = "不勾选这一项的话,就只能用选字键来选取关联词语。";
|
||||
"Output Settings:" = "输出设定:";
|
||||
"Override the previous reading's intonation with candidate-reset" = "尝试对游标正后方的字音覆写声调,且重设其选字状态";
|
||||
"Path invalid or file access error." = "档案存取失败,或者路径不合规。";
|
||||
"Per-Char Select Mode" = "模拟逐字选字输入";
|
||||
"Phonetic Parser:" = "注音排列:";
|
||||
"Phrase Editor" = "语汇编辑器";
|
||||
"Phrase" = "词语";
|
||||
"Please check the permission at \"%@\"." = "请检查此处的存取权限:\"%@\".";
|
||||
"Please drag the apps into the Client Manager window from Finder." = "请直接借由 Finder 将客体软体的 App 封包档案拽入至该客体管理视窗内。";
|
||||
"Please drag the desired target from Finder to this place." = "请将您想要的目标直接拽到此处。";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "请键入您要登记的客体应用的唯一标帜(Bundle Identifier)。";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "请在此管理这两类客体应用:1) 不遵守 IMKTextInput 协定;2)有滥用内文组字区的嫌疑。您可以勾选上述客体应用、以启用下述特性:启用浮动组字窗、且对组字区内容设定容量上限(最多二十个读音)。";
|
||||
"Please manually enter the identifier(s)." = "请手动键入唯一标帜(Bundle Identifier)。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "请自行以「_punctuation_list」索引键\n在使用者自订语汇档案内扩充该符号选单的内容。";
|
||||
"Please reconfigure the cassette path to a valid one before enabling this mode." = "在启用该模式之前,请事先正确设定磁带档案路径。";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "请先借由上方选单选择简繁模式。";
|
||||
"Please select…" = "请选择…";
|
||||
"Please try again." = "请重试。";
|
||||
"Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu." = "请利用滑鼠滚轮检视页面。也请洽输入法选单内的热键指南。";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "请利用滑鼠滚轮检视该页面。也请洽输入法选单内的热键指南。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "请使用「defaults write」终端指令以修改 String 资料值:";
|
||||
"Plist downloaded cannot be parsed correctly." = "下载来的更新资讯 Plist 档案无法正常解析。";
|
||||
"Plist downloaded is nil." = "下载来的更新资讯并非 Plist 档案。";
|
||||
"Previous intonation has been overridden." = "已覆写游标身后的汉字的音调。";
|
||||
"Push the cursor in front of the phrase after selection" = "在选字后将游标置于该字词的前方";
|
||||
"Quick Candidates" = "快速候选";
|
||||
"Quick Setup:" = "直接设定:";
|
||||
"Read external factory dictionary files if possible" = "尽量使用外置原厂辞典档案";
|
||||
"Reading/Stroke" = "读音/字根";
|
||||
"Reboot vChewing…" = "重新启动输入法…";
|
||||
"Reload User Phrases" = "重载自订语汇";
|
||||
"Reload" = "重新载入";
|
||||
"Remove Selected" = "移除所选条目";
|
||||
"Replace to" = "置换 为";
|
||||
"Reverse Lookup (Phonabets)" = "注音反查";
|
||||
"Save" = "存档";
|
||||
"Secondary Pinyin with Numeral Intonation" = "国音二式+数字标调";
|
||||
"Security-harden the composition buffer for all clients" = "针对所有客体软体启用强化型组字区安全防护";
|
||||
"Seigyou" = "精业排列";
|
||||
|
@ -363,7 +302,9 @@
|
|||
"Show notifications when toggling Caps Lock" = "以 Caps Lock 切换输入法/中英模式时显示通知";
|
||||
"Show translated strokes in composition buffer" = "在组字区内显示字根、而非原始键盘码";
|
||||
"Simplified Chinese" = "简体中文";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "有些客體應用可能會有不同的 IMKTextInput 實作相容問題。";
|
||||
"Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer." = "部分采用 Web 前端介面设计的客体应用可能会无法正常绘制用于输入法标记模式的分段式粗型下划线。这个选项将会阻止输入法借由 client().setMarkedText() 函式向客体应用传达对粗型下划线的分段绘制请求。分段式粗型下划线仅用于输入法的标记模式,除非客体应用对 setMarkedText() 这个 IMKTextInput 协定方法的实作有问题。该选项仅影响内文组字区。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "因系统 API 限制,个别功能无法对 macOS 10.15 和 macOS 11 提供。";
|
||||
"Some previous options are moved to other tabs." = "该页面某些先前曾经有过的选项已被移往其它页签。";
|
||||
"Space to +revolve candidates, Shift+Space to +revolve pages" = "Shift+空格键 换下一页,空格键 换选下一个候选字";
|
||||
"Space to +revolve pages, Shift+Space to +revolve candidates" = "空格键 换下一页,Shift+空格键 换选下一个候选字";
|
||||
|
@ -371,17 +312,33 @@
|
|||
"Specify the behavior of intonation key when syllable composer is empty." = "指定声调键(在注拼槽为「空」状态时)的行为。";
|
||||
"Starlight" = "星光排列";
|
||||
"Stop farting (when typed phonetic combination is invalid, etc.)" = "廉耻模式 // 取消勾选的话,敲错字时会有异音";
|
||||
"Switch to %@ Input Mode" = "切换至%@输入模式";
|
||||
"Symbol & Emoji Input" = "符号&绘文字输入";
|
||||
"Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size." = "田所选字窗在预设情况下会显示四列/四行候选字,提供类似于 macOS 内建中文输入法(macOS 10.9 起算)以及微软新注音输入法那样的选字窗排版体验。然而,部分使用者受老花眼所困扰,需要以较大字号来显示候选字。这种情况下,多行/多列的选字窗可能会占用过多的萤幕空间,也就需要这么一个选项来停用这个特性。需注意:如果当前文字输入环境是纵排输入的话,田所选字窗会始终使用单列/单行来显示候选字、而无视该选项。因为单行/单列选字窗的面积不够,所以最多只会显示一笔字根反查结果。。";
|
||||
"Target Input Mode Activation Required" = "得启用对应的「輸入法」";
|
||||
"The End of Support for IMK Candidate Window" = "关于 IMK 选字窗不再受支援的通知";
|
||||
"The lookup results are supplied by the CIN cassette module." = "反查结果取自 CIN 磁带模组。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "当前所选之物并非 macOS 应用程式封包,至少无法发现其唯一标帜(Bundle Identifier)。";
|
||||
"The selected item's identifier is already in the list." = "当前所选之封包的唯一标帜(Bundle Identifier)已被登记。";
|
||||
"The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu." = "半衰记忆模组仅持有临时记忆之功能。每一笔记录都会在六天之内逐渐变得彻底失效。您可以借由输入法选单清除全部的记忆记录。";
|
||||
"theAssociates" = "关联词语";
|
||||
"theFilter" = "滤除清单";
|
||||
"thePhrases" = "自订语汇";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "已知 macOS 10.9 有此故障:当一个输入法尝试存取自身的档案操作视窗的时候,不只输入法,而且连其接下来所尝试挂接的所有的客体应用,都会陷入无限僵死状态,只能用 SSH 连到这台电脑上执行「killall vChewing」才可以解除僵死。因为我们怀疑 macOS 10.10 至 10.12 也在受影响的范围内,所以威注音对这些版本的系统禁用了自身的档案操作视窗存取。";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "网路连线失败,或是伺服器没有回应。\n\n错误说明:%@";
|
||||
"theReplacements" = "语汇置换";
|
||||
"theSymbols" = "绘文字符号";
|
||||
"This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode." = "该转换仅对磁带模式有影响,会将键入的内容根据该选项与当前的简繁体模式来转换。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "仅限该编辑器:自动读入来自该编辑器外部的档案内容修改";
|
||||
"This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled)." = "声调键是专门用来确认注音组合输入的,从常理上来讲只能在最后键入。然而,总是有人会失手将声调键前置键入。该防呆功能专门应对这种情形,但无法用于拼音输入模式,且其优先权比「以声调键覆写游标身后的汉字的声调」更低(除非后者被停用)。";
|
||||
"This feature requires macOS %@ and above." = "该功能要求系统版本至少 macOS %@。";
|
||||
"This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead." = "这会阻止任何客体擅自存取尚未递交的组字区内容。此举也会全局启用浮动组字窗。";
|
||||
"This only works when being toggled by Shift key and JIS Eisu key." = "仅用于以 Shift 键或 JIS 英数键切换中英文输入模式的场合。";
|
||||
"This only works with Tadokoro candidate window." = "该选项仅对田所选字窗起作用。";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "该更新会将您当前的输入法由 Aqua 特别版置换为针对当前系统设计的主流发行版。";
|
||||
"This will also affect the row / column capacity of the candidate window." = "该选项也会影响到选字窗每行/每列最多显示的候选字数量。";
|
||||
"This will batch-replace specified candidates." = "这将会对指定的候选字词进行整词取代。";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "此举会将威注音自当前系统使用者帐户卸除。请确认。";
|
||||
"This will stop user override model from affecting how candidates get sorted." = "这将阻止半衰记忆模组影响候选字词的陈列顺序。";
|
||||
"This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible." = "这将会优先使用由 libvChewing-Data 的 make install 部署的原厂辞典档案。";
|
||||
"Toggle alphanumerical mode with Left-Shift" = "允许使用左侧的 Shift 键切换英数输入模式";
|
||||
|
@ -390,15 +347,54 @@
|
|||
"Trim unfinished readings / strokes on commit" = "在递交时清理未完成拼写的读音或字根";
|
||||
"Type them into inline composition buffer" = "直接键入内文组字区";
|
||||
"Typing Settings:" = "敲字设定:";
|
||||
"Typing Style:" = "输入风格:";
|
||||
"UI Language:" = "介面语言:";
|
||||
"Unable to create the user phrase file." = "无法创建自订语汇档案。";
|
||||
"Uncheck" = "取消勾选";
|
||||
"Uninstall vChewing…" = "卸除威注音…";
|
||||
"Uninstallation" = "卸除输入法";
|
||||
"Universal Pinyin with Numeral Intonation" = "通用拼音+数字标调";
|
||||
"Update Check Completed" = "更新检查完毕";
|
||||
"Update Check Failed" = "无法检查新版";
|
||||
"Use ESC key to clear the entire input buffer" = "敲 ESC 键以清空整个组字缓冲区";
|
||||
"Use only one row / column in candidate window" = "仅以单行/单列来陈列候选字";
|
||||
"Use Phrase Replacement" = "使用语汇置换";
|
||||
"Use Space to confirm highlighted candidate in Per-Char Select Mode" = "在逐字选字模式当中使用空格键确认当前高亮候选字";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "在 macOS 10.9 - 10.12 系统下无法自订使用者辞典目录。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "威注音输入法的使用者半衰记忆模组在观测时崩溃,相关半衰记忆资料档案内容已全部清空。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音输入法因记忆体用量过大的问题而重新启动。如果您方便的话,请就这个问题知会该输入法的主程式师、且请务必说明自己在用的是 Intel 机种还是 Apple Silicon 机种。当前输入法记忆体用量已借由 NSLog 记录输出。";
|
||||
"vChewing Preferences…" = "威注音偏好设定…";
|
||||
"vChewing" = "威注音输入法";
|
||||
"Vertical" = "纵向布局";
|
||||
"Visit Website" = "前往网站";
|
||||
"Wade-Giles Pinyin with Numeral Intonation" = "韦氏拼音+数字标调";
|
||||
"Warning" = "警告";
|
||||
"Warning: This page is for testing future features. \nFeatures listed here may not work as expected." = "警告:该页面仅作未来功能测试所用。\n在此列出的功能并非处于完全可用之状态。";
|
||||
"Weight" = "权重";
|
||||
"Where's IMK Candidate Window?" = "IMK 选字窗去哪里了?";
|
||||
"Wildcard key cannot be the initial key." = "花牌键不得作为起始码。";
|
||||
"Yale Pinyin with Numeral Intonation" = "耶鲁拼音+数字标调";
|
||||
"Yes" = "是";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即将取消对廉耻模式的勾选。周围的人会听到您的电脑传出放屁的声音,且您对此负全部责任。我们强烈建议您不要在任何公共场合取消对该模式的勾选。";
|
||||
"You are already using the latest version of vChewing." = "目前使用的已经是最新版本。";
|
||||
"You are already using the latest version." = "您正在使用目前最新的发行版。";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "若要使用您想切换到的输入模式,您必须得先在系统偏好设定内启用对应的「輸入法/输入源」。接下来将会弹出对应的系统偏好设定画面。";
|
||||
"You may follow:" = "你可以照这样:";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "目前使用的威注音官方版本是 %1$@ (%2$@),网路上有更新版本 %3$@ (%4$@) 可供下载。是否要前往威注音网站下载新版来安装?";
|
||||
"zh-Hans" = "简体中文";
|
||||
"zh-Hant" = "繁体中文";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技术原因】macOS 10.13 之前的版本的系统会在输入法自身呼叫 NSOpenPanel 的时候令自身与客体应用陷入无限停止响应的状态。更甚者,此时任何尝试切换到的其他客体应用也会陷入同样的状态。除了强制断电重新开机以外,就只能借由远端 SSH 连到目前的电脑上、以终端命令强行终止输入法执行绪。因此,威注音输入法不能对 macOS 10.12 及之前的系统开放对 NSOpenPanel 的存取。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」已存在:\n 敲 Enter 以升权、敲 Shift+Command+Enter 以降权;\n 敲 BackSpace 或 Delete 以排除。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」已存在:\n 敲 Enter 以升权、敲 Shift+Command+Enter 以降权。";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」字数不足以自订语汇。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」字数超过 %d、无法自订。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」敲 Enter 添入自订语汇。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」敲 Enter 将该语汇移出滤除清单。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 候选字词提权失败。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 候选字词滤除失败。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 候选字词降权失败。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 语汇置换功能已启用,会波及语汇自订。";
|
||||
"⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal." = "⚠︎ 该功能当且仅当目前的排版字型不支援纵排标点动态显示转义的情况下才有用。一旦使用了,所有敲出去的标点都会被永久转换为静态纵排标点:哪怕当前编辑器的排版模式已经改成横排,这些已经输入的标点也都还是纵排标点字元。";
|
||||
"⚠︎ This may hinder the walking algorithm from giving appropriate results." = "⚠︎ 这可能会妨碍爬轨函式,使其无法给出正确的结果。";
|
||||
"⚠︎ This will reboot the vChewing IME." = "⚠︎ 这将重启威注音输入法。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 无法处理:组字区字数与读音数不对应。";
|
||||
|
|
|
@ -1,227 +1,26 @@
|
|||
"i18n:settings.importFromKimoTxt.buttonText" = "匯入奇摩輸入法自訂詞資料庫";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "匯入了 %@ 筆新記錄。";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "關於 macOS 版「威注音輸入法」";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免責聲明:威注音專案對小麥注音官方專案內贈的小麥注音原版詞庫內容不負任何責任。威注音輸入法專用的威注音官方詞庫不包含任何「會在法理上妨礙威注音在全球傳播」的「與地緣政治及政治意識形態有關的」內容。威註音專案與 OpenVanilla 專案之間無合作關係、無隸屬關係。";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "確定";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "網站";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "故障提報";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "麻理去商標授權合約 (MIT-NTL License):";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "該專案曾由 OpenVanilla 小麥注音專案 (MIT-License) 衍生而來。";
|
||||
"i18n:aboutWindow.DEV_CREW" = "威注音 macOS 程式研發:Shiki Suen, Isaac Xen, Hiraku Wang, 等。\n威注音詞庫維護:Shiki Suen。\n爬軌算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "偵測到對 SecureEventInput 的濫用行為";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音有偵測到下述後檯執行緒有在濫用 SecureEventInput。這種濫用會導致系統內的所有第三方輸入法全都無法正常使用(在輸入法選單內會變成灰色)。\n\n針對需要填寫敏感資料的場合,使用 SecureEventInput 無可厚非。但是,用 EnableSecureEventInput() 開啟該模式之後,就有義務在輸入窗格失焦的那一刻呼叫 DisableSecureEventInput() 來結束這種狀態。這種狀態還常見於後檯輔助 App 當中、或者某個 App 在叫出該模式之後失去回應(這樣的話,哪怕被切換到後檯,SecureEventInput 也不會自動解除)。\n\n被偵測到的執行緒如下:";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "當這則訊息呈現出來的時候,威注音已經嘗試呼叫 `DisableSecureEventInput()` 來試圖解除這個狀態。以下是威注音建議您採取的行動:\n\n0. 將這則訊息視窗留一份螢幕擷圖、以備接下來的需要。\n\n1. 如果輸入法選單內的威注音仍舊處於無法選取的狀態(下文簡稱「灰色不可用狀態」),則請考慮結束上述執行緒、以迫使其釋放各自的 SecureEventInput 狀態。這將立刻解除威注音的灰色不可用狀態。\n\n2. 如果該執行緒所屬的 App 來自於 Mac App Store 的話,請向 Apple 檢舉其對 SecureEventInput 的濫用。Apple 會在必要的情況下對這類 App 採取措施,比如:臨時下架,直至軟體研發方解決相關故障。\n\n3. 無論該執行緒是否來自於 Mac App Store,也都請您向相關的研發方/提供方提報該故障。您可以將這則訊息的螢幕擷圖給他們看,因為裡面已經包含了用以偵測該故障的必要資訊。";
|
||||
|
||||
"vChewing" = "威注音輸入法";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "該更新會將您當前的輸入法由 Aqua 特別版置換為針對當前系統設計的主流發行版。";
|
||||
"Where's IMK Candidate Window?" = "IMK 選字窗去哪裡了?";
|
||||
"The End of Support for IMK Candidate Window" = "關於 IMK 選字窗不再受支援的通知";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) 只有 macOS 才有 IMKCandidates 可用。該元件依賴特製的 ObjC Bridging Header 才能工作,這妨礙了威注音輸入法的跨平台模組化。\n\n2) IMKCandidates 渾身是 Bug,且 Apple 不太可能修復之。甚至 InputMethodKit 的開發人員們都不被允許與任何非 Apple 員工討論這些內容。於是 IMKCandidates 基本上用不下去了,更遑論 IMKCandidates 未來可能發生的會導致相容性問題的內部改動。這很可能也是 Apple 官方 InputMethodKit 示範專案當中沒有用到 IMKCandidates 的原因之一(截至 2023 年 8 月)。";
|
||||
"Please drag the desired target from Finder to this place." = "請將您想要的目標直接拽到此處。";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技術原因】macOS 10.13 之前的版本的系統會在輸入法自身呼叫 NSOpenPanel 的時候令自身與客體應用陷入無限停止響應的狀態。更甚者,此時任何嘗試切換到的其他客體應用也會陷入同樣的狀態。除了強制斷電重新開機以外,就只能藉由遠端 SSH 連到目前的電腦上、以終端命令強行終止輸入法執行緒。因此,威注音輸入法不能對 macOS 10.12 及之前的系統開放對 NSOpenPanel 的存取。";
|
||||
"Quick Candidates" = "快速候選";
|
||||
"Alvin Liu (Imitative)" = "劉又銘擬音注音排列";
|
||||
"Previous intonation has been overridden." = "已覆寫游標身後的漢字的音調。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "該聲調亦會嘗試與接下來輸入的注音相組合。";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "聲調符號。敲 Enter 以遞交。\n敲空格鍵以插入組字區。";
|
||||
"CHS / CHT Input Mode Switch" = "簡體/繁體中文輸入模式切換";
|
||||
"Switch to %@ Input Mode" = "切換至%@輸入模式";
|
||||
"Target Input Mode Activation Required" = "得啟用對應的「輸入方式」";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "若要使用您想切換到的輸入模式,您必須得先在系統偏好設定內啟用對應的「輸入方式」。接下來將會彈出對應的系統偏好設定畫面。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "您要对该客体启用浮动组字窗吗?";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "有些客体应用可能会有不同的 IMKTextInput 实作相容问题。";
|
||||
"Yes" = "是";
|
||||
"No" = "否";
|
||||
"Hanin Keyboard Symbol Input." = "漢音鍵盤符號模式。";
|
||||
"Open App Support Folder" = "開啟 App Support 目錄";
|
||||
"Invalid Code Point." = "內碼不正確。";
|
||||
"Code Point Input." = "內碼輸入模式。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即將取消對廉恥模式的勾選。周圍的人會聽到您的電腦傳出放屁的聲音,且您對此負全部責任。我們強烈建議您不要在任何公共場合取消對該模式的勾選。";
|
||||
"Uncheck" = "取消勾選";
|
||||
"Leave it checked" = "保持勾選";
|
||||
"Warning" = "警告";
|
||||
"You may follow:" = "你可以照這樣:";
|
||||
"Initial" = "首字";
|
||||
"Phrase" = "詞語";
|
||||
"Reading/Stroke" = "讀音/字根";
|
||||
"Weight" = "權重";
|
||||
"Comment" = "註釋";
|
||||
"Replace to" = "置換 為";
|
||||
"Save" = "存檔";
|
||||
"Phrase Editor" = "語彙編輯器";
|
||||
"thePhrases" = "自訂語彙";
|
||||
"theFilter" = "濾除清單";
|
||||
"theReplacements" = "語彙置換";
|
||||
"theAssociates" = "關聯詞語";
|
||||
"theSymbols" = "繪文字符號";
|
||||
"Please select…" = "請選擇…";
|
||||
"Loading…" = "正在載入…";
|
||||
"Consolidate" = "整理";
|
||||
"Reload" = "重新載入";
|
||||
"Loading complete." = "載入完畢。";
|
||||
"Char\tReading(s)\n" = "漢字\t讀音\n";
|
||||
"Reverse Lookup (Phonabets)" = "注音反查";
|
||||
"Maximum 15 results returnable." = "僅能給出前 15 筆結果。";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【範例】\n候選字詞 讀音-讀音 #註解";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【範例】\n候選字詞 讀音-讀音 權重 #註解\n候選字詞 讀音-讀音 #註解";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【範例】\n首字 候選\n首字 候選1 候選2 候選3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【範例】\n要替換的詞 替換成的詞 #註解";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "不填寫權重的話,預設權重為最高值「0」。理想的權重範圍在 [-9.5, 0] 這個閉區間內,可以被爬軌算法自動抓到。例外就是懲戒權重「-114.514」,屬於極端降權。這種情況下,除非是唯一結果,否則會被爬軌算法忽略掉。";
|
||||
"Factory dictionary not loaded yet." = "原廠辭典尚未完成載入。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "因系統 API 限制,個別功能無法對 macOS 10.15 和 macOS 11 提供。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "僅限該編輯器:自動讀入來自該編輯器外部的檔案內容修改";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "請先藉由上方選單選擇繁簡模式。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 候選字詞提權失敗。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 候選字詞降權失敗。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 候選字詞濾除失敗。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 候選字詞提權成功。";
|
||||
"- Succeeded in nerfing a candidate." = "- 候選字詞降權成功。";
|
||||
"! Succeeded in filtering a candidate." = "! 候選字詞濾除成功。";
|
||||
"! Succeeded in filtering a user phrase." = "! 成功濾除該詞音配對。";
|
||||
"%@-Stroke" = "%@畫";
|
||||
"(Shift+)Space:" = "(Shift+)空格鍵:";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 成功添入使用者語彙(或使其升權)。";
|
||||
"+ Succeeded in boosting a candidate." = "+ 候選字詞提權成功。";
|
||||
"- Succeeded in nerfing a candidate." = "- 候選字詞降權成功。";
|
||||
"- Succeeded in nerfing a user phrase." = "- 成功將該詞音配對降權處理。";
|
||||
"- Succeeded in unfiltering a phrase." = "- 成功將該詞音配對從濾除清單移出。";
|
||||
"+ Succeeded in adding / boosting a user phrase." = "+ 成功添入使用者語彙(或使其升權)。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音輸入法因記憶體用量過大的問題而重新啟動。如果您方便的話,請就這個問題知會該輸入法的主程式師、且請務必說明自己在用的是 Intel 機種還是 Apple Silicon 機種。當前輸入法記憶體用量已藉由 NSLog 記錄輸出。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "請自行以「_punctuation_list」索引鍵\n在使用者自訂語彙檔案內擴充該符號選單的內容。";
|
||||
"Wildcard key cannot be the initial key." = "花牌鍵不得作為起始碼。";
|
||||
"CIN Cassette Mode" = "CIN 磁帶模式";
|
||||
"Invalid Selection Keys." = "選字鍵參數資料值不規範。";
|
||||
"Alphanumerical Input Mode" = "英數輸入模式";
|
||||
"Chinese Input Mode" = "中文輸入模式";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "請鍵入您要登記的客體應用的唯一標幟(Bundle Identifier)。";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "每行一筆記錄,用 Option+Enter 換行。\n空白值會被無視。";
|
||||
"Just Select" = "直接選取";
|
||||
"Client Manager" = "管理客體應用";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "請在此管理這兩類客體應用:1) 不遵守 IMKTextInput 協定;2)有濫用內文組字區的嫌疑。您可以勾選上述客體應用、以啟用下述特性:啟用浮動組字窗、且對組字區內容設定容量上限(最多二十個讀音)。";
|
||||
"Add Client" = "登記新客體";
|
||||
"Remove Selected" = "移除所選條目";
|
||||
"Choose the target application bundle." = "請選擇要登記的應用程式的封包。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "當前所選之物並非 macOS 應用程式封包,至少無法發現其唯一標幟(Bundle Identifier)。";
|
||||
"Please try again." = "請重試。";
|
||||
"The selected item's identifier is already in the list." = "當前所選之封包的唯一標幟(Bundle Identifier)已被登記。";
|
||||
"Update Check Completed" = "更新檢查完畢";
|
||||
"You are already using the latest version." = "您正在使用目前最新的發行版。";
|
||||
"Plist downloaded is nil." = "下載來的更新資訊並非 Plist 檔案。";
|
||||
"Plist downloaded cannot be parsed correctly." = "下載來的更新資訊 Plist 檔案無法正常解析。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "威注音輸入法的使用者半衰記憶模組在觀測時崩潰,相關半衰記憶資料檔案內容已全部清空。";
|
||||
"1) Only macOS has IMKCandidates. Since it relies on a dedicated ObjC Bridging Header to expose necessary internal APIs to work, it hinders vChewing from completely modularized for multi-platform support.\n\n2) IMKCandidates is buggy. It is not likely to be completely fixed by Apple, and its devs are not allowed to talk about it to non-Apple individuals. That's why we have had enough with IMKCandidates. It is likely the reason why Apple had never used IMKCandidates in their official InputMethodKit sample projects (as of August 2023)." = "1) 只有 macOS 才有 IMKCandidates 可用。該元件依賴特製的 ObjC Bridging Header 才能工作,這妨礙了威注音輸入法的跨平台模組化。\n\n2) IMKCandidates 渾身是 Bug,且 Apple 不太可能修復之。甚至 InputMethodKit 的開發人員們都不被允許與任何非 Apple 員工討論這些內容。於是 IMKCandidates 基本上用不下去了,更遑論 IMKCandidates 未來可能發生的會導致相容性問題的內部改動。這很可能也是 Apple 官方 InputMethodKit 示範專案當中沒有用到 IMKCandidates 的原因之一(截至 2023 年 8 月)。";
|
||||
"About vChewing…" = "關於威注音…";
|
||||
"vChewing Preferences…" = "威注音偏好設定…";
|
||||
"CheatSheet" = "熱鍵指南";
|
||||
"Uninstallation" = "卸除輸入法";
|
||||
"Uninstall vChewing…" = "卸除威注音…";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "此舉會將威注音自當前系統使用者帳戶卸除。請確認。";
|
||||
"Check Later" = "晚點再通知我";
|
||||
"Check for Updates…" = "檢查是否有新版…";
|
||||
"Check for Update Completed" = "新版檢查完畢";
|
||||
"You are already using the latest version of vChewing." = "目前使用的已經是最新版本。";
|
||||
"Update Check Failed" = "無法檢查新版";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "網路連線失敗,或是伺服器沒有回應。\n\n錯誤說明:%@";
|
||||
"OK" = "確定";
|
||||
"Cancel" = "取消";
|
||||
"New Version Available" = "有新版可下載";
|
||||
"Not Now" = "以後再說";
|
||||
"Visit Website" = "前往網站";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "目前使用的威注音官方版本是 %1$@ (%2$@),網路上有更新版本 %3$@ (%4$@) 可供下載。是否要前往威注音網站下載新版來安裝?";
|
||||
"Force KangXi Writing" = "康熙正體字模式";
|
||||
"NotificationSwitchON" = "✔ 已啟用";
|
||||
"NotificationSwitchOFF" = "✘ 已停用";
|
||||
"NotificationSwitchRevolver" = "↺ 切換完畢";
|
||||
"Edit vChewing User Phrases…" = "編輯威注音自訂語彙…";
|
||||
"Reload User Phrases" = "重載自訂語彙";
|
||||
"Unable to create the user phrase file." = "無法創建自訂語彙檔案。";
|
||||
"Please check the permission at \"%@\"." = "請檢查此處的存取權限:\"%@\".";
|
||||
"Edit Excluded Phrases…" = "編輯要濾除的語彙…";
|
||||
"Half-Width Punctuation Mode" = "半形標點模式";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」字數不足以自訂語彙。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」字數超過 %d、無法自訂。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」敲 Enter 添入自訂語彙。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」敲 Enter 將該語彙移出濾除清單。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」已存在:\n 敲 Enter 以升權、敲 Shift+Command+Enter 以降權。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」已存在:\n 敲 Enter 以升權、敲 Shift+Command+Enter 以降權;\n 敲 BackSpace 或 Delete 以排除。";
|
||||
"Edit Phrase Replacement Table…" = "編輯語彙置換表…";
|
||||
"Use Phrase Replacement" = "使用語彙置換";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "選字鍵只能是英數等 ASCII 可列印字元。";
|
||||
"Candidate keys cannot contain space." = "選字鍵不得包含空格。";
|
||||
"Minimum 6 candidate keys allowed." = "請至少指定 6 個選字鍵。";
|
||||
"Maximum 10 candidate keys allowed." = "選字鍵最多只能指定 9 個。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 語彙置換功能已啟用,會波及語彙自訂。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 無法處理:組字區字數與讀音數不對應。";
|
||||
"Per-Char Select Mode" = "模擬逐字選字輸入";
|
||||
"Inline comments are not supported in associated phrases." = "關聯詞語不支援行內註解。";
|
||||
"CNS11643 Mode" = "全字庫模式";
|
||||
"JIS Shinjitai Output" = "JIS 新字體模式";
|
||||
"Associated Phrases" = "關聯詞語模式";
|
||||
"Open User Dictionary Folder" = "開啟使用者辭典資料夾";
|
||||
"Edit Associated Phrases…" = "編輯關聯詞語…";
|
||||
"Reboot vChewing…" = "重新啟動輸入法…";
|
||||
"auto" = "與系統設定一致";
|
||||
"en" = "英文";
|
||||
"zh-Hans" = "簡體中文";
|
||||
"zh-Hant" = "繁體中文";
|
||||
"ja" = "和文";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 標準注音鍵盤佈局 (大千)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 倚天注音鍵盤佈局 (傳統)";
|
||||
"Symbol & Emoji Input" = "符號&繪文字輸入";
|
||||
"Edit User Symbol & Emoji Data…" = "編輯自訂符號&繪文字資料…";
|
||||
"Choose your desired user data folder." = "請選擇您想指定的使用者語彙檔案目錄。";
|
||||
"Loading CHS Core Dict..." = "載入簡體中文核心辭典…";
|
||||
"Loading CHT Core Dict..." = "載入繁體中文核心辭典…";
|
||||
"Core Dict loading complete." = "核心辭典載入完畢";
|
||||
"Optimize Memorized Phrases" = "精簡臨時記憶語彙資料";
|
||||
"Clear Memorized Phrases" = "清除臨時記憶語彙資料";
|
||||
"Currency Numeral Output" = "大寫漢字數字輸出";
|
||||
"Hold ⇧ to choose associates." = "摁住⇧以選取關聯詞語。";
|
||||
"Dachen Trad." = "大千傳統";
|
||||
"Eten Trad." = "倚天傳統";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "在 macOS 10.9 - 10.12 系統下無法自訂使用者辭典目錄。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "請使用「defaults write」終端指令以修改 String 資料值:";
|
||||
"Please manually enter the identifier(s)." = "請手動鍵入唯一標幟(Bundle Identifier)。";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "已知 macOS 10.9 有此故障:當一個輸入法嘗試存取自身的檔案操作視窗的時候,不只輸入法,而且連其接下來所嘗試掛接的所有的客體應用,都會陷入無限僵死狀態,只能用 SSH 連到這台電腦上執行「killall vChewing」才可以解除僵死。因為我們懷疑 macOS 10.10 至 10.12 也在受影響的範圍內,所以威注音對這些版本的系統禁用了自身的檔案操作視窗存取。";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/帶尾部斜槓的資料夾路徑/\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/不帶尾部斜槓的檔案路徑\"";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "徹底禁止使用 Shift 鍵切換英數模式";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "請利用滑鼠滾輪檢視該頁面。也請洽輸入法選單內的熱鍵指南。";
|
||||
"Typing Style:" = "輸入風格:";
|
||||
"%@-Stroke" = "%@畫";
|
||||
|
||||
// The followings are the category names used in the Symbol menu.
|
||||
"catCommonSymbols" = "常用";
|
||||
"catHoriBrackets" = "橫括";
|
||||
"catVertBrackets" = "縱括";
|
||||
"catAlphabets" = "字母";
|
||||
"catRadicals" = "部首";
|
||||
"catSpecialNumbers" = "數字";
|
||||
"catMathSymbols" = "數學";
|
||||
"catCurrencyUnits" = "貨幣";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catUnicodeSymbols" = "萬國";
|
||||
"catCircledKanjis" = "圈字";
|
||||
"catCircledKataKana" = "圈假";
|
||||
"catBracketKanjis" = "括字";
|
||||
"catSingleTableLines" = "單線";
|
||||
"catDoubleTableLines" = "雙線";
|
||||
"catFillingBlocks" = "填色";
|
||||
"catLineSegments" = "線段";
|
||||
"catKana" = "假名";
|
||||
"catCombinations" = "組字";
|
||||
"catPhonabets" = "注音";
|
||||
"catCircledASCII" = "圈英";
|
||||
"catBracketedASCII" = "括英";
|
||||
"catMusicSymbols" = "音樂";
|
||||
"catThai" = "泰文";
|
||||
"catYi" = "彝文";
|
||||
|
||||
// SwiftUI Preferences
|
||||
"(Shift+)Space:" = "(Shift+)空格鍵:";
|
||||
"Accept leading intonations in rare cases" = "在個別情況下,允許聲調前置鍵入";
|
||||
"Add Client" = "登記新客體";
|
||||
"Adjust candidate window location according to current node length" = "根據當前位置的字詞長度,自動調整選字窗的位置";
|
||||
"All strokes in the composition buffer will be shown as ASCII keyboard characters unless this option is enabled. Stroke is definable in the “%keyname” section of the CIN file." = "不啟用該選項的話,在組字區內的字根將會以原始鍵盤按鍵名稱來顯示。所有關於字根的定義,均請洽 CIN 磁帶檔案內的「%keyname」章節。";
|
||||
"Allow backspace-editing miscomposed readings" = "允許對無效的讀音使用 BackSpace 編輯";
|
||||
"Allow boosting / excluding a candidate of single kanji when marking" = "允許藉由標記模式將可以就地升權/排除的候選字詞的最短詞長設為單個漢字";
|
||||
"Allow using Enter key to confirm associated candidate selection" = "允許使用 Enter 確認當前選中的關聯詞語";
|
||||
"Alphanumerical Input Mode" = "英數輸入模式";
|
||||
"Alphanumerical Layout:" = "英數鍵盤佈局:";
|
||||
"Also use “\\” or “¥” key for Hanin Keyboard Symbol Input" = "亦使用「\\」或「¥」鍵啟用漢音鍵盤符號模式";
|
||||
"Alvin Liu (Imitative)" = "劉又銘擬音注音排列";
|
||||
"Always directly commit lowercased letters" = "始終直接遞交小寫字母";
|
||||
"Always directly commit uppercased letters" = "始終直接遞交大寫字母";
|
||||
"Always drop the previous reading" = "始終剔除游標正後方的字音";
|
||||
|
@ -233,21 +32,59 @@
|
|||
"Apple ABC (equivalent to English US)" = "Apple ABC (與 Apple 美規鍵盤等價)";
|
||||
"Apple Chewing - Dachen" = "Apple 大千注音鍵盤佈局";
|
||||
"Apple Chewing - Eten Traditional" = "Apple 倚天傳統鍵盤佈局";
|
||||
"Apple Zhuyin Bopomofo (Dachen)" = "Apple 標準注音鍵盤佈局 (大千)";
|
||||
"Apple Zhuyin Eten (Traditional)" = "Apple 倚天注音鍵盤佈局 (傳統)";
|
||||
"Applying typing suggestions from half-life user override model" = "在敲字時自動套用來自半衰記憶模組的建議";
|
||||
"Associated Phrases" = "關聯詞語模式";
|
||||
"at the rear of the phrase (like Microsoft New Phonetic)" = "將游標置於詞語後方 // Windows 微軟新注音風格";
|
||||
"auto" = "與系統設定一致";
|
||||
"Auto-composite when the longest possible key is formed" = "在已經敲出最長可能碼的時候自動組字";
|
||||
"Auto-convert traditional Chinese glyphs to JIS Shinjitai characters" = "自動將繁體中文字轉為日文 JIS 新字體";
|
||||
"Auto-convert traditional Chinese glyphs to KangXi characters" = "自動將繁體中文字轉為康熙正體字";
|
||||
"Automatically correct reading combinations when typing" = "敲字時自動糾正讀音組合";
|
||||
"Automatically reload user data files if changes detected" = "自動檢測並載入使用者語彙檔案變更";
|
||||
"Basic Keyboard Layout:" = "基礎鍵盤佈局:";
|
||||
"Cancel" = "取消";
|
||||
"Candidate keys can only contain printable ASCII characters like alphanumericals." = "選字鍵只能是英數等 ASCII 可列印字元。";
|
||||
"Candidate keys cannot contain space." = "選字鍵不得包含空格。";
|
||||
"Candidate Layout:" = "候選字窗佈局:";
|
||||
"Candidate Size:" = "候選字窗字號:";
|
||||
"Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." = "磁帶模式類似於雅虎奇摩輸入法的 CIN 支援模式,允許使用者藉由 CIN 表格檔案擴充自己想要的筆畫輸入法(比如五筆、倉頡、嘸蝦米,等)。然而,因為威注音不打算為了這個功能而犧牲注音輸入的體驗,所以這個磁帶模式的體驗對於已經習慣 RIME 或者 OpenVanilla 的人群而言可能會稍微麻煩一些。";
|
||||
"Cassette" = "磁帶設定";
|
||||
"catAlphabets" = "字母";
|
||||
"catBracketedASCII" = "括英";
|
||||
"catBracketKanjis" = "括字";
|
||||
"catCircledASCII" = "圈英";
|
||||
"catCircledKanjis" = "圈字";
|
||||
"catCircledKataKana" = "圈假";
|
||||
"catCombinations" = "組字";
|
||||
"catCommonSymbols" = "常用";
|
||||
"catCurrencyUnits" = "貨幣";
|
||||
"catDoubleTableLines" = "雙線";
|
||||
"catFillingBlocks" = "填色";
|
||||
"catHoriBrackets" = "橫括";
|
||||
"catKana" = "假名";
|
||||
"catLineSegments" = "線段";
|
||||
"catMathSymbols" = "數學";
|
||||
"catMusicSymbols" = "音樂";
|
||||
"catPhonabets" = "注音";
|
||||
"catRadicals" = "部首";
|
||||
"catSingleTableLines" = "單線";
|
||||
"catSpecialNumbers" = "數字";
|
||||
"catSpecialSymbols" = "特殊";
|
||||
"catThai" = "泰文";
|
||||
"catUnicodeSymbols" = "萬國";
|
||||
"catVertBrackets" = "縱括";
|
||||
"catYi" = "彝文";
|
||||
"Change user interface language (will reboot the IME)." = "變更輸入法介面語言,會自動重啟輸入法。";
|
||||
"Char\tReading(s)\n" = "漢字\t讀音\n";
|
||||
"CheatSheet" = "熱鍵指南";
|
||||
"Check for Update Completed" = "新版檢查完畢";
|
||||
"Check for updates automatically" = "自動檢查軟體更新";
|
||||
"Check for Updates…" = "檢查是否有新版…";
|
||||
"Check Later" = "晚點再通知我";
|
||||
"Chinese Conversion:" = "繁簡轉換:";
|
||||
"Chinese Input Mode" = "中文輸入模式";
|
||||
"Choose candidate font size for better visual clarity." = "變更候選字窗的字型大小。";
|
||||
"Choose or hit Enter to confim your prefered keys for selecting candidates." = "請選擇您所偏好的用來選字的按鍵組合。自訂組合需敲 Enter 鍵生效。";
|
||||
"Choose the behavior of (Shift+)Space key with candidates." = "指定 (Shift+)空格鍵 對候選字詞而言的輪替操作對象。";
|
||||
|
@ -257,16 +94,32 @@
|
|||
"Choose the macOS-level alphanumerical keyboard layout. This setting is for Shift-toggled alphanumerical mode only." = "請選擇 macOS 英數鍵盤佈局。該佈局僅用於 Shift 英數輸入模式。";
|
||||
"Choose the macOS-level basic keyboard layout. Non-QWERTY alphanumerical keyboard layouts are for Pinyin parser only. This option will only affect the appearance of the on-screen-keyboard if the current Mandarin parser is neither (any) pinyin nor dynamically reparsable with different western keyboard layouts (like Eten 26, Hsu, etc.)." = "請選擇 macOS 基礎鍵盤佈局。QWERTY 以外的英數佈局是為了拼音排列的使用者而準備的。如果當前的普通話/國音分析器並未設為拼音、或者並未設定成任何受西文鍵盤佈局影響的注音排列(比如倚天 26 鍵排列、許氏排列,等)的話,則鍵盤佈局選項僅會影響到螢幕鍵盤。";
|
||||
"Choose the phonetic layout for Mandarin parser." = "請指定普通話/國音分析器所使用的注音排列。";
|
||||
"Choose the target application bundle." = "請選擇要登記的應用程式的封包。";
|
||||
"Choose your desired cassette file path. Will be omitted if invalid." = "請在此指定您想指定的 CIN 磁帶檔案。無效值會被忽略。";
|
||||
"Choose your desired user data folder path. Will be omitted if invalid." = "請在此指定您想指定的使用者語彙檔案目錄。無效值會被忽略。";
|
||||
"Choose your desired user data folder." = "請選擇您想指定的使用者語彙檔案目錄。";
|
||||
"Choose your preferred layout of the candidate window." = "選擇您所偏好的候選字窗佈局。";
|
||||
"CHS / CHT Input Mode Switch" = "簡體/繁體中文輸入模式切換";
|
||||
"CIN Cassette Mode" = "CIN 磁帶模式";
|
||||
"Clear Memorized Phrases" = "清除臨時記憶語彙資料";
|
||||
"Clear the entire inline composition buffer like Shift+Delete" = "像 Shift+Delete 那樣清空當前組字區內容";
|
||||
"Client Manager" = "管理客體應用";
|
||||
"CNS11643 Mode" = "全字庫模式";
|
||||
"Code Point Input." = "內碼輸入模式。";
|
||||
"Comment" = "註釋";
|
||||
"Commit Hanyu-Pinyin instead on Ctrl(+Option)+Command+Enter" = "Ctrl(+Option)+Command+Enter 輸出漢語拼音而非注音";
|
||||
"Completely disable using Shift key to toggle alphanumerical mode" = "徹底禁止使用 Shift 鍵切換英數模式";
|
||||
"Consolidate the context on confirming candidate selection" = "在使用選字窗選字時,自動鞏固上下文";
|
||||
"Consolidate" = "整理";
|
||||
"Core Dict loading complete." = "核心辭典載入完畢";
|
||||
"Currency Numeral Output" = "大寫漢字數字輸出";
|
||||
"Cursor Selection:" = "選字游標:";
|
||||
"Dachen (Microsoft Standard / Wang / 01, etc.)" = "大千排列 (微軟標準/王安/零壹/仲鼎/國喬)";
|
||||
"Dachen 26 (libChewing)" = "酷音大千二十六鍵排列";
|
||||
"Dachen Trad." = "大千傳統";
|
||||
"Debug Mode" = "偵錯模式";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/FilePathEndedWithoutTrailingSlash\"" = "defaults write org.atelierInmu.inputmethod.vChewing CassettePath -string \"~/不帶尾部斜槓的檔案路徑\"";
|
||||
"defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/FolderPathEndedWithTrailingSlash/\"" = "defaults write org.atelierInmu.inputmethod.vChewing UserDataFolderSpecified -string \"~/帶尾部斜槓的資料夾路徑/\"";
|
||||
"DevZone" = "開發道場";
|
||||
"Dictionary" = "辭典設定";
|
||||
"Directly commit lowercased letters only if the compositor is empty" = "直接遞交小寫字母,除非組字區不為空";
|
||||
|
@ -275,9 +128,16 @@
|
|||
"Disable segmented thick underline in marking mode for managed clients" = "針對被管理的客體,在標記模式下禁用分段式粗型下劃線";
|
||||
"Disassemble the previous reading, dropping its intonation" = "析構游標正後方的字音,且剔除其聲調";
|
||||
"Disassembling process does not work with non-phonetic reading keys." = "析構行為僅針對組字器內「身為漢字讀音」的讀音索引單元有效。";
|
||||
"Do you want to enable the popup composition buffer for this client?" = "您要对该客体启用浮动组字窗吗?";
|
||||
"Due to security concerns, we don't consider implementing anything related to shell script execution here. An input method doing this without implementing App Sandbox will definitely have system-wide vulnerabilities, considering that its related UserDefaults are easily tamperable to execute malicious shell scripts. vChewing is designed to be invulnerable from this kind of attack. Also, official releases of vChewing are Sandboxed." = "出於與資訊安全有關的考量,此處不提供任何與終端機腳本執行有關的功能。一款尚未經過 App Sandbox 沙箱處理的輸入法,若提供了這種功能,便會帶來系統層面上的資安缺陷:與該功能有關的 UserDefaults 可被任意篡改、以執行惡意腳本。威注音本身的設計使得其不會有這種資安缺陷,且官方發行的威注音有經過沙箱處理。";
|
||||
"Edit Associated Phrases…" = "編輯關聯詞語…";
|
||||
"Edit Excluded Phrases…" = "編輯要濾除的語彙…";
|
||||
"Edit Phrase Replacement Table…" = "編輯語彙置換表…";
|
||||
"Edit User Symbol & Emoji Data…" = "編輯自訂符號&繪文字資料…";
|
||||
"Edit vChewing User Phrases…" = "編輯威注音自訂語彙…";
|
||||
"Edit…" = "編輯…";
|
||||
"Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格";
|
||||
"en" = "英文";
|
||||
"Enable cassette mode, suppressing phonabet input" = "啟用磁帶模式,會停用注音輸入";
|
||||
"Enable CNS11643 Support (2024-01-15)" = "啟用 CNS11643 全字庫支援 (2024-01-15)";
|
||||
"Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法";
|
||||
|
@ -288,20 +148,44 @@
|
|||
"Enforce conversion in both input modes" = "依當前簡繁模式強制轉換";
|
||||
"English" = "英語";
|
||||
"Eten 26" = "倚天忘形排列 (26 鍵)";
|
||||
"Eten Trad." = "倚天傳統";
|
||||
"Eten Traditional" = "倚天傳統排列";
|
||||
"Example:\nCandidate Reading-Reading #Comment" = "【範例】\n候選字詞 讀音-讀音 #註解";
|
||||
"Example:\nCandidate Reading-Reading Weight #Comment\nCandidate Reading-Reading #Comment" = "【範例】\n候選字詞 讀音-讀音 權重 #註解\n候選字詞 讀音-讀音 #註解";
|
||||
"Example:\nInitial RestPhrase\nInitial RestPhrase1 RestPhrase2 RestPhrase3..." = "【範例】\n首字 候選\n首字 候選1 候選2 候選3...";
|
||||
"Example:\nOldPhrase NewPhrase #Comment" = "【範例】\n要替換的詞 替換成的詞 #註解";
|
||||
"Experience" = "體驗設定";
|
||||
"Experimental:" = "實驗性:";
|
||||
"Factory dictionary not loaded yet." = "原廠辭典尚未完成載入。";
|
||||
"Fake Seigyou" = "偽精業排列";
|
||||
"Follow OS settings" = "依系統設定";
|
||||
"For example: When typing “章太炎” and you want to override the “太” with “泰”, and the raw operation index range [1,2) which bounds are cutting the current node “章太炎” in range [0,3). If having lack of the pre-consolidation process, this word will become something like “張泰言” after the candidate selection. Only if we enable this consolidation, this word will become “章泰炎” which is the expected result that the context is kept as-is." = "打比方說,你敲了「章太炎」,你想將「太」改成「泰」。這個操作的作業索引範圍是開閉區間 [1,2),會切到「章太炎」這個節點的所在索引範圍 [0,3)。如果沒有事前鞏固處理的話,這個詞會在你選字之後變成諸如「張泰言」這種你不想要的自動選字結果。當且僅當你啟用了這個鞏固功能的前提下,你選字之後的結果才會是「章泰炎」這種你想要的結果。";
|
||||
"for revolving candidates" = "輪替候選字";
|
||||
"for revolving pages" = "輪替頁面";
|
||||
"Force KangXi Writing" = "康熙正體字模式";
|
||||
"General" = "通用設定";
|
||||
"Half-Width Punctuation Mode" = "半形標點模式";
|
||||
"Hanin Keyboard Symbol Input." = "漢音鍵盤符號模式。";
|
||||
"Hanyu Pinyin with Numeral Intonation" = "漢語拼音+數字標調";
|
||||
"Harden vertical punctuations during vertical typing (not recommended)" = "在縱排書寫時,強制轉換標點為縱排形式(不推薦)";
|
||||
"Hold ⇧ to choose associates." = "摁住⇧以選取關聯詞語。";
|
||||
"Horizontal" = "橫向佈局";
|
||||
"Hsu" = "許氏國音自然排列";
|
||||
"Hualuo Pinyin with Numeral Intonation" = "華羅拼音+數字標調";
|
||||
"i18n:aboutWindow.ABOUT_APP_TITLE_FULL" = "關於 macOS 版「威注音輸入法」";
|
||||
"i18n:aboutWindow.APP_DERIVED_FROM" = "該專案曾由 OpenVanilla 小麥注音專案 (MIT-License) 衍生而來。";
|
||||
"i18n:aboutWindow.APP_NAME" = "vChewing for macOS";
|
||||
"i18n:aboutWindow.BUGREPORT_BUTTON" = "故障提報";
|
||||
"i18n:aboutWindow.DEV_CREW" = "威注音 macOS 程式研發:Shiki Suen, Isaac Xen, Hiraku Wang, 等。\n威注音詞庫維護:Shiki Suen。\n爬軌算法:Lukhnos Liu (Gramambular 2, MIT-License)。";
|
||||
"i18n:aboutWindow.DISCLAIMER_TEXT" = "免責聲明:威注音專案對小麥注音官方專案內贈的小麥注音原版詞庫內容不負任何責任。威注音輸入法專用的威注音官方詞庫不包含任何「會在法理上妨礙威注音在全球傳播」的「與地緣政治及政治意識形態有關的」內容。威註音專案與 OpenVanilla 專案之間無合作關係、無隸屬關係。";
|
||||
"i18n:aboutWindow.LICENSE_TITLE" = "麻理去商標授權合約 (MIT-NTL License):";
|
||||
"i18n:aboutWindow.OK_BUTTON" = "確定";
|
||||
"i18n:aboutWindow.WEBSITE_BUTTON" = "網站";
|
||||
"i18n:securityAgentHelper.warningMessage.footer" = "當這則訊息呈現出來的時候,威注音已經嘗試呼叫 `DisableSecureEventInput()` 來試圖解除這個狀態。以下是威注音建議您採取的行動:\n\n0. 將這則訊息視窗留一份螢幕擷圖、以備接下來的需要。\n\n1. 如果輸入法選單內的威注音仍舊處於無法選取的狀態(下文簡稱「灰色不可用狀態」),則請考慮結束上述執行緒、以迫使其釋放各自的 SecureEventInput 狀態。這將立刻解除威注音的灰色不可用狀態。\n\n2. 如果該執行緒所屬的 App 來自於 Mac App Store 的話,請向 Apple 檢舉其對 SecureEventInput 的濫用。Apple 會在必要的情況下對這類 App 採取措施,比如:臨時下架,直至軟體研發方解決相關故障。\n\n3. 無論該執行緒是否來自於 Mac App Store,也都請您向相關的研發方/提供方提報該故障。您可以將這則訊息的螢幕擷圖給他們看,因為裡面已經包含了用以偵測該故障的必要資訊。";
|
||||
"i18n:securityAgentHelper.warningMessage.header" = "威注音有偵測到下述後檯執行緒有在濫用 SecureEventInput。這種濫用會導致系統內的所有第三方輸入法全都無法正常使用(在輸入法選單內會變成灰色)。\n\n針對需要填寫敏感資料的場合,使用 SecureEventInput 無可厚非。但是,用 EnableSecureEventInput() 開啟該模式之後,就有義務在輸入窗格失焦的那一刻呼叫 DisableSecureEventInput() 來結束這種狀態。這種狀態還常見於後檯輔助 App 當中、或者某個 App 在叫出該模式之後失去回應(這樣的話,哪怕被切換到後檯,SecureEventInput 也不會自動解除)。\n\n被偵測到的執行緒如下:";
|
||||
"i18n:securityAgentHelper.warningMessage.title" = "偵測到對 SecureEventInput 的濫用行為";
|
||||
"i18n:settings.importFromKimoTxt.buttonText" = "匯入奇摩輸入法自訂詞資料庫";
|
||||
"i18n:settings.importFromKimoTxt.finishedCount:%@" = "匯入了 %@ 筆新記錄。";
|
||||
"i18n:settings.shiftKeyASCIITogle.description" = "該功能只需要對藉由 macOS 內建的輸入法框架傳來的 NSEvent 做上下文分析,自然沒有「向使用者尋求系統全局鍵盤事件監聽權限」之必要。您可自行審視敝輸入法的原始程式碼倉庫、或對敝輸入法逆向工程,以自行證實此處所言之真假。另註:這個 Shift 鍵切換開關在 CapsLock 燈亮時無效。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.description" = "這不會影響到自 macOS 10.14 開始的系統內建的同名功能。";
|
||||
"i18n:UserDef.kBypassNonAppleCapsLockHandling.shortTitle" = "不使用威注音輸入法內建的 Caps Lock 處理";
|
||||
|
@ -315,7 +199,7 @@
|
|||
"i18n:UserDef.kNumPadCharInputBehavior.option.4" = "直接遞交半形文字,除非組字區不為空";
|
||||
"i18n:UserDef.kNumPadCharInputBehavior.option.5" = "直接遞交全形文字,除非組字區不為空";
|
||||
"i18n:UserDef.kNumPadCharInputBehavior.shortTitle" = "數字小鍵盤的可輸入字元:";
|
||||
"i18n:UserDef.kReadingNarrationCoverage.description" = "這會將您的組音區的內容念出來。該功能對磁帶模式無效。";
|
||||
"i18n:UserDef.kReadingNarrationCoverage.description" = "這會將您的組音區的內容唸出來。該功能對磁帶模式無效。";
|
||||
"i18n:UserDef.kReadingNarrationCoverage.option.confirmed" = "僅在用聲調鍵確認時";
|
||||
"i18n:UserDef.kReadingNarrationCoverage.option.nothing" = "不唸讀";
|
||||
"i18n:UserDef.kReadingNarrationCoverage.option.realtime" = "實時唸讀組音區的任何變化";
|
||||
|
@ -326,31 +210,86 @@
|
|||
"i18n:UserDef.kShiftEisuToggleOffTogetherWithCapsLock.shortTitle" = "使「Shift 鍵 / JIS 英数鍵」英數模式的關閉狀態與 Caps Lock 的關閉狀態保持彼此同步";
|
||||
"IBM" = "IBM 排列";
|
||||
"If disabled, this will insert space instead." = "取消勾選的話,該按鍵會插入空格。";
|
||||
"If not filling the weight, it will be 0.0, the maximum one. An ideal weight situates in [-9.5, 0], making itself can be captured by the walking algorithm. The exception is -114.514, the disciplinary weight. The walking algorithm will ignore it unless it is the unique result." = "不填寫權重的話,預設權重為最高值「0」。理想的權重範圍在 [-9.5, 0] 這個閉區間內,可以被爬軌算法自動抓到。例外就是懲戒權重「-114.514」,屬於極端降權。這種情況下,除非是唯一結果,否則會被爬軌算法忽略掉。";
|
||||
"If unchecked, the ESC key will try cleaning the unfinished readings / strokes first, and will commit the current composition buffer if there's no unfinished readings / strokes." = "若取消勾選,則 ESC 鍵會先嘗試清除未組成的讀音/字根;\n如果沒有未組成的讀音/字根的話,則會遞交當前組字區的內容。";
|
||||
"in front of the phrase (like macOS built-in Zhuyin IME)" = "將游標置於詞語前方 // macOS 內建注音風格";
|
||||
"Initial" = "首字";
|
||||
"Inline comments are not supported in associated phrases." = "關聯詞語不支援行內註解。";
|
||||
"Intonation Key:" = "聲調鍵:";
|
||||
"Intonation mark. ENTER to commit.\nSPACE to insert into composition buffer." = "聲調符號。敲 Enter 以遞交。\n敲空格鍵以插入組字區。";
|
||||
"Invalid Code Point." = "內碼不正確。";
|
||||
"Invalid Selection Keys." = "選字鍵參數資料值不規範。";
|
||||
"It will attempt to combine with the incoming phonabet input." = "該聲調亦會嘗試與接下來輸入的注音相組合。";
|
||||
"ja" = "和文";
|
||||
"Japanese" = "和語";
|
||||
"JIS Shinjitai Output" = "JIS 新字體模式";
|
||||
"Just Select" = "直接選取";
|
||||
"Key names in tooltip will be shown as symbols when the tooltip is vertical. However, this option will be ignored since tooltip will always be horizontal if the UI language is English." = "縱排輸入的情況下,工具提示內的按鍵名稱會以符號顯示。";
|
||||
"Keyboard Shortcuts:" = "鍵盤熱鍵:";
|
||||
"Keyboard" = "鍵盤設定";
|
||||
"Leave it checked" = "保持勾選";
|
||||
"Loading CHS Core Dict..." = "載入簡體中文核心辭典…";
|
||||
"Loading CHT Core Dict..." = "載入繁體中文核心辭典…";
|
||||
"Loading complete." = "載入完畢。";
|
||||
"Loading…" = "正在載入…";
|
||||
"Maximum 10 candidate keys allowed." = "選字鍵最多只能指定 9 個。";
|
||||
"Maximum 15 results returnable." = "僅能給出前 15 筆結果。";
|
||||
"Minimum 6 candidate keys allowed." = "請至少指定 6 個選字鍵。";
|
||||
"Misc Settings:" = "雜項:";
|
||||
"MiTAC" = "神通排列";
|
||||
"New Version Available" = "有新版可下載";
|
||||
"No" = "否";
|
||||
"Not Now" = "以後再說";
|
||||
"Note: The “Delete ⌫” key on Mac keyboard is named as “BackSpace ⌫” here in order to distinguish the real “Delete ⌦” key from full-sized desktop keyboards. If you want to use the real “Delete ⌦” key on a Mac keyboard with no numpad equipped, you have to press “Fn+⌫” instead." = "注意:Mac 鍵盤的「Delete ⌫」鍵在此被稱作「BackSpace 退格鍵 ⌫」以與 PC 鍵盤的真正的「Delete ⌦」鍵彼此區分開。若您想在沒有數字小鍵盤的 Mac 電腦上使用真正的「Delete ⌦」按鍵的話,請改用「Fn+⌫」。";
|
||||
"NotificationSwitchOFF" = "✘ 已停用";
|
||||
"NotificationSwitchON" = "✔ 已啟用";
|
||||
"NotificationSwitchRevolver" = "↺ 切換完畢";
|
||||
"OK" = "確定";
|
||||
"One record per line. Use Option+Enter to break lines.\nBlank lines will be dismissed." = "每行一筆記錄,用 Option+Enter 換行。\n空白值會被無視。";
|
||||
"Only enforce conversion in Simplified Chinese mode" = "僅在簡體模式轉換至簡體";
|
||||
"Only enforce conversion in Traditional Chinese mode" = "僅在繁體模式轉換至繁體";
|
||||
"Only load factory language models if needed" = "按需載入簡繁體模式的原廠辭典資料";
|
||||
"Only override the intonation of the previous reading if different" = "僅在鍵入的聲調與游標正後方的字音不同時,嘗試覆寫";
|
||||
"Open App Support Folder" = "開啟 App Support 目錄";
|
||||
"Open User Dictionary Folder" = "開啟使用者辭典資料夾";
|
||||
"Optimize Memorized Phrases" = "精簡臨時記憶語彙資料";
|
||||
"Otherwise, only the candidate keys are allowed to confirm associates." = "不勾選這一項的話,就只能用選字鍵來選取關聯詞語。";
|
||||
"Output Settings:" = "輸出設定:";
|
||||
"Override the previous reading's intonation with candidate-reset" = "嘗試對游標正後方的字音覆寫聲調,且重設其選字狀態";
|
||||
"Path invalid or file access error." = "檔案存取失敗,或者路徑不合規。";
|
||||
"Per-Char Select Mode" = "模擬逐字選字輸入";
|
||||
"Phonetic Parser:" = "注音排列:";
|
||||
"Phrase Editor" = "語彙編輯器";
|
||||
"Phrase" = "詞語";
|
||||
"Please check the permission at \"%@\"." = "請檢查此處的存取權限:\"%@\".";
|
||||
"Please drag the apps into the Client Manager window from Finder." = "請直接藉由 Finder 將客體軟體的 App 封包檔案拽入至該客體管理視窗內。";
|
||||
"Please drag the desired target from Finder to this place." = "請將您想要的目標直接拽到此處。";
|
||||
"Please enter the client app bundle identifier(s) you want to register." = "請鍵入您要登記的客體應用的唯一標幟(Bundle Identifier)。";
|
||||
"Please manage the list of those clients here which are: 1) IMKTextInput-incompatible; 2) suspected from abusing the contents of the inline composition buffer. A client listed here, if checked, will use popup composition buffer with maximum 20 reading counts holdable." = "請在此管理這兩類客體應用:1) 不遵守 IMKTextInput 協定;2)有濫用內文組字區的嫌疑。您可以勾選上述客體應用、以啟用下述特性:啟用浮動組字窗、且對組字區內容設定容量上限(最多二十個讀音)。";
|
||||
"Please manually enter the identifier(s)." = "請手動鍵入唯一標幟(Bundle Identifier)。";
|
||||
"Please manually implement the symbols of this menu \nin the user phrase file with “_punctuation_list” key." = "請自行以「_punctuation_list」索引鍵\n在使用者自訂語彙檔案內擴充該符號選單的內容。";
|
||||
"Please reconfigure the cassette path to a valid one before enabling this mode." = "在啟用該模式之前,請事先正確設定磁帶檔案路徑。";
|
||||
"Please select Simplified / Traditional Chinese mode above." = "請先藉由上方選單選擇繁簡模式。";
|
||||
"Please select…" = "請選擇…";
|
||||
"Please try again." = "請重試。";
|
||||
"Please use mouse wheel to scroll each page if needed. The CheatSheet is available in the IME menu." = "請利用滑鼠滾輪檢視頁面。也請洽輸入法選單內的熱鍵指南。";
|
||||
"Please use mouse wheel to scroll this page. The CheatSheet is available in the IME menu." = "請利用滑鼠滾輪檢視該頁面。也請洽輸入法選單內的熱鍵指南。";
|
||||
"Please use “defaults write” terminal command to modify this String value:" = "請使用「defaults write」終端指令以修改 String 資料值:";
|
||||
"Plist downloaded cannot be parsed correctly." = "下載來的更新資訊 Plist 檔案無法正常解析。";
|
||||
"Plist downloaded is nil." = "下載來的更新資訊並非 Plist 檔案。";
|
||||
"Previous intonation has been overridden." = "已覆寫游標身後的漢字的音調。";
|
||||
"Push the cursor in front of the phrase after selection" = "在選字後將游標置於該字詞的前方";
|
||||
"Quick Candidates" = "快速候選";
|
||||
"Quick Setup:" = "直接設定:";
|
||||
"Read external factory dictionary files if possible" = "盡量使用外置原廠辭典檔案";
|
||||
"Reading/Stroke" = "讀音/字根";
|
||||
"Reboot vChewing…" = "重新啟動輸入法…";
|
||||
"Reload User Phrases" = "重載自訂語彙";
|
||||
"Reload" = "重新載入";
|
||||
"Remove Selected" = "移除所選條目";
|
||||
"Replace to" = "置換 為";
|
||||
"Reverse Lookup (Phonabets)" = "注音反查";
|
||||
"Save" = "存檔";
|
||||
"Secondary Pinyin with Numeral Intonation" = "國音二式+數字標調";
|
||||
"Security-harden the composition buffer for all clients" = "針對所有客體軟體啟用強化型組字區安全防護";
|
||||
"Seigyou" = "精業排列";
|
||||
|
@ -363,7 +302,9 @@
|
|||
"Show notifications when toggling Caps Lock" = "以 Caps Lock 切換輸入法/中英模式時顯示通知";
|
||||
"Show translated strokes in composition buffer" = "在組字區內顯示字根、而非原始鍵盤碼";
|
||||
"Simplified Chinese" = "簡體中文";
|
||||
"Some client apps may have different compatibility issues in IMKTextInput implementation." = "有些客体应用可能会有不同的 IMKTextInput 实作相容问题。";
|
||||
"Some clients with web-based front UI may have issues rendering segmented thick underlines drawn by their implemented “setMarkedText()”. This option stops the input method from delivering segmented thick underlines to “client().setMarkedText()”. Note that segmented thick underlines are only used in marking mode, unless the client itself misimplements the IMKTextInput method “setMarkedText()”. This option only affects the inline composition buffer." = "部分採用 Web 前端介面設計的客體應用可能會無法正常繪製用於輸入法標記模式的分段式粗型下劃線。這個選項將會阻止輸入法藉由 client().setMarkedText() 函式向客體應用傳達對粗型下劃線的分段繪製請求。分段式粗型下劃線僅用於輸入法的標記模式,除非客體應用對 setMarkedText() 這個 IMKTextInput 協定方法的實作有問題。該選項僅影響內文組字區。";
|
||||
"Some features are unavailable for macOS 10.15 and macOS 11 due to API limitations." = "因系統 API 限制,個別功能無法對 macOS 10.15 和 macOS 11 提供。";
|
||||
"Some previous options are moved to other tabs." = "該頁面某些先前曾經有過的選項已被移往其它頁籤。";
|
||||
"Space to +revolve candidates, Shift+Space to +revolve pages" = "Shift+空格鍵 換下一頁,空格鍵 換選下一個候選字";
|
||||
"Space to +revolve pages, Shift+Space to +revolve candidates" = "空格鍵 換下一頁,Shift+空格鍵 換選下一個候選字";
|
||||
|
@ -371,17 +312,33 @@
|
|||
"Specify the behavior of intonation key when syllable composer is empty." = "指定聲調鍵(在注拼槽為「空」狀態時)的行為。";
|
||||
"Starlight" = "星光排列";
|
||||
"Stop farting (when typed phonetic combination is invalid, etc.)" = "廉恥模式 // 取消勾選的話,敲錯字時會有異音";
|
||||
"Switch to %@ Input Mode" = "切換至%@輸入模式";
|
||||
"Symbol & Emoji Input" = "符號&繪文字輸入";
|
||||
"Tadokoro candidate window shows 4 rows / columns by default, providing similar experiences from Microsoft New Phonetic IME and macOS bult-in Chinese IME (since macOS 10.9). However, for some users who have presbyopia, they prefer giant candidate font sizes, resulting a concern that multiple rows / columns of candidates can make the candidate window looks too big, hence this option. Note that this option will be dismissed if the typing context is vertical, forcing the candidates to be shown in only one row / column. Only one reverse-lookup result can be made available in single row / column mode due to reduced candidate window size." = "田所選字窗在預設情況下會顯示四列/四行候選字,提供類似於 macOS 內建中文輸入法(macOS 10.9 起算)以及微軟新注音輸入法那樣的選字窗排版體驗。然而,部分使用者受老花眼所困擾,需要以較大字號來顯示候選字。這種情況下,多行/多列的選字窗可能會佔用過多的螢幕空間,也就需要這麼一個選項來停用這個特性。需注意:如果當前文字輸入環境是縱排輸入的話,田所選字窗會始終使用單列/單行來顯示候選字、而無視該選項。因為單行/單列選字窗的面積不夠,所以最多只會顯示一筆字根反查結果。";
|
||||
"Target Input Mode Activation Required" = "得啟用對應的「輸入方式」";
|
||||
"The End of Support for IMK Candidate Window" = "關於 IMK 選字窗不再受支援的通知";
|
||||
"The lookup results are supplied by the CIN cassette module." = "反查結果取自 CIN 磁帶模組。";
|
||||
"The selected item is either not a valid macOS application bundle or not having a valid app bundle identifier." = "當前所選之物並非 macOS 應用程式封包,至少無法發現其唯一標幟(Bundle Identifier)。";
|
||||
"The selected item's identifier is already in the list." = "當前所選之封包的唯一標幟(Bundle Identifier)已被登記。";
|
||||
"The user override model only possesses memories temporarily. Each memory record gradually becomes ineffective within approximately less than 6 days. You can erase all memory records through the input method menu." = "半衰記憶模組僅持有臨時記憶之功能。每一筆記錄都會在六天之內逐漸變得徹底失效。您可以藉由輸入法選單清除全部的記憶記錄。";
|
||||
"theAssociates" = "關聯詞語";
|
||||
"theFilter" = "濾除清單";
|
||||
"thePhrases" = "自訂語彙";
|
||||
"There is a bug in macOS 10.9, preventing an input method from accessing its own file panels. Doing so will result in eternal hang-crash of not only the input method but all client apps it tries attached to, requiring SSH connection to this computer to terminate the input method process by executing “killall vChewing”. Due to possible concerns of the same possible issue in macOS 10.10 and 10.11, we completely disabled this feature." = "已知 macOS 10.9 有此故障:當一個輸入法嘗試存取自身的檔案操作視窗的時候,不只輸入法,而且連其接下來所嘗試掛接的所有的客體應用,都會陷入無限僵死狀態,只能用 SSH 連到這台電腦上執行「killall vChewing」才可以解除僵死。因為我們懷疑 macOS 10.10 至 10.12 也在受影響的範圍內,所以威注音對這些版本的系統禁用了自身的檔案操作視窗存取。";
|
||||
"There may be no internet connection or the server failed to respond.\n\nError message: %@" = "網路連線失敗,或是伺服器沒有回應。\n\n錯誤說明:%@";
|
||||
"theReplacements" = "語彙置換";
|
||||
"theSymbols" = "繪文字符號";
|
||||
"This conversion only affects the cassette module, converting typed contents to either Simplified Chinese or Traditional Chinese in accordance with this setting and your current input mode." = "該轉換僅對磁帶模式有影響,會將鍵入的內容根據該選項與當前的簡繁體模式來轉換。";
|
||||
"This editor only: Auto-reload modifications happened outside of this editor" = "僅限該編輯器:自動讀入來自該編輯器外部的檔案內容修改";
|
||||
"This feature accommodates certain typing mistakes that the intonation mark might be typed at first (which is sequentially wrong from a common sense that intonation marks are supposed to be used for confirming combinations). It won't work if the current parser is of (any) pinyin. Also, this feature won't work when an intonation override is possible (and enabled)." = "聲調鍵是專門用來確認注音組合輸入的,從常理上來講只能在最後鍵入。然而,總是有人會失手將聲調鍵前置鍵入。該防呆功能專門應對這種情形,但無法用於拼音輸入模式,且其優先權比「以聲調鍵覆寫游標身後的漢字的聲調」更低(除非後者被停用)。";
|
||||
"This feature requires macOS %@ and above." = "該功能要求系統版本至少 macOS %@。";
|
||||
"This hinders all client apps from unwelcomely accessing your uncommitted contents in the composition buffer. A popup composition buffer will be shown instead." = "這會阻止任何客體擅自存取尚未遞交的組字區內容。此舉也會全局啟用浮動組字窗。";
|
||||
"This only works when being toggled by Shift key and JIS Eisu key." = "僅用於以 Shift 鍵或 JIS 英數鍵切換中英文輸入模式的場合。";
|
||||
"This only works with Tadokoro candidate window." = "該選項僅對田所選字窗起作用。";
|
||||
"This update will upgrade vChewing from Aqua Special Edition to Mainstream Release (recommended for your current OS version)." = "該更新會將您當前的輸入法由 Aqua 特別版置換為針對當前系統設計的主流發行版。";
|
||||
"This will also affect the row / column capacity of the candidate window." = "該選項也會影響到選字窗每行/每列最多顯示的候選字數量。";
|
||||
"This will batch-replace specified candidates." = "這將會對指定的候選字詞進行整詞取代。";
|
||||
"This will remove vChewing Input Method from this user account, requiring your confirmation." = "此舉會將威注音自當前系統使用者帳戶卸除。請確認。";
|
||||
"This will stop user override model from affecting how candidates get sorted." = "這將阻止半衰記憶模組影響候選字詞的陳列順序。";
|
||||
"This will use the SQLite database deployed by the “make install” command from libvChewing-Data if possible." = "這將會優先使用由 libvChewing-Data 的 make install 部署的原廠辭典檔案。";
|
||||
"Toggle alphanumerical mode with Left-Shift" = "允許使用左側的 Shift 鍵切換英數輸入模式";
|
||||
|
@ -390,15 +347,54 @@
|
|||
"Trim unfinished readings / strokes on commit" = "在遞交時清理未完成拼寫的讀音或字根";
|
||||
"Type them into inline composition buffer" = "直接鍵入內文組字區";
|
||||
"Typing Settings:" = "敲字設定:";
|
||||
"Typing Style:" = "輸入風格:";
|
||||
"UI Language:" = "介面語言:";
|
||||
"Unable to create the user phrase file." = "無法創建自訂語彙檔案。";
|
||||
"Uncheck" = "取消勾選";
|
||||
"Uninstall vChewing…" = "卸除威注音…";
|
||||
"Uninstallation" = "卸除輸入法";
|
||||
"Universal Pinyin with Numeral Intonation" = "通用拼音+數字標調";
|
||||
"Update Check Completed" = "更新檢查完畢";
|
||||
"Update Check Failed" = "無法檢查新版";
|
||||
"Use ESC key to clear the entire input buffer" = "敲 ESC 鍵以清空整個組字緩衝區";
|
||||
"Use only one row / column in candidate window" = "僅以單行/單列來陳列候選字";
|
||||
"Use Phrase Replacement" = "使用語彙置換";
|
||||
"Use Space to confirm highlighted candidate in Per-Char Select Mode" = "在逐字選字模式當中使用空格鍵確認當前高亮候選字";
|
||||
"User phrase folder path is not customizable in macOS 10.9 - 10.12." = "在 macOS 10.9 - 10.12 系統下無法自訂使用者辭典目錄。";
|
||||
"vChewing crashed while handling previously loaded UOM observation data. These data files are cleaned now to ensure the usability." = "威注音輸入法的使用者半衰記憶模組在觀測時崩潰,相關半衰記憶資料檔案內容已全部清空。";
|
||||
"vChewing is rebooted due to a memory-excessive-usage problem. If convenient, please inform the developer that you are having this issue, stating whether you are using an Intel Mac or Apple Silicon Mac. An NSLog is generated with the current memory footprint size." = "威注音輸入法因記憶體用量過大的問題而重新啟動。如果您方便的話,請就這個問題知會該輸入法的主程式師、且請務必說明自己在用的是 Intel 機種還是 Apple Silicon 機種。當前輸入法記憶體用量已藉由 NSLog 記錄輸出。";
|
||||
"vChewing Preferences…" = "威注音偏好設定…";
|
||||
"vChewing" = "威注音輸入法";
|
||||
"Vertical" = "縱向佈局";
|
||||
"Visit Website" = "前往網站";
|
||||
"Wade-Giles Pinyin with Numeral Intonation" = "韋氏拼音+數字標調";
|
||||
"Warning" = "警告";
|
||||
"Warning: This page is for testing future features. \nFeatures listed here may not work as expected." = "警告:該頁面僅作未來功能測試所用。\n在此列出的功能並非處於完全可用之狀態。";
|
||||
"Weight" = "權重";
|
||||
"Where's IMK Candidate Window?" = "IMK 選字窗去哪裡了?";
|
||||
"Wildcard key cannot be the initial key." = "花牌鍵不得作為起始碼。";
|
||||
"Yale Pinyin with Numeral Intonation" = "耶魯拼音+數字標調";
|
||||
"Yes" = "是";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即將取消對廉恥模式的勾選。周圍的人會聽到您的電腦傳出放屁的聲音,且您對此負全部責任。我們強烈建議您不要在任何公共場合取消對該模式的勾選。";
|
||||
"You are already using the latest version of vChewing." = "目前使用的已經是最新版本。";
|
||||
"You are already using the latest version." = "您正在使用目前最新的發行版。";
|
||||
"You are proceeding to System Preferences to enable the Input Source which corresponds to the input mode you are going to switch to." = "若要使用您想切換到的輸入模式,您必須得先在系統偏好設定內啟用對應的「輸入方式」。接下來將會彈出對應的系統偏好設定畫面。";
|
||||
"You may follow:" = "你可以照這樣:";
|
||||
"You're currently using vChewing %@ (%@), a new version %@ (%@) is now available. Do you want to visit vChewing's website to download the version?" = "目前使用的威注音官方版本是 %1$@ (%2$@),網路上有更新版本 %3$@ (%4$@) 可供下載。是否要前往威注音網站下載新版來安裝?";
|
||||
"zh-Hans" = "簡體中文";
|
||||
"zh-Hant" = "繁體中文";
|
||||
"[Technical Reason] macOS releases earlier than 10.13 have an issue: If calling NSOpenPanel directly from an input method, both the input method and its current client app hang in a dead-loop. Furthermore, it makes other apps hang in the same way when you switch into another app. If you don't want to hard-reboot your computer, your last resort is to use SSH to connect to your current computer from another computer and kill the input method process by Terminal commands. That's why vChewing cannot offer access to NSOpenPanel for macOS 10.12 and earlier." = "【技術原因】macOS 10.13 之前的版本的系統會在輸入法自身呼叫 NSOpenPanel 的時候令自身與客體應用陷入無限停止響應的狀態。更甚者,此時任何嘗試切換到的其他客體應用也會陷入同樣的狀態。除了強制斷電重新開機以外,就只能藉由遠端 SSH 連到目前的電腦上、以終端命令強行終止輸入法執行緒。因此,威注音輸入法不能對 macOS 10.12 及之前的系統開放對 NSOpenPanel 的存取。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf, \n BackSpace or Delete key to exclude." = "「%@」已存在:\n 敲 Enter 以升權、敲 Shift+Command+Enter 以降權;\n 敲 BackSpace 或 Delete 以排除。";
|
||||
"\"%@\" already exists:\n ENTER to boost, SHIFT+COMMAND+ENTER to nerf." = "「%@」已存在:\n 敲 Enter 以升權、敲 Shift+Command+Enter 以降權。";
|
||||
"\"%@\" length must ≥ 2 for a user phrase." = "「%@」字數不足以自訂語彙。";
|
||||
"\"%@\" length should ≤ %d for a user phrase." = "「%@」字數超過 %d、無法自訂。";
|
||||
"\"%@\" selected. ENTER to add user phrase." = "「%@」敲 Enter 添入自訂語彙。";
|
||||
"\"%@\" selected. ENTER to unfilter this phrase." = "「%@」敲 Enter 將該語彙移出濾除清單。";
|
||||
"⚠︎ Failed from boosting a candidate." = "⚠︎ 候選字詞提權失敗。";
|
||||
"⚠︎ Failed from filtering a candidate." = "⚠︎ 候選字詞濾除失敗。";
|
||||
"⚠︎ Failed from nerfing a candidate." = "⚠︎ 候選字詞降權失敗。";
|
||||
"⚠︎ Phrase replacement mode enabled, interfering user phrase entry." = "⚠︎ 語彙置換功能已啟用,會波及語彙自訂。";
|
||||
"⚠︎ This feature is useful ONLY WHEN the font you are using doesn't support dynamic vertical punctuations. However, typed vertical punctuations will always shown as vertical punctuations EVEN IF your editor has changed the typing direction to horizontal." = "⚠︎ 該功能當且僅當目前的排版字型不支援縱排標點動態顯示轉義的情況下才有用。一旦使用了,所有敲出去的標點都會被永久轉換為靜態縱排標點:哪怕當前編輯器的排版模式已經改成橫排,這些已經輸入的標點也都還是縱排標點字元。";
|
||||
"⚠︎ This may hinder the walking algorithm from giving appropriate results." = "⚠︎ 這可能會妨礙爬軌函式,使其無法給出正確的結果。";
|
||||
"⚠︎ This will reboot the vChewing IME." = "⚠︎ 這將重啟威注音輸入法。";
|
||||
"⚠︎ Unhandlable: Chars and Readings in buffer doesn't match." = "⚠︎ 無法處理:組字區字數與讀音數不對應。";
|
||||
|
|
Loading…
Reference in New Issue