Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
1496d507
Commit
1496d507
authored
Dec 05, 2014
by
Nobuo Kihara
Committed by
Nobuo Kihara
Dec 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide-ja/README.md - added translation status infos [ci skip]
parent
49f0cbef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
53 deletions
+53
-53
README.md
docs/guide-ja/README.md
+53
-53
No files found.
docs/guide-ja/README.md
View file @
1496d507
...
@@ -60,15 +60,15 @@ All Rights Reserved.
...
@@ -60,15 +60,15 @@ All Rights Reserved.
鍵となる概念
鍵となる概念
------------
------------
*
[
コンポーネント
](
concept-components.md
)
*
**翻訳中**
[
コンポーネント
](
concept-components.md
)
*
[
プロパティ
](
concept-properties.md
)
*
**翻訳中**
[
プロパティ
](
concept-properties.md
)
*
[
イベント
](
concept-events.md
)
*
**翻訳中**
[
イベント
](
concept-events.md
)
*
[
ビヘイビア
](
concept-behaviors.md
)
*
**翻訳中**
[
ビヘイビア
](
concept-behaviors.md
)
*
[
構成情報
](
concept-configurations.md
)
*
**翻訳中**
[
構成情報
](
concept-configurations.md
)
*
[
エイリアス
](
concept-aliases.md
)
*
**翻訳中**
[
エイリアス
](
concept-aliases.md
)
*
[
クラスのオートロード
](
concept-autoloading.md
)
*
**翻訳中**
[
クラスのオートロード
](
concept-autoloading.md
)
*
[
サービスロケータ
](
concept-service-locator.md
)
*
**翻訳中**
[
サービスロケータ
](
concept-service-locator.md
)
*
[
依存注入コンテナ
](
concept-di-container.md
)
*
**翻訳中**
[
依存注入コンテナ
](
concept-di-container.md
)
データベースの取り扱い
データベースの取り扱い
...
@@ -76,8 +76,8 @@ All Rights Reserved.
...
@@ -76,8 +76,8 @@ All Rights Reserved.
*
[
データアクセスオブジェクト
](
db-dao.md
)
: データベースへの接続、基本的なクエリ、トランザクション、および、スキーマ操作
*
[
データアクセスオブジェクト
](
db-dao.md
)
: データベースへの接続、基本的なクエリ、トランザクション、および、スキーマ操作
*
[
クエリビルダ
](
db-query-builder.md
)
: シンプルな抽象レイヤを使ってデータベースに対してクエリを行う
*
[
クエリビルダ
](
db-query-builder.md
)
: シンプルな抽象レイヤを使ってデータベースに対してクエリを行う
*
[
アクティブレコード
](
db-active-record.md
)
: アクティブレコード ORM、レコードの読み出しと操作、リレーションの定義
*
**翻訳中**
[
アクティブレコード
](
db-active-record.md
)
: アクティブレコード ORM、レコードの読み出しと操作、リレーションの定義
*
[
マイグレーション
](
db-migrations.md
)
: チーム開発環境においてデータベースにバージョンコントロールを適用
*
**翻訳中**
[
マイグレーション
](
db-migrations.md
)
: チーム開発環境においてデータベースにバージョンコントロールを適用
*
**TBD**
[
Sphinx
](
db-sphinx.md
)
*
**TBD**
[
Sphinx
](
db-sphinx.md
)
*
**TBD**
[
Redis
](
db-redis.md
)
*
**TBD**
[
Redis
](
db-redis.md
)
*
**TBD**
[
MongoDB
](
db-mongodb.md
)
*
**TBD**
[
MongoDB
](
db-mongodb.md
)
...
@@ -87,30 +87,30 @@ All Rights Reserved.
...
@@ -87,30 +87,30 @@ All Rights Reserved.
ユーザからのデータ取得
ユーザからのデータ取得
----------------------
----------------------
*
[
フォームを作成する
](
input-forms.md
)
*
**翻訳未着手**
[
フォームを作成する
](
input-forms.md
)
*
[
入力を検証する
](
input-validation.md
)
*
**翻訳未着手**
[
入力を検証する
](
input-validation.md
)
*
[
ファイルをアップロードする
](
input-file-upload.md
)
*
**翻訳未着手**
[
ファイルをアップロードする
](
input-file-upload.md
)
*
**TBD**
[
複数モデルのためのデータ取得
](
input-multiple-models.md
)
*
**TBD**
[
複数モデルのためのデータ取得
](
input-multiple-models.md
)
データの表示
データの表示
------------
------------
*
[
データの書式設定
](
output-formatter.md
)
*
**翻訳未着手**
[
データの書式設定
](
output-formatter.md
)
*
**TBD**
[
ページネーション
](
output-pagination.md
)
*
**TBD**
[
ページネーション
](
output-pagination.md
)
*
**TBD**
[
並べ替え
](
output-sorting.md
)
*
**TBD**
[
並べ替え
](
output-sorting.md
)
*
[
データプロバイダ
](
output-data-providers.md
)
*
**翻訳未着手**
[
データプロバイダ
](
output-data-providers.md
)
*
[
データウィジェット
](
output-data-widgets.md
)
*
**翻訳未着手**
[
データウィジェット
](
output-data-widgets.md
)
*
[
クライアントスクリプトを扱う
](
output-client-scripts.md
)
*
**翻訳未着手**
[
クライアントスクリプトを扱う
](
output-client-scripts.md
)
*
[
テーマ
](
output-theming.md
)
*
**翻訳未着手**
[
テーマ
](
output-theming.md
)
セキュリティ
セキュリティ
------------
------------
*
[
認証
](
security-authentication.md
)
*
**翻訳未着手**
[
認証
](
security-authentication.md
)
*
[
権限
](
security-authorization.md
)
*
**翻訳未着手**
[
権限
](
security-authorization.md
)
*
[
パスワードを扱う
](
security-passwords.md
)
*
**翻訳未着手**
[
パスワードを扱う
](
security-passwords.md
)
*
**TBD**
[
Auth クライアント
](
security-auth-clients.md
)
*
**TBD**
[
Auth クライアント
](
security-auth-clients.md
)
*
**TBD**
[
最善の慣行
](
security-best-practices.md
)
*
**TBD**
[
最善の慣行
](
security-best-practices.md
)
...
@@ -128,49 +128,49 @@ All Rights Reserved.
...
@@ -128,49 +128,49 @@ All Rights Reserved.
RESTful ウェブサービス
RESTful ウェブサービス
----------------------
----------------------
*
[
クイックスタート
](
rest-quick-start.md
)
*
**翻訳未着手**
[
クイックスタート
](
rest-quick-start.md
)
*
[
リソース
](
rest-resources.md
)
*
**翻訳未着手**
[
リソース
](
rest-resources.md
)
*
[
コントローラ
](
rest-controllers.md
)
*
**翻訳未着手**
[
コントローラ
](
rest-controllers.md
)
*
[
ルーティング
](
rest-routing.md
)
*
**翻訳未着手**
[
ルーティング
](
rest-routing.md
)
*
[
レスポンスの書式設定
](
rest-response-formatting.md
)
*
**翻訳未着手**
[
レスポンスの書式設定
](
rest-response-formatting.md
)
*
[
認証
](
rest-authentication.md
)
*
**翻訳未着手**
[
認証
](
rest-authentication.md
)
*
[
転送レート制限
](
rest-rate-limiting.md
)
*
**翻訳未着手**
[
転送レート制限
](
rest-rate-limiting.md
)
*
[
バージョン管理
](
rest-versioning.md
)
*
**翻訳未着手**
[
バージョン管理
](
rest-versioning.md
)
*
[
エラー処理
](
rest-error-handling.md
)
*
**翻訳未着手**
[
エラー処理
](
rest-error-handling.md
)
開発ツール
開発ツール
----------
----------
*
[
デバッグツールバーとデバッガ
](
tool-debugger.md
)
*
**翻訳未着手**
[
デバッグツールバーとデバッガ
](
tool-debugger.md
)
*
[
Gii を使ってコードを生成する
](
tool-gii.md
)
*
**翻訳未着手**
[
Gii を使ってコードを生成する
](
tool-gii.md
)
*
**TBD**
[
API ドキュメントを生成する
](
tool-api-doc.md
)
*
**TBD**
[
API ドキュメントを生成する
](
tool-api-doc.md
)
テスト
テスト
------
------
*
[
概要
](
test-overview.md
)
*
**翻訳未着手**
[
概要
](
test-overview.md
)
*
[
テスト環境の構築
](
test-environment-setup.md
)
*
**翻訳未着手**
[
テスト環境の構築
](
test-environment-setup.md
)
*
[
ユニットテスト
](
test-unit.md
)
*
**翻訳未着手**
[
ユニットテスト
](
test-unit.md
)
*
[
機能テスト
](
test-functional.md
)
*
**翻訳未着手**
[
機能テスト
](
test-functional.md
)
*
[
承認テスト
](
test-acceptance.md
)
*
**翻訳未着手**
[
承認テスト
](
test-acceptance.md
)
*
[
フィクスチャ
](
test-fixtures.md
)
*
**翻訳未着手**
[
フィクスチャ
](
test-fixtures.md
)
スペシャルトピック
スペシャルトピック
------------------
------------------
*
[
アドバンストアプリケーションテンプレート
](
tutorial-advanced-app.md
)
*
**翻訳未着手**
[
アドバンストアプリケーションテンプレート
](
tutorial-advanced-app.md
)
*
[
アプリケーションを一から構築する
](
tutorial-start-from-scratch.md
)
*
**翻訳未着手**
[
アプリケーションを一から構築する
](
tutorial-start-from-scratch.md
)
*
[
コンソールコマンド
](
tutorial-console.md
)
*
**翻訳未着手**
[
コンソールコマンド
](
tutorial-console.md
)
*
[
コアのバリデータ
](
tutorial-core-validators.md
)
*
**翻訳未着手**
[
コアのバリデータ
](
tutorial-core-validators.md
)
*
[
国際化
](
tutorial-i18n.md
)
*
**翻訳未着手**
[
国際化
](
tutorial-i18n.md
)
*
[
メール
](
tutorial-mailing.md
)
*
**翻訳未着手**
[
メール
](
tutorial-mailing.md
)
*
[
パフォーマンスチューニング
](
tutorial-performance-tuning.md
)
*
**翻訳未着手**
[
パフォーマンスチューニング
](
tutorial-performance-tuning.md
)
*
[
共有ホスト環境
](
tutorial-shared-hosting.md
)
*
**翻訳未着手**
[
共有ホスト環境
](
tutorial-shared-hosting.md
)
*
[
テンプレートエンジン
](
tutorial-template-engines.md
)
*
**翻訳未着手**
[
テンプレートエンジン
](
tutorial-template-engines.md
)
*
[
サードパーティのコードを扱う
](
tutorial-yii-integration.md
)
*
**翻訳未着手**
[
サードパーティのコードを扱う
](
tutorial-yii-integration.md
)
ウィジェット
ウィジェット
...
@@ -191,9 +191,9 @@ RESTful ウェブサービス
...
@@ -191,9 +191,9 @@ RESTful ウェブサービス
ヘルパ
ヘルパ
------
------
*
[
概要
](
helper-overview.md
)
*
**翻訳未着手**
[
概要
](
helper-overview.md
)
*
[
ArrayHelper
](
helper-array.md
)
*
**翻訳未着手**
[
ArrayHelper
](
helper-array.md
)
*
[
Html
](
helper-html.md
)
*
**翻訳未着手**
[
Html
](
helper-html.md
)
*
[
Url
](
helper-url.md
)
*
**翻訳未着手**
[
Url
](
helper-url.md
)
*
**TBD**
[
Security
](
helper-security.md
)
*
**TBD**
[
Security
](
helper-security.md
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment