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>
87 lines
3.1 KiB
JSON
87 lines
3.1 KiB
JSON
{
|
|
"chat": "チャット",
|
|
"members": "メンバー",
|
|
"favs": "お気に入り",
|
|
"files": "ファイル",
|
|
"setting": "設定",
|
|
"more": "もっと",
|
|
"action": {
|
|
"login": "Sign In",
|
|
|
|
"logout": "ログアウト",
|
|
"change_avatar": "アバターを変更",
|
|
"cancel": "キャンセル",
|
|
"dismiss": "閉じる",
|
|
"new_channel": "チャンネル作成",
|
|
"new_private_channel": "プライベートチャンネル作成",
|
|
"new_msg": "メッセージを送る",
|
|
"invite_people": "招待する",
|
|
"search": "検索",
|
|
"create": "作成",
|
|
"open": "開く",
|
|
"update": "更新",
|
|
"upload": "アップロード",
|
|
"done": "完了",
|
|
"add": "追加",
|
|
"yes": "はい",
|
|
"remove": "削除",
|
|
"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": "メッセージを隠す"
|
|
},
|
|
"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>モバイルアプリ</0>をご覧ください",
|
|
"price": {
|
|
"pro": {
|
|
"title": "VoceChat Pro",
|
|
"desc": "",
|
|
"price": "$49"
|
|
},
|
|
"supreme": {
|
|
"title": "VoceSpace プライベート導入ビデオ [$499]",
|
|
"desc": "",
|
|
"price": ""
|
|
}
|
|
},
|
|
"server_update": {
|
|
"version_needed": "この機能には、サーバーバージョン<0>{{version}} 🚨以上が必要です",
|
|
"current_version": "現在のバージョン: <0>{{version}} 0>",
|
|
"update_tip": "サーバーをアップグレードしてください!",
|
|
"howto": "VoceChatサーバーのアップデート方法"
|
|
},
|
|
"inactive": {
|
|
"title": "アクティブなタブは1つだけですVoceChat",
|
|
"desc": "このタブを引き続き使用するには、このページを再読み込みするか、タブを閉じてください。"
|
|
}
|
|
}
|