✨ feat: Add language support and descriptions in product localization files
- Added language, languageDescription, and languagePlaceholder fields to product.json for multiple locales (ja-JP, ko-KR, no-NO, pl-PL, pt-BR, ro-RO, ru-RU, th-TH, tr-TR, uk-UA, vi-VN, zh-HK). - Removed group-related fields from product.json for cleaner structure. - Updated API calls in user services to include language parameter for subscription retrieval. - Enhanced type definitions for subscription requests to accommodate language parameter.
This commit is contained in:
@@ -35,8 +35,10 @@
|
||||
"discountPercent": "İndirim Yüzdesi",
|
||||
"discount_price": "İndirimli Fiyat",
|
||||
"duration": "Süre (ay)",
|
||||
"groupId": "Abonelik Grubu",
|
||||
"inventory": "Abonelik Limiti",
|
||||
"language": "Dil",
|
||||
"languageDescription": "Varsayılan dil kısıtlaması olmadan boş bırakın",
|
||||
"languagePlaceholder": "Abonelik için dil tanımlayıcısı, örn. en-US, zh-CN",
|
||||
"monthlyReset": "Aylık Sıfırlama",
|
||||
"name": "Ad",
|
||||
"noLimit": "Sınırsız",
|
||||
@@ -54,39 +56,14 @@
|
||||
"resetCycle": "Sıfırlama Döngüsü",
|
||||
"resetOn1st": "1'inde Sıfırla",
|
||||
"selectResetCycle": "Lütfen bir sıfırlama döngüsü seçin",
|
||||
"selectSubscribeGroup": "Abonelik Grubunu Seçiniz",
|
||||
"selectUnitTime": "Lütfen birim zamanı seçin",
|
||||
"speedLimit": "Hız Sınırı ",
|
||||
"traffic": "Trafik",
|
||||
"unitPrice": "Birim fiyatı",
|
||||
"unitTime": "Birim zamanı"
|
||||
},
|
||||
"group": {
|
||||
"actions": "Eylemler",
|
||||
"cancel": "İptal",
|
||||
"confirm": "Onayla",
|
||||
"confirmDelete": "Silmek istediğinizden emin misiniz?",
|
||||
"create": "Oluştur",
|
||||
"createSubscribeGroup": "Yeni Abonelik Grubu Oluştur",
|
||||
"createSuccess": "Başarıyla oluşturuldu",
|
||||
"delete": "Sil",
|
||||
"deleteSuccess": "Başarıyla silindi",
|
||||
"deleteWarning": "Sildikten sonra veriler geri alınamaz, lütfen dikkatli olun.",
|
||||
"description": "Açıklama",
|
||||
"edit": "Düzenle",
|
||||
"editSubscribeGroup": "Abonelik Grubunu Düzenle",
|
||||
"form": {
|
||||
"cancel": "İptal",
|
||||
"confirm": "Onayla",
|
||||
"description": "Açıklama",
|
||||
"name": "Ad"
|
||||
},
|
||||
"name": "Ad",
|
||||
"title": "Abonelik Grubu Listesi",
|
||||
"updateSuccess": "Başarıyla güncellendi",
|
||||
"updatedAt": "Güncellenme Zamanı"
|
||||
},
|
||||
"inventory": "Abonelik Limiti",
|
||||
"language": "Dil",
|
||||
"name": "isim",
|
||||
"quota": "Kota/satın alma",
|
||||
"replacement": "Fiyatı sıfırla/kez",
|
||||
@@ -94,11 +71,6 @@
|
||||
"show": "Göster",
|
||||
"sold": "Abonelik Sayısı",
|
||||
"subscribe": "Abone Ol",
|
||||
"subscribeGroup": "Gruba Abone Ol",
|
||||
"tabs": {
|
||||
"subscribe": "Abone Ol",
|
||||
"subscribeGroup": "Abone Grubu"
|
||||
},
|
||||
"traffic": "trafik",
|
||||
"unitPrice": "Birim Fiyatı",
|
||||
"updateSuccess": "Güncelleme başarılı"
|
||||
|
||||
Reference in New Issue
Block a user