diff --git a/vendor/spyc.html b/vendor/spyc.html index 9217a5ee8..f392902da 100644 --- a/vendor/spyc.html +++ b/vendor/spyc.html @@ -49,30 +49,30 @@
- spyc is a simple YAML parser library for PHP. + spycは、PHP用のシンプルなYAMLパーサライブラリです。
- YAML(tm) is a human-friendly, cross language, Unicode based data serialization language designed around the common - native data structures of agile programming languages. It is broadly useful for programming needs ranging from configuration - files to Internet messaging to object persistence to data auditing. Together with the Unicode standard for characters, the - YAML specification provides all the information necessary to understand YAML Version 1.1 and to creating programs that - process YAML information. + YAML(tm)は、Unicodeベースのデータ直列化言語で、アジャイルプログラミング言語の一般的なネイティブデータ構造を中心に設計されていて、言語を越えた、人に優しいものです。 + とても有用であることから、プログラミングに必要な設定ファイル,インターネットメッセージングに使われています。 + 文字のUnicode標準に準拠と共に、 + YAML仕様はYAMLバージョン1.1を理解し、 + プログラムがそのプロセスYAML情報を作成するために必要なすべての情報を提供します。.
-You can find the original spyc documentation here.
+あなたは、元のspycドキュメントを見つけることができます →こちら.
-- The spyc vendor package is used by FuelPHP in the Config and Lang class drivers, to load files in YAML format. + spycベンダーのパッケージがYAML形式でファイルをロードするためには、Configと言語クラスのドライバでFuelPHPによって使用されます。
-- There is no direct access to the spyc package. + spycパッケージに直接アクセスすることはありません。