Selaa lähdekoodia

多语言维护 #908

bhikkhu-kosalla-china 3 vuotta sitten
vanhempi
sitoutus
2b124e85f4

+ 1 - 1
public/app/article/article.js

@@ -496,7 +496,7 @@ function reader_draw_para_menu() {
 		html += "<a onclick=\"edit_wbw('" + _book + "','" + strPara + "')\">" + gLocal.gui.edit_now + "</a>";
 		html += "<a  onclick='goto_nissaya(" + _book + "," + strPara + ")'>" + gLocal.gui.show_nissaya + "</a>";
 		html +=
-			"<a onclick=\"copy_para_ref('" + _book + "','" + strPara + "')\">" + gLocal.gui.copy_link + "</a>";
+			"<a onclick=\"copy_para_ref('" + _book + "','" + strPara + "')\">" + gLocal.gui.copy_to_clipboard + "</a>";
 		html +=
 			"<a onclick=\"copy_text('" +
 			_book +

+ 2 - 2
public/app/article/my_article.js

@@ -25,7 +25,7 @@ function my_article_list() {
 					html += "<div style='flex:4;'>" + gLocal.gui.title + "</div>";
 					html += "<div style='flex:2;'>" + gLocal.gui.privacy + "</div>";
 					html += "<div style='flex:1;'>" + gLocal.gui.preview + "</a></div>";
-					html += "<div style='flex:1;'>" + gLocal.gui.copy_link + "</div>";
+					html += "<div style='flex:1;'>" + gLocal.gui.copy_to_clipboard + "</div>";
 					html += "<div style='flex:1;'>" + gLocal.gui.share_to + "</div>";
 					html += "</div>";
 					//列表
@@ -56,7 +56,7 @@ function my_article_list() {
 							"<button class='icon_btn' onclick=\"copy_to_clipboard('"+host+"/app/article/?id=" +
 							iterator.id +
 							"')\" title='" +
-							gLocal.gui.copy_link +
+							gLocal.gui.copy_to_clipboard +
 							"'>";
 						html += "<svg class='icon'>";
 						html += "<use xlink:href='../studio/svg/icon.svg#copy'></use>";

+ 1 - 1
public/app/article/my_collect.js

@@ -28,7 +28,7 @@ function my_collect_list() {
 						html += "</a>";
 						html += "</div>";
 						html += "<div style='flex:2;'>" + render_status(iterator.status) + "</div>";
-						//html += "<div style='flex:1;'>" + gLocal.gui.copy_link + "</div>";
+						//html += "<div style='flex:1;'>" + gLocal.gui.copy_to_clipboard + "</div>";
 						html += "<div style='flex:1;'>";
 						html += "<a href='../article/?view=collection&collection=" + iterator.id + "' target='_blank'>" + gLocal.gui.preview + "</a>";
 						html += "</div>";

+ 1 - 1
public/app/reader/reader.js

@@ -147,7 +147,7 @@ function reader_draw_para_menu() {
 		html += "<a onclick=\"edit_wbw('" + _reader_book + "','" + strPara + "')\">" + gLocal.gui.edit_now + "</a>";
 		html += "<a  onclick='goto_nissaya(" + _reader_book + "," + strPara + ")'>" + gLocal.gui.show_nissaya + "</a>";
 		html +=
-			"<a onclick=\"copy_para_ref('" + _reader_book + "','" + strPara + "')\">" + gLocal.gui.copy_link + "</a>";
+			"<a onclick=\"copy_para_ref('" + _reader_book + "','" + strPara + "')\">" + gLocal.gui.copy_to_clipboard + "</a>";
 		html +=
 			"<a onclick=\"copy_text('" +
 			_reader_book +

+ 2 - 2
public/app/term/note.js

@@ -715,7 +715,7 @@ function note_json_html(in_json) {
 		gLocal.gui.copy_to_clipboard +
 		"</a>";
 	output +=
-		"<a onclick=\"copy_to_clipboard('"+ window.location.href +"#sent_" +
+		/*"<a onclick=\"copy_to_clipboard('"+ window.location.href +"#sent_" +
 		in_json.book +
 		"_" +
 		in_json.para +
@@ -725,7 +725,7 @@ function note_json_html(in_json) {
 		in_json.end + 
 		"')\" >" +
 		gLocal.gui.copy_link +
-		"</a>";
+		"</a>";*/
 	output += "<a onclick='copy_text(this)'>" + gLocal.gui.copy + "“" + gLocal.gui.pāli + "”</a>";
 	output +=
 		"<a onclick=\"edit_in_studio('" +