Pārlūkot izejas kodu

Merge pull request #580 from bhikkhu-kosalla-china/master

语法气泡优化
Bhikkhu China Kosalla 4 gadi atpakaļ
vecāks
revīzija
5938075f03

+ 7 - 4
app/dict/grm_abbr.php

@@ -108,10 +108,11 @@ define("GRM_ABBR",[
 	["dictid"=>3,"abbr"=>"pl.","replace"=>"pl"],
 	["dictid"=>3,"abbr"=>"sg.","replace"=>"sg"],
 	["dictid"=>3,"abbr"=>"pp.","replace"=>"pp"],
-	["dictid"=>3,"abbr"=>"m.","replace"=>"m"],
-	["dictid"=>3,"abbr"=>"f.","replace"=>"f"],
-	["dictid"=>3,"abbr"=>"n.","replace"=>"nt"],
-	["dictid"=>3,"abbr"=>"a.","replace"=>"adj"],
+	["dictid"=>3,"abbr"=>"adj.","replace"=>"adj"],
+	["dictid"=>3,"abbr"=>"m.","replace"=>"m"],
+	["dictid"=>3,"abbr"=>"f.","replace"=>"f"],
+	["dictid"=>3,"abbr"=>"n.","replace"=>"nt"],
+	["dictid"=>3,"abbr"=>"a.","replace"=>"adj"],
 	["dictid"=>6,"abbr"=>"imper.","replace"=>"imp"],
 	["dictid"=>6,"abbr"=>"denom.","replace"=>"denom"],
 	["dictid"=>6,"abbr"=>"prp.","replace"=>"prp"],
@@ -141,6 +142,7 @@ define("GRM_ABBR",[
 	["dictid"=>6,"abbr"=>"m.","replace"=>"m"],
 	["dictid"=>6,"abbr"=>"f.","replace"=>"f"],
 	["dictid"=>6,"abbr"=>"n.","replace"=>"nt"],
+	["dictid"=>6,"abbr"=>"子音","replace"=>"consonant"],
 	["dictid"=>15,"abbr"=>"aor.","replace"=>"aor"],
 	["dictid"=>15,"abbr"=>"ger.","replace"=>"ger"],
 	["dictid"=>15,"abbr"=>"nom.","replace"=>"nom"],
@@ -219,5 +221,6 @@ define("GRM_ABBR",[
 	["dictid"=>32,"abbr"=>"m.","replace"=>"m"],
 	["dictid"=>32,"abbr"=>"f.","replace"=>"f"],
 	["dictid"=>32,"abbr"=>"nt.","replace"=>"nt"],
+	["dictid"=>32,"abbr"=>"子音","replace"=>"consonant"],
 	["dictid"=>32,"abbr"=>"a.","replace"=>"adj"]
 	]);

+ 8 - 3
app/dict/index.php

@@ -17,15 +17,20 @@ if (!(isset($_GET["builtin"]) && $_GET["builtin"] == 'true')) {
 guide.grammar_tag {
     display: unset;
     background: unset;
-    color: unset;
+    /*color: unset;*/
     background-color: var(--btn-color);
-    padding: 0 3px;
+    padding: 0;
     border-radius: 3px;
+	margin: 0;
 
 }
-.dict_word:hover  guide.grammar_tag {
+guide.grammar_tag:hover {
+	/*color: unset;*/
 	text-decoration: underline;
 }
+.dict_word:hover  guide.grammar_tag {
+	/*text-decoration: underline;*/
+}
 </style>
 
 	<!-- tool bar begin-->

+ 1 - 1
app/dict/language/zh.php

@@ -67,7 +67,7 @@ $module_gui_str['editor']['1065']="载入中……";
 $module_gui_str['editor']['1066']="技术支持:圣典工作室";
 $module_gui_str['editor']['1067']="单词表";
 $module_gui_str['editor']['1068']="内联词典";
-$module_gui_str['editor']['1069']="我的词典";
+$module_gui_str['editor']['1069']="社区词典";
 $module_gui_str['editor']['1070']="调试";
 $module_gui_str['editor']['1071']="隐藏";
 $module_gui_str['editor']['1072']="最小化";

+ 1 - 1
app/pcdl/language/zh-cn.php

@@ -67,7 +67,7 @@ $module_gui_str['editor']['1065']="载入中……";
 $module_gui_str['editor']['1066']="技术支持:圣典工作室";
 $module_gui_str['editor']['1067']="单词表";
 $module_gui_str['editor']['1068']="内联词典";
-$module_gui_str['editor']['1069']="我的词典";
+$module_gui_str['editor']['1069']="社区词典";
 $module_gui_str['editor']['1070']="调试";
 $module_gui_str['editor']['1071']="隐藏";
 $module_gui_str['editor']['1072']="最小化";

+ 1 - 1
app/public/lang/zh-cn.json

@@ -2105,7 +2105,7 @@
 		},
 		{
 			"id": "user",
-			"value": "我的词典"
+			"value": "社区词典"
 		},
 		{
 			"id": "co",

+ 1 - 1
app/search/language/zh.php

@@ -67,7 +67,7 @@ $module_gui_str['editor']['1065']="载入中……";
 $module_gui_str['editor']['1066']="技术支持:圣典工作室";
 $module_gui_str['editor']['1067']="单词表";
 $module_gui_str['editor']['1068']="内联词典";
-$module_gui_str['editor']['1069']="我的词典";
+$module_gui_str['editor']['1069']="社区词典";
 $module_gui_str['editor']['1070']="调试";
 $module_gui_str['editor']['1071']="隐藏";
 $module_gui_str['editor']['1072']="最小化";

+ 1 - 1
app/studio/language/zh-cn.php

@@ -67,7 +67,7 @@ $module_gui_str['editor']['1065']="载入中……";
 $module_gui_str['editor']['1066']="技术支持:圣典工作室";
 $module_gui_str['editor']['1067']="单词表";
 $module_gui_str['editor']['1068']="内联词典";
-$module_gui_str['editor']['1069']="我的词典";
+$module_gui_str['editor']['1069']="社区词典";
 $module_gui_str['editor']['1070']="调试";
 $module_gui_str['editor']['1071']="隐藏";
 $module_gui_str['editor']['1072']="最小化";

+ 2 - 0
app/users_guide/zh-cn/grammar_consonant.md

@@ -0,0 +1,2 @@
+# 辅音
+又名子音

+ 2 - 0
app/users_guide/zh-tw/grammar_consonant.md

@@ -0,0 +1,2 @@
+# 輔音
+又名子音