Forráskód Böngészése

Merge branch 'laravel' of https://github.com/visuddhinanda/mint into laravel

visuddhinanda 3 éve
szülő
commit
3607f2f4bf

+ 5 - 5
public/app/channal/channal.js

@@ -2,10 +2,10 @@ var _my_channal = new Array();
 var gChannelId;
 var get_channel_list_callback = null;
 var enumChannelType = [
-    {id:'translation',title:'translation',icon:''},    
-    {id:'original',title:'original',icon:''},
-    {id:'nissaya',title:'nissaya',icon:''},
-    {id:'commentary',title:'commentary',icon:''},
+    {id:'translation',title:gLocal.gui.translation,icon:''},    
+    {id:'original',title:gLocal.gui.master_copy,icon:''},
+    {id:'nissaya',title:gLocal.gui.nissaya,icon:''},
+    {id:'commentary',title:gLocal.gui.commentary,icon:''},
 ]
 
 $(document).ready(function() {
@@ -63,7 +63,7 @@ function my_channal_list() {
 					html += '<div style="max-width:2em;flex:1;"><input type="checkbox" /></div>';
 					html += "<div style='flex:0.5;'>No.</div>";
 					html += "<div style='flex:2;'>" + gLocal.gui.title + "</div>";
-					html += "<div style='flex:1;'>" + gLocal.gui.type + "</a></div>";                    
+					html += "<div style='flex:1;'>" + gLocal.gui.channel_type + "</a></div>";                    
 					html += "<div style='flex:2;'>" + gLocal.gui.owner + "</div>";
 					html += "<div style='flex:1;'>" + gLocal.gui.privacy + "</div>";
 					html += "<div style='flex:1;'>" + gLocal.gui.permission + "</a></div>";

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

@@ -659,6 +659,8 @@
 		"community_new": "community new",
 		"pali_text": "pali text",
 		"my_read": "recent",
+		"master_copy": "pāli",
+		"nissaya": "nissaya",
 		"": ""
 	},
 	"grammastr": [

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

@@ -658,6 +658,8 @@
 		"community_new": "community new",
 		"pali_text": "pali text",
 		"my_read": "recent",
+		"master_copy": "pāli",
+		"nissaya": "nissaya",
 		"": ""
 	},
 	"grammastr": [

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

@@ -639,6 +639,8 @@
 		"community_new": "community new",
 		"pali_text": "pali text",
 		"my_read": "recent",
+		"master_copy": "ပါလိ",
+		"nissaya": "နိဿယ",
 		"": ""
 	},
 	"grammastr": [

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

@@ -663,6 +663,8 @@
 		"community_new": "community new",
 		"pali_text": "pali text",
 		"my_read": "recent",
+		"master_copy": "පාලි",
+		"nissaya": "සන‍්න‍ය",
 		"": ""
 	},
 	"grammastr": [

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

@@ -661,6 +661,8 @@
 		"community_new": "社区动态",
 		"pali_text": "圣典原文",
 		"my_read": "我的阅读",
+		"master_copy": "巴利底本",
+		"nissaya": "依词释",
 		"": ""
 	},
 	"grammastr": [

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

@@ -660,6 +660,8 @@
 		"community_new": "社區動態",
 		"pali_text": "聖典原文",
 		"my_read": "我的閱讀",
+		"master_copy": "巴利底本",
+		"nissaya": "依詞釋",
 		"": ""
 	},
 	"grammastr": [