mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
104c797dd0
Co-authored-by: hursit <hursit.topal@enuygun.com>
31 lines
988 B
TypeScript
31 lines
988 B
TypeScript
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
|