mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
An error search drop-down box
If these two values are translated into Chinese, will lead to a drop-down box to select the Replace option, it canceled the translation.
This commit is contained in:
@@ -90,8 +90,8 @@ $text = array(
|
||||
"Close all tabs" => "关闭所有选项卡",
|
||||
"Alphabetize tabs" => "按字母顺序排列的选项卡",
|
||||
"Find" => "搜索",
|
||||
"in" => "搜索",
|
||||
"and" => "替换",
|
||||
"in" => "in",
|
||||
"and" => "and",
|
||||
"replace" => "替换",
|
||||
"replace all" => "替换所有",
|
||||
"this document" => "当前文件",
|
||||
|
||||
@@ -90,8 +90,8 @@ $text = array(
|
||||
"Close all tabs" => "關閉所有選項卡",
|
||||
"Alphabetize tabs" => "按字母順序排序選項卡",
|
||||
"Find" => "檢索",
|
||||
"in" => "檢索",
|
||||
"and" => "替換",
|
||||
"in" => "in",
|
||||
"and" => "and",
|
||||
"replace" => "替換",
|
||||
"replace all" => "替換所有",
|
||||
"this document" => "當前文件",
|
||||
|
||||
Reference in New Issue
Block a user