feat(i18n): update sse connect label in Chinese (#5732)

This commit is contained in:
Nix 2026-03-18 18:53:09 +08:00 committed by GitHub
parent 0ba4c0f397
commit 89c6902895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -463,5 +463,10 @@
"select-visibility": "浏览权限",
"tags": "标签",
"upload-attachment": "上传附件"
},
"sse": {
"connected": "已连接",
"connecting": "正在连接",
"disconnected": "已断开"
}
}

View File

@ -463,5 +463,10 @@
"select-visibility": "瀏覽權限",
"tags": "標籤",
"upload-attachment": "上傳附件"
},
"sse": {
"connected": "已連接",
"connecting": "正在連接",
"disconnected": "已斷開"
}
}