dify/web/i18n/tr-TR/oauth.ts
github-actions[bot] d5e560a987
chore: translate i18n files (#24770)
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
2025-08-29 14:34:35 +08:00

28 lines
908 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 = {
tips: {
notLoggedIn: 'Dify Cloud hesabınıza erişmek istiyor',
common: 'Gizliliğinize saygı gösteriyoruz ve bu bilgiyi yalnızca geliştirici araçlarımızla deneyiminizi geliştirmek için kullanacağız.',
loggedIn: 'Dify Cloud hesabınızdaki aşağıdaki bilgilere erişmek istiyor.',
needLogin: 'Lütfen yetkilendirmek için giriş yapın',
},
scopes: {
timezone: 'Saat Dilimi',
name: 'İsim',
email: 'E-posta',
avatar: 'Avatar',
languagePreference: 'Dil Tercihi',
},
error: {
authorizeFailed: 'Yetkilendirme başarısız',
authAppInfoFetchFailed: 'Yetkilendirme için uygulama bilgisi alınamadı',
invalidParams: 'Geçersiz parametreler',
},
continue: 'Devam et',
connect: 'Bağlan',
unknownApp: 'Bilinmeyen Uygulama',
login: 'Giriş',
switchAccount: 'Hesabı Değiştir',
}
export default translation