Initial commit
This commit is contained in:
26
application/Espo/Resources/i18n/tr_TR/Job.json
Normal file
26
application/Espo/Resources/i18n/tr_TR/Job.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"fields": {
|
||||
"status": "Durum",
|
||||
"executeTime": "Burda Çalıştır",
|
||||
"attempts": "Kalan Hak",
|
||||
"failedAttempts": "Başarısız denemeler",
|
||||
"serviceName": "Servis",
|
||||
"methodName": "Metod",
|
||||
"scheduledJob": "İş planla",
|
||||
"data": "Veri",
|
||||
"method": "Metod",
|
||||
"scheduledJobJob": "Zamanlanmış Görev Adı",
|
||||
"startedAt": "Başlangıç",
|
||||
"number": "Numara",
|
||||
"queue": "Kuyruk",
|
||||
"job": "Görev"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Bekliyor",
|
||||
"Success": "Başarılı",
|
||||
"Running": "Çalışıyor",
|
||||
"Failed": "Başarısız"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user