Files
espocrm/application/Espo/Resources/i18n/tr_TR/EmailAccount.json
2026-01-19 17:46:06 +01:00

53 lines
1.7 KiB
JSON
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.
{
"fields": {
"name": "Ad",
"status": "Durum",
"host": "Sunucu",
"username": "Kullanıcı Adı",
"password": "Şifre",
"port": "Bağlantı Noktası",
"monitoredFolders": "İzlenen Klasörler",
"fetchSince": "İtibaren Getir",
"emailAddress": "Eposta Adresi",
"sentFolder": "Gönderilenler Klasörü",
"storeSentEmails": "Gönderilen Epostaları Sakla",
"keepFetchedEmailsUnread": "Getirilen Epostaları Okunmadı Olarak Tut",
"emailFolder": "Klasöre Koy",
"useSmtp": "SMTP kullan",
"smtpHost": "SMTP Sunucusu",
"smtpPort": "SMTP Bağlantı Noktası",
"smtpSecurity": "SMTP Güvenliği",
"smtpUsername": "SMTP Kullanıcı Adı",
"smtpPassword": "SMTP şifresi",
"useImap": "Epostaları Al",
"smtpAuthMechanism": "SMTP Kimlik Doğrulama Mekanizması"
},
"links": {
"filters": "Filtreler",
"emails": "Epostalar"
},
"options": {
"status": {
"Active": "Etkin",
"Inactive": "Pasif"
},
"smtpAuthMechanism": {
"plain": "DÜZ",
"login": "GİRİŞ"
}
},
"labels": {
"Create EmailAccount": "Eposta Hesabı Oluştur",
"Main": "Anasayfa",
"Test Connection": "Bağlantıyı Test Et",
"Send Test Email": "Test epostası gönder"
},
"messages": {
"couldNotConnectToImap": "IMAP Sunucusuna Bağlanılamıyor",
"connectionIsOk": "Bağlantı Tamam"
},
"tooltips": {
"monitoredFolders": "Harici bir e-posta istemcisinden gönderilen e-postaları senkronize etmek için bir 'Gönderilmiş' klasörü ekleyebilirsiniz.",
"storeSentEmails": "Gönderilen e-postalar IMAP sunucusunda saklanır. Eposta Adresi alanına, adres epostalarının gönderilmesi gerekir."
}
}