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

36 lines
1.3 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",
"job": "Görev",
"scheduling": "Zamanlama"
},
"links": {
"log": "Kayıt"
},
"labels": {
"Create ScheduledJob": "Zamanlanmış Görev Oluştur"
},
"options": {
"job": {
"Cleanup": "Temizle",
"CheckInboundEmails": "Gelen Epostaları Kontrol Et",
"CheckEmailAccounts": "Kişisel eposta hesaplarını kontrol et",
"SendEmailReminders": "Hatırlatıcı Eposta Gönder",
"AuthTokenControl": "Kimlik Doğrulama Simgesi Kontrolü",
"SendEmailNotifications": "Eposta Bildirimleri gönder",
"CheckNewVersion": "Yeni versiyon denetleme",
"ProcessWebhookQueue": "Web Oltası Kuyruğunu İşlet"
},
"cronSetup": {
"linux": "Not: Espo'nun planlanmış işleri çalıştırabilmesi için şu kodları crontab dosyasına ekleyin:",
"mac": "Not: Espo'nun planlanmış işleri çalıştırabilmesi için şu kodları crontab dosyasına ekleyin:",
"windows": "Not: Espo'nun planlanmış işleri Windows Scheduled Task ile kullanabilmesi için şu kodlarla bir BATCH dosyası oluşturun:",
"default": "Not: Bu komutu CronTab'a ekleyin:"
},
"status": {
"Active": "Etkin",
"Inactive": "Pasif"
}
}
}