feat(FN-194): update Turkish locale: Fatura→Ödeme, Fatura Geçmişi→Ödeme Geçmişi (+1 more)
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-194): complete Step 2 — update English locale: Billing→Payment, Billing History→Payment History - feat(FN-194): complete Step 1 — update Turkish locale: Fatura→Ödeme, Fatura Geçmişi→Ödeme Geçmişi Files changed: apps/web/src/messages/en.json | 4 ++-- apps/web/src/messages/tr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Fusion-Task-Id: FN-194
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"history": "History",
|
||||
"catalog": "Catalog",
|
||||
"subscription": "Subscription",
|
||||
"billing": "Billing",
|
||||
"billing": "Payment",
|
||||
"settings": "Settings",
|
||||
"admin": "Admin Panel",
|
||||
"logout": "Log Out"
|
||||
@@ -232,7 +232,7 @@
|
||||
"processingPayment": "Processing payment..."
|
||||
},
|
||||
"billing": {
|
||||
"title": "Billing History",
|
||||
"title": "Payment History",
|
||||
"payments": "Payments",
|
||||
"noPayments": "No payment records yet.",
|
||||
"date": "Date",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"history": "Geçmiş",
|
||||
"catalog": "Katalog",
|
||||
"subscription": "Abonelik",
|
||||
"billing": "Fatura",
|
||||
"billing": "Ödeme",
|
||||
"settings": "Ayarlar",
|
||||
"admin": "Admin Panel",
|
||||
"logout": "Çıkış Yap"
|
||||
@@ -232,7 +232,7 @@
|
||||
"processingPayment": "Ödeme işleniyor..."
|
||||
},
|
||||
"billing": {
|
||||
"title": "Fatura Geçmişi",
|
||||
"title": "Ödeme Geçmişi",
|
||||
"payments": "Ödemeler",
|
||||
"noPayments": "Henüz ödeme kaydı yok.",
|
||||
"date": "Tarih",
|
||||
|
||||
Reference in New Issue
Block a user