wsCodeDescription Translation keys
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
8594bc81b3
commit
858820cbc9
@ -91,7 +91,7 @@
|
||||
"ignoreSecWebsocketAcceptHeaderDescription": "Allows the server to not reply with Sec-WebSocket-Accept header, if the websocket upgrade succeeds.",
|
||||
"Ignore Sec-WebSocket-Accept header": "Ignore {0} header",
|
||||
"wsSubprotocolDescription": "Enter a comma delimited list of subprotocols. For more information on subprotocols, please consult the {documentation}",
|
||||
"wsCodeDescription": "For more information on status codes, please consult {documentation}",
|
||||
"wsCodeDescription": "For more information on status codes, please consult {rfc6455}",
|
||||
"Subprotocol(s)": "Subprotocol(s)",
|
||||
"maxRedirectDescription": "Maximum number of redirects to follow. Set to 0 to disable redirects.",
|
||||
"Upside Down Mode": "Upside Down Mode",
|
||||
|
||||
@ -847,7 +847,7 @@
|
||||
{{ $t("acceptedStatusCodesDescription") }}
|
||||
</div>
|
||||
<i18n-t tag="div" class="form-text" keypath="wsCodeDescription">
|
||||
<template #documentation>
|
||||
<template #rfc6455>
|
||||
<a href="https://datatracker.ietf.org/doc/html/rfc6455#section-7.4" target="_blank" rel="noopener noreferrer">RFC 6455</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user