diff --git a/resources/i18n/jp/README.jp.md b/resources/i18n/jp/README.jp.md index 7f82c6494..c7ece3fa1 100644 --- a/resources/i18n/jp/README.jp.md +++ b/resources/i18n/jp/README.jp.md @@ -115,4 +115,33 @@ Perl 6は小さな言語ではありません。したがって、この言語 -------- - +## ビジョン + +> Perl 6の機能について調べているときにp6docとdocs.perl6.orgがこの世界で一番の情報源になってほしい。 +> それは言語自体においても、組み込みの型においても、ルーチンにおいてもそうであってほしい。 +> この文書がすべてのPerl 6プログラマーにとって便利なものになってほしい。 +> -- moritz + +-------- + +# 環境変数 + +- `P6_DOC_TEST_VERBOSE` をtrueにするとテストの実行中に詳細なメッセージを表示することができます。実行に失敗したデストをデバッグするときに便利です。 +- `P6_DOC_TEST_FUDGE` は `xt/examples-compilation.t` において、``skip-test` なコードを TODO として実行するようにします。 + +# LICENSE + +The code in this repository is available under the Artistic License 2.0 +as published by The Perl Foundation. See the [LICENSE](LICENSE) file for the full +text. + +This repository also contains code authored by third parties that may be licensed under a different license. Such +files indicate the copyright and license terms at the top of the file. Currently these include: + +* jQuery and jQuery UI libraries: Copyright 2015 jQuery Foundation and other contributors; [MIT License](http://creativecommons.org/licenses/MIT) +* [jQuery Cookie plugin](https://github.com/js-cookie/js-cookie): + Copyright 2006, 2015 Klaus Hartl & Fagner Brack; + [MIT License](http://creativecommons.org/licenses/MIT) +* Examples from Stack Overflow [MIT License](http://creativecommons.org/licenses/MIT); ([ref #1](http://stackoverflow.com/a/43669837/215487) for [1f7cc4e](https://github.com/perl6/doc/commit/1f7cc4efa0da38b5a9bf544c9b13cc335f87f7f6)) +* Table sorter plugin from https://github.com/christianbach/tablesorter ; + [MIT License](http://creativecommons.org/licenses/MIT)