Initial commit
This commit is contained in:
53
application/Espo/Resources/i18n/tr_TR/EmailAccount.json
Normal file
53
application/Espo/Resources/i18n/tr_TR/EmailAccount.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user