Initial commit
This commit is contained in:
22
application/Espo/Resources/i18n/hu_HU/Job.json
Normal file
22
application/Espo/Resources/i18n/hu_HU/Job.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"fields": {
|
||||
"status": "Állapot",
|
||||
"executeTime": "Végrehajtás óta",
|
||||
"attempts": "Kísérletek balra",
|
||||
"failedAttempts": "Sikertelen kísérletek",
|
||||
"serviceName": "Szolgáltatás",
|
||||
"methodName": "Módszer",
|
||||
"scheduledJob": "Ütemezett munka",
|
||||
"data": "Adat",
|
||||
"method": "Módszer (elavult)",
|
||||
"scheduledJobJob": "Ütemezett feladat neve"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Függőben levő",
|
||||
"Success": "Siker",
|
||||
"Running": "Futás",
|
||||
"Failed": "nem sikerült"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user