Update translations

This commit is contained in:
CDN 2025-04-20 16:13:37 +08:00
parent 4af1379d1e
commit 1030e735c0
Signed by: CDN
GPG key ID: 0C656827F9F80080
96 changed files with 13449 additions and 0 deletions

View file

@ -0,0 +1 @@
服务器必须严格执行 [附录](/appendices#canonical-json) 中规定的 JSON 格式。这意味着在大多数端点会返回 400 `M_BAD_JSON` 错误或者在联邦通信中丢弃事件。例如Federation API 的 `/send` 端点会丢弃该事件,而 Client Server API 的 `/send/{eventType}` 端点则会返回 `M_BAD_JSON` 错误。