1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Translation of theme

This commit is contained in:
Meow J
2016-07-05 19:41:38 +08:00
parent 3227b3df11
commit 7961609acf
3 changed files with 9 additions and 10 deletions

View File

@@ -53,7 +53,7 @@
{% if copyright %} {% if copyright %}
<center>{{ copyright }}</center> <center>{{ copyright }}</center>
{% endif %} {% endif %}
<center>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</center> <center>本页面使用<a href="http://www.mkdocs.org/">MkDocs</a>构建</center>
</footer> </footer>
<script src="{{ base_url }}/js/jquery-1.10.2.min.js"></script> <script src="{{ base_url }}/js/jquery-1.10.2.min.js"></script>
@@ -70,17 +70,16 @@
<div class="modal-dialog"> <div class="modal-dialog">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">关闭</span></button>
<h4 class="modal-title" id="exampleModalLabel">Search</h4> <h4 class="modal-title" id="exampleModalLabel">搜索</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p> <p>
From here you can search these documents. Enter 请在下面输入你要搜索的文本。
your search terms below.
</p> </p>
<form role="form"> <form role="form">
<div class="form-group"> <div class="form-group">
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query"> <input type="text" class="form-control" placeholder="搜索..." id="mkdocs-search-query">
</div> </div>
</form> </form>
<div id="mkdocs-search-results"></div> <div id="mkdocs-search-results"></div>

View File

@@ -19,4 +19,4 @@
(d.head || d.body).appendChild(s); (d.head || d.body).appendChild(s);
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <noscript>请启用JavaScript以浏览<a href="https://disqus.com/?ref_noscript" rel="nofollow">Disqus评论。</a></noscript>

View File

@@ -41,17 +41,17 @@
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<li> <li>
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal"> <a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
<i class="fa fa-search"></i> Search <i class="fa fa-search"></i> 搜索
</a> </a>
</li> </li>
<li {% if not previous_page %}class="disabled"{% endif %}> <li {% if not previous_page %}class="disabled"{% endif %}>
<a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}> <a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}>
<i class="fa fa-arrow-left"></i> Previous <i class="fa fa-arrow-left"></i> 上一节
</a> </a>
</li> </li>
<li {% if not next_page %}class="disabled"{% endif %}> <li {% if not next_page %}class="disabled"{% endif %}>
<a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}> <a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}>
Next <i class="fa fa-arrow-right"></i> 下一节 <i class="fa fa-arrow-right"></i>
</a> </a>
</li> </li>
{% if repo_url %} {% if repo_url %}