c8199da34e
* 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>
41 lines
2.2 KiB
JSON
41 lines
2.2 KiB
JSON
{
|
|
"title": " {{name}} をようこそ",
|
|
"desc": "次の手順を従いと、スムーズにスタートしましょう",
|
|
"invite": "友達やチームメイトを招待する",
|
|
"start_by_channel": "チャンネルを作成し、チャットを始ましょう",
|
|
"start_by_dm": "チャットしましょう",
|
|
"download": "アプリをダウンロードしましょう",
|
|
"help": "まだ聞きたいことがある? ヘルプにアクセスしましょう",
|
|
"sign_in_tip": "Please sign in to send message",
|
|
"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": "最後:知り合いを招待しましょう!",
|
|
"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": "招待"
|
|
}
|
|
}
|