Skip to content

Commit

Permalink
document chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Feb 28, 2017
1 parent 2ef9927 commit 2091b8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ If you would like to translate the guide then please open a pull request or open
if you need some help getting it setup.

* [Japanese/日本語](http://www.sqlstyle.guide/jp/) by [nkurigit](https://github.com/nkurigit)
* [Simplified Chinese/简体中文](http://www.sqlstyle.guide/zh/) by
[wontoncoder](https://github.com/wontoncoder)

## Projects known to be implementing the guide

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**日本語訳について**

日本語訳は誤訳や[原文の最新版][self]に追随していない恐れがあります。誤訳や改善点があれば、GitHubの[issue][]または[pull request][pull]を使用するか、[Twitter][twitter-jp]でお知らせください。
日本語訳は誤訳や[原文の最新版][sqlstyleguide]に追随していない恐れがあります。誤訳や改善点があれば、GitHubの[issue][]または[pull request][pull]を使用するか、[Twitter][twitter-jp]でお知らせください。
翻訳: 久利史之 [@nkuritw][twitter-jp]

[twitter-jp]: https://twitter.com/nkuritw
Expand All @@ -21,7 +21,7 @@

このガイドの[Markdown版][dl-md]を活用すれば、紙の本では難しいプロジェクトのコード規約に含めたり、プロジェクトの参加者がその場で参照し自由に読んだりすることが容易になります。

SQLスタイルガイド by [Simon Holywell][simon] は、[クリエイティブ・コモンズ 表示-継承4.0国際ライセンス][licence]の下にあります。原本は[http://www.sqlstyle.guide][self]です。
SQLスタイルガイド by [Simon Holywell][simon] は、[クリエイティブ・コモンズ 表示-継承4.0国際ライセンス][licence-ja]の下にあります。原本は[http://www.sqlstyle.guide][self]です。

## 全般

Expand Down Expand Up @@ -1205,8 +1205,8 @@ ZONE
"Reserved keyword reference"
[eav]: https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model
"Wikipedia: Entity-attribute-value model"
[self]: http://www.sqlstyle.guide
[sqlstyleguide]: http://www.sqlstyle.guide
"SQL style guide by Simon Holywell"
[licence]: https://creativecommons.org/licenses/by-sa/4.0/deed.ja
[licence-ja]: https://creativecommons.org/licenses/by-sa/4.0/deed.ja
"Creative Commons Attribution-ShareAlike 4.0 International License"
</div>
4 changes: 2 additions & 2 deletions _includes/sqlstyle.guide.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div lang="zh">
# SQL style guide SQL样式指南

这篇文档翻译自以[署名-相同方式共享 4.0 国际协议][licence-zh]发布的[http://www.sqlstyle.guide][self],译文以原文同样的协议发布。
这篇文档翻译自以[署名-相同方式共享 4.0 国际协议][licence-zh]发布的[http://www.sqlstyle.guide][sqlstyleguide],译文以原文同样的协议发布。

## Overview 综述

Expand Down Expand Up @@ -1196,7 +1196,7 @@ ZONE
"Reserved keyword reference"
[eav]: https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model
"Wikipedia: Entity–attribute–value model"
[self]: http://www.sqlstyle.guide
[sqlstyleguide]: http://www.sqlstyle.guide
"SQL style guide by Simon Holywell"
[licence-zh]: https://creativecommons.org/licenses/by-sa/4.0/deed.zh
"署名-相同方式共享 4.0 国际"
Expand Down
2 changes: 1 addition & 1 deletion jp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ layout: default
* TOC
{:toc}

{% include sqlstyle.guide.jp.md %}
{% include sqlstyle.guide.ja.md %}

0 comments on commit 2091b8e

Please sign in to comment.