Files
ColdBreeze-chat-web/public/locales/zh/welcome.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

42 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "欢迎来到 {{name}}",
"desc": "下面几步,有助于您开始",
"invite": "邀请朋友或队友",
"start_by_channel": "创建频道,开启会话",
"start_by_dm": "找人聊天",
"download": "下载移动端APP",
"help": "还有问题?访问我们的帮助中心",
"sign_in_tip": "请登录后发消息",
"vocespace": " VoceSpace 视频通话",
"license": "VoceSpace 升级证书",
"onboarding": {
"title": "VoceChat初始化",
"welcome": "欢迎来到你的VoceChat",
"welcome_desc": "在这里,你能掌控一切,开始构建你的空间吧!",
"start": "开始",
"new_server": "给你的服务器命名",
"server_desc": "服务器是你和你的朋友能够沟通的载体",
"placeholder_server": "输入服务器名称",
"create_server": "创建服务器",
"admin_title": "现在,初始化一个管理员账号",
"admin_desc": "这是你的服务器上第一个管理员账号,也是超级管理员",
"sign": "注册",
"invite_title": "最后一步:邀请TA人!",
"invite_desc": "首先,决定下注册方式",
"confirm": "确认",
"done_welcome": "欢迎来到 {{serverName}} 👏🏻",
"done_title": "VoceChat倾情打造",
"done_desc": "更多设置,像权限,安全,邀请,请前往 <0>设置页</0>",
"enter": "进入",
"last_tip": "现在,你可以邀请别人啦!",
"last_desc": "将邀请链接发送给将来要入驻的社区成员吧:",
"done": "完成",
"welcome_page": "欢迎",
"set_name": "设置名称",
"admin_account": "管理员账号",
"who_sign_up": "注册权限",
"invites": "邀请",
"update_domain_tip": "链接域名有问题?可在此更新设置:"
}
}