Bhikkhu-Kosalla před 5 roky
rodič
revize
87dc0b1edc

+ 2 - 0
app/public/lang/default.json

@@ -569,6 +569,8 @@
 		"jump_to_this_sent": "jump to this sentence",
 		"show_nissaya": "show nissaya",
 		"related_para": "related paragraph",
+		"disable": "disable",
+		"not_found": "not found",
 		"": ""
 	},
 	"grammastr": [

+ 2 - 0
app/public/lang/en.json

@@ -568,6 +568,8 @@
 		"jump_to_this_sent": "jump to this sentence",
 		"show_nissaya": "show nissaya",
 		"related_para": "related paragraph",
+		"disable": "disable",
+		"not_found": "not found",
 		"": ""
 	},
 	"grammastr": [

+ 2 - 0
app/public/lang/my.json

@@ -568,6 +568,8 @@
 		"jump_to_this_sent": "jump to this sentence",
 		"show_nissaya": "show nissaya",
 		"related_para": "related paragraph",
+		"disable": "disable",
+		"not_found": "not found",
 		"": "",
 		"": ""
 	},

+ 2 - 0
app/public/lang/si.json

@@ -573,6 +573,8 @@
 		"jump_to_this_sent": "jump to this sentence",
 		"show_nissaya": "show nissaya",
 		"related_para": "related paragraph",
+		"disable": "disable",
+		"not_found": "not found",
 		"": "",
 		"": ""
 	},

+ 4 - 0
app/public/lang/zh-cn.json

@@ -570,6 +570,10 @@
 		"jump_to_this_sent": "跳转到此句",
 		"show_nissaya": "显示nissaya",
 		"related_para": "相应段落",
+		"disable": "停用",
+		"not_found": "未找到",
+		"site_intro": "想学巴利不知从何开始<br>学过巴利语法但是面对圣典无从下手<br>想要翻译巴利但面临种种困难<br>我们都有相关工具为您提供支持<br>降低巴利语的阅读门槛",
+
 		"": ""
 	},
 	"grammastr": [

+ 3 - 0
app/public/lang/zh-tw.json

@@ -569,6 +569,9 @@
 		"composition_intro": "依巴利而<b>著</b><br>為明法而<b>作</b>",
 		"show_nissaya": "显示nissaya",
 		"related_para": "相應段落",
+		"disable": "停用",
+		"not_found": "未找到",
+		"site_intro": "想學巴利不知從何開始<br>學過巴利語法但是面對聖典無從下手<br>想要翻譯巴利但面臨種種困難<br>我們都有相關工具為您提供支援<br>降低巴利語的閱讀門檻",
 		"": ""
 	},
 	"grammastr": [

+ 2 - 2
app/ucenter/name_selector.js

@@ -13,7 +13,7 @@ function name_selector_init(container, parameter) {
       if (result.length > 0) {
         html += result[0].nickname;
       } else {
-        html += "未找到";
+        html += gLocal.gui.not_found;
       }
       html += "</div>";
       html +=
@@ -21,7 +21,7 @@ function name_selector_init(container, parameter) {
       html +=
         "<input id='user_selector_input' type='input' onkeyup=\"user_select_search_keyup(event,this)\" />";
       html += "<div id='user_selector_list'></div>";
-      html += "<span onclick='user_select_close()'>关闭</span>";
+      html += "<span onclick='user_select_close()'>"+gLocal.gui.close+"</span>";
       html += "</div>";
       $("#" + container).html(html);
     }

+ 1 - 1
app/udict/my_dict_list.php

@@ -31,7 +31,7 @@ require_once '../studio/index_head.php';
 
 		<div class="tool_bar">
 	<div>
-	单词本
+	<?php echo $_local->gui->userdict;?>
 	</div>
 
 	<div>