Typo fix
This commit is contained in:
parent
c2f45c2060
commit
39a9330969
|
@ -10,7 +10,7 @@
|
|||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Source Code}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt File Bugs}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Report Bugs}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://twitter.com/McBopomofo"}}{\fldrslt Twitter @McBopomofo}}\
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
"Candidate keys cannot be longer than 15 characters." = "Candidate keys cannot be longer than 15 characters.";
|
||||
|
||||
"Phrase replacement mode is on. Not recommended to add user phases." = "Phrase replacement mode is on. Not recommended to add user phases.";
|
||||
"Phrase replacement mode is on. Not recommended to add user phrases." = "Phrase replacement mode is on. Not recommended to add user phrases.";
|
||||
|
||||
"Model-based Chinese conversion is on. Not recommended to add user phrases." = "Model-based Chinese conversion is on. Not recommended to add user phrases.";
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ class InputState: NSObject {
|
|||
}
|
||||
|
||||
if Preferences.phraseReplacementEnabled {
|
||||
return NSLocalizedString("Phrase replacement mode is on. Not recommended to add user phases.", comment: "")
|
||||
return NSLocalizedString("Phrase replacement mode is on. Not recommended to add user phrases.", comment: "")
|
||||
}
|
||||
if Preferences.chineseConversionStyle == 1 && Preferences.chineseConversionEnabled {
|
||||
return NSLocalizedString("Model-based Chinese conversion is on. Not recommended to add user phrases.", comment: "")
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8A"}}{\fldrslt User Manual}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C"}}{\fldrslt FAQ}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo"}}{\fldrslt Source Code}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt File Bugs}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/issues"}}{\fldrslt Report Bugs}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://github.com/openvanilla/McBopomofo/discussions"}}{\fldrslt Discussions}}\
|
||||
{\field{\*\fldinst{HYPERLINK "https://twitter.com/McBopomofo"}}{\fldrslt Twitter @McBopomofo}}\
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
"Candidate keys cannot be longer than 15 characters." = "Candidate keys cannot be longer than 15 characters.";
|
||||
|
||||
"Phrase replacement mode is on. Not recommended to add user phases." = "Phrase replacement mode is on. Not recommended to add user phases.";
|
||||
"Phrase replacement mode is on. Not recommended to add user phrases." = "Phrase replacement mode is on. Not recommended to add user phrases.";
|
||||
|
||||
"Model-based Chinese conversion is on. Not recommended to add user phrases." = "Model-based Chinese conversion is on. Not recommended to add user phrases.";
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
"Candidate keys cannot be longer than 15 characters." = "選字按鍵數量不可大於 15。";
|
||||
|
||||
"Phrase replacement mode is on. Not recommended to add user phases." = "詞彙轉換已開啟,不建議在此模式下加詞。";
|
||||
"Phrase replacement mode is on. Not recommended to add user phrases." = "詞彙轉換已開啟,不建議在此模式下加詞。";
|
||||
|
||||
"Model-based Chinese conversion is on. Not recommended to add user phrases." = "您已開啟將語言模型轉為簡體中文,不建議在此模式下加詞。";
|
||||
|
||||
|
|
Loading…
Reference in New Issue