Skip to content

Add missing localizations #9371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,19 @@
"Completed": "Completed",
"Failed": "Failed",
"PaymentRequestDeletionWarningMessage": "This payment request will be deleted. Do you confirm that?",
"Payment": "Payment"
"Payment": "Payment",
"AddPayment": "Add Payment",
"Enum:PurchaseType:1": "New License",
"Enum:PurchaseType:2": "License Extend",
"Enum:PurchaseType:3": "License Upgrade",
"Enum:PurchaseType:4": "Additional Developer",
"LicenceType": "License Type",
"PurchaseType": "Purchase Type",
"ReceiptNo": "Receipt No",
"PaymentTime": "Payment Time",
"ProductPrice": "Product Price",
"AdditionalDeveloper": "Additional developer",
"ThisPaymentHasBeenAlreadyUsed": "This payment has been already used",
"PaymentTimeCannotBeFutureTime": "Payment time cannot be future time"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,19 @@
"Completed": "Tamamlandı",
"Failed": "Başarısız Oldu",
"PaymentRequestDeletionWarningMessage": "Bu ödeme isteği silinecek. Bunu onaylıyor musun?",
"Payment": "Ödeme"
"Payment": "Ödeme",
"AddPayment": "Ödeme Ekle",
"Enum:PurchaseType:1": "Yeni Lisans",
"Enum:PurchaseType:2": "Lisans Uzatma",
"Enum:PurchaseType:3": "Lisans Yükseltmesi",
"Enum:PurchaseType:4": "Ek Geliştirici",
"LicenceType": "Lisans Türü",
"PurchaseType": "Satın Alma Türü",
"ReceiptNo": "Fiş No",
"PaymentTime": "Ödeme Zamanı",
"ProductPrice": "Ürün Fiyatı",
"AdditionalDeveloper": "Ek geliştirici",
"ThisPaymentHasBeenAlreadyUsed": "Bu ödeme zaten kullanılmış",
"PaymentTimeCannotBeFutureTime": "Ödeme zamanı gelecek zaman olamaz"
}
}