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>
96 lines
2.9 KiB
JSON
96 lines
2.9 KiB
JSON
{
|
|
"chat": "Chat",
|
|
"members": "Mitglieder",
|
|
"favs": "Gespeichert",
|
|
"files": "Dateien",
|
|
"setting": "Einstellungen",
|
|
"more": "Mehr",
|
|
"action": {
|
|
"login": "Anmelden",
|
|
"re_login": "Neu anmelden",
|
|
"logout": "Abmelden",
|
|
"change_avatar": "Ändern",
|
|
"cancel": "Abbrechen",
|
|
"dismiss": "Verwerfen",
|
|
"search": "Suchen",
|
|
"search_user": "Nach Namen suchen",
|
|
"new_channel": "Neuer Kanal",
|
|
"new_private_channel": "Neuer privater Kanal",
|
|
"new_msg": "Neue Nachricht",
|
|
"invite_people": "Personen einladen",
|
|
"search_people": "Personen suchen",
|
|
"create": "Erstellen",
|
|
"open": "Öffnen",
|
|
"update": "Aktualisieren",
|
|
"upload": "Hochladen",
|
|
"done": "Fertig",
|
|
"add": "Hinzufügen",
|
|
"yes": "Ja",
|
|
"delete_channel": "Kanal löschen",
|
|
"remove": "Entfernen",
|
|
"remove_user": "Benutzer entfernen",
|
|
"edit": "Bearbeiten",
|
|
"edit_msg": "Nachricht bearbeiten",
|
|
"add_reaction": "Reaktion hinzufügen",
|
|
"add_to_fav": "Zu Favoriten hinzufügen",
|
|
"select": "Auswählen",
|
|
"forward": "Weiterleiten",
|
|
"reply": "Antworten",
|
|
"pin": "Anheften",
|
|
"unpin": "Lösen",
|
|
"send": "Senden",
|
|
"send_msg": "Nachricht",
|
|
"copy": "Kopieren",
|
|
"copy_email": "E-Mail kopieren",
|
|
"mute": "Stummschalten",
|
|
"unmute": "Stummschaltung aufheben",
|
|
"mark_read": "Als gelesen markieren",
|
|
"hide_session": "Sitzung ausblenden",
|
|
"reload": "Neu laden",
|
|
"install": "Installieren",
|
|
"download_origin": "Original herunterladen",
|
|
"close": "Schließen",
|
|
"upgrade": "Upgrade",
|
|
"view_pwd": "Passwort anzeigen",
|
|
"change_pwd": "Passwort ändern"
|
|
},
|
|
"status": {
|
|
"uploading": "Wird hochgeladen"
|
|
},
|
|
"tip": {
|
|
"email_msg_tip": "E-Mail-Benachrichtigungen sind in deiner Region blockiert. Upgrade auf Pro für diese Funktion.",
|
|
"update": "Erfolgreich aktualisiert!",
|
|
"delete": "Erfolgreich gelöscht!",
|
|
"reg": "Erfolgreich registriert!",
|
|
"login": "Anmeldung erfolgreich!",
|
|
"logout": "Abmeldung erfolgreich!",
|
|
"pin": "Nachricht erfolgreich angeheftet!",
|
|
"pwa_install_title": "Web-App auf Desktop installieren?",
|
|
"pwa_install_desc": "Zum Desktop hinzufügen für schnellen Zugriff."
|
|
},
|
|
"new_version": "<0>Neue Version</0> verfügbar",
|
|
"mobile_app": "Entdecke unsere <0>Mobile App</0>",
|
|
"price": {
|
|
"pro": {
|
|
"title": "VoceChat Pro",
|
|
"desc": "",
|
|
"price": "$49"
|
|
},
|
|
"supreme": {
|
|
"title": "VoceSpace Private Deployment Video [499$]",
|
|
"desc": "",
|
|
"price": ""
|
|
}
|
|
},
|
|
"server_update": {
|
|
"version_needed": "Diese Funktion benötigt Server-Version: <0>{{version}}</0> 🚨",
|
|
"current_version": "Aktuelle Version: <0>{{version}}</0>",
|
|
"update_tip": "Bitte Server upgraden!",
|
|
"howto": "Anleitung zum Update"
|
|
},
|
|
"inactive": {
|
|
"title": "Nur ein aktiver Tab für VoceChat erlaubt",
|
|
"desc": "Lade diese Seite neu oder schließe sie"
|
|
}
|
|
}
|