-
-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internationalization: Extract strings
- Loading branch information
Showing
14 changed files
with
92 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"scribe::auth.instruction.query": "To authenticate requests, include a query parameter **`:parameterName`** in the request.", | ||
"scribe::auth.instruction.body": "To authenticate requests, include a parameter **`:parameterName`** in the body of the request.", | ||
"scribe::auth.instruction.query_or_body": "To authenticate requests, include a parameter **`:parameterName`** either in the query string or in the request body.", | ||
"scribe::auth.instruction.bearer": "To authenticate requests, include an **`Authorization`** header with the value **`\"Bearer :placeholder\"`**.", | ||
"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.", | ||
"scribe::auth.instruction.header": "To authenticate requests, include a **`:parameterName`** header with the value **`\":placeholder\"`**.", | ||
"scribe::auth.details": "All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.", | ||
"scribe::search": "Search", | ||
"scribe::base_url": "Base URL", | ||
"scribe::headers.introduction": "Introduction", | ||
"scribe::headers.auth": "Authenticating requests", | ||
"scribe::no_auth": "This API is not authenticated.", | ||
"scribe::example_request": "Example request", | ||
"scribe::example_response": "Example response", | ||
"scribe::example_response.binary": "Binary data", | ||
"scribe::example_response.empty": "Empty response", | ||
"scribe::endpoint.request": "Request", | ||
"scribe::endpoint.headers": "Headers", | ||
"scribe::endpoint.url_parameters": "URL Parameters", | ||
"scribe::endpoint.body_parameters": "Body Parameters", | ||
"scribe::endpoint.query_parameters": "Query Parameters", | ||
"scribe::endpoint.response": "Response", | ||
"scribe::endpoint.response_fields": "Response Fields", | ||
"scribe::try_it_out.open": "Try it out ⚡", | ||
"scribe::try_it_out.cancel": "Cancel 🛑", | ||
"scribe::try_it_out.send": "Send Request 💥", | ||
"scribe::try_it_out.received_response": "Received response", | ||
"scribe::try_it_out.request_failed": "Request failed with error", | ||
"scribe::links.postman": "View Postman collection", | ||
"scribe::links.openapi": "View OpenAPI spec" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.