Add chinese translation (#772)

* add chinese config and i18n

* Import translation from https://bitbucket.org/mastodoncn/mastodon-zh-cn/src/master/

* translate Using Mastodon

* Translate Running Mastodon
Add Chinese search optimization
Fix some bugs

* substitute 长毛象 to Mastodon

* do some modifications.
This commit is contained in:
yingziwu 2020-05-21 02:54:12 +08:00 committed by GitHub
parent 02839e07ce
commit b6e011265d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 3176 additions and 65 deletions

View file

@ -0,0 +1,10 @@
<figure>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://player.bilibili.com/player.html?aid={{ .Get "id" }}" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="{{ .Get "caption" }}"></iframe>
</div>
<figcaption>
<p>{{- .Get "caption" | markdownify -}}</p>
</figcaption>
</figure>

View file

@ -0,0 +1,6 @@
<figure>
<p>
<strong>翻译状态:</strong>
本文是英文页面 <a href="{{ .Get "raw_link" }}">{{ .Get "raw_title" }}</a> 的翻译,最后翻译时间:{{ .Get "last_tranlation_time" }},点击<a href="https://github.com/tootsuite/documentation/compare/{{ .Get "raw_commit" }}...master">这里</a>可以查看翻译后页面的改动。
</p>
</figure>