feat(FN-204): i18n pricing/subscription/payment surfaces
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged: - feat(FN-204): i18n pricing/subscription/payment surfaces Files changed: .../web/src/components/payment/payment-content.tsx | 11 +- apps/web/src/lib/i18n.ts | 17 ++- apps/web/src/messages/en.json | 27 ++++- apps/web/src/messages/tr.json | 27 ++++- .../src/routes/dashboard/subscription/index.tsx | 4 +- apps/web/src/routes/pricing.tsx | 127 +++++++++++---------- 6 files changed, 135 insertions(+), 78 deletions(-) Fusion-Task-Id: FN-204
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
"yearly": "Yıllık",
|
||||
"trySymbol": "₺",
|
||||
"perMonth": "/ay",
|
||||
"perYear": "/yıl"
|
||||
"perYear": "/yıl",
|
||||
"login": "Giriş Yap",
|
||||
"register": "Kayıt Ol"
|
||||
},
|
||||
"nav": {
|
||||
"search": "Arama",
|
||||
@@ -149,7 +151,8 @@
|
||||
"schemaViewer": "Şema görüntüleyici",
|
||||
"prioritySupport": "Öncelikli destek",
|
||||
"oemSearch": "OEM parça arama",
|
||||
"allBrands": "Tüm markalar"
|
||||
"allBrands": "Tüm markalar",
|
||||
"brandSelection": "{count} marka seçimi"
|
||||
},
|
||||
"plans": {
|
||||
"brand1": {
|
||||
@@ -206,7 +209,8 @@
|
||||
"trustRefund": "7 gün iade garantisi",
|
||||
"paymentTrustSSL": "256-bit SSL",
|
||||
"paymentTrustProvider": "Iyzico altyapısı",
|
||||
"paymentTrustKVKK": "KVKK uyumlu"
|
||||
"paymentTrustKVKK": "KVKK uyumlu",
|
||||
"trialDaysLeft": "{days} gün kaldı"
|
||||
},
|
||||
"payment": {
|
||||
"title": "Ödeme",
|
||||
@@ -243,7 +247,13 @@
|
||||
"eftConfirmationDescription": "EFT/Havale dekontunuz alındı. Onay sonrası aboneliğiniz aktifleştirilecektir.",
|
||||
"goToDashboard": "Panele Git",
|
||||
"initializeFailed": "Ödeme başlatılamadı. Lütfen tekrar deneyin.",
|
||||
"processingPayment": "Ödeme işleniyor..."
|
||||
"processingPayment": "Ödeme işleniyor...",
|
||||
"iyzicoTrustNotice": "3D Secure ile güvenli ödeme. iyzico altyapısı kullanılmaktadır. Butona tıkladığınızda iyzico ödeme sayfasına yönlendirileceksiniz.",
|
||||
"eftPaid": "EFT/Havale Yaptım",
|
||||
"eftStatus": {
|
||||
"created": "EFT/Havale kaydı oluşturuldu",
|
||||
"receiptUploaded": "Dekont yüklendi"
|
||||
}
|
||||
},
|
||||
"billing": {
|
||||
"title": "Ödeme Geçmişi",
|
||||
@@ -356,6 +366,15 @@
|
||||
"fileTooBig": "Dosya boyutu çok büyük. Maksimum 5MB yükleyebilirsiniz.",
|
||||
"invalidFileType": "Geçersiz dosya türü."
|
||||
},
|
||||
"pricing": {
|
||||
"title": "Fiyatlandırma",
|
||||
"subtitle": "İhtiyacınıza uygun planı seçin.",
|
||||
"metaDescription": "200 TL/ay'dan başlayan şase numarası ve OEM parça sorgulama planları. 30 gün ücretsiz deneyin.",
|
||||
"popular": "Popüler",
|
||||
"orYearly": "veya {price} TL/yıl",
|
||||
"getStarted": "Başla",
|
||||
"pageTitle": "Fiyatlandırma — Sase.tr | Şase Sorgulama Planları"
|
||||
},
|
||||
"language": {
|
||||
"tr": "Türkçe",
|
||||
"en": "English",
|
||||
|
||||
Reference in New Issue
Block a user