From 5328aae19c4a9c8391c9b02ded84a958660726b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=AE=E5=B7=9D=20=E8=B2=B4=E5=AD=90?= Date: Mon, 20 Aug 2012 07:00:12 +0900 Subject: [PATCH] =?UTF-8?q?spyc=E3=82=92=E7=BF=BB=E8=A8=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/spyc.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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

Introduction

- 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情報を作成するために必要なすべての情報を提供します。.

-

Documentation

+

ドキュメンテーション

-

You can find the original spyc documentation here.

+

あなたは、元のspycドキュメントを見つけることができます →こちら.

-

FuelPHP Usage

+

FuelPHPの使用

- 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によって使用されます。

-

Application Usage

+

アプリケーションの使用

- There is no direct access to the spyc package. + spycパッケージに直接アクセスすることはありません。