blob: 3207bfc0baf32ecab35f772bb10e2c7268ab8806 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001'use strict';
2
3/* jshint quotmark: double */
4window.SwaggerTranslator.learn({
5 "Warning: Deprecated":"警告: 廃止予定",
6 "Implementation Notes":"実装メモ",
AviZi280f8012017-06-09 02:39:56 +03007 "Response Class":"レスポンスクラス",
Michael Landof5f13c42017-02-19 12:35:04 +02008 "Status":"ステータス",
9 "Parameters":"パラメータ群",
10 "Parameter":"パラメータ",
11 "Value":"値",
12 "Description":"説明",
13 "Parameter Type":"パラメータタイプ",
14 "Data Type":"データタイプ",
AviZi280f8012017-06-09 02:39:56 +030015 "Response Messages":"レスポンスメッセージ",
Michael Landof5f13c42017-02-19 12:35:04 +020016 "HTTP Status Code":"HTTPステータスコード",
AviZi280f8012017-06-09 02:39:56 +030017 "Reason":"理由",
18 "Response Model":"レスポンスモデル",
Michael Landof5f13c42017-02-19 12:35:04 +020019 "Request URL":"リクエストURL",
AviZi280f8012017-06-09 02:39:56 +030020 "Response Body":"レスポンスボディ",
21 "Response Code":"レスポンスコード",
22 "Response Headers":"レスポンスヘッダ",
23 "Hide Response":"レスポンスを隠す",
Michael Landof5f13c42017-02-19 12:35:04 +020024 "Headers":"ヘッダ",
AviZi280f8012017-06-09 02:39:56 +030025 "Try it out!":"実際に実行!",
26 "Show/Hide":"表示/非表示",
27 "List Operations":"操作一覧",
28 "Expand Operations":"操作の展開",
Michael Landof5f13c42017-02-19 12:35:04 +020029 "Raw":"Raw",
AviZi280f8012017-06-09 02:39:56 +030030 "can't parse JSON. Raw result":"JSONへ解釈できません. 未加工の結果",
Michael Landof5f13c42017-02-19 12:35:04 +020031 "Model Schema":"モデルスキーマ",
32 "Model":"モデル",
33 "apply":"実行",
AviZi280f8012017-06-09 02:39:56 +030034 "Username":"ユーザ名",
Michael Landof5f13c42017-02-19 12:35:04 +020035 "Password":"パスワード",
AviZi280f8012017-06-09 02:39:56 +030036 "Terms of service":"サービス利用規約",
Michael Landof5f13c42017-02-19 12:35:04 +020037 "Created by":"Created by",
38 "See more at":"See more at",
AviZi280f8012017-06-09 02:39:56 +030039 "Contact the developer":"開発者に連絡",
40 "api version":"APIバージョン",
41 "Response Content Type":"レスポンス コンテンツタイプ",
42 "fetching resource":"リソースの取得",
43 "fetching resource list":"リソース一覧の取得",
Michael Landof5f13c42017-02-19 12:35:04 +020044 "Explore":"Explore",
AviZi280f8012017-06-09 02:39:56 +030045 "Show Swagger Petstore Example Apis":"SwaggerペットストアAPIの表示",
46 "Can't read from server. It may not have the appropriate access-control-origin settings.":"サーバから読み込めません. 適切なaccess-control-origin設定を持っていない可能性があります.",
47 "Please specify the protocol for":"プロトコルを指定してください",
48 "Can't read swagger JSON from":"次からswagger JSONを読み込めません",
49 "Finished Loading Resource Information. Rendering Swagger UI":"リソース情報の読み込みが完了しました. Swagger UIを描画しています",
50 "Unable to read api":"APIを読み込めません",
51 "from path":"次のパスから",
52 "server returned":"サーバからの返答"
Michael Landof5f13c42017-02-19 12:35:04 +020053});