en.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "scribe::auth.instruction.query": "To authenticate requests, include a query parameter **`:parameterName`** in the request.",
  3. "scribe::auth.instruction.body": "To authenticate requests, include a parameter **`:parameterName`** in the body of the request.",
  4. "scribe::auth.instruction.query_or_body": "To authenticate requests, include a parameter **`:parameterName`** either in the query string or in the request body.",
  5. "scribe::auth.instruction.bearer": "To authenticate requests, include an **`Authorization`** header with the value **`\"Bearer :placeholder\"`**.",
  6. "scribe::auth.instruction.basic": "To authenticate requests, include an **`Authorization`** header in the form **`\"Basic {credentials}\"`**. The value of `{credentials}` should be your username/id and your password, joined with a colon (:), and then base64-encoded.",
  7. "scribe::auth.instruction.header": "To authenticate requests, include a **`:parameterName`** header with the value **`\":placeholder\"`**.",
  8. "scribe::auth.details": "All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.",
  9. "scribe::search": "Search",
  10. "scribe::base_url": "Base URL",
  11. "scribe::headers.introduction": "Introduction",
  12. "scribe::headers.auth": "Authenticating requests",
  13. "scribe::no_auth": "This API is not authenticated.",
  14. "scribe::example_request": "Example request",
  15. "scribe::example_response": "Example response",
  16. "scribe::example_response.binary": "Binary data",
  17. "scribe::example_response.empty": "Empty response",
  18. "scribe::endpoint.request": "Request",
  19. "scribe::endpoint.headers": "Headers",
  20. "scribe::endpoint.url_parameters": "URL Parameters",
  21. "scribe::endpoint.body_parameters": "Body Parameters",
  22. "scribe::endpoint.query_parameters": "Query Parameters",
  23. "scribe::endpoint.response": "Response",
  24. "scribe::endpoint.response_fields": "Response Fields",
  25. "scribe::try_it_out.open": "Try it out ⚡",
  26. "scribe::try_it_out.cancel": "Cancel 🛑",
  27. "scribe::try_it_out.send": "Send Request 💥",
  28. "scribe::try_it_out.loading": "⏱ Sending...",
  29. "scribe::try_it_out.received_response": "Received response",
  30. "scribe::try_it_out.request_failed": "Request failed with error",
  31. "scribe::try_it_out.error_help": "Tip: Check that you're properly connected to the network.\nIf you're a maintainer of ths API, verify that your API is running and you've enabled CORS.\nYou can check the Dev Tools console for debugging information.",
  32. "scribe::links.postman": "View Postman collection",
  33. "scribe::links.openapi": "View OpenAPI spec"
  34. }