Просмотр исходного кода

圣典栏目三个子栏目标题使用多语言包

visuddhinanda 3 лет назад
Родитель
Сommit
3a8f963f8c

+ 5 - 3
public/app/palicanon/palicanon.js

@@ -1311,17 +1311,19 @@ function ReanderMainMenu(){
     if(_view=="community"){
         html += "class='select'";
     }
-    html +="><a href='index.php?view=community'>社区</a></span>";
+    html +="><a href='index.php?view=community'>"+gLocal.gui.community_new+"</a></span>";
+	
     html += "<span ";
     if(_view=="category"){
         html += "class='select'";
     }
-    html +="><a href='index.php?view=category' >分类</a></span>";
+    html +="><a href='index.php?view=category' >"+gLocal.gui.pali_text+"</a></span>";
+
     html += "<span ";
     if(_view=="my"){
         html += "class='select'";
     }
-    html +="><a href='index.php?view=my' >我的</a></span>";
+    html +="><a href='index.php?view=my' >"+gLocal.gui.my_space+"</a></span>";
     $("#main_menu").html(html);
 }
 

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

@@ -656,6 +656,9 @@
 		"pass": "pass.",
 		"space": "&nbsp;",
 		"channel_type": "channel type",
+		"community_new": "community new",
+		"pali_text": "pali text",
+		"my_space": "my space",
 		"": ""
 	},
 	"grammastr": [

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

@@ -655,6 +655,9 @@
 		"pass": "pass.",
 		"space": "&nbsp;",
 		"channel_type": "channel type",
+		"community_new": "community new",
+		"pali_text": "pali text",
+		"my_space": "my space",
 		"": ""
 	},
 	"grammastr": [

+ 3 - 4
public/app/public/lang/my.json

@@ -636,10 +636,9 @@
 		"pass": "အောင်သည်။ ကျော်ဖျက်သည်။",
 		"space": "&nbsp;",
 		"channel_type": "ချန်နယ်အမျိုးအစား",
-		
-		
-		
-
+		"community_new": "community new",
+		"pali_text": "pali text",
+		"my_space": "my space",
 		"": ""
 	},
 	"grammastr": [

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

@@ -660,6 +660,9 @@
 		"pass": "pass.",
 		"space": "&nbsp;",
 		"channel_type": "channel type",
+		"community_new": "community new",
+		"pali_text": "pali text",
+		"my_space": "my space",
 		"": ""
 	},
 	"grammastr": [

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

@@ -658,6 +658,9 @@
 		"pass": "被动",
 		"space": "",
 		"channel_type": "资源类型",
+		"community_new": "社区动态",
+		"pali_text": "圣典原文",
+		"my_space": "我的空间",
 		"": ""
 	},
 	"grammastr": [

+ 5 - 2
public/app/public/lang/zh-tw.json

@@ -612,9 +612,9 @@
 		"empty_null_mark": "這裡很安靜",
 		"lesson_intro": "看看世界各地的巴利專家都是如何解析聖典的",
 		"teaching_course": "主講的課程",
-		"watching_course": "關的課程",
+		"watching_course": "關的課程",
 		"searching_instruction": "查詞指南",
-		"dict_searching_placehold": "单词里面添加“+”可分别查看查询结果",
+		"dict_searching_placehold": "單詞裏麵添加“+”可分別查看查詢結果",
 		"copy_to": "複製到",
 		"add_tran": "新增譯文",
 		"no_updated": "無更新",
@@ -657,6 +657,9 @@
 		"pass": "被動",
 		"channel_type": "資源類型",
 		"space": "",
+		"community_new": "社區動態",
+		"pali_text": "聖典原文",
+		"my_space": "我的空間",
 		"": ""
 	},
 	"grammastr": [