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>
90 lines
2.6 KiB
JSON
90 lines
2.6 KiB
JSON
{
|
||
"chat": "Sohbet",
|
||
"members": "Üeyler",
|
||
"favs": "Kaydedilmiş Öğeler",
|
||
"files": "Dosyalar",
|
||
"setting": "Ayarlar",
|
||
"more": "Daha Fazla",
|
||
"action": {
|
||
"login": "Giriş",
|
||
"re_login": "Çıkış",
|
||
"logout": "Çıkış",
|
||
"change_avatar": "Avatar değiştir",
|
||
"cancel": "İptal",
|
||
"dismiss": "Yok say",
|
||
"search": "Arama",
|
||
"new_channel": "Yeni kanal",
|
||
"new_private_channel": "Yeni Özel Kanal",
|
||
"new_msg": "Yeni İleti",
|
||
"invite_people": "Davet et",
|
||
"create": "Yarat",
|
||
"open": "Aç",
|
||
"update": "Güncelle",
|
||
"upload": "Yükle",
|
||
"done": "Bitti",
|
||
"add": "Ekle",
|
||
"yes": "Evet",
|
||
"delete_channel": "Kanal'ı Sil",
|
||
"remove": "Sil",
|
||
"remove_user": "Kullanıcı'yı Sil",
|
||
"edit": "Düzenle",
|
||
"edit_msg": "İleti'yi Düzenle",
|
||
"add_reaction": "Tepkilere Ekle",
|
||
"add_to_fav": "Favorilere Ekle",
|
||
"select": "Seç",
|
||
"forward": "İlet",
|
||
"reply": "Cevap Ver",
|
||
"pin": "Sabitle",
|
||
"unpin": "Sabitleme",
|
||
"send": "Gönder",
|
||
"send_msg": "İlet",
|
||
"copy": "Kopyala",
|
||
"copy_email": "E-posta Kopyala",
|
||
"mute": "Sessize Al",
|
||
"unmute": "Sessizden Çıkar",
|
||
"mark_read": "Okundu olarak işaretle",
|
||
"hide_session": "Oturumu gizle",
|
||
"reload": "Yeniden Yükle",
|
||
"install": "Kur",
|
||
"download_origin": "Aslını İndir",
|
||
"close": "Kapat"
|
||
},
|
||
"status": {
|
||
"uploading": "Yükleniyor"
|
||
},
|
||
"tip": {
|
||
"update": "Yükleme Başarılı!",
|
||
"delete": "Silme Başarılı!",
|
||
"reg": "Kayıt Başarılı!",
|
||
"login": "Giriş Başarılı!",
|
||
"logout": "Çıkış Başarılı!",
|
||
"pin": "İleti Başarı ile Sabitlendi!",
|
||
"pwa_install_title": "Uygulama masaüstü'ne yüklensin mi?",
|
||
"pwa_install_desc": "Bu uygulamaya hızlı erişim için masaüstüne yükleyin."
|
||
},
|
||
"new_version": "<0>Yeni Sürüm</0> Mevcut",
|
||
"mobile_app": "Yeni <0>Mobil Uygulama</0>'yı deneyin",
|
||
"price": {
|
||
"pro": {
|
||
"title": "VoceChat Pro",
|
||
"desc": "",
|
||
"price": "$49"
|
||
},
|
||
"supreme": {
|
||
"title": "VoceSpace Özel Dağıtım Videosu [499$]",
|
||
"desc": "",
|
||
"price": ""
|
||
}
|
||
},
|
||
"server_update": {
|
||
"version_needed": "Bu yöntem için sunucu sürümü en az <0>{{version}}</0> olmalı 🚨",
|
||
"current_version": "Sizin mevcut sürümünüz:<0>{{version}}</0>",
|
||
"update_tip": "Lütfen sunucuyu yükseltin!",
|
||
"howto": "VocaChat Sunucu nasıl yükseltilir"
|
||
},
|
||
"inactive": {
|
||
"title": "VocaChat ile sadece 1 aktif sekmeye izin verilir.",
|
||
"desc": "Lütfen bu sayfa ile devam etmek için tekrar yükleyin veya kapatın."
|
||
}
|
||
}
|