Initial commit
This commit is contained in:
25
application/Espo/Resources/i18n/da_DK/Job.json
Normal file
25
application/Espo/Resources/i18n/da_DK/Job.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"fields": {
|
||||
"executeTime": "Udfør når",
|
||||
"attempts": "Forsøg tilbage",
|
||||
"failedAttempts": "Fejlede forsøg",
|
||||
"methodName": "Metode",
|
||||
"scheduledJob": "Planlagt job",
|
||||
"method": "Metode",
|
||||
"scheduledJobJob": "Planlagt job navn",
|
||||
"executedAt": "Udført",
|
||||
"startedAt": "Startet",
|
||||
"targetType": "Mål type",
|
||||
"targetId": "Mål ID",
|
||||
"number": "Nummer",
|
||||
"queue": "Kø"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Afventer",
|
||||
"Success": "Succes",
|
||||
"Running": "Kører",
|
||||
"Failed": "Fejlet"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user