Selaa lähdekoodia

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

visuddhinanda 5 vuotta sitten
vanhempi
sitoutus
f2dc3a2298
57 muutettua tiedostoa jossa 827 lisäystä ja 669 poistoa
  1. 9 0
      SUMMARY.md
  2. 3 3
      app/calendar/index.php
  3. 1 1
      app/dict/language/default.php
  4. 1 1
      app/dict/language/en.php
  5. 10 1
      app/guide/guide.css
  6. 10 0
      app/guide/readme.md
  7. 1 1
      app/lang/lang.php
  8. 10 7
      app/pcdl/css/reader.css
  9. 1 0
      app/pcdl/img/send_out.svg
  10. 1 1
      app/pcdl/language/default.php
  11. 1 1
      app/pcdl/language/en.php
  12. 1 1
      app/pcdl/language/si.php
  13. 41 17
      app/pcdl/reader.php
  14. 2 2
      app/public/lang/default.json
  15. 2 2
      app/public/lang/en.json
  16. 1 1
      app/public/lang/my.json
  17. 1 1
      app/public/lang/si.json
  18. 6 3
      app/public/lang/zh-cn.json
  19. 2 1
      app/public/lang/zh-tw.json
  20. 1 1
      app/search/language/default.php
  21. 1 1
      app/search/language/en.php
  22. 3 3
      app/studio/buddhist_calendar.php
  23. 1 1
      app/studio/dictionary.php
  24. 1 1
      app/studio/index.php
  25. 1 1
      app/studio/js/common.js
  26. 1 1
      app/studio/js/message.js
  27. 4 41
      app/studio/js/render.js
  28. 1 1
      app/studio/language/default.php
  29. 527 527
      app/studio/language/en.js
  30. 1 1
      app/studio/language/en.php
  31. 1 1
      app/studio/language/my.php
  32. 1 1
      app/studio/language/pali.php
  33. 1 1
      app/studio/module/editor/language/default.php
  34. 1 1
      app/studio/module/editor/language/en.php
  35. 1 1
      app/studio/module/editor/language/si.php
  36. 2 0
      app/term/term.js
  37. 13 7
      app/term/term.php
  38. 15 0
      documents/course/值班通知.md
  39. 2 0
      documents/course/课程历史链接.md
  40. 26 0
      documents/course/课程通知.md
  41. 0 32
      documents/course/课程通知.txt
  42. 3 0
      documents/users_guide/LANGS.md
  43. 0 0
      documents/users_guide/en/SUMMARY.md
  44. 0 0
      documents/users_guide/en/readme.md
  45. 25 0
      documents/users_guide/en/sent_trans.md
  46. 0 0
      documents/users_guide/readme.md
  47. 31 0
      documents/users_guide/zh-cn/SUMMARY.md
  48. 0 0
      documents/users_guide/zh-cn/academy.md
  49. 0 0
      documents/users_guide/zh-cn/library.md
  50. 0 0
      documents/users_guide/zh-cn/readme.md
  51. 25 0
      documents/users_guide/zh-cn/sent_trans.md
  52. 0 0
      documents/users_guide/zh-cn/studio.md
  53. 2 2
      documents/users_guide/zh-cn/studio_general_meaning.md
  54. 7 0
      documents/users_guide/zh-cn/term_pedia_sys.md
  55. 0 0
      documents/users_guide/zh-tw/SUMMARY.md
  56. 0 0
      documents/users_guide/zh-tw/readme.md
  57. 25 0
      documents/users_guide/zh-tw/sent_trans.md

+ 9 - 0
SUMMARY.md

@@ -0,0 +1,9 @@
+# wikipali文档
+
+* [关于](documents/about.md)
+* [日志](documents/dev_log.md)
+* [开发](documents/development/join_us.md)
+* [课程](documents/course/join_us.md)
+  * [课程通知模版](documents/course/课程通知.md)
+  * [重播replay](documents/course/课程历史链接.md)
+* [指南](documents/users_guide/readme.md)

+ 3 - 3
app/calendar/index.php

@@ -743,7 +743,7 @@ var num_s=Math.round((angle-num_d)*60-num_m);
 	}
 	return(angle_str);
 }
-function dwan_noon_display(){
+function dawn_noon_display(){
 	var Unix_string=document.getElementById('time_string').innerHTML
 	var Unix_Array=Unix_string.split("-");
 	var time_A=new Date();
@@ -792,7 +792,7 @@ function dwan_noon_display(){
 		$("#kala_inst_1").html(gLocal.gui.no_string+gLocal.gui.eat);
 		$("#kala_inst_2").html(gLocal.gui.need_inform+gLocal.gui.no_string+gLocal.gui.gama_entry);
 	}
-t=setTimeout('dwan_noon_display()',1000)
+t=setTimeout('dawn_noon_display()',1000)
 
 }
 function set_time_string(date_obj){
@@ -1374,7 +1374,7 @@ function showError(error){
 	select_day_string=$('#cur_day_string')[0].innerText.split('-');
 		pali_date(select_day_string[0],select_day_string[1],select_day_string[2],select_day_string[3],select_day_string[4],select_day_string[5],g_coordinate_this)
 }
-dwan_noon_display();
+dawn_noon_display();
 function air_confirm(place){
 	confirm_position(place+"_position_input",place+"_position_result",place);
 	var coordinate= get_coordinate_num(place);

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

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

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

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 10 - 1
app/guide/guide.css

@@ -31,7 +31,8 @@ guide ol{
     top:100%;
     width: max-content;
     min-width:18em;
-    max-width: calc(30vw);
+    /*max-width: calc(30vw);*/
+    max-width:20em;
     min-height:15em;
     padding:10px;
     background-color: var(--drop-bg-color);
@@ -81,3 +82,11 @@ guide ol{
     white-space: normal;
     word-break: normal;
 }
+.guide_contence  pre{
+    background-color: rgba(0, 0, 0, 0.1);
+}
+.guide_contence  code{
+    white-space: normal;
+    word-break: normal;
+    font-family: arial;
+}

+ 10 - 0
app/guide/readme.md

@@ -0,0 +1,10 @@
+## 范例Example
+```
+<guide gid="文件名Filename"></guide>
+```
+- 路径Path:[../documents/users_guide/](../documents/users_guide/)
+- **文件名Filename**对应其中的\.md文件
+在必要的位置,要执行一次函数
+```
+guide_init();
+```

+ 1 - 1
app/lang/lang.php

@@ -39,7 +39,7 @@
 			</div>
 			<div class="dropdown-content" id="lang_list">
 				<a onclick="setLang('my')">
-					Myanmar
+					မြန်မာ
 				</a>
 				<a onclick="setLang('si')">
 					සිංහල

+ 10 - 7
app/pcdl/css/reader.css

@@ -61,8 +61,8 @@ input[type="submit"] {
     font-weight: 500;
     font-size: 90%;
     background-color: rgba(255, 0, 0, 0);
-    color: red;
-    border: 1px solid red;
+    color: #757AF7;
+    border: 1px solid #ff000000;
     border-radius: 4px;
     margin: 2px;
     padding: 2px 12px;
@@ -87,7 +87,7 @@ input[type="submit"] {
 button:hover,
 input[type="button"]:hover,
 input[type="submit"]:hover {
-    background-color: red;
+    background-color: #ff000000;
     color: white;
 }
 
@@ -284,10 +284,10 @@ input[type="submit"]:disabled {
     box-shadow: 5px 0 20px 5px var(--shadow-color);
 }
 .viewswitch_off {
-    -webkit-transform:translateX(0em);
+    -webkit-transform: translateX(0em);
     -moz-transform:translateX:(0em);
     transform:translateX:(0em);
-    box-shadow: 5px 0 20px 5px var(--shadow-color);
+    box-shadow : 5px 0 20px 5px var(--shadow-color);
 }
 
 .common-tab {
@@ -411,13 +411,16 @@ border-style: solid;
 border-color: transparent transparent black transparent; 
 }
 .tooltip:hover{
-color:red;
+color:#757AF7;
 }
 .tooltip:hover .tooltiptext {
     visibility: visible;
     opacity: 1;
 }
-
+#tool_bar_title{
+    font-family: times;
+    font-weight: bold;
+}
 
 
 #tool_bar_fix{

+ 1 - 0
app/pcdl/img/send_out.svg

@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1598092515064" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9913" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M1024 0L0 625.92l232.96 92.16L934.4 94.08 308.48 747.52v275.2l149.76-215.68 320 126.72z" p-id="9914"></path></svg>

+ 1 - 1
app/pcdl/language/default.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/pcdl/language/en.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/pcdl/language/si.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="කියවනවා";//Read
 $module_gui_str['editor']['1004']="තොරතුරු  ලේඛනය ";//Info Panal
 $module_gui_str['editor']['1005']="වර්ණය";//Color
 $module_gui_str['editor']['1006']="සුදු";//White
-$module_gui_str['editor']['1007']="";//Dwan
+$module_gui_str['editor']['1007']="";//dawn
 $module_gui_str['editor']['1008']="රාත්‍රි ";//Night
 $module_gui_str['editor']['1009']="දර්ශනය ";//View
 $module_gui_str['editor']['1010']="G⁣ තේරුම";//G-Mean

+ 41 - 17
app/pcdl/reader.php

@@ -1,3 +1,8 @@
+<?php
+require_once "../public/_pdo.php";
+require_once "../path.php";
+require_once '../public/load_lang.php';
+?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
@@ -339,10 +344,6 @@
 	</script>
 <body class="reader_body" >
 
-<?php
-require_once "../public/_pdo.php";
-require_once "../path.php";
-?>
 
 <style>
 		#para_nav {
@@ -403,9 +404,9 @@ sent{
 sent:hover{
 	background-color:#fefec1;
 }
-para{
+para {
     color: white;
-    background-color: #b76f03a3;
+    background-color:  #F1CA23;
     min-width: 2em;
     display: inline-block;
     text-align: center;
@@ -435,10 +436,12 @@ para:hover{
 		<!-- tool bar begin-->
 		<div id="main_tool_bar" class='reader_toolbar'>
 			<div id="index_nav">
-				<button onclick="setNaviVisibility()">M</button>
+				<button onclick="setNaviVisibility()">
+					<svg t='1598084571450' class='icon' viewBox='0 0 1029 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6428' width='20px' height='20px'><path d='M159.744 69.632 53.248 69.632C28.672 69.632 4.096 90.112 4.096 118.784l0 94.208c0 28.672 24.576 49.152 53.248 49.152l102.4 0C184.32 266.24 208.896 241.664 208.896 212.992L208.896 118.784C208.896 90.112 184.32 69.632 159.744 69.632zM970.752 69.632 368.64 69.632c-28.672 0-57.344 24.576-57.344 49.152l0 94.208c0 28.672 32.768 49.152 57.344 49.152l598.016 0c28.672 0 57.344-24.576 57.344-49.152L1024 118.784C1028.096 94.208 999.424 69.632 970.752 69.632zM159.744 413.696 53.248 413.696c-28.672 0-53.248 24.576-53.248 49.152l0 94.208c0 28.672 24.576 49.152 53.248 49.152l102.4 0c28.672 0 53.248-24.576 53.248-49.152l0-94.208C208.896 438.272 184.32 413.696 159.744 413.696zM970.752 413.696 368.64 413.696c-28.672 0-57.344 24.576-57.344 49.152l0 94.208c0 28.672 32.768 49.152 57.344 49.152l598.016 0c28.672 0 57.344-24.576 57.344-49.152l0-94.208C1028.096 438.272 999.424 413.696 970.752 413.696zM159.744 757.76 53.248 757.76c-28.672 0-53.248 24.576-53.248 49.152l0 94.208c0 28.672 24.576 49.152 53.248 49.152l102.4 0c28.672 0 53.248-24.576 53.248-49.152l0-94.208C208.896 782.336 184.32 757.76 159.744 757.76zM970.752 761.856 368.64 761.856c-28.672 0-57.344 24.576-57.344 49.152l0 94.208c0 28.672 32.768 49.152 57.344 49.152l598.016 0c28.672 0 57.344-24.576 57.344-49.152l0-94.208C1028.096 782.336 999.424 761.856 970.752 761.856z' fill='#757AF7' p-id='6429'></path></svg>
+				</button>
 			</div>
 			<div>
-				<span id="tool_bar_title">Title</span>
+				<span id="tool_bar_title"><?php echo $_local->gui->title; ?></span>
 			</div>
 			<div>
 			<form action="../studio/project.php" method="post" onsubmit="return pali_canon_edit_now(this)" target="_blank">
@@ -454,14 +457,18 @@ para:hover{
 				<input type="submit" value="编辑">
 			</form>
 				<div class="case_dropdown">
-					<p class="case_dropbtn"><button>A</button></p>
+					<p class="case_dropbtn"><button>
+						<svg t='1598086376923' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8426' width='20px' height='20px'><path d='M609.745455 453.818182v130.327273h69.818181V535.272727H744.727273v377.018182h95.418182V535.272727H907.636364v48.872728h69.818181V453.818182z' p-id='8427' fill='#757AF7'></path><path d='M677.236364 300.218182V111.709091H46.545455V300.218182h69.818181v-51.2h162.909091v663.272727h165.236364V249.018182h162.909091v51.2z' p-id='8428' fill='#757AF7'></path></svg>
+					</button></p>
 					<div class="case_dropdown-content" style="right: 0;width:10em;">
 						<div ><button>A+</button><button>A-</button></div>
-						<div ><button>白</button><button>棕</button><button>夜s</button></div>
+						<div ><button><?php echo $_local->gui->white;?></button><button><?php echo $_local->gui->dawn;//棕?></button><button><?php echo $_local->gui->night;//夜?></button></div>
 					</div>
 				</div>
 				<div class="case_dropdown">
-					<p class="case_dropbtn"><button>┇</button></p>
+					<p class="case_dropbtn"><button>
+					<svg t='1598086493824' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='9217' width='20px' height='20px'><path d='M912.695652 512m-111.304348 0a5 5 0 1 0 222.608696 0 5 5 0 1 0-222.608696 0Z' p-id='9218' fill='#757AF7'></path><path d='M512 512m-111.304348 0a5 5 0 1 0 222.608696 0 5 5 0 1 0-222.608696 0Z' p-id='9219' fill='#757AF7'></path><path d='M111.304348 512m-111.304348 0a5 5 0 1 0 222.608696 0 5 5 0 1 0-222.608696 0Z' p-id='9220' fill='#757AF7'></path></svg>
+					</button></p>
 					<div class="case_dropdown-content" style="right: 2em;min-width:6em;">
 						<a onclick="tool_changed('dighest')">书摘</a>
 						<a onclick="tool_changed('comments')">批注</a>
@@ -613,7 +620,9 @@ else{
 				$query = "select paragraph , toc from 'pali_text' where book='$book' and paragraph='$par_next' ";
 				$FetchPara = PDO_FetchAll($query);
 				if(count($FetchPara)>0){
-					$next_para_link = "<a href='reader.php?view={$_view}&book={$book}&para={$par_next}'><span id='para_nav_next'>{$FetchPara[0]["toc"]}</span><span  id='para_nav_next_a'>下一个</span></a>〉";
+					$next_para_link = "<a href='reader.php?view={$_view}&book={$book}&para={$par_next}'><span id='para_nav_next'>{$FetchPara[0]["toc"]}</span><span  id='para_nav_next_a'>";
+					$next_para_link .= "<svg t='1598093121925' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4451' width='32px' height='32px'><path d='M540.5696 102.4c-225.83296 0-409.6 183.74656-409.6 409.6s183.76704 409.6 409.6 409.6c225.85344 0 409.6-183.74656 409.6-409.6s-183.74656-409.6-409.6-409.6z m180.14208 439.84896l-109.19936 128.59392a46.65344 46.65344 0 0 1-65.86368 5.36576 46.71488 46.71488 0 0 1-5.38624-65.8432l43.86816-51.63008h-188.12928a46.6944 46.6944 0 1 1 0-93.42976h188.12928l-43.86816-51.63008a46.75584 46.75584 0 0 1 71.24992-60.47744l109.19936 128.59392c14.82752 17.408 14.82752 43.008 0 60.45696z' p-id='4452' fill='#757AF7'></path></svg>";
+					$next_para_link .= "</span></a>";
 				}
 				else{
 					$next_para_link = "没有查询到标题";
@@ -627,7 +636,9 @@ else{
 				$query = "select paragraph , toc from 'pali_text' where book='$book' and paragraph='$par_prev' ";
 				$FetchPara = PDO_FetchAll($query);
 				if(count($FetchPara)>0){
-					$prev_para_link = "〈<a href='reader.php?view={$_view}&book={$book}&para={$par_prev}'><span id='para_nav_prev_a'>前一个</span><span id='para_nav_prev'>{$FetchPara[0]["toc"]}</span></a>";
+					$prev_para_link = "<a href='reader.php?view={$_view}&book={$book}&para={$par_prev}'><span id='para_nav_prev_a'>";
+					$prev_para_link .= "<svg t='1598093521111' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4644' width='32' height='32'><path d='M540.5696 102.4c-225.83296 0-409.6 183.74656-409.6 409.6s183.76704 409.6 409.6 409.6c225.85344 0 409.6-183.74656 409.6-409.6s-183.74656-409.6-409.6-409.6z m144.54784 456.31488h-188.12928l43.84768 51.63008a46.6944 46.6944 0 0 1-35.59424 76.96384 46.55104 46.55104 0 0 1-35.61472-16.4864l-109.24032-128.59392a46.71488 46.71488 0 0 1 0-60.47744l109.24032-128.59392a46.6944 46.6944 0 1 1 71.20896 60.47744l-43.84768 51.63008h188.12928a46.6944 46.6944 0 1 1 0 93.45024z' p-id='4645' fill='#757AF7'></path></svg>";
+					$prev_para_link .= "</span><span id='para_nav_prev'>{$FetchPara[0]["toc"]}</span></a>";
 				}
 				else{
 					$prev_para_link = "没有查询到标题";
@@ -667,16 +678,22 @@ else{
 		break;
 		case "chapter":
 			if($par_parent >= 0){
-				echo "<a href='reader.php?view={$_view}&book={$book}&paragraph={$par_parent}'>▲{$_parent_title}</a>";
+				echo "<a href='reader.php?view={$_view}&book={$book}&paragraph={$par_parent}'>";
+				echo "<svg t='1598083209786' class='icon' style='fill:#666666;' height='30px' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4926'><path d='M446.464 118.784l-254.976 256c-13.312 13.312-4.096 35.84 15.36 35.84H716.8c18.432 0 28.672-22.528 15.36-35.84l-254.976-256c-9.216-8.192-22.528-8.192-30.72 0zM563.2 796.672V533.504c0-11.264-9.216-21.504-21.504-21.504H379.904c-11.264 0-21.504 9.216-21.504 21.504v366.592c0 11.264 9.216 21.504 21.504 21.504h467.968c11.264 0 21.504-9.216 21.504-21.504V839.68c0-11.264-9.216-21.504-21.504-21.504H584.704c-12.288 0-21.504-9.216-21.504-21.504z m0 21.504' p-id='4927'></path></svg>";
+				echo "{$_parent_title}</a>";
 			}
 		break;
 		case "para":
 			if($par_parent >= 0){
-				echo "<a href='reader.php?view=chapter&book={$book}&paragraph={$par_parent}'>▲{$_parent_title}</a>";
+				echo "<a href='reader.php?view=chapter&book={$book}&paragraph={$par_parent}'>";
+				echo "<svg t='1598083209786' class='icon' style='fill:#666666;' height='30px' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4926'><path d='M446.464 118.784l-254.976 256c-13.312 13.312-4.096 35.84 15.36 35.84H716.8c18.432 0 28.672-22.528 15.36-35.84l-254.976-256c-9.216-8.192-22.528-8.192-30.72 0zM563.2 796.672V533.504c0-11.264-9.216-21.504-21.504-21.504H379.904c-11.264 0-21.504 9.216-21.504 21.504v366.592c0 11.264 9.216 21.504 21.504 21.504h467.968c11.264 0 21.504-9.216 21.504-21.504V839.68c0-11.264-9.216-21.504-21.504-21.504H584.704c-12.288 0-21.504-9.216-21.504-21.504z m0 21.504' p-id='4927'></path></svg>";
+				echo "{$_parent_title}</a>";
 			}
 		break;
 		case "sent":
-				echo "<a href='reader.php?view=para&book={$book}&paragraph={$paragraph}'>▲{$paragraph}</a>";
+				echo "<a href='reader.php?view=para&book={$book}&paragraph={$paragraph}'>";
+				echo "<svg t='1598083209786' class='icon' style='fill:#666666;' height='30px' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4926'><path d='M446.464 118.784l-254.976 256c-13.312 13.312-4.096 35.84 15.36 35.84H716.8c18.432 0 28.672-22.528 15.36-35.84l-254.976-256c-9.216-8.192-22.528-8.192-30.72 0zM563.2 796.672V533.504c0-11.264-9.216-21.504-21.504-21.504H379.904c-11.264 0-21.504 9.216-21.504 21.504v366.592c0 11.264 9.216 21.504 21.504 21.504h467.968c11.264 0 21.504-9.216 21.504-21.504V839.68c0-11.264-9.216-21.504-21.504-21.504H584.704c-12.288 0-21.504-9.216-21.504-21.504z m0 21.504' p-id='4927'></path></svg>";
+				echo "{$paragraph}</a>";
 		break;
 		case 10:
 		break;
@@ -804,7 +821,14 @@ else{
 
 		//查询句子译文内容结束
 
-	echo "<div id='para_nav'><div>$prev_para_link</div><div>$next_para_link</div></div>";
+	echo "<div id='para_nav'>";
+	echo "<div style='display:inline-flex;'>";
+	echo "<svg t='1598094361320' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4933' width='32' height='32'><path d='M698.75712 684.4416a81.92 81.92 0 0 1-124.88704 106.06592l-191.488-225.4848a81.89952 81.89952 0 0 1 0-106.06592l191.488-225.4848a81.92 81.92 0 0 1 124.88704 106.06592l-146.45248 172.46208 146.45248 172.4416z' p-id='4934' fill='#757AF7'></path></svg>";
+	echo "$prev_para_link</div>";
+	echo "<div style='display:inline-flex;'>$next_para_link";
+	echo "<svg t='1598094021808' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='4451' width='32' height='32'><path d='M698.75712 565.02272l-191.488 225.4848a81.73568 81.73568 0 0 1-62.48448 28.89728 81.89952 81.89952 0 0 1-62.40256-134.94272l146.432-172.4416-146.432-172.4416a81.92 81.92 0 0 1 124.88704-106.06592l191.488 225.4848a81.87904 81.87904 0 0 1 0 106.02496z' p-id='4452' fill='#757AF7'></path></svg>";
+	echo "</div>";
+	echo "</div>";
 
 	if(isset($album)){
 

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

@@ -79,7 +79,7 @@
 		"down": "Down",
 		"download": "[Download]",
 		"draft": "As Draft",
-		"dwan": "Dwan",
+		"dawn": "dawn",
 		"each_paragraph": "E paragraph",
 		"each_sentence": "E sentence",
 		"eat": "eat",
@@ -317,7 +317,7 @@
 		"translate1": "Translated By ",
 		"translation": "Translation",
 		"translation_templet": "Translation Templet",
-		"twilight_time": "DWAN",
+		"twilight_time": "dawn",
 		"undo_shared": "undo shared",
 		"unsplit": "Slur Splited",
 		"up": "Up",

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

@@ -79,7 +79,7 @@
 		"down": "Down",
 		"download": "[Download]",
 		"draft": "As Draft",
-		"dwan": "Dwan",
+		"dawn": "dawn",
 		"each_paragraph": "E paragraph",
 		"each_sentence": "E sentence",
 		"eat": "eat",
@@ -317,7 +317,7 @@
 		"translate1": "Translated By ",
 		"translation": "Translation",
 		"translation_templet": "Translation Templet",
-		"twilight_time": "DWAN",
+		"twilight_time": "dawn",
 		"undo_shared": "undo shared",
 		"unsplit": "Slur Splited",
 		"up": "Up",

+ 1 - 1
app/public/lang/my.json

@@ -79,7 +79,7 @@
 		"down": "Down",
 		"download": "[Download]",
 		"draft": "As Draft",
-		"dwan": "Dwan",
+		"dawn": "dawn",
 		"each_paragraph": "E paragraph",
 		"each_sentence": "E sentence",
 		"eat": "eat",

+ 1 - 1
app/public/lang/si.json

@@ -79,7 +79,7 @@
 		"down": "Down",
 		"download": "[Download]",
 		"draft": "As Draft",
-		"dwan": "අරුණ",
+		"dawn": "අරුණ",
 		"each_paragraph": "E paragraph",
 		"each_sentence": "E sentence",
 		"eat": "eat",

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

@@ -79,7 +79,7 @@
 		"down": "向下",
 		"download": "下载",
 		"draft": "存草稿",
-		"dwan": "黄昏",
+		"dawn": "黄昏",
 		"each_paragraph": "逐段",
 		"each_sentence": "逐句",
 		"eat": "进餐",
@@ -216,7 +216,7 @@
 		"ok": "成功",
 		"order_by": "排序方式",
 		"other": "其他",
-		"other_meaning": "备选意思(可选项)",
+		"other_meaning": "备选用词",
 		"otherdict": "其他词典",
 		"pa_auk_dictionary": "帕奥词典",
 		"pacchā_māsa": "下个月",
@@ -459,7 +459,10 @@
 		"preference": "个性化",
 		"appearance": "外观",
 		"theme": "主题",
-		"": ""
+		"first_choice_word": "首选用词",
+		"pali_word": "巴利原词",
+		"required": "必填",
+		"optional": "选填"
 	},
 	"grammastr": [
 		{

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

@@ -79,7 +79,7 @@
 		"down": "向下",
 		"download": "下載",
 		"draft": "存草稿",
-		"dwan": "黃昏",
+		"dawn": "黃昏",
 		"each_paragraph": "逐段",
 		"each_sentence": "逐句",
 		"eat": "進餐",
@@ -458,6 +458,7 @@
 		"preference": "個性化",
 		"appearance": "外觀",
 		"theme": "主題",
+		"first_choice_word": "首选用词",
 		"": ""
 	},
 	"grammastr": [

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

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

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

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 3 - 3
app/studio/buddhist_calendar.php

@@ -622,8 +622,8 @@ echo "</div>";
 
 ?>
 <script language="javascript">
-dwan_noon_display();
-function dwan_noon_display(){
+dawn_noon_display();
+function dawn_noon_display(){
 	var Unix_string=document.getElementById('time_string').innerHTML
 	var Unix_Array=Unix_string.split("-");
 	var time_A=new Date();
@@ -660,7 +660,7 @@ function dwan_noon_display(){
 		$("#kala_inst_1").html(local_gui.no_string+local_gui.eat);
 		$("#kala_inst_2").html(local_gui.need_inform+local_gui.no_string+local_gui.gama_entry);
 	}
-t=setTimeout('dwan_noon_display()',1000)
+t=setTimeout('dawn_noon_display()',1000)
 
 }
 function set_time_string(date_obj){

+ 1 - 1
app/studio/dictionary.php

@@ -77,7 +77,7 @@ else{
 				<button id="B_FontReduce" type="button" onclick="setPageFontSize(0.9)">A-</button> 
 				<button id="B_FontGain" type="button" onclick="setPageFontSize(1.1)">A+</button>
 				<button id="B_Day" type="button" onclick="setPageColor(0)">White</button>
-				<button id="B_Sunset" type="button" onclick="setPageColor(1)">Dwan</button>
+				<button id="B_Sunset" type="button" onclick="setPageColor(1)">dawn</button>
 				<button id="B_Night" type="button" onclick="setPageColor(2)">Night</button>
 				<span id="debug"></span>
 			</div>

+ 1 - 1
app/studio/index.php

@@ -379,7 +379,7 @@ else{
 			<div class="help_fun_block">
 				<div class="title" ><?php echo $_local->gui->appearance;?></div>
 				<div >
-				<?php echo $_local->gui->theme;?>:<a><?php echo $_local->gui->night;?></a> <a><?php echo $_local->gui->white;?></a> <a><?php echo $_local->gui->dwan;?></a> <a><?php echo $_local->gui->more;?></a>
+				<?php echo $_local->gui->theme;?>:<a><?php echo $_local->gui->night;?></a> <a><?php echo $_local->gui->white;?></a> <a><?php echo $_local->gui->dawn;?></a> <a><?php echo $_local->gui->more;?></a>
 				</div>
 			</div>
 		</div>

+ 1 - 1
app/studio/js/common.js

@@ -40,7 +40,7 @@ function setPageColor(sColor) {
 			cssobj.setAttribute("href", "css/color_day.css");
 			break;
 		case 1:
-			cssobj.setAttribute("href", "css/color_dwan.css");
+			cssobj.setAttribute("href", "css/color_dawn.css");
 			break;
 		case 2:
 			cssobj.setAttribute("href", "css/color_night.css");

+ 1 - 1
app/studio/js/message.js

@@ -441,7 +441,7 @@ function time_standardize(date) {
   ) {
     //如果是今年但非今天的消息,只显示月日
     var date_length = date.toLocaleDateString().length;
-    return date.toLocaleDateString().slice(5, date_length - 1);
+    return date.toLocaleDateString().slice(5, date_length);
   } else {
     //如果不是今年的消息,显示年月日
     return date.toLocaleDateString();

+ 4 - 41
app/studio/js/render.js

@@ -1297,7 +1297,7 @@ function render_sent_tool_bar(elementBlock, begin) {
 var arr_par_sent_num = new Array();
 var g_arr_Para_ID = new Array();
 function renderWordParBlockInner(elementBlock) {
-  let output = "<div style='display:block;width:100%'>";
+  var output = "<div style='display:block;width:100%'>";
   let outList = "<table>"; //list mode
   var Note_Mark = 0;
   var sent_gramma_i = 0;
@@ -1474,6 +1474,7 @@ function renderWordParBlockInner(elementBlock) {
         output += "<div id='sent_div_" + wID + "' class='translate_sent'>";
         output += "<div class='translate_sent_head'>";
         output += "<div class='translate_sent_head_toolbar'>";
+        output += "<guide gid='sent_trans' style='margin:unset;'></guide>";
         output += "<span></span>";
         output +=
           "<span onclick=\"show_tran_net('" +
@@ -1488,14 +1489,6 @@ function renderWordParBlockInner(elementBlock) {
         sent_begin = word_id;
         output += "</div>";
         output += "<div class='translate_sent_head_content'>";
-        output +=
-          "<div class='trans_text_content'  pcds='sent-net' book='" +
-          book +
-          "' para='" +
-          paragraph +
-          "' begin='" +
-          sent_begin +
-          "' end=''></div>";
         output += "</div>";
         output += "</div>";
         output += "<div id='sent_" + wID + "' class='translate_sent_content'>";
@@ -1554,6 +1547,7 @@ function renderWordParBlockInner(elementBlock) {
   output += "<div id='sent_div_" + wID + "' class='translate_sent'>";
   output += "<div class='translate_sent_head'>";
   output += "<div class='translate_sent_head_toolbar'>";
+  output += "<guide gid='sent_trans' style='margin:unset;'></guide>";
   output += "<span></span>";
   output +=
     "<span onclick=\"show_tran_net('" +
@@ -1564,40 +1558,9 @@ function renderWordParBlockInner(elementBlock) {
     sent_begin +
     "','" +
     word_id +
-    "')\">" +
-    "<span id='' class=\"word_msg\">+</span>" +
-    "</span>";
+    "')\"><span id='' class=\"word_msg\">issue</span></span>";
   output += "</div>";
   output += "<div class='translate_sent_head_content'>";
-
-  output += "<div class='trans_text_block'>";
-  output +=
-    "<div class='trans_text_content'  pcds='sent-net' book='" +
-    book +
-    "' para='" +
-    paragraph +
-    "' begin='" +
-    sent_begin +
-    "' end=''>";
-  output += "</div>";
-  output +=
-    "<div class='trans_text_info'>" +
-    "<span><span>过滤</span><span class='author'>visuddhinanda</span><span class='tag'>笔记</span></span>" +
-    "<span class='tools'>" +
-    "<button>采纳</button>" +
-    "<button onclick=\"show_tran_net('" +
-    book +
-    "','" +
-    paragraph +
-    "','" +
-    sent_begin +
-    "','" +
-    word_id +
-    "')\">更多</button>" +
-    "</span>" +
-    "</div>";
-  output += "</div>";
-
   output += "</div>";
   output += "</div>";
   output += "<div id='sent_" + wID + "' class='translate_sent_content'>";

+ 1 - 1
app/studio/language/default.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 527 - 527
app/studio/language/en.js


+ 1 - 1
app/studio/language/en.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/studio/language/my.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/studio/language/pali.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/studio/module/editor/language/default.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/studio/module/editor/language/en.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 1 - 1
app/studio/module/editor/language/si.php

@@ -5,7 +5,7 @@ $module_gui_str['editor']['1003']="Read";
 $module_gui_str['editor']['1004']="Info Panal";
 $module_gui_str['editor']['1005']="Color";
 $module_gui_str['editor']['1006']="White";
-$module_gui_str['editor']['1007']="Dwan";
+$module_gui_str['editor']['1007']="dawn";
 $module_gui_str['editor']['1008']="Night";
 $module_gui_str['editor']['1009']="View";
 $module_gui_str['editor']['1010']="G-Mean";

+ 2 - 0
app/term/term.js

@@ -651,4 +651,6 @@ function term_add_new(keyword) {
 
 function term_show_new() {
 	$("#term_new_recorder").slideToggle();
+	$("#new_term_button").hide();
+	guide_init();
 }

+ 13 - 7
app/term/term.php

@@ -176,14 +176,20 @@ switch($op){
 		}
 		//新建词条
 		echo "<div class='dict_word'>";
-		echo "<button onclick=\"term_show_new()\">{$_local->gui->new}</button>";
+		echo "<button id='new_term_button' onclick=\"term_show_new()\">{$_local->gui->new}</button>";
 		echo "<div id='term_new_recorder' style='display:none;'>";
-		echo "<div class='dict'>".$module_gui_str['editor']['1121']."</div>";//New Techinc Term
-		echo "<div class='mean'>{$_local->gui->pāli}:<input type='input' placeholder='{$_local->gui->pāli}' id='term_new_word' value='{$word}' /></div>";//'拼写'
-		echo "<div class='mean'>{$_local->gui->meaning}<input type='input' placeholder='{$_local->gui->meaning}' id='term_new_mean'/></div>";//'意思'
-		echo "<div class='other_mean'>{$_local->gui->other_meaning}:<input type='input'  placeholder='{$_local->gui->other_meaning}' id='term_new_mean2'/></div>";//'备选意思(可选项)'
-		echo "<div class='tag'>{$_local->gui->tag}:<input type='input'  placeholder='{$_local->gui->tag}' id='term_new_tag'/></div>";//'标签'
-		echo "<div class='note'>{$_local->gui->note}:<textarea width='100%' height='3em'  placeholder='{$_local->gui->note}' id='term_new_note'></textarea></div>";//'注解'
+		echo "<div class='dict'>".$_local->gui->new_technic_term."</div>";//New Techinc Term
+		echo "<div class='mean' style='display:flex;'><span style='flex:1;'>{$_local->gui->pali_word}:</span>";
+		echo "<input type='input' style='flex:3;' placeholder='{$_local->gui->required}' id='term_new_word' value='{$word}' /></div>";//'拼写'
+		echo "<div class='mean' style='display:flex;'><span style='flex:1;'>{$_local->gui->first_choice_word}:</span>";
+		echo "<input type='input' style='flex:3;' placeholder='{$_local->gui->required}' id='term_new_mean'/></div>";//'意思'
+		echo "<div class='mean' style='display:flex;'><span style='flex:1;'>{$_local->gui->other_meaning}:</span>";
+		echo "<input type='input' style='flex:3;' placeholder='{$_local->gui->optional}' id='term_new_mean2'/></div>";//'备选意思(可选项)'
+		echo "<div class='mean' style='display:flex;'><span style='flex:1;'>{$_local->gui->tag}:</span>";
+		echo "<input type='input' style='flex:3;' placeholder='{$_local->gui->optional}' id='term_new_tag'/></div>";//'标签'
+		echo "<div class='note'><span style='display:flex;'><span>{$_local->gui->encyclopedia} & {$_local->gui->note}:</span>";
+		echo "<guide gid='term_pedia_sys' style='margin-left: auto;'></guide></span>";
+		echo "<textarea width='100%' height='3em'  placeholder='{$_local->gui->optional}' id='term_new_note'></textarea></div>";//'注解'
 		echo "<button onclick=\"term_data_save('')\">{$_local->gui->save}</button>";//保存
 		echo "</div>";
 		echo "</div>";

+ 15 - 0
documents/course/值班通知.md

@@ -0,0 +1,15 @@
+
+今天Today
+2:30-7:00 LA
+5:30-10:00 NewYork
+16:00-20:30 缅甸
+17:30-22:00 北京
+为我的线上值班时间
+I will be on duty.
+我会进入zoom会议室,编写用户指南、预习课程等工作。
+I will enter the zoom meeting room, editing the user guide, and prepare for tomorrow class.
+有需要的尊者、贤友可以进入会议室讨论明天的课程内容以及软件的使用细节。
+If any Bhante and Dhamma Friends need my help(software or tomorrow class), can find me in the meeting room.
+- zoom https://us02web.zoom.us/j/82285613942?pwd=Y0pPcUU4cmpoTURhckRGUExtRUNRUT09
+- ZOOM ID:822 8561 3942
+- 密码Password:791203

+ 2 - 0
documents/course/课程历史链接.md

@@ -1,9 +1,11 @@
 ## 课程回放Lesson Replays:
 - Outside Mainland China
 [youtube](https://www.youtube.com/playlist?list=PL_1iJBQvNPFHmQFWvzotYY3F6et83tFZN)
+[字幕投稿Subtitle distribute](https://www.youtube.com/timedtext_cs_panel?c=UClGNGi4ULgZafT_OIit_owA&tab=2)
 
 - 中国大陆地区
 [百度网盘](https://pan.baidu.com/s/1zjWdxydOMig4Zv213nsGiA)  提取码: q4k5
+[优酷](https://v.youku.com/v_show/id_XNDgxMzkwMDUzNg==.html)
   
 ## 其他参考资料Other Referance
 ### Dhamma Talk on "The Significance of Āsāḷha Full Moon Day"

+ 26 - 0
documents/course/课程通知.md

@@ -0,0 +1,26 @@
+逐词解析转动正法车轮经 根本 义註 复註 的实战巴利语课堂。
+ 
+ Practial Class of Dhammacakkappavattanasutta mūla, aṭṭhakathā & tīkā word by word explaination
+
+主讲老师Teacher:U Kuṇḍadhāna Sayadaw
+
+授课地点Place:
+
+线下Offline:
+- 帕奥禅修中心(缅甸·土瓦dawei)
+Pa-auk Meditation Centre(Dawei, Myanmar)
+
+线上Online:
+- zoom https://us02web.zoom.us/j/82285613942?pwd=Y0pPcUU4cmpoTURhckRGUExtRUNRUT09
+- ZOOM ID:822 8561 3942
+- 密码Password:791203
+
+授课时间Time:
+SUN MON TUE THR (3 from 4)
+18:30 L. A.
+21:30 NewYork
+周一 周二 周三 周五 (4选3)
+8:00 仰光
+9:30 北京
+
+技术支持Power by:www.wikipali.org

+ 0 - 32
documents/course/课程通知.txt

@@ -1,32 +0,0 @@
-主题title:
-推动法的车轮经详解-第5讲
-Dhammacakkapavattanasutta Lesson 5
-by IAPT国际巴利三藏院 
-时间:
-8/16 18:30 L. A.
-8/16 21:30 北美
-8/17 8:00 仰光
-8/17 9:30 北京
-
-
-加入 Zoom 会议
-https://us02web.zoom.us/j/86184801875?pwd=VkdmTW9lUHQ1TDI3Q21YUVVHTkFKdz09
-
-会议 ID:861 8480 1875
-密码:009120
-
-转动法之车轮经详解 第0讲
-Explaination of Dhammacakkappavattanasutta Lesson 0
-
-转动正法车轮经 根本 义註 复註 的讲解。
-主讲老师:U Kuṇḍadhāna Sayadaw
-授课地点:帕奥禅修中心(缅甸·土瓦dawei)
-字幕投稿:https://www.youtube.com/timedtext_cs_panel?c=UClGNGi4ULgZafT_OIit_owA&tab=2
-线上教室:zoom
-技术支持:www.wikipali.org
-Explaination of Dhammacakkappavattanasutta mūla, aṭṭhakathā & tīkā
-Teacher:U Kuṇḍadhāna Sayadaw
-Place:Pa-auk Meditation Centre(Dawei, Myanmar)
-Subtitle distribute:https://www.youtube.com/timedtext_cs_panel?c=UClGNGi4ULgZafT_OIit_owA&tab=2
-Online classroom:zoom
-Power by:www.wikipali.org

+ 3 - 0
documents/users_guide/LANGS.md

@@ -0,0 +1,3 @@
+* [English](en/)
+* [简体中文](zh-cn/)
+* [繁體中文](zh-tw/)

+ 0 - 0
documents/users_guide/en/SUMMARY.md


+ 0 - 0
documents/users_guide/en/readme.md


+ 25 - 0
documents/users_guide/en/sent_trans.md

@@ -0,0 +1,25 @@
+## 译文输入
+此处的设计是针对**信达雅**三大翻译指标中的**雅**,即文学性。在词源拆分上满足了**信**,在单词含义上满足了**达**,我们便可以更加自由地追求**雅**。
+### 操作方法
+- 点击输入框,输入框会自动展开;
+- 在其中键入文字,输入框上方将自动显示预览;
+- 当鼠标点击其他地方时(输入框失去焦点),输入框里的内容将自动保存。
+## 术语大兼容系统
+在佛教翻译中,术语使用在历史沿革中一直存在大量争论,这是在纸媒体的时代永远无法解决的。
+
+然而在电子阅读时代,这个问题是可以通过兼容的方式,同时照顾**译者**和**读者**两大群体的感受。
+### 操作方法
+- [视频链接]
+- 点击逐词解析中的术语
+- 检查**词典原型**是否为空,如果为空请填入去掉变化之后的能够在词典中查询到的**原型**
+- 点击页面右上角的<svg id="icon_term" viewBox="0 0 24 24" style='fill:#6baaff;height: 15px; width: 15px;'><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"></path></svg>调出侧边栏
+- 点击**新建**按钮,在其中键入**首选术语**(必填),其他为选填
+- 之后,在键入译文的时候,如下:
+```
+[[isipatana]] [[migadāya]]:由仙人们起飞和降落而得名。由于给予[[miga]]安全感,而划定为[[migadāya]]的区域。
+```
+<b>[[pāḷi]]</b>会被自动替换,最终显示为:
+```
+落仙坪(isipatana 仙人降落处,仙人堕处,仙人落处 ) 野生保护(区)(migadāya 鹿野苑 ):由仙人们起飞和降落而得名。由于给予野兽(miga 鹿,野生动物 )安全感,而划定为野生保护(区)的区域。
+```
+注:该替换优先依照读者的个性化术语系统

+ 0 - 0
documents/users_guide/readme.md


+ 31 - 0
documents/users_guide/zh-cn/SUMMARY.md

@@ -0,0 +1,31 @@
+# 用户指南
+
+* [藏经阁](library.md)
+  * [查词](dict_search_input.md)
+  * [强力拆分](comp_split.md)
+  * [性]
+    * [阳性](grammar_m.md)
+    * [阴性](grammar_f.md)
+    * [中性](grammar_nt.md)
+  * [数]
+    * [单数](grammar_sg.md)
+    * [复数](grammar_pl.md)
+  * [格]
+    * [主格](grammar_nom.md)
+    * [宾格](grammar_acc.md)
+    * [工具格](grammar_inst.md)
+    * [目的格](grammar_dat.md)
+    * [来源格](grammar_abl.md)
+    * [属格](grammar_gen.md)
+    * [处格](grammar_loc.md)
+    * [呼格](grammar_voc.md)
+* [译经楼](studio.md)
+  * [整体含义](studio_general_meaning.md)
+  * [拆分方式](studio_break_down.md)
+  * [拆分含义](studio_part_meaning.md)
+  * [语法信息](grammar_abbr.md)
+  * [词典原型](studio_parent.md)
+  * [衍生原型](studio_parent2.md)
+  * [协作消息](studio_message.md)
+  * [句子编号](sent_func.md)
+* [圣书院](academy.md)

+ 0 - 0
documents/users_guide/zh-cn/academy.md


+ 0 - 0
documents/users_guide/zh-cn/library.md


+ 0 - 0
documents/users_guide/zh-cn/readme.md


+ 25 - 0
documents/users_guide/zh-cn/sent_trans.md

@@ -0,0 +1,25 @@
+## 译文输入
+此处的设计是针对**信达雅**三大翻译指标中的**雅**,即文学性。在词源拆分上满足了**信**,在单词含义上满足了**达**,我们便可以更加自由地追求**雅**。
+### 操作方法
+- 点击输入框,输入框会自动展开;
+- 在其中键入文字,输入框上方将自动显示预览;
+- 当鼠标点击其他地方时(输入框失去焦点),输入框里的内容将自动保存。
+## 术语大兼容系统
+在佛教翻译中,术语使用在历史沿革中一直存在大量争论,这是在纸媒体的时代永远无法解决的。
+
+然而在电子阅读时代,这个问题是可以通过兼容的方式,同时照顾**译者**和**读者**两大群体的感受。
+### 操作方法
+- 视频演示 [YouTube](https://youtu.be/Pd1W0fPi9Ks) [优酷](https://v.youku.com/v_show/id_XNDgxMjU5NDIwMA==.html)
+- 点击逐词解析中的术语
+- 检查**词典原型**是否为空,如果为空请填入去掉变化之后的能够在词典中查询到的**原型**
+- 点击页面右上角的<svg id="icon_term" viewBox="0 0 24 24" style='fill:#6baaff;height: 15px; width: 15px;'><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"></path></svg>调出侧边栏
+- 点击**新建**按钮,在其中键入**首选术语**(必填),其他为选填
+- 之后,在键入译文的时候,如下:
+```
+[[isipatana]] [[migadāya]]:由仙人们起飞和降落而得名。由于给予[[miga]]安全感,而划定为[[migadāya]]的区域。
+```
+<b>[[pāḷi]]</b>会被自动替换,最终显示为:
+```
+落仙坪(isipatana 仙人降落处,仙人堕处,仙人落处 ) 野生保护(区)(migadāya 鹿野苑 ):由仙人们起飞和降落而得名。由于给予野兽(miga 鹿,野生动物 )安全感,而划定为野生保护(区)的区域。
+```
+注:该替换优先依照读者的个性化术语系统

+ 0 - 0
documents/users_guide/zh-cn/studio.md


+ 2 - 2
documents/users_guide/zh-cn/studio_general_meaning.md

@@ -2,10 +2,10 @@
 在这里输入的含义,会被系统自动根据**语法信息**来套用**虚词公式**;
 ### 点词查询
 - 点击某个单词
-- 点开右上角的<svg id="icon_dict" viewBox="0 0 32 32" style='fill:#6baaff;height: 10px; width: 15px;'><g transform="translate(-4 -4)"><path class="a" d="M24.4,2,17.9,7.85v14.3l6.5-5.85V2M8.15,5.9A12.09,12.09,0,0,0,1,7.85V26.908a.7.7,0,0,0,.65.65c.13,0,.195-.091.325-.091A15.85,15.85,0,0,1,8.15,26.05,12.09,12.09,0,0,1,15.3,28a15.659,15.659,0,0,1,7.15-1.95,13.241,13.241,0,0,1,6.175,1.378.565.565,0,0,0,.325.039.7.7,0,0,0,.65-.65V7.85A8.867,8.867,0,0,0,27,6.55V24.1a15.106,15.106,0,0,0-4.55-.65A15.659,15.659,0,0,0,15.3,25.4V7.85A12.09,12.09,0,0,0,8.15,5.9Z" transform="translate(5 4)"></path></g></svg>中
+- 点开右上角的<svg id="icon_dict" viewBox="0 0 32 32" style='fill:#6baaff;height: 15px; width: 15px;'><g transform="translate(-4 -4)"><path class="a" d="M24.4,2,17.9,7.85v14.3l6.5-5.85V2M8.15,5.9A12.09,12.09,0,0,0,1,7.85V26.908a.7.7,0,0,0,.65.65c.13,0,.195-.091.325-.091A15.85,15.85,0,0,1,8.15,26.05,12.09,12.09,0,0,1,15.3,28a15.659,15.659,0,0,1,7.15-1.95,13.241,13.241,0,0,1,6.175,1.378.565.565,0,0,0,.325.039.7.7,0,0,0,.65-.65V7.85A8.867,8.867,0,0,0,27,6.55V24.1a15.106,15.106,0,0,0-4.55-.65A15.659,15.659,0,0,0,15.3,25.4V7.85A12.09,12.09,0,0,0,8.15,5.9Z" transform="translate(5 4)"></path></g></svg>中
 - 右侧边栏会显示词典查询结果
 
-在本行末端的<span><svg viewBox='0 0 24 24' id='ic_more' style='fill:#6baaff;height: 10px; width: 15px;'><path d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'></path></svg></span>可以显示系统匹配的含义列表,通过点选实现快捷输入
+在本行末端的<span><svg viewBox='0 0 24 24' id='ic_more' style='fill:#6baaff;height: 15px; width: 15px;'><path d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'></path></svg></span>可以显示系统匹配的含义列表,通过点选实现快捷输入
 
 
 註:

+ 7 - 0
documents/users_guide/zh-cn/term_pedia_sys.md

@@ -0,0 +1,7 @@
+## 术语百科系统
+术语+注释书名词解释=巴利百科词条
+
+* 首先[创建术语]("按住Ctrl键点开")
+* 然后[复制句子编号](https://v.youku.com/v_show/id_XNDgwOTg4OTA0NA==.html "按住Ctrl键点开")
+* 将句子编号黏贴到下面的输入框中
+* 系统会自动根据句子编号,返回巴利原文、译文以及引用路径

+ 0 - 0
documents/users_guide/zh-tw/SUMMARY.md


+ 0 - 0
documents/users_guide/zh-tw/readme.md


+ 25 - 0
documents/users_guide/zh-tw/sent_trans.md

@@ -0,0 +1,25 @@
+## 譯文輸入
+此處的設計是針對**信達雅**三大翻譯指標中的**雅**,即文學性。在詞源拆分上滿足了**信**,在單詞含義上滿足了**達**,我們便可以更加自由地追求**雅**。
+### 操作方法
+- 點選輸入框,輸入框會自動展開;
+- 在其中鍵入文字,輸入框上方將自動顯示預覽;
+- 當滑鼠點選其他地方時(輸入框失去焦點),輸入框裡的內容將自動儲存。
+## 術語大相容系統
+在佛教翻譯中,術語使用在歷史沿革中一直存在大量爭論,這是在紙媒體的時代永遠無法解決的。
+
+然而在電子閱讀時代,這個問題是可以通過相容的方式,同時照顧**譯者**和**讀者**兩大群體的感受。
+### 操作方法
+- [視訊連結]
+- 點選逐詞解析中的術語
+- 檢查**詞典原型**是否為空,如果為空請填入去掉變化之後的能夠在詞典中查詢到的**原型**
+- 點選頁面右上角的<svg id="icon_term" viewBox="0 0 24 24" style='fill:#6baaff;height: 15px; width: 15px;'><path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"></path></svg>調出側邊欄
+- 點選**新建**按鈕,在其中鍵入**首選術語**(必填),其他為選填
+- 之後,在鍵入譯文的時候,如下:
+```
+[[isipatana]] [[migadāya]]:由仙人們起飛和降落而得名。由於給予[[miga]]安全感,而劃定為[[migadāya]]的區域。
+```
+<b>[[pāḷi]]</b>會被自動替換,最終顯示為:
+```
+落仙坪(isipatana 仙人降落處,仙人墮處,仙人落處 ) 野生保護(區)(migadāya 鹿野苑 ):由仙人們起飛和降落而得名。由於給予野獸(miga 鹿,野生動物 )安全感,而劃定為野生保護(區)的區域。
+```
+注:該替換優先依照讀者的個性化術語系統

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä