Files
ColdBreeze-chat-web/public/locales/zh/common.json
T
Will Sheng c8199da34e 增加VoceSpace视频会议功能 (#275)
* vocespace video conf page

[feat]: get and update vocespace config

[feat]: get and update vocespace config

[feat]: vocespace setting box in home page

remove zip

send vocespace link

[feat]: vocespace license upgrade

* docs(readme): add Chinese readme and update package mananger to pnpm

* docs: Remove outdated contact information and completed feature requests (#272)

* feat: 增加passkey支持 (#270)

* chore: add .pnpm-store to .gitignore

* feat: implement passkey authentication and management features

- Added passkey login and registration endpoints to the auth service.
- Introduced PasskeyManagement component for user passkey management.
- Updated localization files to include passkey-related strings in English and Chinese.
- Created utility functions for handling passkey operations in WebAuthn.
- Adjusted login page to support passkey login flow.
- Modified configuration for local development server.

* feat: enhance passkey management with modal input and localization updates

- Added a modal for entering passkey names during registration in the PasskeyManagement component.
- Updated English and Chinese localization files to include new strings for passkey name input.
- Improved user experience by validating passkey name input before registration.

* feat: enhance passkey login experience with localization updates

- Added new localization strings for passkey authentication errors and status messages in English and Chinese.
- Updated the login page to utilize localized strings for improved user feedback during passkey login attempts.

* feat: add name field to UserPasskey interface for enhanced user identification

* feat: integrate passkey support across login and settings

- Added passkey option to login configuration and updated related components to conditionally render passkey login button.
- Enhanced MyAccount and Logins components to manage passkey settings and display passkey management options based on configuration.
- Updated English and Chinese localization files to include new strings for passkey functionality.

* feat: added server version check for passkey

* chore: update version to 0.9.30 in package.json

* chore: update version to 0.9.31 in package.json and add magic link authentication strings in English and Chinese

* i18n

[feat]: undeploy or vocespace.com

[fix]: theme fit for ui

[feat]: ip or alert

version v0.9.32

[fix]: use version compare for feat

[fix]: api hook inner useEffect

---------

Co-authored-by: haorwen <haorwen@qq.com>
2025-12-18 23:33:24 +08:00

96 lines
2.6 KiB
JSON

{
"chat": "聊天",
"members": "成员",
"favs": "收藏",
"files": "文件",
"setting": "设置",
"more": "更多",
"action": {
"login": "登录",
"re_login": "重新登录",
"logout": "退出登录",
"change_avatar": "修改",
"cancel": "取消",
"dismiss": "关闭",
"new_channel": "新建频道",
"new_private_channel": "新建私有频道",
"new_msg": "发消息",
"invite_people": "邀请 TA 人",
"search_people": "搜索用户",
"search": "搜索",
"create": "创建",
"open": "打开",
"update": "更新",
"upload": "上传",
"done": "完成",
"add": "新增",
"yes": "是的",
"remove": "删除",
"remove_user": "移除用户",
"delete_channel": "删除频道",
"edit": "编辑",
"edit_msg": "编辑消息",
"add_reaction": "表情",
"add_to_fav": "收藏",
"select": "选择",
"forward": "转发",
"reply": "回复",
"pin": "置顶",
"unpin": "取消置顶",
"send": "发送",
"send_msg": "发消息",
"copy": "复制",
"copy_email": "复制邮箱",
"mute": "静默通知",
"unmute": "取消静默",
"mark_read": "标记已读",
"hide_session": "隐藏会话",
"reload": "刷新页面",
"install": "安装",
"download_origin": "下载原图",
"close": "关闭",
"upgrade": "升级",
"view_pwd": "查看密码",
"change_pwd": "修改密码"
},
"status": {
"uploading": "上传中"
},
"tip": {
"email_msg_tip": "您的地区收不到消息提醒,升级到 Pro 版本可以使用邮件提醒功能",
"update": "更新成功!",
"delete": "删除成功!",
"reg": "注册成功!",
"login": "登录成功!",
"logout": "退出成功!",
"pin": "消息置顶成功!",
"pwa_install_title": "安装到桌面?",
"pwa_install_desc": "使用桌面访问,更便捷!"
},
"new_version": "有<0>新版本</0>",
"mobile_app": "欢迎下载使用<0>手机 APP</0>",
"price": {
"pro": {
"title": "VoceChat 专业版",
"desc": "",
"price": "$49"
},
"supreme": {
"title": "VoceSpace 私有部署音视频[499$]",
"desc": "",
"price": ""
}
},
"server_update": {
"version_needed": "支持该特性的最低 Server 版本:<0>{{version}}</0>",
"current_version": "当前的 Server 版本:<0>{{version}}</0>",
"update_tip": "请升级后端服务!",
"howto": "如何升级后端服务"
},
"inactive": {
"title": "VoceChat 只允许活跃一个标签页",
"desc": "刷新页面继续或者关闭该页面"
}
}