dify/web/i18n/tr-TR/custom.ts
hursit 104c797dd0
feat: Add support for i18n Turkish language (tr-TR) (#6886)
Co-authored-by: hursit <hursit.topal@enuygun.com>
2024-08-01 17:30:35 +08:00

31 lines
988 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
custom: 'Özelleştirme',
upgradeTip: {
prefix: 'Markanızı özelleştirmek için planınızı yükseltin',
suffix: '.',
},
webapp: {
title: 'WebApp markasını özelleştir',
removeBrand: 'Powered by Dify\'i kaldır',
changeLogo: 'Powered by Brand Resmini Değiştir',
changeLogoTip: 'SVG veya PNG formatında, en az 40x40px boyutunda',
},
app: {
title: 'Uygulama başlığı markasını özelleştir',
changeLogoTip: 'SVG veya PNG formatında, en az 80x80px boyutunda',
},
upload: 'Yükle',
uploading: 'Yükleniyor',
uploadedFail: 'Resim yükleme başarısız oldu, lütfen tekrar yükleyin.',
change: 'Değiştir',
apply: 'Uygula',
restore: 'Varsayılan Ayarları Geri Yükle',
customize: {
contactUs: ' bizimle iletişime geçin ',
prefix: 'Uygulama içindeki marka logosunu özelleştirmek için, lütfen',
suffix: 'Enterprise sürümüne yükseltin.',
},
}
export default translation