File: /home/xedaptot/be.naniguide.com/resources/lang/ja/refactor/admin_api_docs.php
<?php return array (
'endpoints.copied' => 'コピーしました!',
'endpoints.copy_curl' => 'コピー',
'endpoints.default' => 'デフォルト',
'endpoints.description' => '説明',
'endpoints.endpoint' => 'エンドポイント',
'endpoints.example' => 'リクエスト例',
'endpoints.help' => '注意',
'endpoints.method' => 'メソッド',
'endpoints.name' => '名前',
'endpoints.no_params' => 'パラメータは不要です。',
'endpoints.optional' => '任意',
'endpoints.parameters' => 'パラメータ',
'endpoints.required' => '必須',
'endpoints.returns' => '戻り値',
'endpoints.title' => 'エンドポイント',
'getting_started.auth_desc' => 'すべてのAPIリクエストには認証が必要です。以下のいずれかの方法で、すべてのリクエストにAPIトークンを含めてください:',
'getting_started.auth_header' => 'ヘッダー(推奨)',
'getting_started.auth_query' => 'クエリパラメータ',
'getting_started.auth_title' => '認証',
'getting_started.base_url' => 'ベースURL',
'getting_started.response_desc' => 'すべてのレスポンスはJSON形式で返されます。成功したリクエストは200ステータスコードを返します。',
'getting_started.response_format' => 'レスポンス形式',
'getting_started.title' => 'はじめに',
'getting_started.token_link' => 'アカウント設定',
'getting_started.token_note' => 'APIトークンは以下で確認できます',
'page.subtitle' => '管理者連携向けのREST APIリファレンス。',
'page.title' => 'APIドキュメント',
'page.version' => 'v1',
'sidebar.getting_started' => 'はじめに',
'tab.admin' => '管理者API',
'tab.customer' => '顧客API',
) ?>