angular-swagger-ui
Version:
AngularJS implementation of OpenAPI (aka Swagger) UI
7 lines • 3.11 kB
JavaScript
/*
* Orange angular-swagger-ui - v0.6.5
*
* (C) 2015 Orange, all right reserved
* MIT Licensed
*/
"use strict";angular.module("swaggerUi").config(["swaggerTranslatorProvider",function(a){a.addTranslations("jp",{infoContactCreatedBy:"作家名 {{name}}",infoContactUrl:"もっと見る",infoContactEmail:"開発者連絡先",infoLicense:"ライセンス: ",infoBaseUrl:"ベース URL",infoApiVersion:"API 版",infoHost:"ホスト",endPointToggleOperations:"開く/閉じる",endPointListOperations:"エンドポイント一覧",endPointExpandOperations:"機能詳しく説明",operationDeprected:"ワーニング: 亡くなった機能",operationImplementationNotes:"連携方法説明",externalDocs:"外部ドキュメント",headers:"レスポンスヘッダ",headerName:"ヘッダ",headerDescription:"説明",headerType:"タイプ",parameters:"パラメター",parameterName:"パラメター",parameterValue:"バーリュ",parameterDescription:"説明",parameterType:"パラメタータイプ",parameterDataType:"データタイプ",parameterOr:" か ",parameterRequired:"(必要)",parameterModel:"モーデル",parameterSchema:"モーデル スキマ",parameterContentType:"パラメター コンテンツ タイプ",parameterDefault:"{{ディフォルト}} (ディフォルト)",parameterSetValue:"パラメターを選ぶ為クリック",responseClass:"レスポンス クラス (ステタース {{ステタース}})",responseModel:"モーデル",responseSchema:"モーデル スキマ",responseContentType:"レスポンス コンテンツタイプ",responses:"レスポンス メセージ",responseCode:"HTTP ステタースコード",responseReason:"理由",responseHide:"レスポンスを外す",modelOptional:"オプショナル",modelOr:" か ",explorerUrl:"リクエストURL",explorerBody:"レスポンスボヂー",explorerCode:"レスポンスコード",explorerHeaders:"レスポンス ヘダー",explorerLoading:"ロード中...",explorerTryIt:"試してください!",errorNoParserFound:"No parser found for OpenApi specification of type {{type}}",errorParseFailed:"OpenApiスペッキをパース心配になりました : {{message}}",errorJsonParse:"JSONをパース心配なりました",errorNoYamlParser:"YAML パーサを見つかりませんでした、js-yaml libraryを追加お願いいたします",authRequired:"Authorization required",authAvailable:"Available authorizations",apiKey:"API key authorization",authParamName:"Name",authParamType:"In",authParamValue:"Value",basic:"Basic authorization",authLogin:"Login",authPassword:"Password",oauth2:"oAuth2 authorization",authOAuthDesc:"Scopes are used to grant an application different levels of access to data on behalf of the end user. Each API may declare one or more scopes. API requires the following scopes. Select which ones you want to grant.",authAuthorizationUrl:"Authorization URL",authFlow:"Flow",authTokenUrl:"Token URL",authScopes:"Scopes",authDone:"Done",authAuthorize:"Authorize",authClientId:"Client ID",authClientSecret:"Client secret",authLogout:"Logout",authLogged:"You're currently logged in"})}]);