i18n
This commit is contained in:
parent
337f669c9c
commit
6444889cba
|
@ -14,7 +14,7 @@
|
|||
"debug": "Debug",
|
||||
"help": "Help",
|
||||
"check_update": "Check Update",
|
||||
"report_issues": "Report Issues",
|
||||
"issues": "Issues",
|
||||
"wide_doc": "Wide Document",
|
||||
"about": "About",
|
||||
"start_page": "Start Page",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"debug": "デバッグ",
|
||||
"help": "ヘルプ",
|
||||
"check_update": "更新をチェック",
|
||||
"report_issues": "問題を報告",
|
||||
"issues": "問題",
|
||||
"wide_doc": "Wide ドキュメント",
|
||||
"about": "Wide について",
|
||||
"start_page": "スタートページ",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"debug": "调试",
|
||||
"help": "帮助",
|
||||
"check_update": "检查更新",
|
||||
"report_issues": "建议",
|
||||
"issues": "问题",
|
||||
"wide_doc": "Wide 文档",
|
||||
"about": "关于",
|
||||
"start_page": "起始页",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"debug": "除蟲",
|
||||
"help": "說明書",
|
||||
"check_update": "程式更新?",
|
||||
"report_issues": "問題回報",
|
||||
"issues": "問題",
|
||||
"wide_doc": "Wide 說明文件",
|
||||
"about": "關於",
|
||||
"start_page": "起始頁",
|
||||
|
|
|
@ -334,7 +334,7 @@
|
|||
</li>
|
||||
<li onclick="window.open('https://github.com/b3log/wide/issues/new')">
|
||||
<span class="ico-report font-ico"></span>
|
||||
{{.i18n.report_issues}}
|
||||
{{.i18n.issues}}
|
||||
</li>
|
||||
<li class="hr"></li>
|
||||
<li onclick="window.open('/keyboard_shortcuts')">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<li><a rel="bookmark" href="/playground" target="_blank">Play</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide" target="_blank">GitHub</a></li>
|
||||
<li><a rel="help" href="https://www.gitbook.io/book/88250/wide-user-guide" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.report_issues}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.issues}}</a></li>
|
||||
<li><button class="btn btn-red" onclick="window.open('http://b3log.org/services')">{{.i18n.pricing}}</button></li>
|
||||
<li><button class="btn" onclick="window.location.href = '/signup'">{{.i18n.sign_up}}</button></li>
|
||||
</ul>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<li><a rel="bookmark" href="/playground" target="_blank">Play</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide" target="_blank">GitHub</a></li>
|
||||
<li><a rel="help" href="https://www.gitbook.io/book/88250/wide-user-guide" target="_blank">{{.i18n.help}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.report_issues}}</a></li>
|
||||
<li><a rel="bookmark" href="https://github.com/b3log/wide/issues/new" target="_blank">{{.i18n.issues}}</a></li>
|
||||
<li><button class="btn btn-red" onclick="window.open('http://b3log.org/services')">{{.i18n.pricing}}</button></li>
|
||||
<li><button class="btn" onclick="window.location.href = '/login'">{{.i18n.login}}</button></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue