openapi-explorer
Version:
OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console
82 lines (81 loc) • 2.5 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _default = exports.default = {
translation: {
'menu': {
'menu': 'API Menu',
'filter': 'Filter',
'search': 'Search',
'overview': 'Overview',
'api-servers': 'API Servers',
'authentication': 'Authentication',
'operations': 'OPERATIONS',
'components': 'COMPONENTS',
'schemas': 'Schemas',
'callbacks': 'CALLBACKS'
},
'headers': {
'api-servers': 'API SERVER',
'authentication': 'AUTHENTICATION'
},
'overview': {
'email': 'Email',
'terms-of-service': 'Terms of Service'
},
'api-servers': {
'server-variables': 'SERVER VARIABLES',
'selected': 'SELECTED'
},
'authentication': {
'auth-header': 'Authorization header',
'no-api-key-applied': 'No API key applied',
'http-basic': 'HTTP Basic',
'http-basic-desc': 'Sends the <code>Authorization header</code> containing the token type <code>Basic</code> followed by the base64 encoded <code>username:password</code> string.',
'username': 'username',
'password': 'password',
'requires': 'Requires',
'http-basic-note': 'Base 64 encoded username:password',
'in-auth-header': 'in Authorization header',
'set': 'SET',
'remove': 'REMOVE',
'clear': 'CLEAR ALL API KEYS',
'update': 'UPDATE',
'get': 'GET TOKEN'
},
'operations': {
'request': 'REQUEST',
'callback-request': 'CALLBACK REQUEST',
'request-body': 'REQUEST BODY',
'model': 'MODEL',
'body': 'BODY',
'form': 'FORM',
'request-headers': 'REQUEST HEADERS',
'clear': 'CLEAR',
'clear-response': 'CLEAR RESPONSE',
'execute': 'EXECUTE',
'response': 'RESPONSE',
'response-headers': 'RESPONSE HEADERS',
'example': 'EXAMPLE',
'webhook': 'WEBHOOK',
'deprecated': 'DEPRECATED',
'callback-response': 'CALLBACK RESPONSE',
'response-status': 'Response Status',
'fetch-fail': 'Failed to fetch (Check the browser network tab for more information.)',
'copy': 'Copy',
'copied': 'Copied'
},
'parameters': {
path: 'PATH PARAMETERS',
string: 'QUERY-STRING PARAMETERS',
headers: 'REQUEST HEADERS',
cookies: 'COOKIES',
samples: 'CODE SAMPLES'
},
'schemas': {
'collapse-desc': 'Collapse',
'expand-desc': 'Expand',
'schema-missing': 'Schema not found'
}
}
};