Files
ColdBreeze-chat-web/public/locales/fr/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

92 lines
2.8 KiB
JSON

{
"chat": "Chat",
"members": "Membres",
"favs": "Éléments Enregistrés",
"files": "Fichiers",
"setting": "Paramètres",
"more": "Plus",
"action": {
"login": "Se Connecter",
"re_login": "Déconnexion",
"logout": "Se Déconnecter",
"change_avatar": "Changer",
"cancel": "Annuler",
"dismiss": "Rejeter",
"search": "Rechercher",
"search_user": "Rechercher par nom",
"new_channel": "Nouveau Canal",
"new_private_channel": "Nouveau Canal Privé",
"new_msg": "Nouveau Message",
"invite_people": "Inviter des Personnes",
"search_people": "Rechercher des Personnes",
"create": "Créer",
"open": "Ouvrir",
"update": "Mettre à Jour",
"upload": "Téléverser",
"done": "Fait",
"add": "Ajouter",
"yes": "Oui",
"delete_channel": "Supprimer le Canal",
"remove": "Retirer",
"remove_user": "Retirer l'Utilisateur",
"edit": "Modifier",
"edit_msg": "Modifier le Message",
"add_reaction": "Ajouter une Réaction",
"add_to_fav": "Ajouter aux Favoris",
"select": "Sélectionner",
"forward": "Transférer",
"reply": "Répondre",
"pin": "Épingler",
"unpin": "Désépingler",
"send": "Envoyer",
"send_msg": "Message",
"copy": "Copier",
"copy_email": "Copier l'Email",
"mute": "Couper le son",
"unmute": "Réactiver le son",
"mark_read": "Marquer comme Lu",
"hide_session": "Masquer la Session",
"reload": "Recharger",
"install": "Installer",
"download_origin": "Télécharger l'original",
"close": "Fermer"
},
"status": {
"uploading": "Téléversement"
},
"tip": {
"update": "Mise à Jour Réussie !",
"delete": "Suppression Réussie !",
"reg": "Inscription Réussie !",
"login": "Connexion Réussie !",
"logout": "Déconnexion Réussie !",
"pin": "Message Épinglé avec Succès !",
"pwa_install_title": "Installer l'application web sur le bureau ?",
"pwa_install_desc": "Ajoutez au bureau pour un accès rapide à cette application."
},
"new_version": "<0>Nouvelle Version</0> Disponible",
"mobile_app": "Découvrez notre <0>Application Mobile</0>",
"price": {
"pro": {
"title": "VoceChat Pro",
"desc": "",
"price": "$49"
},
"supreme": {
"title": "Vidéo de déploiement privé VoceSpace [499$]",
"desc": "",
"price": ""
}
},
"server_update": {
"version_needed": "Cette fonction nécessite la version serveur :<0>{{version}}</0> au minimum 🚨",
"current_version": "Votre version actuelle :<0>{{version}}</0>",
"update_tip": "Veuillez mettre à niveau le Serveur !",
"howto": "Comment Mettre à Jour le Serveur VoceChat"
},
"inactive": {
"title": "Un seul onglet actif est autorisé pour VoceChat",
"desc": "Veuillez recharger cette page pour continuer à utiliser cet onglet ou le fermer"
}
}