feat(profile): Update localization strings and enhance third-party account binding

This commit is contained in:
web@ppanel
2025-02-09 21:05:56 +07:00
parent 3883646566
commit 2d1effb7ab
34 changed files with 1677 additions and 526 deletions
+50 -8
View File
@@ -1,7 +1,6 @@
{
"accountSettings": {
"accountSettings": "Hesap Ayarları",
"loginPassword": "Giriş Şifresi",
"newPassword": "Yeni Şifre",
"passwordMismatch": "Şifreler uyuşmuyor",
"repeatNewPassword": "Yeni Şifreyi Tekrarla",
@@ -9,21 +8,64 @@
"updateSuccess": "Güncelleme Başarılı"
},
"notify": {
"balanceChange": "Bakiye Değişikliği",
"bind": "Bağlamaya Git",
"channels": "Bildirim Kanalları",
"emailNotification": "E-posta Bildirimi",
"finance": "Finans",
"login": "Giriş",
"notificationSettings": "Bildirim Ayarları",
"telegramId": "Telegram Kimliği",
"notificationTypes": "Bildirim Türleri",
"save": "Değişiklikleri Kaydet",
"subscribe": "Abone Ol",
"telegramIdPlaceholder": "Telegram Kimliği girin",
"telegramNotification": "Telegram Bildirimi",
"unbind": "Bağlamayı Kaldır",
"updateSuccess": "Güncelleme Başarılı"
},
"notifyEvent": {
"balanceChange": "Bakiye Değişikliği",
"finance": "Finans",
"login": "Giriş",
"notificationEvents": "Bildirim Olayları",
"subscribe": "Abone Ol",
"thirdParty": {
"apple": {
"description": "Apple ile giriş yap"
},
"bind": "Bağla",
"bindFailed": "Bağlantı kurulamadı",
"bindMobile": "Mobil Bağla",
"bindSuccess": "Bağlantı başarıyla kuruldu",
"change": "Değiştir",
"confirm": "Onayla",
"email": {
"description": "E-posta adresinizi bağlayın",
"invalid": "Lütfen geçerli bir e-posta adresi girin",
"placeholder": "E-posta adresinizi girin",
"title": "E-posta Değiştir"
},
"facebook": {
"description": "Facebook ile giriş yap"
},
"github": {
"description": "GitHub ile giriş yap"
},
"google": {
"description": "Google ile giriş yap"
},
"mobile": {
"description": "Cep telefonunuzu bağlayın",
"invalid": "Lütfen geçerli bir cep telefonu numarası girin",
"placeholder": "Cep telefonunuzu girin",
"title": "Mobil Numarayı Değiştir"
},
"phone": {
"description": "Telefon numaranızı bağlayın",
"placeholder": "Telefon numaranızı girin",
"title": "Telefon Değiştir"
},
"save": "Kaydet",
"telegram": {
"description": "Telegram ile giriş yap"
},
"title": "Bağlı Hesaplar",
"unbind": "Bağlantıyı Kes",
"update": "Güncelle",
"updateSuccess": "Güncelleme Başarılı"
}
}